
/* standard rules */


html
{
}

body
{
	margin: auto;
	padding: 0;
	color: #666;
	background: #fff;
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Default links */
a:link
{
	text-decoration: none;
	color: #666;
}
a:active
{
	text-decoration: 666;
	color: #666;
}
a:hover
{
	text-decoration: 666;
	color: #666;
}
a:visited
{
	text-decoration: none;
	color: #666;
}
a:visited:hover
{
	text-decoration: 666;
	color: #666;
}

img
{
	border: none;
}

h1
{
	font-size: 18px;
	color: #A83300;
	margin: 0 0 6px 0;
}


h2, h3, h4, h5
{
	font-family: Helvetica, Arial, sans-serif;
}
	
h2
{
	color: #96966E;
	font-size: 14px;
	margin: 6px 0 3px 0;
}

h3
{
	color: #494949;
	font-size: 12px;
	margin: 6px 0 3px 0;
}

h4
{
	color: #494949;
	font-size: 12px;
	margin: 6px 0 3px 0;
}



/* end standard rules */


/* hompage specific */
/* whenever possible try to use global styles */

#hWrapper
{
	width: 7in;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/print_footer.gif) no-repeat right bottom;
}

#hMain
{
	position: relative;
	margin: 0 auto;
	width: 6.9in;
}

#hStage
{
	margin: 0;
	padding: 0;
	border: none;
	z-index: 1;
	height: 1.5in;
	width: 6.9in;
	background: #fff url(../images/print_home_image.jpg) no-repeat center top;
}

#gridRow1
{
	display: none
}



#gridRow2
{
	display: none;
}

#hContent
{
	clear: both;
	margin-bottom: 20px;
	width: 6.9in;
}

#hContent div
{
	float: left;
}

#divider
{
	display: none;
}

#hBodyCopy
{
	width: 3.2in;
	padding: 23px 0px 0 21px;	
}

#hBodyCopy p
{
	width: 3.1in;
	color: #96966C;
	font: 13px/21px Helvetica, Arial, sans-serif;	
}

#hBodyCopy img
{
	margin-top: 25px;
	margin-left: -3px;
}

#hNews
{
	width: 3in;
	padding: 24px 0 0 0;
}

#hNews h3
{
}

#hNews ul
{
	width: 2.8in;
	margin: 0
}

#hNews li
{
	padding-top: 1px;
	margin-bottom: 8px;
	line-height: 14px;
}

#hNews li span
{
	padding: 0 3px 0 3px;
}

/* global navigation */

#globalNav
{
	display: none
}

/* global */

#wrapper
{
	width: 6.5in;
	border: solid 2px #96F;
	margin: 0 auto;
}

#main
{
	position: relative;
	margin: 0 auto;
	width: auto;
	/*background: url(../images/contetnt_bg.gif) repeat-y left top;*/
}

#header
{
	background: #fff;
	height: 90px;
	padding: 0 0 .2in 0;
}


#headerRight
{
	margin: 18px 0 0 20px;
	color: #96966D;
	font: bold 10px Arial, Helvetica, sans-serif;
	/*float: left;*/
	width: auto;
}

#headerRight div
{
	text-align: left;
}

#contact
{
	display: none;
}

#tagline
{
	display: none;
}

#logo
{
	width: 380px;
	margin-top: 11px;
	/*float: left;*/
}

#breadcrumbs
{
	display: none;
}

#content
{
	clear: both;
	margin-top: .1in;
	margin-bottom: 80px;
	margin-left: 20px;
	width: auto;
	height: auto;
}


#subNav
{
	display: none;
}


#bodyCopy
{
	width: 6.5in;	/*
	float: left;*/
}


#bodyCopy img
{
	border: solid 1px #BCBCBC;
	padding: 1px;
}


#bodyCopy img.left
{
	float: left;
	margin: 0 30px 10px 0;
	clear: both;
}

#bodyCopy img.right
{
	float: right;
	margin: 0 0 10px 30px;
	clear: both
}

#bodyCopy ul
{
	margin-top: 7px;
	margin-bottom: 15px; 
	list-style: square outside;
}

#bodyCopy li
{
	padding: 3px 20px 3px 0; 
	margin-left: 15px; 
}


#footer
{
	padding: 20px 0 86px 20px;
	font: normal 10px Helvetica, Arial, sans-serif;
}

.footer
{
	padding: 0 0 82px 0 !important;
}


#footerLinks
{
	display: none;
}

#copyright
{
	color: #333;
	position: relative;
	top: 5px;
}

#printContact
{
	display: block;
	padding-top: 8px
}

.printHide
{
	display: block;
}


/* ---- utility ---- */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

