body {
	font: 78.5%/1.6em "Verdana", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background: #4F9EC9;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
      
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {

	margin:1px;
	padding:20px;
}

#nav{

position:relative;
top:82px;

}

#header {
position:relative;
top:-23px;
height:80px;
margin-bottom:10px;
background:url(../images/header_logo.png) no-repeat;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #4F9EC9;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}



#sidebarleft {
	background:#fff;
	width:210px;
	padding:10px 20px 20px 5px;
	float:left;
	color:#666;
}

#sidebarleft h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebarleft h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebarleft p {
	margin:15px 0;
}

#sidebarleft p.news {
	background:#fefefe;
}

#sidebarleft 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;
}

#sidebarleft p.news a:hover {
	color:#666;
}

#sidebarleft .subnav {
	border-top:1px solid #fafafa;
}

#sidebarleft .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebarleft .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebarleft .subnav li a:hover {
	color:#666;
}

#sidebarleft .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebarleft .subnav li a:hover b {
	display:inline;
}

#sidebarleft input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#sidebarright {
	width:235px;
	float:right;
	padding:45px 0 0 20px;
	background:#ffffff;
}

#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 210px 0 0;
	padding:45px 0 0 5px;

}

#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;
font:75% Verdana;
padding:5px;
	margin:5px 0 0;
      text-align:center;
}

a {
	color:#4F9EC9;
}

a:hover {
	text-decoration:none;
      border-bottom:1px dotted #4f9ec9;
      
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#444;
}
#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 {
	
	
}


label{
float: left;
margin-left:5px;
width: 130px;
font-weight: bold;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
width: 200px;
height: 150px;
}

.boxes{
width: 1.0em;
}

#submitbutton{
margin-left: 165px;
margin-top: 5px;
width: 125px;
}

br{
clear: left;
}
fieldset
{
width:500px;
border: 2px solid #4F9EC9;
}
legend
{
color: #fff;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #4F9EC9;
	padding: 2px 6px;
	margin-bottom: 8px;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}



#sidebarrightam2 {
	width:235px;
	float:right;
	padding:45px 0 0 20px;
	background:#ffffff;
}

#sidebarrightam2 p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}

#sidebarrightam2 h2 {
	font: 110%"Verdana", verdana, geneva, sans-serif;
	color:#333;
	margin:20px 0 0px 50px;
     	border:none;
      line-height:40px;
}

#sidebarrightam2 ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarrightam2 ul li {
	margin:15px 0;
}

#sidebarrightam2 a {
	border-bottom:1px dotted #eee;
      color:#4F9EC9;
	text-decoration:none;
}

#sidebarrightam2 a:hover {
	text-decoration:none;
      border-bottom:1px dotted #4f9ec9;
      

}
#contentam2 {
	margin:0 260px 0 0;
	padding:45px 0 0 5px;

}
#sidebarrighthome {
	width:235px;
	float:right;
	padding:45px 0 0 20px;
	background:#ffffff;
}

#sidebarrighthome p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
        
}

#sidebarrighthome h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
      text-align:center;

}

#sidebarrighthome ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarrighthomeul li {
	margin:15px 0;
}

#sidebarrighthome a {
	border-bottom:1px dotted #eee;
      color:#4F9EC9;
	text-decoration:none;
}

#sidebarrighthome a:hover {
	text-decoration:none;
      border-bottom:1px dotted #4f9ec9;
}      
#box{
border-style:dotted;
border-color:#4F9EC9;
margin:10px 0 0 0;
padding:5px 5px;5px 5px;
}
#B_crumbBox{
padding:0 0 10px 0;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #0033FF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
#accordion {
border-style:dotted;
border-color:#4F9EC9;
  margin: 0 auto;
	width: 600px;

}
 
	#accordion .section {
		background: url(../images/acd/accordion-bg.gif) repeat-x 0 0;
		border-bottom: 1px solid #ccc;
		padding: 12px;
	}	
 
	#accordion h2 {
		background: url(../images/acd/plus.png) no-repeat 0 4px;
		cursor: pointer;
		font-size: 14px;
		outline: none;
		padding-left: 18px;
           font:190% Arial;
	     color:#79B933;
	     border-bottom:2px solid #f6f6f6;




	}
 
	#accordion .ui-state-active {
		background: url(../images/acd/minus.png) no-repeat 0 4px;
	}
 
	#accordion .section-content {
		padding: 0 18px;
	}
 
	#accordion h3 {
		border-bottom: 2px dotted #f6f6f6;
		color: #4F9EC9;
		font-size: 12px;
		font-weight: bold;
		padding: 22px 0 5px 0;
	}
 
	#accordion p {
		padding-top: 12px;
	}
 
	#accordion ol,
	#accordion ul {
		margin: 12px 0 0 40px;
	}
 
	#accordion li {
		padding-bottom: 5px;
	}


