* { margin: 0; padding: 0; }

img {border:0;}

h1{
	color:#336666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	}
h2{
	color:#336666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}	
h3{
	color:#B14D17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}	
h4{
	color:#666600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
p{
	color:#717183;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	padding-top:10px;
	}
a{
	color:#b14d17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

body{
	padding-bottom:455px;
/*	background:url(../images/template/bg.jpg) 330px 100% no-repeat;*/
}

#header{
	width:800px;
	position:relative;
	}
	
	#logoBar{
		height:55px;
		position:relative;
		}
		#logo{
			float:left;
			padding-left:16px;
			padding-top:7px;
			}
		#globalNav{
			position:absolute;
			bottom:0;
			right:0;
			list-style: none;
			padding-bottom:10px;
			}
		ul.nav{
			list-style: none;
			}
		ul.nav li a{
			text-decoration:none;
			color:#717183;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			}
		ul.nav li{
			float:left;
			}
	
	#headerImages{

		height:87px;
		width:800px;
		}
	#headerImages img{
		display:block;
		float:left;
		}
		
	#menuBar{
		clear:both;
		border-top:4px solid #fff;
		z-index:10;
		height:26px;
		width:775px;
		background-color:#666600;
		padding-top:3px;
		padding-left:25px;
		}
#info{
	width:800px;
	padding-top:3px;
	}
	#yourHere{
		float:left;
		color:#717183;
		font-size:11px;
		font-style:italic;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:13px;
		width:450px;
		}
	#search{
		width:315px;
		height:19px;
		float:right;
		}
	#formtext{
		border:0;
		width:255px;
		height:16px;
		float:left;
		}
	#formsubmit{
		margin:3px 2px 0 0;
		float:right;
		height:14px;
		width:52px;
		background:url(../images/template/find.gif) no-repeat;
		border:0;
		}
	span.location{
		font-style:italic;
		}
	span.location a{
		font-style:italic;
		color:#717183;
		text-decoration:underline;
		}
		
/* Fix IE. Hide from IE Mac \*/
* html #body{ height:198px; }
/* End */

#body{
	background:url(../images/template/body_bg.gif) repeat-y;
	width:800px;
	clear:both;
	height:auto;
	}
	#content{
		float:left;
		width:600px;
		}
		div.contentBox{
			padding:10px 0 15px 15px;
			width:580px;
			}
		div.contentBox ul{						
			list-style-position:outside;	
			padding:10px 0 15px 15px;
			}
		div.contentBox ul li{
				color:#717183;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.5;
				padding-top:2px;
			}
	
		div.divider{
			background:url(../images/template/divider_bg.gif) repeat-x;
			width:100%;
			height:6px;
			font-size: 1px;
			line-height: 1.0;
			}
		div.highlightBox{
			background-color:#d9e4e3;
			padding:10px 0 15px 15px;
			width:580px;
			}
		div.highlightBox h1{
			color:#555;
			}
		div.footerLinks{
			padding:5px 0 0 150px;
			}
	#rightMenu{		
		width:180px;
		float:left;
		padding:10px 0 0 15px;
		w/idth:165px;
		}
		#rightMenu ul{
			list-style:none;
			padding-bottom:15px;			
			}
		#rightMenu ul li{
			color:#717183;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			line-height:1.1;
			}
		#rightMenu ul li a{
			font-weight:bold;
			text-decoration:none;
			font-size:14px;
			}
		#rightMenu ul.spaced li{
			padding-bottom:10px;
			}
	div.clear{
			width:800px;
			clear:both;
			}

//---------------------------
//---------dropMenu----------
//---------------------------

#dropMenu, #dropMenu ul {
	list-style: none;
	background-color:#B14D17;	
	}

#dropMenu li{
	display:block;
	position: relative;
	float:left;
	/*width: 110px;*/
	height:26px;
	padding-right:13px;
	background:url(../images/template/whiteDots.gif) right center no-repeat;
	margin-right:5px;
	}
	
#dropMenu li.rightMost{
	background: #666600; /*IE HACK */
	background-color:#666600;
	}

#dropMenu li ul {
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	background-color: #B14D17;	
	width:175px;
	border:2px solid #B14D17;
	z-index:100;
	}

#dropMenu li ul li{
	margin:0;
	padding:3px 0;
	height:auto;
	float:none;
/*	height:20px;*/
	}

/* Styles for Menu Items */
#dropMenu li a {
	display: block;
	height:17px;
	/*width:75px;*/
	text-decoration: none;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding:6px 10px 0 15px;	
	background: #666600; /*IE HACK */
	background-color:#666600;
	line-height:1;
	}

/* Fix IE. Hide from IE Mac \*/
* html #dropMenu li a { width: 1%; }
/* End */

#dropMenu li ul li a{
	background:#B14D17;
	width:165px; 
/*	height:17px;*/
	height:auto;
	font-weight:normal;
	}

#dropMenu li a:hover, #dropMenu li.rightMost a:hover, #dropMenu li a.selected, #dropMenu li.rightMost a.selected { color: #ABAF58; background: #dfe1bd; } /* Hover Styles */
		
#dropMenu li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#dropMenu li ul li a:hover { color: #FFFFFF; background: #717183; } /* Sub Menu Styles */

#dropMenu li:hover ul, #dropMenu li.over ul { display: block; } /* The magic */
