/* CSS Document */
body
{
	font-family:verdana,sans-serif;
	background:url(../images/back_pg.gif) #092B5E repeat-x;
	margin:0;
	padding:0;
}

/* begin unique elements */

#container
{
	margin:0 auto;
	width: 1000px;
	color:#000033;
	background:url(../images/left_bg.gif) 0 128px repeat-y;
	/* defines container element */
}
#header{
	height:128px;
	background: url(../images/logo_bg.jpg) no-repeat;
	clear:both;
}
#header a{
	display:block;
	width:270px;
	height: 128px;
	text-decoration:none;
	float:left;
	/* defines header element */
}
#header a span {
	visibility:hidden;
}
#address{
	width:200px;
	float:right;
	color:#ffffff;
	font: bold 11px/12px verdana,sans-serif;
	margin-top:30px;
	
}
#leftnav{
	width:205px;
	float:left;
	margin-top:20px;
}
#content {
	width:725px;
	margin-left:250px;
	color: #000033;
	background-color: #ffffff;
	font:12px/19px verdana,sans-serif;
	padding:30px 10px 10px 0;
}
#content h1{
	font: bold 16px/19px verdana,sans-serif;
	color:#8C5700;
	margin-bottom:0;
	display:block;
	border-bottom:1px solid #8C5700;
	text-transform:uppercase;
	}
#content h2{
	font: bold 14px/17px verdana,sans-serif;
	color:#000033;
	text-transform:uppercase;
	}
#content h3{
	font: bold 12px/15px verdana,sans-serif;
	color:#8C5700;
	margin-bottom:0;
	}
#content a{
	color:#000033;
	}
#bottom_nav {
	clear:both;
	margin-left:-50px;
}
#bottom_nav ul{
	list-style:none;
}
#bottom_nav li{
	display:inline;
	float:left;
	padding-right:15px;
}
a.button1{
	color:#CCCCCC !important;
	font: bold 11px verdana,sans-serif;
	background:url(../images/button1.jpg) no-repeat;
	text-decoration:none;
	display: block;
	width:220px;
	height:25px;
	padding-top:7px;
	text-align:center;
	text-transform:uppercase;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 14em;
}
#nav { /* all lists */
	margin-left:40px;
	margin-right:-60px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : 3px;
	width: 11em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 9.8em;
	margin-top : -1.35em;
	width:12.8em;
	w\idth : 11.8em;
	background: #1E62AF;
	border-style: solid;
	border-width:1px;
	border-color: #cccccc #8C5700 #8C5700 #cccccc;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a.mainmenu {
	width: 14em;
	w\idth : 13em;
	display : block;
	color : white;
	font: bold 11px verdana,sans-serif;
	font-weight : bold;
	text-decoration : none;
	background-color : #1E62AF;
	border-style: solid;
	border-width:1px;
	border-color: #cccccc #8C5700 #8C5700 #cccccc;
	padding : 3px 0.5em;
}
#nav li a.submenu {
	width: 17em;
	w\idth : 16em;
	display : block;
	color : white;
	font: bold 11px verdana,sans-serif;
	font-weight : bold;
	text-decoration : none;
	background-color : #1E62AF;
	padding : 3px 0.5em;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#quote{
	width:350px; 
	float:right; 
	text-align:center; 
	margin-top:0; 
	/*margin-bottom:40px;*/
}
#news li {
  overflow: hidden;
  list-style-type: none;
  color: #000033;
  display: none;
  margin-left:-40px;
}
#news li h1 {
	font: 32px Arial, Helvetica, sans-serif;
	color:#664000;
	border-bottom:none !important;
}
#news li a {
	color:#000033;
}
#news li p {
	font:14px/20px Arial, Helvetica, sans-serif;
}
#footer{
	height:24px;margin:0;padding:0;
	text-align:center;color: #000033;font-size:10px;padding:5px;
	background: #092B5E;
	clear:both;
}
#footer a{color:#000033;font-size:10px;text-decoration:none;}
#footer a:hover{text-decoration:underline;}
.error{
	color:#990000;
	font-weight:bold;
}
img.photo{
	color:#000033;
	border-style: solid;
	border-width:1px;
	border-color: #000033;
	margin-left: 4px;
	}
.h2_paragraph{
	margin-bottom:0;
}
.h3_paragraph{
	margin-top:0;
}
.clearall{
	clear:both;
}