/*

Common Styles
Last Updated: 7/14/07

*/

* { padding: 0; margin: 0; }
img { border: 0; }
tr {border: 0;}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight {float: right; }
.homelink { margin: 20px 0 0 15px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: url(../images/back_mark.gif);
	line-height: 100%;
}

#pagecontainer-outer {
	background: url(../images/drop.png) repeat-y;
	width: 652px;
	margin: 0 auto;
}

#pagecontainer-inner {
	margin: 0 auto;
	width: 630px;
}	

#header {
	height: 120px;
	width: 630px;
	background:url(../images/corp_header.gif);
}

#header p {
	float: right;
	color:#fff;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 14px 25px 0;
	text-align: right;
	line-height: 140%;
}
#header a {
	color:#ccc;
	text-decoration: underline;
	opacity: 1;
}

#headerbutton {
	height: 86px;
	width: 212px;
	float: left;
	background: #ccc;
}

#nav {
	list-style: none;
	height: 34px;
	width: 630px;
	background: #ccc;
}

#nav-inner li {
	padding: 7px 0 0 0;
	float: right;
	height: 23px;
	overflow: hidden;
	}

#nav-inner li a {
	display: block;
	line-height: 23px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
	}	

#nav-inner li a:hover {
	background-position: center bottom;
	}
	
#home_nav { width: 80px; background: url(../images/corp_navhome.gif) no-repeat; }
#home_navabout { width: 110px; background:url(../images/corp_navabout.gif) no-repeat; }
#home_navcontact { width: 87px; background:url(../images/corp_navcontact.gif) no-repeat; }
#home_navresource { width: 120px; background:url(../images/corp_navresource.gif) no-repeat; }

#homeicon {
	float: left;
	padding: 2px 0 0 15px;
}

#home_corp-inner li {
	padding: 3px 0 0 0px;
	margin: 0 ;
	float: left;
	height: 22px;
	overflow: hidden;
	}

#home_corp-inner li a {
	display: block;
	line-height: 22px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
	}	

#home_corp-inner li a:hover {
	background-position: center bottom;
	}
	
#homelink_corp { width: 176px; background:url(../images/corp_home_button.gif) no-repeat; }

#headerbar {
	border-bottom: #333 solid 1px;
}

	
#lowerbar {
	border-top:#FFFFFF solid 1px;
}
	
#infobar {
	float: right;
}

#resinfobar {
	float: left;
	border-top: #FFF solid 1px;
	border-right:#ccc solid 1px;
	background:url(../images/res_info_v2.gif) no-repeat;
	height: 177px;
	width: 91px;
}

#resinfobar p {
	font:"Times New Roman", Times, serif;
	font-size:x-small;
	line-height: 130%;
	padding: 28px 0 0 9px;
	color: #fff;
}

#resinfobar a {
	text-decoration:none;
}

#resinfobar a: hover {
	text-decoration:none;
	color: #666666;
}

#pdf {
	float: left;
	height: 25px;
	width: 25px;
	margin: 6px 3px 15px 9px;
}

#fdcenter {
	float:right;
}

#lowercontent {
	float: right;
	
}

#maincontent {
	width: 628px;
	float: right;
	background-color:#333333;
	border-left:  #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}


	
#table_right {
 width: 324px;
 float: right;
 padding: 0 15px 15px 0;
}

#table_right h4 {
	padding: 20px 0px 8px 8px;
	line-height: 120%;
	color: #d35c36;
	}
	
#table_right td {
	border: #999999 3px solid;
	}
	
#table_right td a:hover {
	opacity: .6;
	}
	
#table_right h5 {
	padding:8px 0 10px 8px;
	color: #d35c36;
	}
	
#leftrow {
	float: left;
	margin: 0 0 0 30px;
}

#leftrow h4 {
	padding: 23px 20px 15px 0;
	color: #d35c36;
}

#leftrow p {
	color: #FFFFFF;
}

#leftrow ul {
	padding: 0 0 0 20px;
	}
	
* html leftrow h4 {
margin-right: -16px; }

#navlist li {
	list-style-type: square; 
	color:#FFFFFF;
	line-height: 180%; 
	}


#lifecycle {
	float: right;
	width: 630px;
	height: 80px;
	margin: 1px 0 0 0;
	border-top: #fff solid 1px;
	border-bottom: #333 solid 1px;
	background-image:url(../images/lifecycle.gif);
}

#lifecycle p {
	float: left;
	color: #333;
	padding: 25px 200px 0 13px;
	line-height: 120%;
}


#footer {
	clear: both;
	height: 25px;
	background: #999;
	font-size: 90%;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	border-bottom: #666 solid 1px;
}



