/* CSS Document */
body {
	margin:0px;
	background: url(../images_cs/bg_body.gif);
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
	margin:0px;
	padding:0px;
	height:0px;
	line-height: 0px;
	display:block;
	/*font-size: px; for IE*/
}

#frame, #bottomrunner, #footer {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
}

#frame{
	height:100%;
	background-color: #FFF;
}

#bottomrunner{
	border:#CCC solid;
	border-width:1px 0 0 0;
	height:35px;
	background: url(../images_cs/bg_bottomrunner.gif) bottom #FFF;
}

#bottomrunner p{
	color:#999;
	font-size:12px;
	margin:0px;
	padding-left:15px;
	padding-top:3px;
}

#footer{
	height:100px;	
}

#header{
	height:80px;
	background:url(../images_cs/bg_header.gif)
}

#header div.logo {
	float: left;
}

#header div.logo img{
	padding:5px 15px;
}

#header div.topright {
	width: 300px;
	float: right;
	background:url(../images_cs/bg_header_topright.gif) no-repeat top left;
	color: #CCC;
	padding:2px 15px 0 40px;
	font-size:12px;
}

#header div.search {
	width: 200px;
	padding:17px 0 0 110px;
}

#header div.search input{
	width: 180px;
	height: 16px;
	color:#666;
	background: #FFF url(../images_cs/bg_header_search.gif);
	font-size: 12px;
	padding: 3px 0px 0px 10px;
	margin:0px;
	border: 0px; /*solid #004C80; for Safari*/
}

#left{
	float:left;
	width:170px;
	height:500px;
	padding:30px 15px;
}

#left span{ /*this covers-up ie6 background flickering. You must use "<span><a></a></span>" structure in the navigation*/
	background:url(../images_cs/gr_listgraphic.gif) 0px 9px no-repeat;
	display:block;
}

#left span a{
	display:block;
	color:#666;
	font-size:12px;
	padding:5px 0 5px 15px;
	text-decoration:none;
}

#left span a:hover{
	color:#FF7C1A;
	text-decoration:underline;
}

#left p{
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:0 0 -10px 0;
	border-bottom:dotted 1px #FF7C1A;
}

#center{
	float:left;
	width:510px;
	padding:30px 10px 0px 10px;
	margin-bottom:30px
}

#center h1.mainheading{
	color:#000;
	font-size: 20px;
	font-weight: normal;
	padding: 0 0 3px 0;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #FF7C1A; /*Keep this as the LAST border definition for Firefox*/
}

#center h1.subheading{
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	color:#000;
	padding:0px;
	margin:-12px 0px 0px;
	border:none;
}

#center h2.centerh2 {
	font-weight:normal;
	color:#000;
	font-size:13px;
	line-height:1.75em;	
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #999; /*Keep this as the LAST border definition for Firefox*/
}

#center h3{
	text-decoration:underline;
	font-size:12px;
}

/*#center a {
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #FF7C1A; Keep this as the LAST border definition for Firefox
}*/

#center p, ul, ol{
	font-size:12px;
	line-height:1.75em;
}

#right{
	float:left;
	width:190px;
	padding:30px 15px;
}

img.inlineRight{
	padding:0 0 15px 15px;
}

img.inlineLeft{
	padding:0 15px 15px 0;
}

/********* Styles for Homepage *********/


.homePageTop{
	margin-bottom:-3px;/* for ie6  */
}

* > .homePageTop{/* ie6 workaround */
	margin-bottom:0px;
	height:250px;/* for ie7 */
}

/*.homePageBottom{
	margin:0 0 0 -15px; /for ie6/ 
	padding:15px 0 0 0; /for ie6/  
	background:url(../images/bg_homepage_bottom.gif);
	border:#CCC solid;
	border-width:1px 0 0 0;
}

* > .homePageBottom{ /ie6 workaround/ 
	margin:0;
	padding:15px;
}*/

.homePageBottom{
	background:url(../images_cs/bg_homepage_bottom.gif);
	border:#CCC solid;
	border-width:1px 0 0 0;
	margin:0;
	padding:15px;
}

.homePageBottom .divRow div.liquidround2 div.top {
	background:url(../images_cs/bg_liqrnd2_top_hp.gif) no-repeat left top;
}

.homePageBottom .divRow div.liquidround2 div.top span {
	background:url(../images_cs/bg_liqrnd2_top_right_hp.gif) no-repeat right top;
}


/********* Company Corner Styles *********/

/*Styles for the Company Directory Page*/

table.directoryList tr {
font-size:12px;
}

table.directoryList tr th, table.directoryList tr th a{
font-size:13px;
text-decoration:underline;
}

table.directoryList tr td strong{
font-size:13px;
}

table.directoryList tr td strong a{
color:#333;
}

table.directoryList tr td.contactInfo{
color:#666666;
font-size:11px;
}

table.directoryList tr td a{
color:#666;
}

table.directoryList tr td a:hover{
color:#FF7C1A;
}

/*Styles for the Document Output Pages*/

table.docOutput {
font-size:12px;
}

table.docOutput tr td, table.docOutput tr th{
padding:6px 0;
}

table.docOutput tr th, table.docOutput tr th a{
font-size:13px;
text-decoration:underline;
}

table.docOutput tr td strong a{
color:#333;
}

table.docOutput tr td strong{
font-size:13px;
}

table.docOutput tr td a:hover{
color:#FF7C1A;
}

img.icon16x16 {
/*position:relative;
top: 2px;
*/
}

/*Styles for the Forum Pages*/

div.forum {
font-size:13px;
width:725px !important;
}


/********* Rollover Button Styles *********/

/*Orange Rollover Buttons*/

.Rollie_Orng_sm{
display:block;
width: 106px;
height: 19px;
background: url("../images_cs/bt_Rollie_Orng_sm.gif") no-repeat 0 0;
text-decoration:none;
color: #FFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
text-align:center;
}

.Rollie_Orng_sm:hover{ 
color: #996633;
background-position: 0 -19px;
text-decoration:none;
}

.Rollie_Orng_Md{
display:block;
width: 159px;
height: 19px;
background: url("../images_cs/bt_Rollie_Orng_Md.gif") no-repeat 0 0;
text-decoration:none;
color: #FFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
text-align:center;
}

.Rollie_Orng_Md:hover{ 
color: #996633;
background-position: 0 -19px;
text-decoration:none;
}

.Rollie_Orng_LG{
display:block;
width: 212px;
height: 22px;
background: url("../images_cs/bt_Rollie_Orng_LG.gif") no-repeat 0 0;
text-decoration:none;
color: #FFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-align:center;
}

.Rollie_Orng_LG:hover{ 
color: #996633;
background-position: 0 -22px;
text-decoration:none;
}
