/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0;
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: "Microsoft Sans Serif", sans-serif;
	text-align:justify;
	color: #666666;

}
body{	
	text-align:left;
	background:url(images/bg_body.jpg) repeat-x;
	background-color: #cccccc;
}

#wrapper {
position:absolute;
left:50%;
width:955;
margin-left:-478px;
margin-top:0px;

}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:955px;
	height:240px;
}

#breadcrumbs{
    position: absolute;
	top:3px;
	float:right;
	right:15px;
	width:500px;
	height:45px;
	z-index: 400;
	text-align:right;
	font-size:9px;
}

#ajaxmenu_green, #ajaxmenu_dark_purple, #ajaxmenu_light_purple, #ajaxmenu_dark_blue, #ajaxmenu_light_blue, #ajaxmenu_dark_orange, #ajaxmenu_dark_green, #ajaxmenu_deep_blue{
	padding-left:4px;
}

#middle {
	width:955px;
	text-align:left;
	left:0px;
	top:240px;
	position: absolute;
	background:url(images/bg_middle.jpg) repeat-y;
}

#footer {
	width:955px;
	height:40px;
	text-align:left;
	position:relative;
	bottom:-40;
}

#frontsmall {
	font-size:11px;
	color:#666666;
	text-align:left;
	padding-left:6px;
	padding-right:6px;
	height:90px;
	z-index:800;
	vertical-align:bottom;
}


* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#left {
    position:relative;
	width:220px;
	float:left;

}
#left-inner {
    width:190px;
	float:right;
	padding-right:10px;
	padding-left:10px;
	background:url(images/newstop.jpg) repeat-x;
}
#right {
	position:relative;/*ie needs this to show float */
	width:735px;
	height:708px;
	float:right;
}
#right-inner {

	top:0px;
    position:relative;
    float:left;
	width:727px;
	padding-right:0px;
	padding-left:0px;
	padding-top:opx;
	background: none;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */


#content {
	padding-bottom: 7px;
	text-align:justify;
	color: #666666;
}

#content p {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

img {
	border: dotted 1px #444444;
}

a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
	}

#breadcrumbs a
{
    color: #444444;
	text-decoration:none;
}

#breadcrumbs a:hover
{
    background-color: #444444;
    color: #ffffff;
}

#sidebar a
{
    color: #EE8C21;
	text-decoration:none;
}

#sidebar a:hover
{
    text-decoration:underline;
}

#sidebar h2
{
    color: #EE8C21;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
	display:inline;
}

#sidebar h3
{
    color: #999999;
	font-weight:normal;
	font-size:9px;
	font-style:italic;
	line-height:15px;
	display:compact;
}

#sidebar h4
{
	font-size:9px;
	font-weight:normal;
	line-height:15px;
	display:compact;
}

#sidebar p
{
	display:compact;
}

#sidebar
{
    color: #666666;
	font-weight:normal;
	line-height:15px;
	display:compact;
}

hr {
	border: 0;
	color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}

#search {
height:120;
position:relative;
top:10px;
left:0px;
vertical-align:middle;
}

fieldset {
border:none;
}

#ajaxSearch_form {
           color: #444;
           width: auto;
       }
	   
       #ajaxSearch_input {
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
       }
       #ajaxSearch_submit {
           display: inline;
       }
       #ajaxSearch_output {
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
       .AS_ajax_result {
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink {
           text-decoration: underline;
       }
       .AS_ajax_resultDescription{
           color: #555;
       }
       .AS_ajax_more {
           color: #555;
       }
	   
	   
	   /* Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #00CCCC;
    padding: 2px;
    margin: -3px;
    border: none;
    color: #990000;
}

.searchTerms { color: #eee; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #888; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }
