/* CSS Document */

/*#layout 
____________________________________________________________*/

body {
	margin: 0;
	background-color: #D3CEB0;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	}
	
#intcontent td {
color:#666;
font-size:12px;
font-weight: normal;
line-height:18px;
padding: 0px 27px;
margin:15px 0px;
text-align:left;

}


#intcontent td h3 {
color:#5D78B8;
font-size:13px;
margin:0 0 10px 0;
padding:0 0 2px 0;
border-bottom:1px solid #ccc;

}
	
	
#topper {
	position: relative;
	left: 50%;
	margin-left: -430px;
	margin-top: 25px;
	*margin-bottom: -2px;
	padding:0;
	background-image: url(images/topper.jpg);
	width: 860px;
	height:16px;
	}
	

	
#bottomcap {
	position: relative;
	left: 50%;
	margin-left: -430px;
	margin-top: 0px;
	padding-bottom:0px;
	height:10px;
	background: url("images/bottomcap.jpg") no-repeat;
	width: 860px;
	}

#mainWrapper {
	position: relative;
	left: 50%;
	margin-left: -430px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:11px;
	padding-bottom:11px;
	background-color: #fff;
	background-image: url(images/background.jpg);
	width: 860px;
	}
	
	
#mainContent {
	position: relative;
	left: 50%;
	margin-left: -386px;
	background-color:#fff;
	width: 772px;}

/*#header 
____________________________________________________________*/

#header {
	padding:0;
	height:99px;
	background:url("images/header_bkg.jpg") no-repeat;
}

.webtool {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding-right:18px;
	padding-top:3px;

}

.webtool a, .webtool a:visited{
	color: #fff;
}

.webtool a:hover{
	color: #FDD35B;
}

.phone {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding-right:18px;
	padding-top:10px;
	line-height:18px;

}

.phone a, .phone a:visited{
	color: #fff;
}

.phone a:hover{
	color: #FDD35B;
}

.search {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding-right:18px;
	padding-top:0px;
	line-height:2px;

}


.search br {
line-height:0;
padding:0;
margin:0;

}
input {
	width: 165px;
	border: 1px solid #ccc;
	padding: 2px 2px;
	margin:0;
	font-size: 12px;}
	
.submit {
	width: 25px!important;
	height:19px;
	border: 1px solid #666;
	padding-left:2px;
	margin:0;
	font-size: 9px;}



/*#top nav
____________________________________________________________*/

#navwrap {
	padding:0;
	height:23px;
	margin:0;
	background:url("images/nav_bkg.jpg");
}

	
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #404040;
	text-align: center;
	word-spacing: 0px;
}
.topnav a {
	color: #404040;
	text-decoration: none;
	padding: 4px 30px;

}
.topnav a:hover {
	background-color: #FDF2D7;
	color:#404040;
	text-decoration: underline;
	padding: 2px 30px;
}





#nav {
	width:772px;
	line-height:23px;
	margin:0 0 0 0px;
	background:url("images/nav_bkg.jpg");
}
	


.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0px 45px 0px 45px;
	border-right: 1px solid #544836;
	border-left: 0px solid #666666;
	font-size: 12px;
	font-weight:normal;
	color: #333;
}

#p7menubar a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #d3bdbe;
padding: 0px 55px 0px 55px /*left border style*/

}

#p7menubar a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 0px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}



#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 160px;
}

#p7menubar ul li a  {
	color: #404040;
	border-right: 0;
	padding: 3px 10px 0px 10px;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	padding: 5px 5px 10px 0px;
	background-color: #FDF2D7; 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;

}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #333;
	text-decoration:underline;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #333;
	background-color: transparent;
	text-decoration:none;
}
#p7menubar ul a:hover {
	color: #333 !important;
	text-decoration:underline !important;
	
}
	
	
	







/*#content
____________________________________________________________*/

#contentwrap {
	margin-top: 2px;
	padding:0px;
	height:372px;
	background:url("images/content_bkg.jpg") no-repeat;

}

#leftbox{
	float:left;
	width:390px;
	height:372px;
	padding:0;
	margin:0;
}





#rightbox{
	float:right;
	width:380px;
}

#rightbox p{
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#fff;
	font-weight: normal;
	line-height:16px;
}

#rightbox p a, #rightbox p a:visited{
	color:#FFCC00;
}

#rightbox p a:hover{
	color:#58ABA3;
}



#btmwrapper {
	margin-top: 12px;
	margin-left:20px;
	border-top:solid 1px #ccc;
	width:348px;
}

#btmwrapper h3 {
color:#FFCC00;
font-size:11px;
font-weight: bold;
padding-top:10px;
margin:0;

}

