/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 76%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
	margin-top: 0;
	height: 100%;
	background: #fff url(images/greybar.png) repeat-x;
	}



/* Headers and Paragraphs:
------------------------------------------------ */

#main h1, h2, h3, h4, h5, h6, p {
	padding: 0 0px;
}

#wrap h1 { font-size: 120%; color: #003366;}
#sidebar h1 { font-size: 110%; color: #fff;}
#header h2 { color: white; font-size: 100%; }
h2 { font-size: 110%; }
h3 { font-size: 95%; font-weight: bold; border-bottom: 1px solid #666 }
h4 { font-size: 90%; font-weight: bold; }
h5 { font-size: 90%;}
h6 { font-size: 80% }
p { font-size: 90%; line-height: 1.5em;}

.red {color: #003366;}

strong {color: #003366;}




/* Layout
------------------------------------------------ */

#wrap {
	width: 950px;
	margin: 0 auto;
	height: 100%;

}

#header {
	width: 940px;
	height: 120px;
	float: left;
	margin: 0;
	margin-top: 0px;
	background: #fff url(images/logo.png) no-repeat;
	}

#headertext {
	width: 174px;
	height: 89px;
	float: right;
	text-align: right;
	position: absolute;
	margin-left: 746px;
	padding: 10px;
	top: 0px;
	border: none;
	background: url(images/bsearcher.png) no-repeat;
	}

#ajaxSearch_form, fieldset {
	border: none;
	margin-top: 10px;
}

#maincontent {
	width: 940px;
	float: left;
	padding-bottom: 50px;
	}


#menu {
	float: left;
	width: 250px;
	min-height: 275px;
	padding: 10px;
	margin: 10px 0 0 0;
	background: #fff url(images/navbkgd.jpg) repeat-y;
	}

#mainimages {
	float: right;
	width: 660px;
	height: 300px;
	padding: 0px;
	margin: 10px 0px 0 10px;
	background: #333;
	}


#content {
	float: left;
	width: 680px;
	padding: 20px 10px 10px 0px;
	margin: 10px 0px;
	}


#twocolumn {
	float: right;
	width: 660px;
	padding: 20px 0px 10px 0px;
	margin: 10px 0px;
	}

#leftcolumn {
	float: left;
	width: 320px;
	padding: 0px;
	margin: 0px;
	}

#rightcolumn {
	float: right;
	width: 320px;
	padding: 0px;
	margin: 0px;
	}

#sidebar {
	float: right;
	width: 200px;
	height: 100%;
	padding: 20px 10px 10px 20px;
	margin: 10px 0px;
	background: #333;
	color: #fff;
	}


#footer {
	height: 35px;
	bottom: 0;
	width: 950px;
	color: #fff;
	margin: 0 auto;
	font-weight: normal; 
	padding: 10px 10px 10px 25px;
}

#footerbkgd {
	min-height: 30px;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #333 url(images/footer.png) repeat-x;
}


/* Content styling
------------------------------------------------ */

hr {
  border: 1px solid #bbb;
  border-width: 1px 0 0 0 ;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}

#footer a:hover {
	color: #003366;
	text-decoration: none;
	}

a:link, a:visited {
	text-decoration: none;
	}

#header a:link, #header a:visited, #header h2{
	text-decoration: none;
	color: white;
	}

#header a:hover {
	text-decoration: none;
	color: #333;
}

/* leftside 
------------------------------------------------ */

#ajaxmenu{
	z-index:65;
	}

#menu {display: block !important; padding-top: 15px;}

#menu li {
	list-style: none;
	width: 235px;
	padding-left: 5px;
	text-indent: 3px;
	text-decoration: none;
	}

#menu li a:link, #menu li a:visited {
	display: block;
	color: #fff;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	}







/* Lists 
------------------------------------------------ */

ol {
	padding-left: 20px;
}


/* Images 
------------------------------------------------ */
img {	
	border: 0;
	padding: 5px;
	}

#header  img, #mainimages img {	
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	}



a:link img, a:visited img, a:hover img, a:active img {
	 border-width: 0px none; 
	}


/* Access 
------------------------------------------------ */

#access {
	height: 35px;
	display: inline;
	float: right;
	font-size: 80%; font-weight: bold; 
	padding-right: 10px;
}

#access a, #access a:link, #access a:active, #access a:visited {
	color: #FFFFFF;
}

#access a:hover {
	color: #333;
}

#access ul li {
	line-height: 3.5em;
	float: right;
	display: inline;
	padding-left: 30px;
	list-style-type: none;
	color: #FFFFFF;
}

#access img {
	display: inline;
	padding: 8px 0 0 6px;
}

#texta {
	font-size: 100%;
}

#textb {
	font-size: 120%;
}

#textc {
	font-size: 140%;
}

#content a:link, #content a:visited, #content li a:link, #content li a:visited   {color: #003366; text-decoration: none; }

#content a:hover {color: #fff;}
