/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ffffff;
	font-size: 11px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{	
	text-align:left;
	min-width:100%;/* for mozilla*/
	background-color: #ffffff;
	height:100%;
	background:  url(images/bg_4x818.jpg) repeat-x left top;
}
#wrapper {
	background:  url(images/foot_4x82.jpg) repeat-x left bottom;
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:100%;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
/*	background:  url(images/inner_776x1.jpg) repeat-y left top;*/
}

/* mac hide \*/
* html #outer{
	width:100%
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:143px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:93px;
	z-index:74;
	background:  url(images/top-header_776x93_3.jpg) no-repeat left top;

}

#ajaxmenu{
	position:absolute;
	top:93px;
	left:50px;
	width:100%;
	height:36px;
	z-index:65;
	background:  url(images/header_776x43.jpg) left top;
}
#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) left top;
}
/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: #ffffff;
	width:100%;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/foot_776x82_2.jpg) left top;

}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* 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*/

#right {
	width:256px;
	float:right;
	z-index: 75;
}
#right-inner {
	width: 198px;
	padding-left: 9px;
	text-align: left;
	font-size: 14px;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:563px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}




#content h2 {
	font-size: 15px;
	color: #EF7915;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

h3#post-  {
	font-size: 12px;
	color: #EF7915;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 14px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #EF7915;
}

#content p a:hover {
	background-color: #EF7915;
	color: #ffffff;
}


#footer p {
	padding: 8px;
}





.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #EF7915;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #EF7915;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: dotted 1px #444444;
}

#content ul li{
	margin-bottom: 0.5em;
	font-size: 110%;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a
{
    color: rgb(97, 130, 0);
}

#content a:hover, #sidebar a:hover
{
    text-decoration: none
}

/* social-tab */
#social-tab ul#social {list-style-type:none; width:400px; height:20px; margin:0; text-align:right;}
#social-tab ul#social li {float:right; padding:0; margin:2px;}
#social-tab ul#social li a {
    width:16px;
    height:16px;
    background:url(/images/social.png) 100% 0 no-repeat;
    display:block;
    transition-property:background-position;
    transition-duration:.2s;
    -o-transition-property:background-position;
    -o-transition-duration:.2s;
    -webkit-transition-property:background-position;
    -webkit-transition-duration:.2s;
    -moz-transition-property:background-position;
    -moz-transition-duration:.2s;
    }
#social-tab ul#social li a:hover {background-position:100% 100%;}
#social-tab #social #twitter {background-position:0 0;}
#social-tab #social #twitter:hover {background-position:0 100%;}
#social-tab #social #facebook {background-position:-24px 0;}
#social-tab #social #facebook:hover {background-position:-24px 100%;}
#social-tab #social #youtube {background-position:-48px 0;}
#social-tab #social #youtube:hover {background-position:-48px 100%;}
#social-tab #social #livejournal {background-position:-72px 0;}
#social-tab #social #livejournal:hover {background-position:-72px 100%;}

#core
{
    width: 710px;
    padding: 0px 0px 10px 40px;
    margin: 0px;
    padding-left: 40px;
    padding-top: 3px;
    font-size: 13px;
}


#quad
{
    width: 710px;
    padding: 0px 0px 0px 30px;
    margin: 0;
}

#quad2
{
    width: 710px;
    padding: 0px 0px 0px 30px;
    margin: 0;
}

#quad .quadHeadline
{
    background-image: url(/images/serv/home_orangebar_new.gif);
    background-repeat: no-repeat;
    height: 44px;
    width: 690px;
    padding: 10px 10px 0px 10px;
    margin: 0;
}

#quad .quadHeadline h2
{
    margin:-2px 0px 0px 0px;
    padding:0px;
    font-size:15px;
}

#quad .quadHeadline h3
{
    margin:-4px 0px 0px 0px;
    padding:0px;
    font-size:12px;
}

    #quad .titlebar
{
height: 46px;
    width: 710px;
}


#quad .titlebar .boxTitle
{
    float: left;
    height: 38px;
    width: 188px;
    margin-right: 2px;
    padding: 8px 0px 0px 47px;
    background-repeat: no-repeat;
    font-size:14px;
}

#quad .titlebar .boxTitle.last
{
    margin-right:0px;
    width:189px;
}

