﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body
{
	background-color: #747474;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a
{
	color:#666;
}
a:hover
{
	text-decoration:none;
color:#003366;
	
}
/*label
{
	margin:2px 5px 0 0;
	display:inline-block;
	display: -moz-inline-stack;
	width:90px;	
}*/

.textbox /*to style text boxes*/
{
	width:200px;	
}
.textboxmulti
{
	width:400px;	
} 
#wrapper{
width: 778px;
background-color:#FDFBED;
margin:5px auto;
border: 1px solid #000000;
text-align:left;
}

#header{
height: 165px;
background-image: url(../images/search/header_bg.jpg);
background-repeat: no-repeat;

}
#nav
{
	margin:auto;
	height:28px;
	padding:7px 0px 0px 70px;
	background-image: url(../images/search/nav_bg.jpg);
	background-repeat: no-repeat;
	
}

#nav ul
{

padding-left: 5px;
margin: 0;
}
#nav ul li{
display: inline;
padding: 15px 15px 0 20px;
margin: 0;
}
#nav ul li a{

color: #C7B96A;
font-weight:bold;
text-decoration: none;


width: 9em;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color:#fff;
}

#searchwrapper
{
   height:160px;
   border-bottom: solid 2px #4D3C28; 
  
}
#search
{	
	margin:0;
	height:132px;
	width:450px;
	float:right;	
	background-image:url(../images/search/search_bg.gif);
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;	
	
}
#txtSearch
{	
	width:180px;
	margin:50px 0 5px 20px;
}
.btnSearch
{
	margin:0;	
}
/*#radSearch label
{
    width:85px;
   padding:0px;
   margin:0px;
    background-color:Lime;   
}*/
table
{
	background:#fff;
}
#content
{
	min-height:300px;
	padding:5px;
}
#content p{
margin:5px 0 5px 0;
}
#content ul
{
	margin-left:20px;
}
#content ul li
{
	margin-bottom:5px;
}
#content h1{

color: #003366;
padding: 0;
margin: 20px;
}

#content h2{

color: #003366;
padding: 0;
margin: 20px;
}

#footer
{
	
text-align:center;
height:20px;
font-size:0.95em;
background-color: #BFB998;
color: #FFFFFF;
}
#footer a
{
	 text-decoration:underline;	
	
}

/*Tag Cloud Styles */

#tagCloud
{
    float:left;
	width: 300px;
	border: solid 2px #ccc;
	padding: 2px;
	margin:10px 5px;	
}
#tagCloud h2
{
	margin:0px;
	padding:2px 0px 0px 2px;
}

#tagCloud A
{
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, Arial;
	text-transform: lowercase;
}

#tagCloud A:hover
{
	color: #00cc00;
	text-decoration: underline;
}

#tagCloud A.weight1
{
	color: #000;
	font-size: 14pt;
	font-weight: bolder;
}
#tagCloud A.weight2
{
	color: #000;
	font-size: 11pt;
	font-weight: bolder;
}
#tagCloud A.weight3
{
	color: #000;
	font-size: 10pt;
	font-weight: bolder;
}
#tagCloud A.weight4
{
	color: #333;
	font-size: 9pt;
}
#tagCloud A.weight5
{
	color: #666;
	font-size: 8pt;
}
/* end Tag Cloud Styles */



