@charset "utf-8";
/* CSS Document */
/* This is a default style sheet that is going to be used when there is no custom styl sheet for the page. Use this default css as a template for creating styles for your page. */
/* this is to set a default background page. */

#maskhead {
	padding:0px;
	/*background-image:url(../images/homepage_elements_01.png);*/
	width: 960px;
	height: 115px;
	border:0px solid #000000;
	margin-bottom:0px; /* Use this to separate maskhead content from menu content */
}

#homelink {
	
	position:absolute; 
	left:10px;
	top:18px;
	width: 203px;
	height: 90px;
}
#banner {
	background-color:#000;
	position:absolute; 
	left:213px;
	top:17px;
	width: 728px;
	height: 90px;
}



#menuscontent {
	background-color:#000000;
}

#leftcolumn {
	background:#FF9900;
	
}
#middlecolumn {
	
}
.col1 {
	vertical-align:top;
	width:800px;
}
.col2 {
	vertical-align:top;
	width:160px;
	
}
.col2 ul {
	list-style: none;
	font-size:9px;
	margin-left: 2em;
	padding-left: 0px;
	}
	
.col2 a  {
	text-decoration:none;
	color:#000000;
}

.col2 a:hover, .col2 a:active {
	text-decoration:underline;
}
.col3 {
	vertical-align:top;
}
/* place content styles for the page below as indicated */
/* content styles goese here */
/* menu styles for the menu file */
.menu, .submenus {  padding:2px; text-align:center; vertical-align:middle; }
#menus, #submenus {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
}
#menus {
	background-color:#FFFFFF;
	padding:4px;
	margin-top:3px;
}
#menus table{
	background-color:#FFFFFF;
	padding:4px;
}
#menus a, #submenus a { text-decoration:none; font-weight:bold; }
#menus a, #menus a:link, #menus a:visited {
	color:#505153;
}
#submenus a, #submenus a:link, #submenus a:visited { color:#FFFFFF; }
#menus a:hover, #submenus a:hover {
	display:block;
	width:100%;
}
#menus a:hover{
	color:#FFFFFF;
	background-color:#5A4426;
}
#submenus a:hover{ 
	color:#5A4426;
	background-color:#FFFFFF;;
}
#submenus table {background:#666666;}
/* end menu tyles */
#searchbar {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
#footermenu{
background-color:#999999;
	background-repeat:repeat-x;
	background-position:0px 0px;
	height:62px;
}
#footer {
	padding:8px;
	height: 100px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	font-size:10px;
	color:#000;
}
#bot_nav { width:940px;
background-color: #B0B0B0;
border: #919191 solid 1px;
text-align:center;
padding-top:3px;
padding-bottom:3px;}
#bot_nav a {text-decoration: none;}
#bot_nav a:hover {text-decoration: underline;}
#bot_nav a, #bot_nav a:link, #bot_nav a:visited {
	color: #000;}
#place {clear:both;}
/* end */