#btmwrapper h4 {
color:#FFCC00;
font-size:10px;
font-weight: bold;
padding-top:2px;
padding-bottom:4px;
margin:0;

}

#btmwrapper p {
color:#fff;
font-size:11px;
font-weight: normal;
padding-right:10px;
margin:1px 0px;
padding-top:2px;
line-height:14px;

}


#btmleft {
	float:left;
	margin-top: 0px;
	margin-left:0px;
	padding-left:0px;
	width: 170px;
	border-right:solid 1px #ccc;
}

#btmright {
	float:left;
	margin-top: 0px;
	margin-left:0px;
	width: 165px;
	padding-left:10px;

	
}

/*#intcontent
____________________________________________________________*/


#intcontent {
	margin:0px;
	padding:0px;
	background:url("images/int_bkg.jpg") no-repeat;
	padding-bottom:20px;

}



#intcontent h1 {
font-family: "Times New Roman", Times, serif;
color:#5D78B8;
font-size:20px;
font-weight: bold;
margin:0;
padding: 20px 27px 0px 27px;

}

#intcontent h2 {
font-family: "Times New Roman", Times, serif;
color:#5D78B8;
font-size:15px;
font-weight: bold;
margin:0;
padding: 10px 27px 0px 27px;

}

#intcontent h3 {
color:#666;
font-size:12px;
font-weight: bold;
margin:0;
padding: 0px;

}

#intcontent h4 {
font-family: "Times New Roman", Times, serif;
color:#000;
font-size:19px;
font-weight: bold;
margin:0;
padding: 0px 27px 0px 27px;

}

#intcontent h5 {
font-family: "Times New Roman", Times, serif;
color:#000;
font-size:16px;
font-weight: normal;
margin:0;
padding: 8px 27px 0px 27px;

}

hr{
color:#ccc;
padding-left:27px;
width:708px;
background-color: #ccc;
height: 1px;
padding-top:0px;
padding-bottom:0px;
margin-top:10px;
margin-bottom:10px;

}

#buttons {
float:right;
width:231px;
margin-right:27px;
padding-bottom:10px;

}

#buttons2 {
float:right;
width:231px;
margin-right:20px;
margin-top:-35px;
padding-bottom:10px;

}

#buttons img, #buttons2 img{
display:block;
width:231px;
padding:0px;
margin-bottom:5px;
margin-left:10px;
margin-top:0px;

}

#buttons a:hover{
background-color:#D2CAB5;

}

#intcontent p {
color:#666;
font-size:12px;
font-weight: normal;
line-height:18px;
padding: 0px 27px;
margin:15px 0px;

}


#intcontent li {
color:#666;
font-size:12px;
font-weight: normal;
line-height:18px;
padding: 0px 0px;
margin:0px;

}

#intcontent li a, #intcontent li a:visited, #intcontent p a, #intcontent p a:visited {
color:#084A83;
}


#intcontent li a:hover, #intcontent p a:hover{
color:#FDC623;

}

#breadwrap{
	margin-top: 2px;
	margin-bottom:0;
	padding:0;
	height: 29px;
	background:url("images/bread_bkg.gif") no-repeat;}



.intbread{
	margin: 0px;
	padding-top:8px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#666;
	font-weight: normal;
}
	
	
.bread1 {

	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration:none;
	color:#666;}

	

.bread1 a{

	text-decoration:underline;
	color:#666;}

	

.bread1 a:hover{

	text-decoration:underline;
	color:#3A3A3A;}
	
	
#infoboxsmall {
	float:right;
	margin:10px;
	padding:5px;
	width:300px;
	background:#F5F0EA;
	border:#C3B79A solid 1px;

}

#infoboxsmall2 {
	padding:5px;
	margin-left:27px;
	width:325px;
	background:#F5F0EA;
	border:#C3B79A solid 1px;

}

#infoboxsmall p, #infoboxsmall2 p{
color:#666;
font-size:12px;
font-weight: normal;
line-height:15px;
padding: 0px 5px;
margin:5px;

}


#infobox {
	margin:10px 27px;
	padding:5px;
	background:#F8F4ED;
	border:#C3B79A solid 1px;

}

#infobox h2{
color:#666;
font-size:12px;
font-weight: bold;
line-height:15px;
padding: 5px;
margin:5px;
font-family:Arial, Helvetica, sans-serif;
background-color:#E9E1CE;

}

#infobox p, #infobox li{
color:#666;
font-size:12px;
font-weight: normal;
line-height:15px;
padding: 0px 0px;
margin:0px;

}



/*#footer
____________________________________________________________*/




#footer {
	position: relative;
	left: 50%;
	margin-left: -398px;
	margin-top: 5px;
	padding-bottom:30px;
	width: 796px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#4F4D3F;
	font-weight: normal;
	line-height:16px;

	}










	



	