@charset "UTF-8";
/* CSS Document */

body			{
	margin: 0;
	background-color: #005195;
}

img				{
	border: 0px;
}

a				{
	color: #005195;
	border: 0px;
	text-decoration: none;
}

a:hover			{
	color: #000000;
	text-decoration: underline;
}

h1				{
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #005195;
}

h2				{
	border-bottom: 1px dotted #005195;
	color: #a5acb0;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 0;
}

h3				{
	border-bottom: 1px dotted #a5acb0;
	color: #005195;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p				{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 2em;
	color: #000000;
}

ul, ol			{
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 1.2em;
}

#topcontainer	{
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0;
}

#framecontainer	{
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0;
}

#header			{
	margin: 0 auto;
	width: 800px;
	
}

/*								START - HEADER CSS					*/
#masthead {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:326px;
}

#header-top {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:50px;
}

#header-logo {
	position:absolute;
	left:0px;
	top:50px;
	width:275px;
	height:250px;
}

#header-verbage {
	position:absolute;
	left:275px;
	top:50px;
	width:525px;
	height:175px;
}

#header-nav {
	position:absolute;
	background-image: url(images/header-04.jpg);
	background-repeat: no-repeat;
	left:275px;
	top:225px;
	width:525px;
	height:75px;
	padding: 0;
}

#header-nav li{
	float: left;
	padding: 0 15px;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	line-height: 2em;
}

#header-nav a{
	color: #005195;
	text-decoration: none;
}

#header-nav a:hover{
	border-bottom: 3px solid #a5acb0;
}

#header-nav ul{
	list-style: none;
}

#header-bottom {
	position:absolute;
	left:0px;
	top:300px;
	width:800px;
	height:26px;
}

/*							END - HEADER CSS						*/

#main			{
	width: 760px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	
}

#sidenav		{
	float: left;
	width: 200px;
	margin: 0 10px 0 30px;
}


#sidenavtop		{
	float: left;
	background: #ffffff;
	background-image: url(images/sidebar-top.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	margin: auto auto 0 auto;
	padding: 0 15px;
}
#sidenavbody	{
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
	width: 170px;
	margin: 0 auto 0 auto;
	padding: 0px 15px 0 15px;
	float: left;
}

#sidenavbody ul	{
	list-style: none;
}

#sidenavbody li	{
	line-height: 1.75em;
}

#sidenavbottom	{
	background-image: url(images/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	margin: 0 auto auto auto;
	padding: 0 15px 15px 15px;
	float: left;
}

#maincontent	{
	float: left;
	width: 500px;
	margin: auto auto auto 15px;
}

#maincontent p	{
	text-align: justify;
}

#wrapper		{
	margin: 0 auto;
	float:left;
	width: 750px;
	padding: 0 25px 0 25px;
	background: #ffffff;
}

#footer-bg		{
	margin: 0 auto;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #005195;
}

#footer			{
	width: 750px;
	height: 120px;
	margin: 0 auto;
/*	background-color: #005195;
	background-image: url(images/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: top; 
*/	font-family: georgia, serif;
	color: #ffffff;
	padding: 5px 25px;
	
}

#footer p	{
	padding: 10px 0;
	font-size: 10px;
	color: #a5acb0;
}

#footer a	{
	color: #a5acb0;
}

#footernav		{
	padding: 35px 0 0 0;
	font-size: 14px;
	font-family: arial, sans-serif;
	width: auto;
}

#footernav a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 15px;
}

#footernav a:hover{
	border-bottom: 2px solid #a5acb0;
}
	
.cred 			{
	padding: 5px 25px;
	font-color: #ffffff;
}

.wraptube		{
	width: 500px;
	margin: 0 auto;
	padding: 0 125px;
}

.cleared		{
	clear: both;
}

.posts		{
	float: left;
	width: 500px;
	padding: 0 0 25px 0;
}

.posthead		{
	width: 470px;
	border-bottom: 1px dotted #a5acb0;
	margin: auto 10px 2px 20px;
	text-indent: 110px;
}

.poststamp		{
	font-family: arial, sans-serif;
	width: 500px;
	margin: 0 auto auto auto;
	color: #a5acb0;
	font-size: 10px;
}
	
.postimg		{
	float: left;
	width: 100px;
	padding: 15px 10px 0 10px;
}
	
.posttxt		{
	float: left;
	width: 360px;
	padding: 0 10px 0 10px;
	line-height: 1.2em;
}

.proofs		{
	float: left;
	width: 480px;
	padding: 10px;
}

.proofs-tn	{
	float: left;
	width: 100px;
	margin: 10px;
}

.rp-thumb	{
	float: left;
	width: 50px;
	margin: 2px;
	border: 1px solid #a5acb0;
}

.folio-thumb	{
	float: left;
	width: 50px;
	margin: 9px;
	border: 1px solid #a5acb0;
}

.foliosection	{
	float: left;
	width: 210px;
	margin: 0 20px;
}

.foliohead		{
	width: 680px;
	margin: 25px 50px 20px 20px;
}

.construction	{
	width: 650px;
	margin: 0 50px;
	color: #FF0000;
	background-color:#FFFF00;
	font-weight: bold;
}
