/* web.css Stylesheet for Screen */
/* site "URL" */

/* ---------------------------------------------------- 
Standard Formatting
---------------------------------------------------- */ 

* 
	{
	margin: 0;
	padding: 0;
	}

html 
	{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}

body 
	{
	height: 100%;
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #AFA89B url(/img/body-ytile.gif) repeat-y center;
	line-height: 18px;
	text-align: left;
	}
	
a:link,
a:visited
	{
	color: #000;
	text-decoration: none;
	}
	
a:hover,
a:active
	{
	color: #BD570F;
	text-decoration: none;
	}

	
h1
	{
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	padding-left: 9px;
	}
	
h2
	{
	font-size: 14px;
	color: #000;
	}	

h3
	{
	font-size: 12px;
	color: #000;
	line-height: 14px;
	}

hr
	{
	color: #000;
	}
	
td {
	padding: 2px 5px 2px 5px;
	text-align: left;
	vertical-align: top;
}

/* ---------------------------------------------------- 
Layout Formatting
---------------------------------------------------- */ 

#wrapper 
	{
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: url(/img/body-ytile.gif) repeat-y top center;
	position: relative;
	}
	
#sidebar
	{
	height: 478px;
	width: 256px;
	float: left;
	position: absolute;
	top: 100px;
	left: 0px;
	}

#header
	{
	width: 100%;
	height: 94px;
	margin: 0 auto;
	background: url(/img/header-bg.gif) top center no-repeat;
	}
	
#logo
	{
	float: left;
	width: 250px;
	height: 94px;
	}
	
#pdfbuttoncontainer
	{
	display: none
	}

#navigation
	{
	display: none;
	}
	
#navcontainer
	{
	display: none;
	}
	
body.home #mainphoto
	{
	width: 100%;
	height: 272px;
	margin: 0 auto;
	background: url(/img/mainphoto-home.jpg) repeat-x left top;
	text-align: left;
	}
	
#mainphoto
	{
	display: none;
	}
	
#content
	{
	width: 100%;
	padding: 25px 0 0 0;
	margin: 0 auto;
	text-align: left;
	background: url(/img/maincontent-xtile.gif) repeat-x left top;
	background-color: #FFF;
	}

#container
	{
	width: 100%;
	background: url(/img/leftcolumn-ytile.gif) repeat-y left top;
	float: left;
	}
	
#leftcolumn
	{
	display: none
	}
	
body.home #rightcolumn
	{
	width: 60%;
	padding-top: 15px;
	background: url(/img/maincontent-xtile) repeat-x left top;
	float: right;
	}	
	
#rightcolumn
	{
	width: 100%;
	padding-top: 15px;
	background: url(/img/maincontent-xtile) repeat-x left top;
	float: left;
	}

#fullwidth
	{
	width: 100%;
	background: url(/img/leftcolumn-xtile) repeat-x left top;
	float: left;
	}
	
.contentpadding
	{
	width: 95%;
	margin: 0 auto;
	}
	
#weblogos
	{
	display:none;
	}
	
#printlogos
	{
	height: 62px;
	
	}
	
#footer
	{
	text-align: right;
	height: 100px;
	padding: 28px 10px 0 10px;
	width: 100%x;
	margin: 0 auto;
	background: url(/img/content_footer-xtile.gif) repeat-x left top;
	}
	
body.home .floatleft
	{
	display: none;
	}
	
.floatleft
	{
	float: left;
	text-align: left;
	width: 50%;
	}
	
.floatright
	{
	float: right;
	text-align: right;
	width: 50%;
	}

.floathalf
	{
	float: left;
	width: 49%;
	}

.clear
	{
	clear: both;
	}


	
/* ---------------------------------------------------- 
Typographic
---------------------------------------------------- */ 

/* tags */
p 
	{
	margin: 10px 10px 10px 8px;
	}

ul
	{
	margin: 8px;
	list-style-type: square;
	}
	
li
	{
	margin: 0 0 0 10px;
	}
	
li p
	{
	padding-left: 0px;
	}

/* custom classes */
.fontEmp
	{
	color: #CE7018;
	}
	
.fontSize10pt
	{
	font-size: 10pt;
	}

.fontSize12pt
	{
	font-size: 12pt;
	}
			
.fontSize14pt
	{
	font-size: 14pt;
	}
	
.fontSize16pt
	{
	font-size: 16pt;
	letter-spacing: -.1em;
	}
	
.fontSize18pt
	{
	font-size: 18pt;
	letter-spacing: -.1em;
	}
	
#footer p
	{
	font-size: 9px;
	padding-top: 5px;
	margin: 0 8px 0 0;
	}

#rightcolumn a:link,
#rightcolumn a:visited
	{
	color: #0A6826;
	text-decoration: none;
	}
	
#rightcolumn a:hover,
#rightcolumn a:active
	{
	color: #BD570F;
	text-decoration: none;
	}
		
