@charset "utf-8";
/* CSS Document */

/* structure */
/** {
	margin: 0;
	padding:0;
}*/
body {
	margin:0;
	padding:0;
	background-color:#062945;
	background-image:url(images/topper.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#container {
	width:996px;
	margin:0px auto;
}
#header {
	margin-top:16px;
	margin-bottom:0px;
}
/*Fix for space between header image and main section*/
#header img
{
	display: block;
	vertical-align: bottom;
}
#main_mid {
	background-image:url(images/mainmid.jpg);
	background-repeat:repeat-y;
	margin:0px;
	overflow:hidden;
}
#main_mid_left {
	width: 310px;
	margin:0px;
	padding:20px 0px 0px 47px;
	float:left;
}
#main_mid_right {
	width: 560px;
	margin:0px;
	padding:20px 36px 0px 0px;
	float:right;
}
/* end structure */
/* styles */
h1 {
	font-size:18px;
	color:#8A002D;
}
h2 {
	font-size:16px;
	color:#8A002D;
}
.blue18 {
	font-size:18px;
	color:#062945;
}
.blue18 a:link, .blue18 a:active, .blue18 a:visited {
	text-decoration:none;
	color:#062945;
}
.blue18 a:hover, .blue18 a:visited hover {
	color: #8A002D;
	text-decoration:none;
}
.black18 {
	font-size:18px;
	color:#062945;
}
.black18 a:link, .black18 a:active, .black18 a:visited {
	text-decoration:none;
	color:#062945;
}
.black18 a:hover, .black18 a:visited hover {
	color: #8A002D;
	text-decoration:none;
}
.black14 {
	font-size:14px;
	color:#062945;
}
.black14 a:link, .black14 a:active, .black14 a:visited {
	text-decoration:none;
	color:#062945;
}
.black14 a:hover, .black14 a:visited hover {
	color: #8A002D;
	text-decoration:none;
}
.red14 {
	font-size:14px;
	color:#8A002D;
}
.red14 a:link, .red14 a:active, .red14 a:visited {
	text-decoration:none;
	color:#8A002D;
}
.red14 a:hover, .red14 a:visited hover {
	color: #8A002D;
	text-decoration:underline;
}
.redborder {
	border: 2px solid #8A002D;
	background-color:#EEEEEE;
}
#worksbox {
	width:540px;
	height:250px;
	border: 2px solid #8A002D;
}
.img_border {
	border: 1px solid #062945;
}
#list_lft {
	float:left;
	margin:0;
	padding: 20px 10px 0px 30px;
}
#list_lft a:link, #list_lft a:active, #list_lft a:visited {
	text-decoration:none;
	font-size:18px;
	color:#062945;
}
#list_lft a:hover, #list_lft a:visited hover {
	color: #8A002D;
	text-decoration:none;
}
#list_right {
	float:right;
	margin:0px;
	padding: 20px 20px 0px 0px;
}
#list_right a:link, #list_right a:active, #list_right a:visited {
	text-decoration:none;
	font-size:18px;
	color:#062945;
}
#list_right a:hover, #list_right a:visited hover {
	color: #8A002D;
	text-decoration:none;
}
#list_lft li{
	list-style:none;
	background-image:url(images/ulu_small.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 36px; 
	padding-top: 20px;
	padding-bottom: 30px;
}
#list_right li{
	list-style:none;
	background-image:url(images/ulu_small.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 36px; 
	padding-top: 20px;
	padding-bottom: 30px;
}
#fadeshow1 {
	z-index:0;
}
.error
{
	/*background-color:#FFBFBF;*/
	color:#FF0000;
	font-size:14px;
}
/* end styles */
/* nav */
#navbox {
	width:300px;
	height:628px;
	border: 2px solid #8A002D;
	margin:0px 0px 30px 0px;
}
#contact_pad {
	padding: 40px 0px 0px 30px;
}
	
/* end nav */
/* footer */
#foot_wrapper {
	width: 960px;
	margin:0px auto;
	padding-bottom:50px;
}
#foot_lft {
	float:left;
	margin:0px auto;
	color:#FFFFFF;
	font-size:12px;
}
#foot_right {
	float:right;
	margin:0px auto;
	color:#FFFFFF;
	font-size:12px;
}
#foot_right a:link, #foot_right a:active, #foot_right a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#foot_right a:hover, #foot_right a:visited hover {
	color: #8A002D;
	text-decoration:none;
}
/* end footer */