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

body {
	text-align:center;
	margin:0px;
	padding: 0px;
	background: #EFEFEF url(../media/body-bg.jpg) repeat-x top;
	color: #333;
}

#container {
	margin: 0px auto 0px auto;
	width: 780px;
	text-align: left;
}

#header {
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
}

#login {
	width: 740px;
	background: #FFF url(../media/login.jpg);
	color:#FFF;
	text-align:right;
	padding: 6px 40px 6px 0px;
	margin-bottom: 10px;
	font: bold 0.75em/1.3em arial, Helvetica, sans-serif;
}

#logo {
	width: 335px;
	float: left;
}


h1 {
	font: normal 1.4em/1.3em Arial, Helvetica, sans-serif;
	color: #022B7B;
	background-color: transparent;
}
	
p {
	font: normal 0.75em/1.5em Arial, Helvetica, sans-serif;
	text-align:justify;
}

blockquote {
	font: italic 0.9em/1.5em Arial, Helvetica, sans-serif;
	color: #20539B;
	margin-left: 0px;
}

dl {
	font: normal 0.8em/1.3em Arial, Helvetica, sans-serif;
}

dt {
	font-weight:bold;
	padding: 15px 0px 0px 0px;
	border-bottom: dotted 1px #272727;
	color: #000;
	background-color: #FFF;
}

dd {
	font: normal 0.9em/1.6em Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #999;
	padding-top: 5px;
}
	

#navcontainer {
	width: 780px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}	


#navlist
{
text-align:left;
margin: 0;
padding: 0 0 20px 10px;
font: normal 0.75em/1.3em Arial, Helvetica, sans-serif;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
line-height: 14px;
font-weight: normal;
margin: 0 19px 4px 0px;
text-decoration: none;
color: #FFF;
}

/*#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #014AB1;
padding-bottom: 4px;
background: transparent;
color: #FFF;
}*/

#navlist a:hover { color: #b9d2f5; }

#footer {
	width: 780px;
	padding: 0px 0px 15px 0px;
	margin-top: 33px;
	font: normal 0.7em/1.3em Arial, Helvetica, sans-serif;
	float: left;
	
}

#footerleft {
	width:385px;
	float:left;
	color: #FFF;
}

#footerright {
	width:385px;
	float:right;
	text-align:right;
}


#servicesleft {
	width:  393px;
	float: left;
	margin-right: 25px;
}

#servicesright {
	width:  362px;
	float: right;
}

form {
	padding: 0px;
	margin: 0 0 10px 0;
}
input.field {width: 99%;}
textarea {width: 99%;}
input.check {margin-right: 5px;}

#contact_form {
	font: normal 0.75em/1.3em arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #FFF;
	color: #333;
}

.odd {
	background-color: #FDFDFD;
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
}

.class1 a:link {
	text-decoration: none;
	border-bottom: dotted 1px #666;
	color: #022B7B;
}

.class1 a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #333;
}

.class1 a:visited {
	text-decoration: none;
	border-bottom: dotted 1px #666;
	color: #022B7B;
}

.class2 a:link {
	text-decoration: none;
	color: #FFF;
}

.class2 a:hover {
	text-decoration: underline;
	color: #FFF;
}

.class2 a:visited {
	text-decoration: none;
	color: #FFF;
}

.class3 a:link {
	text-decoration: none;
	color: #b9d2f5;
}

.class3 a:hover {
	text-decoration: underline;
	color: #b9d2f5;
}

.class3 a:visited {
	text-decoration: none;
	color: #b9d2f5;
}

.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

form {
	padding: 0px;
	margin: 0 0 10px 0;
}
input.field {width: 99%;}
textarea {width: 99%;}
input.check {margin-right: 5px;}

#contact_form {
	font: normal 0.75em/1.3em arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #FFF;
	color: #333;
}

.contactForm {height: 363px;}

.odd {
	background-color: #FFF;
	color: #333;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}