/* Helpers and base rules */

img	{
	border: 0;
	}
	/* The body style affect ALL type on the pages*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;	
	background:#2b3774;
	font: small Arial, Helvetica, sans-serif;
	color:#524318;
	}
/* Typography 	*/
	

h1	{
	margin:15px 0 10px 0px;
	font-size:20px;
	font-weight:bold;
	}
h2	{
	font-size: 13px;
	margin:15px 0 5px 0px;
	font-size: 16px;
	font-weight: bold;
	}
h3, h4	{
	font-weight: bold;
	margin:15px 0 5px 0px;
	font-weight: bold;
	font-size: 13px;
	
	}
.smtxtnotation {
	font-size:11px;
    font-weight:bold;
	margin: 0;
	color: #847038;
    text-decoration:none;
}
.smtxtnotationlight {
	font-size:11px;
    font-weight:normal;
    margin: 0;
	color: #847038;
    text-decoration:none;
}
.smtxtnotationitalic {
	font-size:11px;
	font-weight:normal;
	margin: 0;
	color: #847038;
	text-decoration:none;
	font-style: italic;
}
.caption {
	font-size:9px;
	font-weight:normal;
	margin: 0;
	text-decoration:none;
	font-style: italic;
	text-align: center;
}
/* Default links 	*/

a:link, a:visited {
	font-weight : bold; 
	color: #8d8c5d;
	text-decoration: underline; 
	}

a:hover {
	font-weight : bold; 
	text-decoration: underline;
	color: #524318;
	}

a:active {
	font-weight : bold; 
	text-decoration: underline;
	color: #8d8c5d;
	}
		
	/* This is the main wrapper "outer box" for the entire page*/

#mainwrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #524318;
	background-color: #FFF;
	background-image: url(/graphics/mainwrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}

/* This is the document header section*/
#header	{
	width: 760px;
	height: 198px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#header img {
	vertical-align: bottom;
}

/* This is the top navigation bar 	*/
#topnav	{
	width: 760px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url(/graphics/navbar.gif);
	background-repeat: no-repeat;
	}
#topnav ul#menu	{
	width: 760px;
	height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 199px;
	}
#topnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}
#topnav ul#menu li a {
	height: 25px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	}
#homemenu	{
	left: 30px; width: 74px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	}
#homemenu a {
	color: #FFFFFF;
	}
#homemenu a:hover {
	color: #524318;
	}
#aboutmenu {
	left: 104px; width: 80px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	}
#aboutmenu a {
	color: #FFFFFF;
	}
#aboutmenu a:hover {
	color: #524318;
	}
#servicesmenu	{
	left: 184px; width: 80px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	}
#servicesmenu a {
	color: #FFFFFF;
	}
#servicesmenu a:hover {
	color: #524318;
	}
#successmenu	{
	left: 264px; width: 120px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	}
#successmenu a {
	color: #FFFFFF;
	}
#successmenu a:hover {
	color: #524318;
	}
#resourcesmenu	{
	left: 384px; width: 80px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	}
#resourcesmenu a {
	color: #FFFFFF;
	}
#resourcesmenu a:hover {
	color: #524318;
	}
#contactmenu	{
	left: 464px; width: 90px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	}
#contactmenu a {
	color: #FFFFFF;
	}
#contactmenu a:hover {
	color: #524318;
	}
#customerportalmenu	{
	left: 564px; width: 150px;
	text-decoration: underline;
	}
#customerportalmenu a {
	color: #524318;
	}
#customerportalmenu a:hover {
	color: #8d8c5d;
	}
/* This is the main body section */
#leftwbkgrnd {
	width:225px;
	margin:10px 10px 0 10px;
	padding:0 3px;
	float: left;
	background-image: url(/graphics/colbkgrnd.gif);
	background-repeat: repeat-y;
	}
#leftwbkgrnd p{
	margin:10px 15px 0 21px;
	font-size:11px;
	line-height: 1.5em;
	}
