@charset "utf-8";
/* CSS Document */

body
{
color: #666666;
background-image: url(../images/body-bg.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 13px;
}

.intro
{
color: #3399CC;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 16px;
}

a {color: #153B60; text-decoration: none;}
a:hover	{text-decoration: underline;}

a img {border: none;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.right-img {float: right; margin: 0px 0px 10px 10px;}
.left-img {float: left; margin: 0px 10px 10px 0px;}

#container
{
position: relative;
margin: auto;
width: 948px;
min-height: 400px;
padding: 30px 0px 30px 0px;
background-image: url(../images/content-bg-y.png);
background-repeat: repeat-y;
}

	#cont-top 
	{
	position: relative;
	background-image: url(../images/content-bg-top.png); 
	background-repeat: no-repeat;
	margin: auto;
	width: 948px;
	height: 28px;
	}
	
	#cont-bottom 
	{
	position: relative;
	background-image: url(../images/content-bg-bottom.png); 
	background-repeat: no-repeat;
	margin: auto;
	width: 948px;
	height: 30px;
	}

#banner
{
width: 876px;
height: 62px;
margin: 0px 70px 0px 24px;
}

#logo
{
float: left;
z-index: 300;
}

#email-link
{
position: absolute;
right: 0px;top: 65px;
}

#nav 
{
list-style: none;
position: absolute;
top: 55px;
right: 70px;
padding: 0px 0px 0px 100px;
margin: 0px;
background-image: url(../images/nav-underline.jpg);
background-position: bottom;
background-repeat: no-repeat;
width: 542px;
height: 29px;
line-height: 29px;
padding-bottom: 1px;
z-index: 150;
}

	#nav li
	{
	display: block;
	float: left;
	}
	
	#nav li a
	{
	display: block;
	color: #3399CC;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	margin: 0px 5px 0px 5px;
	}
	
	#nav li a:hover {text-decoration: underline;}
	
	#nav li ul
	{	
	position: absolute;
	visibility: hidden;
	list-style: none;
	margin: 0;
	margin-left: -5px;
	padding: 1px 0px 0px 0px;
	z-index: 150;
	width: 200px;
	}

	#nav li ul li
	{	
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0px;
	width: 200px;
	white-space: nowrap;
	text-align: left;
	z-index: 150;
	letter-spacing: normal;
	}
	
	#nav li ul li a
	{
	display: block;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	background: #FFF;
	color: #3399CC;
	opacity:0.95;
	filter:alpha(opacity=95);
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	}

	#nav li ul li a:hover
	{	
	border-bottom-color: #3399CC;
	background: #3399CC;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 150;
	}
	
#maincontent-home
{
clear: both;
background-image: url(../images/maincontent-bg.jpg);
background-repeat: none;
margin-left: 24px;
margin-right: 70px;
margin-top: 50px;
width: 876px;
height: 446px;
overflow: hidden;
}

#maincontent
{
clear: both;
margin-left: 44px;
margin-right: 90px;
margin-top: 50px;
width: 836px;
}
	
	#maincontent h1 {margin-top: 0px; padding-top: 0px; color: #153B60; font-family: Georgia, "Times New Roman", Times, serif;font-size: 28px;font-weight:normal;}
	#maincontent p, #maincontent ul, #maincontent ol {line-height: 150%;}
	#contact-form {border: 1px solid #ccc; padding: 10px; margin: 0px; float: right; width: 300px;}
		#contact-form label {float: left; width: 120px; margin-right: 10px; text-align: right; font-weight: bold; line-height: 30px;}
		#contact-form input, #contact-form textarea {border: 1px solid #ccc; font-family: Arial, Helvetica, sans-serif;}
		#submit {background-color: #153B60; color: #FFFFFF; text-align: center; float: right;}

/* TABS CSS */
	
#homepagetabs #tabcontainer 
{
margin: 94px 15px 0px 48px;
width: 812px;
}

/* root element for tabs  */
#homepagetabs ul.tabs { 
	float: left;
	list-style:none; 
	margin:40px 0px 0px 0px !important; 
	padding:0;	
	width: 201px;
	z-index: 200;
}

/* single tab */
#homepagetabs ul.tabs li { 	 
	text-indent:0;
	padding:0;
	margin:0px 0px 2px 0px !important;
	list-style-image:none !important; 
	z-index: 200;
}

/* link inside the tab. uses a background image */
#homepagetabs ul.tabs a { 
	background-image: url(../images/tab-bg.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	display:block;
	height: 54px;
	width: 186px;
	text-align:left;	
	text-decoration:none;
	padding: 0px 0px 0px 15px;
	margin:0px;	
	position:relative;
	font-weight: normal;
	z-index: 200;
	font-size:11px;
	font-family:"Lucida Sans" Arial, Helvetica, sans-serif;
	outline:none;
}

#homepagetabs ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#homepagetabs ul.tabs a:hover {	
	color:#000066;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#homepagetabs ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-image: url(../images/tab-current-bg.png);
	cursor:default !important; 
	color:#3D6388 !important;
	width: 188px;
	font-size:11px;
	font-family:"Lucida Sans" Arial, Helvetica, sans-serif;
}



/* initially all panes are hidden */ 
#homepagetabs div.panes div{
	display:none;	
	float: left;	
	background-image: url(../images/tabcontent-bg.png);
	background-repeat: no-repeat;
	width: 600px;
	min-height:242px;
	font-size:11px;
	float: left; margin-left: -1px;
	z-index: 20;
	position: relative;
	color: #333333;
	padding-left: 12px;
	padding-top: 42px;
}

#homepagetabs div.panes div h1 {color: #153B60; line-height: 28px; font-size: 14px; margin-top: 0px; padding-top: 0px; font-weight: normal; position: absolute; top: 10px;}
#homepagetabs div.panes div p, #homepagetabs div.panes div ul, #homepagetabs div.panes div ol {line-height: 150%;}
#homepagetabs div.panes div ul, #homepagetabs div.panes div ol {margin: 0px 0px 0px 10px; padding-left: 6px;}
#homepagetabs div.panes ul a {font-size: 16px;}
#homepagetabs .large {line-height: 54px;}
#homepagetabs span { vertical-align: middle;}
.main-pane-img {float: right; margin-left: 8px; margin-top: -22px;}

/* END OF TABS */

#footer 
{
clear: both;
width: 886px;
position: relative;
top: 20px;
margin: auto;
color: #999999;
font-size: 11px;
}

#footer a {color: #CCCCCC; text-decoration: none; font-size: 11px;}