/* Home Page CSS */

html {}
body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	  	line-height: 16px;
   	font-size:12px; color:#231F20;
	}
img {border:0;}

table { margin: 0; padding: 0;}



h1 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-top:0; padding-top:0;
	}

h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	}
	

#container 
{border:0px red solid;
	width:950px;
	min-height: 100%;
	height: 100%;
	}
	
#header {
	width: 950px;
	height: 155px;
	border: 0;
	background-image: url('../images/HeaderTopPictures.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	}

#header ul.navlist {
	position: relative;
	left: 265px;
	top: -20px;
	margin: 0;
	padding: 0;
	margin-bottom: -25px;
	}
		
#header ul.navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}

#header ul.navlist li a, #header ul.navlist li a:visited {
	color: #81411f;
	font-size: 0.9em;
	letter-spacing: -0.05em;
	text-decoration: none;
	}
	
#header ul.navlist li a:hover {
	color: #273a8c;
	font-size: 0.9em;
	letter-spacing: -0.05em;
	text-decoration: none;
	}

#eyebrow {
	position: absolute;
	left: 500px;
	top: 12px;
	z-index: 2;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 425px;
	text-align: right;
	}

#eyebrow a, #eyebrow a:hover, #eyebrow a:visited{
	color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	}

.eyebrowline {padding:0; margin:0 5px 0 5px;}

input.searchbtn{
   color: #ffffff;
   font-family: Verdana;
   font-size:84%;
   background-color:#81411f;
   border: 1px solid;
   border-top-color: #B38C77;
   border-left-color:#B38C77;
   border-right-color:#201007;
   border-bottom-color:#201007;
   }
   
/* .searchbox {margin:0;padding:0;background-color:#E9F0F3; border:1px #2D8FC2 solid;height:20px;width:160px;}
.searchbutton {margin:0; padding:1px 3px 3px 3px; height:20px; width:55px; border:1px #2D8FC2 solid;background-color:#E9F0F3; color:#007198;font-family:helvetica, Arial, Verdana; font-size: 11px;}  
   */
#leftcolumn { 
width:180px;border:0px solid red;float:left;
   clear: left;
   padding-left: 1px;
}

#leftcolumn
{
    font-family: Verdana, Arial, Sans-Serif;
	 	line-height: 15px;
   	font-size:11px; color:#231F20;}

#leftcolumn h2
{
    font-family: Verdana, Arial, Sans-Serif;
	 	line-height: 15px;
   	font-size:14px; color:#231F20;margin:0 0 5px 0;padding:0;}

#leftcolumn p {margin:0;}

#leftcolumn a, #leftcolumn a:visited  {
	color: #273a8c;
	font-size: 11px;
	text-decoration: underline;
	}

#leftcolumn a:hover  {
	color: #c4cae2;
	text-decoration: underline;
	}	

#leftcolumn ul.leftnav {
	width: 169px;
	list-style-type: none;
	font-size: 12px;
	margin:0;padding:0;
	}

#leftcolumn ul.leftnav li { 
	margin-bottom: 1px;
	}	

#leftcolumn ul.leftnav li a {
   display: block;
   color: #ffffff;
   padding: 3px;
   width: 150px;
	background:#81411f url('/images/leftnavarrowoff.gif') no-repeat 2px 4px; 
   border: 1px solid;
   border-top-color: #B38C77;
   border-left-color:#B38C77;
   border-right-color:#201007;
   border-bottom-color:#201007;
   padding-left: 20px;
}

#leftcolumn ul.leftnav li a:link, #leftcolumn ul.leftnav li a:visited {
   color: #fff;
   text-decoration: none;
}

#leftcolumn ul.leftnav a:hover {
 
   background:#273a8c url('/images/leftnavarrowon.gif') no-repeat 2px 4px; 
   color: #fff;
}	

#content { 
   border: 0px solid red;
   margin: 0px 0px 0px 0px;
   padding:0 13px 0 23px;
   width: 505px;
   float:right;
   	font-family: Verdana, Arial, Sans-Serif;
   	line-height: 18px;
   	font-size:12px; color:#231F20;
}

	
#content img {
   border:1px solid black;
   }	
	
	
#content h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	}	
#content h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;

	}
#content  a, #content  a:visited  {
	color: #273a8c;
	text-decoration: underline;
	}

#content  a:hover  {
	color: #c4cae2;
	text-decoration: underline;
	}	
	
#rightcolumn {  
   border: 0px solid red;
   margin: 12px 0px 5px 0px;
   padding: 0px;
   width: 222px;
   float:right;
}

#rightcolcontent
{ border: 0px solid red;
    font-family: Verdana, Arial, Sans-Serif;
	  	line-height: 16px;margin:0;padding:0;
   	font-size:12px; color:#231F20;}

#rightcolcontent img {
    border: solid 1px black;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    }

#rightcolcontent  a, #rightcolcontent  a:visited  {
	color: #273a8c;
	text-decoration: underline;
	}

#rightcolcontent  a:hover  {
	color: #c4cae2;
	text-decoration: underline;
	}
#rightcolcontent h3 {
	font-family: Times New Roman, Georgia,  Serif;
	font-size: 18px;
	color: #81411F;
	font-weight: normal;
	margin:0 0 10px 0; padding:0;
	}
#rightcolcontent h4 {font-family: Times New Roman, Georgia,  Serif;
	font-size: 14px;
	color: #81411F;
	font-weight: bold;
margin-bottom:-10px;padding-bottom:0;
	}

#footer {
 clear:both;
 width: 900px;
 height: 40px;
 color: #81411f;
 font-size: 9px;
 text-align: left;
 padding-left: 20px;
}

#footer p {font-size: 9px; }
#footer a, #footer a:visited { color: #81411f; text-decoration: none; font-size: 9px;}
#footer a:hover { color: #273a8c; text-decoration: none; font-size: 9px; }