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

body
{
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	/*color: #3d3c3c;*/
	color: #787878;
	line-height: 150%;

/*scrollbar-base-color: #CAE2E4;
	scrollbar-3dlight-color: #CAE2E4 ;
	scrollbar-arrow-color: #344d57;
	scrollbar-track-color: #CAE2E4 ;
	scrollbar-darkshadow-color:#CAE2E4 ;
	scrollbar-face-color:#CAE2E4 ;
	scrollbar-highlight-color:#CAE2E4 ;
	scrollbar-shadow-color:#CAE2E4 */
	
	


}

#home
{
	top: 3px;
	left:35px; 
	position:relative; 
	
	text-align: top center;
	display: block;
	float:left;
	height: 16px;

	
}
#home a:link, #home a:visited
{
	background-image:url(images/home.gif);
	width: 50px;
	height: 16px;
	background-repeat:no-repeat;
	background-position: top center;
	text-decoration: none;
	display: block;

}
#home a:hover
{
	background-image:url(images/home-rollover.gif);

	height: 16px;
	text-decoration: none;
}

img 
{
	border: none; 
}

#footer
{
	color: #9ba0a8;
	font-size: 10px;
	line-height: 100%;	
	margin-top: 15px;
}
	
#title
{
	color: #661137;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

#content
{
	color: #787878;
}

a:link, a:visited
{
	color: #79a5ad;
	text-decoration: none;
}
a:hover
{
	color: #79a5ad;
	text-decoration: underline;
}

#navigation
{
	background-image:url(images/navbar.jpg); 
	background-repeat: no-repeat;
	width: 100%; 
	height: 25px; 

	padding-top: 2px;
	display:block;
	z-index:100;
}

#navigation ul
{
	margin-right: 55px;	

	float: right;
	margin-top:0px;
	margin-bottom:0px;
	height: 25px;
	display:block;
	color: #466267;

}

#navigation ul li
{
	list-style: none;
	float: left;
	display: block;
	
	margin: 0px;
	padding: 0px;
	color:#466267;
	position: relative;

}

#navigation ul li a:link, #navigation ul li a:visited
{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #466267;
	
	display: block;

}

#navigation ul li a:hover
{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	background-color: #e1e1e1;
	color: #466267;
	height: 22px;
	display: block;
	border-bottom-color: #787878;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

#navigation ul ul 
{ 
	position: absolute;
	top: 22px;
	left: -40px;
	display: none;
	
}

#navigation ul li:hover ul
{
	display: block;
	width:100%;
	
}

#navigation ul li:hover ul li
{
	
	background-image: url(images/navigation-hover2.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	
}
#navigation ul ul li a:link, #navigation ul ul li a:visited
{
	padding-left: 30px;
	padding-right: 30px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #32657a;

/*	height: 24px;*/
	width: 95px;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #ffffff;
	text-align: left;
	background-image: url(images/navigation-hover2.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	display:block;
	vertical-align:bottom
}
#navigation ul ul li a:hover
{
	padding-left: 40px;
	padding-right: 20px;
	text-decoration:none;
	background-color: #ffffff;
	background-image: url(images/navigation-hover.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #466267;
	/*height: 24px;*/
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #32657a;




}


.first
{
	background-image: url(images/dropdown.png);
	
}

#contact_form input.single
{
	width: 170px;
	height: 23px;
	border-color: #79a5ad;
	border-style: solid;
	border-width: 1px;
}

#contact_form textarea.multiple
{
	width: 170px;
	height: 106px;
	border-color: #79a5ad;
	border-style: solid;
	border-width: 1px;
}

#contact_form td
{
	vertical-align: top;
	text-align: right;
}

#contact_form
{
	width: 323px;
}