﻿html, body 
{
    background-image: url('../images/mainbg.jpg');
    background-repeat: repeat-x;
	background-color: #ffffff;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	color: #c2c2c2;
	text-align: center;
	font-family: Calibri, Verdana, Arial;
	font-size: 8pt;
}
a 
{
    text-decoration: none;
}
img {
    border: 0px;	
}
#outerwrapper 
{
    width: 900px;
    margin:0 auto; /* for the rest */ 
    margin-top: 0px;
    padding-top: 8px;
}
#innerwrapper
{
    width: 900px;
    display:table;
    background-repeat: repeat-y;
    background-image: url('../images/outerbg.png');
}
#contentwrapper 
{
    width: 882px;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    min-height: 600px;
    text-align:left; /* reset text alignment */ 
    margin:0 auto; /* for the rest */ 
}

#headermenu
{
    background-image: url('../images/headermenubg.gif');
    background-repeat: no-repeat;
    text-align: right;
    color: #ffffff;
    height: 28px;
    margin-left: 3px;
}
#headermenu ul
{
    padding-top: 5px;
}
#headermenu li
{
    list-style-type: none;
    display: inline;
}
#headermenu li a
{
    padding: 0 8px 1px 8px;
    font-size: 10pt;
    border-right: solid 1px #ff3b00;
    color: #ffffff;
    text-decoration: none;
}
#headermenu li a.enditem
{
    border-right: none;
}
#headerlogo 
{
    height: 123px;
}
#headerlogoright 
{
    float: right;
    text-align: right;
    padding: 50px 20px 0 0;
}
#headerlogoleft 
{
    padding: 50px 0 0 20px;
}
.headerimage
{
    margin-left: 0px;
}
#mainmenu ul
{
    margin-left: -32px;
    display: inline-block;
}
#mainmenu ul li 
{
    display: inline-block;
    list-style-type: none;
    
}
#mainmenu ul li a
{
    display: block;
    width: 205px;
    height: 82px;
    background-color: #adadad;
    color: #ffffff;
    font-size: 16pt;
    text-decoration: none;
    padding: 5px;
}
#mainmenu ul li a:hover, #mainmenu ul li a.activesection
{
    background-color: #ff3b00;
}
#mainmenu ul li a img
{
    
}
.menuitemtext 
{
    margin-left: 25px;
}
#content 
{
    padding:25px;
}
#footer 
{
    text-align: left;
    padding: 10px 30px 10px 30px;
    height: 81px;
    background-image: url('../images/footerbg.jpg');
    background-repeat: no-repeat;
    color: #ffffff;
}
#footerright
{
    float: right;
}

.orange 
{
    color: #ff3b00;
}
.lightgrey 
{
    color: #adadad;
}
.darkgrey 
{
    color: #646464;
}
.green 
{
    color: #009172;
}
.mediumtext 
{
    font-size: 12pt;
}
.largetext 
{
    font-size: 16pt;
}

/* Eliot new */
h1 {font-size: 38px; line-height:32px;  font-weight: normal; color: #727271; margin:2px 0 4px 0;}
h2 {font-size: 20px; line-height:24px; font-weight: normal; color: #999999; margin:0px 0 15px 0;}
h3 {font-size: 14px;  line-height:16px; font-weight: bold; color: #038F74; margin-bottom: 6px;}
h4 {font-size: 16px;  line-height:18px; font-weight: normal; color: #646464; margin-bottom: 6px;}
#rh_col 
{
    width: 560px;
    margin:-10px 30px 10px 20px; 
    padding: -8px 40px 5px 5px;
	float:right;
}

#rh_col p{
	margin-bottom: 12px; 
	color:#666666; 
	font-size:13px; 
	line-height:16px; 

}

#rh_col ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

#rh_col li{
	color:#646464;
	list-style-image: url(/assets/images/pointer.gif);
	font-size: 15px;
	line-height:16px; 
	font-weight: bold; 
	margin: 2px 0 4px -20px;
}
#lh_col
{
	width:190px;
}
