
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:#054B7F;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	background-image:url('/img/gradtop.png');
	background-repeat: repeat-x;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header {
height:100px;

}
#crumb {
	float:left;
	padding-left:10px;
	width:60%;
	}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:25px 25px 20px 25px;
	float:right;
	background:url(../images/innerwrapper.jpg) top repeat-x;	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}
fieldset {
border: none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;

}

#header a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	padding:5px 20px 5px 5px;
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}




#sidebar {

	width:210px;
	padding:10px 20px 20px 5px;
	float:left;
	padding:10px;
	color:#666;
}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}
#search {
	float:right;
	width:220px;
	}
#sidebar p.news a:hover {
	color:#666;
}

#sidebar  {
	border:1px solid #A9D9FC;
	margin-bottom:5px;
}

#sidebar  li {
	list-style:none;
	padding:2px;
	padding-left:5px;
	display:list-item;
}

#sidebar li a {	
	text-decoration:none;
	display:block;
	
}

#sidebar ul li li {	
	text-decoration:none;
	display:block;
	font: 75.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	
}
#sidebar ul li {	
	text-decoration:none;
	display:block;
	font: 140.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}

#sidebar  li a:hover {
	color:#666;
}

#sidebar  li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarright h2 {
	font:140% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
	margin:0 0 0 240px;
	padding:20px 10px 20px 20px;
	border:1px solid #A9D9FC;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top:1px solid #A9D9FC;
	padding:10px;
	margin:30px 0 0;
	font-size:10px;
}
#bottomfade{
	background-image:url('/img/gradbottom.png');
	background-repeat: repeat-x;
	width:100%;
	height:27px;
	padding:0px;
	margin:0px;
	}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;

}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding:1px;
}

form {
	padding:10px;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding:4px;
	font:90% Verdana;
	color:#777;
}
input.button {
	padding:4px;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

		
#ajaxSearch_form {
           color: #444;
           width: auto;
       }

       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 20px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit {
           display: none;
       }
       #ajaxSearch_output {
           background: #f6f6f6;
           display: block;
           height: auto;
		   width:200px;
           vertical-align: top;
		   position:absolute;
		   top:150px;
       }
	  #ajaxSearch_output a {
		text-decoration:underline;
       }
	  #ajaxSearch_output a:hover {
		text-decoration:underline;
       }
       .ajaxSearch_paging {
   
       }
	   .AS_ajax_extract {
	   display:none;
	   }
		.AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }



