/* CSS Document */

body {
	background-color: #333333;
	margin: 30px 0px;
	padding: 0px;
	text-align: center;

}

#wrapper {
	width: 765px;
	background-color: #FFFFFF;
	margin: 0px auto;
	/*border: 3px solid #FFFFFF;
	padding: 2px;*/
	text-align: left;
}

#container{
	/*background-color: #D9D8B8;
	background-color: #FFFFFF;*/
	padding: 0;
	margin: 0;
}


#header{
	background: #0074AE url(images/header_bg.jpg);
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	position: relative;
	height: 100px;
	border: 3px solid white;
}

#header img{
	margin-top: 12px;
}

#footer {
	background: #0074AE url(images/header_bg.jpg);
	height: 42px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: 9px;
	text-align: center;
	border: 3px solid white;
}


#footer p{
	margin: 0 0 2px 0;
	padding: 0;
}



#header a{
	text-decoration: none;
	color: #FFFFFF;
	margin: 7px;
}

#mini-nav{
	margin: 0;
	position: absolute;
	right:10px;
	top: 26px;
}

#search-bar{
	margin: 0;
	position: absolute;
	right: 10px;
	top: 50px;
}
#main-menu{
	background-image: url(images/mainmenu_bg.jpg);
	height: 34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: 12px;
	text-align: center;
	background-color: #CC6600;

}

h2{
	font-size: small;
	padding: 0;
	margin: 0;
}

.node{
	margin-bottom: 2.5em;
}


#middle{
	text-align: right;
	position: relative;
	margin-right: 3px;
margin-left: 3px;
margin-bottom: 3px;
height: 236px;
}



#content-menu{
	width: 196px;
	height: 236px;
	background-color: #FFFFFF;
	border: 1px solid #CC6600;
	position: absolute;
    left: -21px;
	text-align: left;
	color: #CC6600;
	font-size: 13px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;

}

.border-lbr{
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid white;
}

.border-lr{
    border-left: 3px solid white;
	border-right: 3px solid white;
}


.sidebox2{
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
}

#block-menu-57 strong{
margin-left: 8px;
margin-top: 5px;
padding-top: 5px;

}

.sidebox2 ul{
	list-style-type: none;
	margin-left: 20px;
	margin-top: 6px;
	padding: 0;

}

.sidebox2 li{
padding: 4px 0;	
}


.sidebox2 li a{
	text-decoration: none;
	color: #CC6600;
	margin: 1em;
}

#block-menu-57 li{
	border-bottom: 1px dotted #CC6600;
	padding: 7px 0;	
}

.sidebox2 .no-under{
	border: 0;
}

#block-menu-57 li.leaf{
list-style-image: none;
list-style-type: none;
}


#main-content{
	border-left: 3px solid white;
	border-right: 3px solid white;
	color: #7D7B5B;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
}



#main-content p{
	margin-bottom: 15px;
}

#main-content a{
color: #7D7B5B;
font-weight: bold;
text-decoration: none;
}

#main-content a:hover{
text-decoration: underline;

}


.content img{
padding: .5em;
}

#left-content{
	width: 450px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#left-content img, 
#right-content img{
padding: 5px 0 0 5px;
margin: 0;
}

#right-content{
	width: 308px;
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}


#right-caption{
	position: absolute;
	bottom: 5px;
	right: 120px;
}

#right-content, #left-content{
	position: relative;
}

#left-content div{
margin: 0;
padding: 0;
bottom: 0;
text-align: center;
}

#left-content div img{
	padding-right: 10px;
}

#right-content-text{
	width: 196px;
}

#right-content-img{
	width: 110px;
	margin-left:196px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#sidebar{
	float: left;
	width: 200px;
	margin-left: -21px;
}

#content-menu-interior{
	width: 196px;
	height: 236px;
	background-color: #FFFFFF;
	border: 1px solid #CC6600;
	text-align: left;
	color: #CC6600;
	font-size: 13px;
	margin-bottom: 30px;
}

.sidebox{
	width: 196px;
	background-color: #CC6600;
	border: 3px solid #FFFFFF;
	text-align: left;
	color: #CC6600;
	font-size: 13px;
	margin-bottom: 20px;
padding: 1px;

}

.sidebox2{
background-color: #ffffff;
margin:0;
padding:0;
border: 1px solid #ffffff;
}

.main_bg{
	background: #d9d8b8 url(images/content_bg.gif);
	border-top: 3px solid white;
}

.interior_bg{
	background-color: #D9D8B8;
}

#interior-content{
	width: 578px;
	float: right;
	background-color:#ffffff;
	padding-top: 0;
	
}

#interior-content p{
	color: #000000;
}

#interior-content h1{
	color: #0074AE;
	font-size: 150%;
	font-weight: bold;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
}

#interior-content h2{
	color: #CC6600;
	font-size: 110%;
	font-weight: bold;
}

.search_btn{
	margin-top: 5px;
}

.node{
	padding-left: 1em;
}
/* NICE MENUS */

#nice-menu-2 ul
{
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#nice-menu-2 ul li { 
	display: inline; 
	border-bottom: 1px solid white;
}

#nice-menu-2 a{
color: #FFFFFF;
}

#nice-menu-2 ul li a
{
	padding: .3em .5em;
	text-decoration: none;
	color: #FFFFFF;
}


#nice-menu-2 ul li a:hover{
	text-decoration: underline;
}

.nice-menu a:link, .nice-menu a:visited, .nice-menu a:hover{
	color: #FFFFF;
	text-decoration: none;
}

ul.nice-menu li li{
	background-color: #CC6600;
	text-align: left;
}

/* END NICE MENUS */

#recent_news li{
	list-style-type: none;
	margin: .5em .25em;
text-align: left;
}
hr { 
	border:none;
	border-top:dotted 1px #7D7B5B;
	width: 95%;
	text-align: left;
	margin-left: 8px;
}

.tos_byline{
	text-align: right;
}

.tos_caption {
	padding-top: 40px;
	text-align: right;
	color: #CC6600;
}

.tos_caption strong{
	font-size: medium;
}

.taximg{
	border-bottom: 3px solid white; 
	margin: 0; 
	padding: 0;
 }