/*Copyright 2008 This CSS code was written by Marcus Neto of EEtemplates.com */

body{
	background:#003D78 url(../images/bg.jpg) repeat-x left top;
}
b{
	color: #003D78;
}
i{
	font-style: italic;
	font-size: 10px;
}

strong{
	font-weight: bold;
}
#container{
	width: 780px;
	height: 185px;
	margin: 0 auto;
}
#containerinner{
	float: left;
	background:#ffffff url(../images/containerinnerbg.jpg) repeat-y left top;
}
#pageHeader h1{
	text-indent: -5000px;
	background: url(../images/header.jpg) no-repeat left center;
	height: 185px;
	width: 780px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#pageHeader h2{
	background: url(../images/topbar.jpg) repeat-x left top;
	color: #ffffff;
	height: 29px;
	float: left;
	width: 760px;
	padding: 0px 10px;
	margin: 0px;
	font-size: 18px;
}
#pageContent{
	padding: 15px 30px;
	width: 510px;
	float: left;
}
#pageContent h3{
	color: #003D78;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightcolumn{
	float: right;
	width: 208px;
	background-color: #EBF5FD;
	padding: 0px;
	margin: 0x;
}

/* @group Menu */
/*
.menu {
	width:106px; 
	height:150px; 
	position:relative; 
	margin:0px;
	padding: 0px; 
	float: left;
	z-index: 1000;
	margin:25px 0 50px 15px; /* this page only */
/*}
	
.menu h3{
	text-indent: -5000px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	font-size: 1px;
}
.menu ul {
	padding:0px; 
	margin:0px;
	list-style-type: none; 
	background-color: #004694;
	float: left;
	border-bottom: 2px solid #EBF5FD;
	width: 208px;
	}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:193px; 
	color: #004694;
	text-decoration: none;
	border-left: 5px solid #AECAE5;
	padding-left: 10px;
	font-size:13px; 

	}
.menu ul li {
	float:left; 
	position:relative;
	background-color: #EBF5FD;
	margin-bottom: 2px;
	padding: 5px 0px ;
		}
.menu ul li ul {display: none;
	border-bottom: 0px;
	border-top: 1px solid #dce6ee;
	border-left: 1px solid #dce6ee;
}
.menu ul li ul li {
	background-color: #EBF5FD;
	border-bottom: 1px solid #dce6ee;
}
.menu ul li ul li:hover {
	background-color: #D1E9FD;
	border-bottom: 1px solid #dce6ee;

}*/
/* specific to non IE browsers */
/*.menu ul li:hover a {
	color: #004694;
	text-decoration: none;
	border-left: 5px solid #004694;
	background-color: #D1E9FD;
	padding-left: 10px;
}
.menu ul li:hover{
	background-color: #D1E9FD;

}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	right:205px; 
	float: left;
	background-color: #ffffff;
	}
.menu ul li:hover ul li a.hide {
	color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block; 
	background:#EBF5FD; 
	color:#004694; 
	border-left:0px;}
.menu ul li:hover ul li a:hover {
	color:#004694;	
	border-left:0px;
	background-color: #D1E9FD;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}*/

/* @end */


.menu {
	z-index:1000;
	margin:0px 0px 15px 0px; /* this page only */
}
.menu h3{
	text-indent: -5000px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	font-size: 1px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:208px;
	background-color: #004694;
	border-bottom: 2px solid #EBF5FD;

}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	background:#EBF5FD;
	height:26px;
	margin-bottom: 2px;
	color: #004694;
}

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:193px;
	color: #004694;
	text-decoration: none;
	border-left: 5px solid #AECAE5;
	padding-left: 10px;
	font-size:13px; 

}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#EBF5FD; width:193px; w\idth:190px;color: #004694;}
/* style the link hover */
* html .menu a:hover {
	color:#004694; 
	background:#D1E9FD;

}

.menu :hover > a {
color:#004694; 
background:#D1E9FD;
	border-left: 5px solid #004694;	
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:-208px;
background-color: #ffffff; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}







#footer{
	width: 760px;
	float: left;
	background: url(../images/footerbg.jpg) repeat-x left top;
	margin-bottom: 30px;
	color: #ffffff;
	padding: 3px 10px;
	height: 27px;
}
#footer p{
	margin: 0px;
	padding: 6px 5px 0px 5px;
	line-height: 100%;
}
#footer a{
	color: #ffffff;
}
#footercontactinfo{
	margin-left: 200px;
}
#privacypolicy{
	margin-left: 125px;
}
#freeform{
	width: 470px;
	float: left;
	background: #ebffee none repeat scroll 0 0;
	border: 1px solid #e0f4e3;
	margin-top:15px;
	padding:15px;
	color: #05572a;
}


#freeform h3 {
	background-color:#FFFFFF;
	border-bottom:1px solid #e0f4e3;
	border-left:1px solid #e0f4e3;
	border-right:1px solid #e0f4e3;
	color:#004694;
	font-size:20px;
	font-weight:normal;
	letter-spacing:0;
	margin-bottom:10px;
	margin-top:-16px;
	padding:5px;
	width:130px;
}

/* @group vcard */

.vcard{
	margin: 15px;
	font-size: 14px;
}
.vcard span{
	font-size: 14px;
}
.fn{
	font-size: 20px;
}
.adr, .phone, .email{
	margin-top: 5px;
}
.adr div{
	margin-bottom: 5px;
}

/* @end */

#disclaimer p{
	font-size: 10px;
	float: left;
	color: #ABD6FF;
}
#disclaimer a{
	color: #ABD6FF;
	}