#quad .contentBoxes
{
    width: 710px;
    background-image: url(/images/serv/home_quad_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0;
    margin: 0px 0px 2px 0px;
}

#quad .contentBoxes .contentBox
{
    float: left;
    width: 219px;
    margin-right: 2px;
    padding: 0px 6px 0px 10px;
}

#quad .contentBoxes h1 a:link, #quad .contentBoxes h1 a:visited
{
    font-family: Verdana, Geneva, sans-serif;
    margin:-2px 0px 0px 0px;
    color: #666666;
    padding-left: 7px;
    padding-top: 3px;
    font-size: 12px;
    line-height: 20px;
}

#quad .contentBoxes h1 a:hover, #quad .contentBoxes h1 a:active
{
text-decoration: none;
}

#quad .contentBoxes .contentBox.last
{
    margin-right:0px;
}

#quad .clearbox
{
    clear: both;
    height: 12px;
    padding: 0px;
    margin: 0px;
    font-size: 6px;
}

#quad .graytitlebar
{
    background-image: url(/images/serv/home_graybar_new.gif);
    background-repeat: no-repeat;
    height: 44px;
    width: 690px;
    padding: 9px 10px 0px 10px;
    margin: 0;
    clear: both;
}

#quad ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    color: #666;
}

#quad ul li
{
    background-image: url(/images/serv/quad_bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    font-weight:bold;
    padding-left: 7px;
    padding-top: 3px;
    font-size: 11px;
    line-height: 20px;
}


#quad ul li a:visited, #quad ul li a:link, #quad ul li a
{
    font-size: 11px;
    color: #666;
    font-weight:bold;
    text-decoration: underline;
}

#quad ul li a:hover, #quad ul li a:active
{
    text-decoration: none;
}

.z-headline {
    font-size: 14px;
    color: #ba5027;
    list-style-type: none;
    font-weight:bold;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
}

#quad .graybarcontent
{
    font-family: Verdana, Geneva, sans-serif;
    float: left;
    width: 375px;
    font-size:18px;
    font-weight:bold;
    color: #fff;
}

#quad .graybutton
{
    background-image: url(/images/serv/home_graybtn_bg.gif);
    background-position: right;
    background-repeat: no-repeat;
    font-size: 11px;
    height: 22px;
    padding: 7px 10px 0px 0px;
    margin: 3px 3px 0px 0px;
    float: right;
}

#quad .graybuttonstart
{
    background-image: url(/images/serv/home_graybtn_start.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 29px;
    float: right;
    margin: 3px 0px 0px 0px;
}

#quad .graybutton a:visited, #quad .graybutton a:link, #quad .graybutton a
{
    font-size: 11px;
    color: #ba5027;
    font-weight: bold;
    text-decoration: underline;
}

#quad .graybutton a:hover, #quad .graybutton a:active {text-decoration: none;}

#quad-pr {width: 700px; padding: 0px 0px 0px 30px; margin: 0;}
#quad-pr .pr-menu {color: #fff; background: #f5821f; text-align: center; font-family: Verdana; font-size: 12px; padding: 5px; border: 1px solid #000}
#quad-pr .pr-menu2 {color: #000; background: #538ed5; text-align: center; font-family: Verdana; font-size: 11px; padding: 5px; border: 1px solid #000; font-weight:bold;}
#quad-pr .pr-menu3 {width: 270px; color: #000; background: #cccccc; text-align: center; font-family: Verdana; font-size: 11px; padding: 5px; border: 1px solid #000; font-weight:bold;}
#quad-pr .pr-menu4 {width: 490px; color: #000; text-align: center; font-family: Verdana; font-size: 11px; padding: 5px; border: 1px solid #000; font-weight:bold;}
#quad-pr .pr-menu5 {color: #000; background: #f5821f; text-align: center; font-family: Verdana; font-size: 11px; padding: 5px; border: 1px solid #000; font-weight:bold;}
#quad-pr .pr-text1 {font-family: Verdana; font-size: 11px; border: 1px solid #000; margin-left: 10px; padding: 5px;}
#quad-pr .pr-text2 {font-family: Verdana; font-size: 11px; border: 1px solid #000; text-align: center;}
#quad-pr .pr-text3 {font-family: Verdana; font-size: 11px; border: 1px solid #000; text-align: left; padding: 5px;}

