@charset "utf-8";
/* CSS Document */
/* ++++++++++++++++++++++ CREATED BY BEAN CREATIVE ++++++++++++++++++++ */
/* ++++++++++++++++++++ http://www.beancreative.com ++++++++++++++++++++ */

@import url(menus.css);

body {margin:10px; padding:0;}

.clearall {clear:both; height:1px;}

a img {border:0;}



#wrapper {
	width:100%;
	border:solid #cfd6e2; border-width:1px;
}

#pageheader {
	border:solid #cfd6e2; border-width:0 0 0 0;
	background:url(../images/logo_bg.gif) repeat-x;
}

#loginwrapper {
	float:right;
	clear:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(0,44,97);
	text-decoration: none;
}

.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(0,44,97);
	text-decoration: none;
	background-color:  rgb(179,211,239);
}

.gobutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
	background-color:  rgb(95,27,6);
	text-align : center;
}





/*  MAIN NAVIGATION STUFF */

#homelinks {
	float:left;
	margin:20px 0 10px 15px;
	}
	
#homelinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: rgb(95,27,6);
	text-decoration: none;
	}
	
#homelinks a:hover {
	text-decoration: underline;
	}
	
/* MAIN NAV STYLES MOVED TO MENUS.CSS */


/* SIDEBAR BUTTONS UNDER SEARCH */
a.sidebarbutton {
	display:block;
	border:1px solid #D2E3D8;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	width:100%;
	margin:0 0 5px 0;
}

a.sidebarbutton:hover {
	text-decoration:none;
	background-color:#e9f3ec;
	border:1px solid #a1d2b0;
}



/* CONTENT AREA STRUCTURE */
#bodywrapper {	border:solid #cfd6e2; border-width:1px 0 0 0;}
td.leftcolumn {	width:20%;	border-right:1px solid #cfd6e2;	padding:10px;}
td.maincolumn {padding:10px;}



/* BREADCRUMB BAR */
p.breadcrumb {border-top:0;	font:10px Verdana, Arial, Helvetica, sans-serif; margin:0 0 20px 0;}
p.breadcrumb a {text-decoration:none; color:  rgb(95,27,6); font-size:10px !important;}
p.breadcrumb a:hover {text-decoration:underline; color: black;}




/* SEARCH TABLE STUFF */
td.searchresult {
	padding-bottom:1.5em;
	border-bottom:1px solid #ccc;
}


/* SUB NAVIGATION STUFF */
#subnavwrapper {}
#subnavwrapper ul {	margin:5px 0 10px 0;	padding:0 0 0 0;	list-style:none;	font-size:10px !important;}
#subnavwrapper li {	padding-bottom:4px;}
#subnavwrapper ul ul {	margin:5px 0 3px 1em;	padding:0 0 0 .5em;	list-style:disc;}
#subnavwrapper ul ul ul {list-style:circle;}
#subnavwrapper li a {font-weight:bold; text-decoration:none; color: rgb(95,27,6); font-size:10px !important;}
#subnavwrapper li li a {font-weight:bold !important; text-decoration:none; color: rgb(95,27,6);}
#subnavwrapper li li li a {font-weight:100 !important; text-decoration:none;}
#subnavwrapper li a:hover {font-weight:bold; text-decoration:underline;}

.subnavhead {display:block; border-bottom:0; font-weight:bold; text-decoration:none; color:  rgb(95,27,6); font-size:12px !important;}

/* FOOTER STUFF */
#footer {
	margin:10px 0 0 0;
	border:solid #cfd6e2; border-width:0;
	text-align:right;
	font-size: 10px;
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: black !important;
	text-decoration:none !important;
}
#footer a:hover {
	color: #7291A5 !important;
	text-decoration:underline !important;
}



