/** style reset **/

* {
	margin: 0;
	padding: 0;
}


/** html styles **/

html {
	overflow: hidden;
	height: 99%;
}


/** body styles **/

body {
	height: 99%;
	font-size: 10pt; 
	color: #000000;
	text-align: left;
	line-height: 150%;
	background-color: rgb(211, 226, 195);
	font-family: Tahoma, Verdana, sans-serif;
}


/** Containers **/

#outer_container {
	width: 660px;
	height: 100%;  
	margin: 0 auto;
	display: table;
	overflow: hidden;
	position: relative;
}

#middle_container {
	top: 50%;
	width: 100%; 
	position: absolute; 
	vertical-align: middle;
}

#inner_container {
	top: -163px; 
	width: 660px;
	position: relative; 
}


/** Menu **/

#mast {
	height: 31px;
}

#mast a {
	float: left;
	width: 82px;
	height: 31px;
	display: block;
}

#menu {
	margin-left: 168px;
}

#menu ul {
	width: 492px;
	height: 31px;
}

#menu ul li {
	display: inline;
	line-height: 31px;
}

#menu ul li a {
	float: left;
	width: 82px;
	height: 31px;
	display: block;
	color: #749942;
	text-align: center;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: #749942; 
	background-color: #D3E2C3;
}

#menu a:hover, #menu a:active {
	color: #FFFFFF; 
	background: url(images/menu.jpg) 0 -31px;
}

#menuselected {
	width: 82px;  
	height: 31px;  
	display: block;
	color: #FFFFFF;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu.jpg);    
}

#links {
	margin: 0;
	float: left;
	height: 31px;
	width: 300px;
	list-style: none;
	padding-left: 10px;
}

#links li {
	float: left;
	display: block;
	width: 82px;  height: 31px;  
}

#links a {
	width: 82px;
	height: 31px;  
	display: block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background-color: inherit;
}

#links a:link, #links a:visited {
	color: #749942; 
	background-color: #D3E2C3;
}

#links a:hover, #links a:active {
	color: #FFFFFF; 
	background: url(images/menu.jpg) 82px -31px;
}

#links_selected {
	width: 82px;
	height: 31px;  
	display: block;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu.jpg) 82px 0;
}


/** Other Divs **/

.designinfo {
	color: #749942;
	margin-top: 5px;
	text-align: right;
	background-color: inherit;
}

.border {
	height: 232px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 15px 15px 15px 146px;
	background-position: center center;
	background-image: url(images/back.jpg);
}

.title {
	width: 32px;
	height: 232px;
	margin-top: 15px; 
	margin-left: 15px;
	position: absolute;
	background-image: url(images/vanero.gif);
}

.content {
	padding: 7px;
	height: 217px;
	overflow: auto;
}

#address {
	margin: 10px 20px;
}


/** Inline Text Styles **/

.page_title {
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 10px 40px 9px;
	margin: 10px 0 -40px -2px;
	background-color: inherit;
	border-left: 5px solid rgb(211, 226, 195);
}

.details {
	display: none;
	font-size: 9px;
	color: #6E7468;
}

.text {
	display: block;
	margin: 5px 5px 20px 12px;
}

.text a {
	color: #666F53;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover, .text a:active {
	color: #000000;
}

blockquote {
	margin: 3px 0 3px 0;
	padding: 5px 10px 5px 10px;
}

.note {
	display: block;
	color: #555555;
	margin: 10px 15px 10px 15px;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;	
}