#leftwbkgrnd h2 {	
	margin:10px 15px 0 21px;
	font-weight: bold;
	font-size: 13px;
	}
#leftwbkgrnd ul {
	margin:10px 0px 0 55px;
	padding:0;
	list-style-type:disc;
	width:135px;
	list-style-position: outside;
	}
#leftwbkgrnd li {
	font-size:11px;
	margin-bottom:10px;
	margin-right: 5px;
	color:#524318;
	}
#content {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #524318;
	}
#left {
	width:225px;
	margin:10px 10px 0 10px;
	padding:0 3px;
	float: left;
	}
#left p{
	margin:10px 15px 0 21px;
	font-size:11px;
	line-height: 1.5em;
	}
#left h2 {	
	margin:10px 15px 0 21px;
	font-weight: bold;
	font-size: 13px;
	}
#left ul {
	margin:10px 0px 0 55px;
	padding:0;
	list-style-type:disc;
	width:135px;
	list-style-position: outside;
	}
#left li {
	font-size:11px;
	margin-bottom:10px;
	margin-right: 5px;
	color:#524318;
	}
#right {
	width:480px;
	float:left;
	margin:0 auto;
	padding:0;
	}
#right p {	
	margin:10px 25px 0 0px;
	line-height: 1.5em;
	}
#full {
	width:700px;
	margin:10px 10px 0 10px;
	padding:0 5px;
	float: left;
	}
#full p{
	margin:10px 15px 0 40px;
	line-height: 1.5em;
	}
#full h1 {	
	margin:10px 15px 0 40px;
	font-weight: bold;
	font-size: 20px;
	}
#full h2 {	
	margin:10px 15px 0 40px;
	font-weight: bold;
	font-size: 13px;
	}
#full ul {
	margin:10px 0px 0 55px;
	padding:0;
	list-style-type:disc;
	width:135px;
	list-style-position: outside;
	}
#full li {
	font-size:11px;
	margin-bottom:10px;
	margin-right: 5px;
	color:#524318;
	}
	
/* containers 	*/
.lcallout {
	float: left; 
	margin: 10px 20px 5px 0; 
	padding: 5px;
	background:#ffffd7;
	border:1px solid #bfbe7b;
	text-align: center;
	}
.rcallout {
	float: right; 
	padding: 5px;
	margin: 10px 0 5px 20px;
	background:#ffffd7;
	border:1px solid #bfbe7b;
	text-align: center;
	}
.imgcontainer {
	margin: 3px 0px 3px 10px; 
	padding: 5px;
	background:#ffffd7;
	border:1px solid #bfbe7b;
	text-align: center;
	}
.formfields {
	border: 1px solid #bfbe7b;
	font-size: 11px;
}
.formitems {
	float: left; 
	background:#ffffd7;
	border:1px solid #bfbe7b;
	text-align: center;
}
.frmcallout {
	float: left;
}
.reslnkimg	{
	margin:5px 0 0px 0px;
	}
.newsimagecallout {
	float: left; 
	margin:5px 20px 5px 0px;
	padding: 0;
	text-align: center;
	}
/* These are for the bottom of the page 	*/
#mainbottom	{
	width: 760px;
	height: 20px;
	padding:0;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(/graphics/pagebottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
html>body #mainbottom {	
	width:760px;
	}
#footer {
	clear:both;
	width:760px;
	margin:0 auto;
	padding:30px 0 5px 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color:#524318;
	background-color: transparent;
	background-image: url(/graphics/mainwrapper.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
html>body #footer {
	width:760px;
	text-align: center;
	}
#footer a {	
	text-decoration:none;
	color:#524318;
	}
#footer a:hover {	
	color: #8d8c5d;
	text-decoration:underline;
	}
	
.smtxtnotation2 {

	font-size:11px;
    font-weight:bold;
	margin: 0;
	color: #524318;
    text-decoration:none;
}
.smtxtnotationlight2 {

	font-size:11px;
    font-weight:normal;
    margin: 0;
	color: #524318;
    text-decoration:none;
}
