@charset "iso-8859-1";

/*
Comments about the CSS here.
*/
html {
	height: 100%;
	min-height: 750px; }

body { 
	height: 100%;
	margin: 0px;
	padding:0px;
	background: #FFFFFF; }

#layout {
	width: 90%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 1px solid #687933;
	margin-bottom: 0px;}

img {
	border: 0px;}

a {
	text-decoration: none; }

.formLable {
	font-family: sans-serif; 
	font-size: 12px;
	line-height: 14px;
	color: #000000; }
	

/********************************/
/*           Header             */
/********************************/

#header {
	height: 117px;
	vertical-align: top;
	border-left: 1px solid #687933;
	border-right: 1px solid #687933;
	background-image: url('../images/header_bg.gif'); 
	background-repeat: x-repeat; }

#logo {
	margin: 0px;
	padding: 0px 0px 0px 0px; }

#rndImg {
	border-left: 2px solid #B1B679;
	border-right: 2px solid #B1B679;
	margin: 0px 10px 0px 10px; }

#header p {
	font-family: sans-serif; 
	font-size: 12px;
	line-height: 14px;
	color: #000000; 
	padding: 10px; }

#header a, 
#header a:visited {
	font-family: sans-serif; 
	font-size: 12px;
	line-height: 14px;
	color: #687933;
	text-decoration: none; }

#header a:hover, 
#header a:visited:hover {
	font-family: sans-serif; 
	font-size: 12px;
	line-height: 14px;
	color: #687933;
	text-decoration: underline; }

#header div.phone_num {
	position: absolute;
	top: 109px;
	left: 95px;
	font-family: sans-serif; 
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: #000000; }


/********************************/
/*       Left Column            */
/********************************/

#left_col {
	width: 226px;
	height: 100%;
	background: #EDF3CA;
	border-left: 1px solid #687933;
	border-bottom: 1px solid #687933;
	background-image: url('../images/left_bg.gif');
	background-repeat: no-repeat;
	vertical-align: top;
	white-space: nowrap; } 

ul.nav {
	padding: 35px 0px 0px 0px;
	}

li.nav  {
	background: url("../images/navBg.gif") top right no-repeat;
}
	
li.nav, 
li.nav a, 
li.nav a:visited {
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	padding: 0px 10px 0px 0px;
	color: #333333;
	text-decoration: none; 
	list-style: none outside none;
	}

li.nav a:hover,
li.nav a:visited:hover {
	color: #687933;  }

	
/********************************/
/*       Center Column          */
/********************************/

#center_col {
	background: #EDF3CA;
	height: 100%;
	border-bottom: 1px solid #687933;
	vertical-align: top; }

#center_col p {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	margin: 10px 3px 0px 0px;
	padding: 6px 15px 6px 20px; }

#center_col h1 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	color: #333333;
	margin: 20px 3px 0px 0px;
	padding: 6px 6px 0px 20px;}

#center_col h2 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #333333;
	margin: 20px 3px 0px 0px;
	padding: 6px 6px 0px 20px;}

#center_col h3 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	margin: 20px 3px 0px 0px;
	padding: 6px 6px 0px 20px;}

#center_col img {
	 border: 6px solid #B1B679;
	 margin: 0px 10px 10px 0px; }

#center_col ul, li {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	padding-right: 3px; }

#center_col td {
	vertical-align: top; }

#center_col table {
	margin: 0px 6px 0px 20px; }

/********************************/
/*       Right Column           */
/********************************/

#right_col {
	width: 153px;
	height: 100%;
	background: #E7EFBC;
	border-right: 1px solid #687933;
	border-bottom: 1px solid #687933;
	align: center;
	vertical-align: top; }
	
#right_col p {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #333333;}

#right_col img {
	border: 1px solid #687933;}


/*********************************/
/*            Footer             */
/*********************************/
	
#footer {
	border-left: 1px solid #687933;
	border-right: 1px solid #687933;
	border-bottom: 1px solid #687933;
	height: 20px;
	background-image: url('../images/foot_bg.gif'); 
	background-repeat: no-repeat;
	margin: 0px; }

#footer p {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	padding: 0px;
	margin: 2px;
	text-align: center;
	color: #3B3C01; }