@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#container{
	width:850px;
	margin: 0 auto;
}
#header{
	margin-top:10px;
	height:143px;
	width:100%;
}
#headerLeft{
	width:395px;
	padding-left:30px;
	float:left;
	height:143px;
	
}
#headerRight{
	width:390px;
	float:left;
	margin-top: 40px;
	text-align:right;
	padding-right:35px;
	vertical-align:middle;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
#menu{
	width: 100%;
}
/*#menuTop{
	background-image:url(../images/menu_top.png);
	background-position:top;
	background-repeat:no-repeat;
	width:825px;
	padding-left:25px;
	height:21px;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5235df;
	font-size:12px;
	font-weight:bolder;*/
}
#menuTopInt{
	/*background-image:url(../images/menu_top.png);*/
	background-position:top;
	background-repeat:no-repeat;
	width:825px;
	padding-left:25px;
	height:21px;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5235df;
	font-size:12px;
	font-weight:bolder;
}
#menuBar{
	height:24px;
	width:780px;
	padding:0 45px 0 25px;
	text-align:right;
	background-image:url(../images/menu_bg.png);
	background-position:center;
	background-repeat:no-repeat;
}
#menuBarInt{
	height:24px;
	width:780px;
	padding:0 45px 0 25px;
	text-align:right;
	background-image:url(../images/menu_bg_int.png);
	background-position:center;
	background-repeat:no-repeat;
}
#rotate{
	width:850px;
	height:301px;
}
#content{
	width:100%;
}
#contentInt{
	width:800px;
	padding: 0 25px;
}
#contentLeftInt{
	width:246px;
	height:auto;	
	float:left;
}
#lhMenuTop{
	background:url(../images/lh_menu_bg.png) bottom no-repeat #f6b201;
	padding-left:5px;
}
#lhMenuBottom{
	background:url(../images/lh_menu_bg_bottom.png) top no-repeat;
	height:14px;
}
#newsletterSignup{
	margin-top:20px;
	width:246px;
	height:93px;
	padding-top:50px;
	background-image:url(../images/newsletter_bg.png);
	text-align:center;
}
#newsletterEmailFormField{
	font-size:14px;
	padding:3px;	
}
#contentRightInt{
	width:539px;
	height:auto;
	margin-left:15px;	
	float:left;
}
#contentMiddleHome{
	width:246px;
	height:168px;
	margin-left:15px;
	float:left;	
}

#contentRight{
	width: 252px;
	height: 168px;
	margin-left:15px;
	float:left;	
}

#contentLeftHome{
	height:141px;
	padding-top:25px;
	margin-left:25px;
	width:275px;
	float:left;
	/*margin-right:25px;*/
	font-size:12px;
}


#footer{
	width:800px;
	margin:40px 25px 0px 25px;
	text-align:center;
	color:#004a91;
}

/****** Font Styles ********/
#contentLeftHome h1{
	font-size:24px;
	font-weight:normal;
	color:#919b00;
	margin:0;
	padding:0;
}
#contentRightInt h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	color:#004a91;
	margin:15px 0 10px 0;
	padding:0;
}

.tm{	
	font-size:9px;
	vertical-align:top;
}

#footer ul {
list-style-type: none;
width: 100%;
margin: auto;
}

#footer ul li{
	float:left;
}

#footer ul a{
padding-right: 12px;
padding-left: 12px;
display: block;
text-decoration: none;
color: #004a91;
font-size:10px;
}

#footer ul a:hover{
text-decoration:underline;
}

a.bodyLinkBold{
	font-weight:bold;
	text-decoration:none;
	color:#004a91;
	font-size:12px;
}
a.bodyLinkBold:hover{
	text-decoration:underline;
}

a.bodyLink{	
	text-decoration:none;
	color:#004c93;
	font-size:12px;
}
a.bodyLink:hover{
	text-decoration:underline;
}

a{	
	text-decoration:none;
	color:#004c93;
	font-size:12px;
}
a:hover{
	text-decoration:underline;
}

.blue12Bold{
	font-size:18px;
	font-weight:bold;
	color:#ea8600;
}
#lhMenuTop h1{
	font-family: myriad, helvetica, arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
	padding-top:10px;
}

#lhMenuTop ul{	
	list-style:none;
	margin:5px 0 0 0px;
	padding-left:15px;
	/*padding:0;*/
	
	}
#lhMenuTop li{
	margin-top:2px;
	/*margin: 2px 0 0 0;*/
	}
#lhMenuTop a{
	font-weight:bold;
	color:#004c93;
	text-decoration:none;
	margin-left:10px;
	}
#lhMenuTop a:hover{
	color:#004c93;
	text-decoration:underline;
	}
#lhMenuTop h3{	
	margin: 10px 0 0 0px;	
	}
#lhMenuTop h2{	
	margin: 10px 0 0 -15px;
	}
blockquote{
	color:#004a91;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.greenItalic {
	color: #336600;
	font-style: italic;
}
