﻿/* Fonts */
body, p, li
{
	font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6
{	
	font-family: Georgia, serif;
}

/* Template */
#body 
{
	font-size: 14px; 
	background-color: #eaeaea;
	color: #555555;	
	text-align: center;
	background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    padding-bottom: 32px;
}

html {
	overflow-y: scroll;
}

.pageSection 
{
	text-align: left;	
	/* set top margin to set spacing above header */
	margin: 0 auto 0 auto;	
	background-color: #ffffff;		
}

.pageBorder 
{
	
	/*border: solid 1px black;*/
}

.innerPage 
{
	background-color: White;
	padding: 0 6px 6px 6px;
}

.headerSection 
{
	width: 100%; 
	position: relative;
	background-image: url(images/site/logo-background.gif);
	background-repeat: no-repeat;
	background-position: 370px -24px;
	height: 100px;
}

.headerLogo 
{
	padding-left: 30px;
	padding-top: 20px;	
}

.pageWidth 
{
	width: 748px; /* Page width */
}

.pageWidthMinusBorder 
{
	width: 736px;
}

.pageWidthMinusDoubleBorder 
{
	width: 724px;
}

.contentSection 
{
	line-height:1.4em;
	/*background-image*/
	padding: 6px;
	background-repeat: repeat-y;
	background-color: #e1e1e3;
	border: none;
}

.mainContentZone 
{
	padding: 12px;
	background-color: #eceef2;
	vertical-align: top;
	position: relative;
}

.footerSection 
{
	text-align: left;		
	margin: 0 auto;
	/*background-image: url(images/);*/
	background-repeat: repeat-x;
	/*border-top: solid 2px #2c79c7;*/
	background-color: #d8d8d8;
	height: 41px;
	margin-bottom: 12px;
}

.footerLeft 
{
	float: left;
	
}
.footerRight 
{
	float: right;
	color: Black;
	padding-right: 18px;
	font-size: 13px;
}

.footerRight a, .footerRight a:link, .footerRight a:visited, .footerRight a:active
{
	color: Black;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;	
}


ul#menu li a 
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 6px;
    line-height: 1.4em;
}

img 
{
	display: block;
	border: none;
}

/* MENU  
----------------------------------------------------------*/
.horizontalMenuSection
{
    background-image: url(images/site/menu-background.gif);
	background-color: #050505;
	background-repeat: repeat-x;
	height: 32px;	
}

.horizontalMenuSectionLeft 
{
	background-image: url(images/site/menu-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;	
}

.horizontalMenuSectionRight
{
	background-image: url(images/site/menu-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 32px;	
}

ul#menu
{
    padding: 0 12px;
    margin: 0;
    position: relative;
    text-align: left;

}

ul#menu li
{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;    
    float: left;
    height: 32px;
    vertical-align: middle;    
    _width: 0px;
    white-space: nowrap;
}

ul#menu li a
{
	margin: 0;
    padding: 5px 12px 0 12px;
    height: 27px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;    
    display: block;    
    font-size: 11pt;
    vertical-align: baseline;
}

ul#menu li a:hover
{
	color: #ffffff;
    text-decoration: none;
    /* retain root reference to background for precaching */
    background-image: url(/content/images/site/menu-hover-background.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

ul#menu li a:active
{
    color: #ffffff;
    text-decoration: none;
    background-image: url(/content/images/site/menu-hover-background.gif);
    background-repeat: repeat-x;
    background-position: left top;    
}

ul#menu li.selected a
{
    color: #ffffff;
}

h1 { 
	font-size: 18pt; 
	font-weight: bold; 
	color: #001b67;
	margin-top: 0;
}

h2 {
	font-size: 12pt; 
	font-weight: bold; 
	color: #00217d;
	margin-bottom: 12px;
}

.mainContentZone p 
{
	margin-top: 0;	
	color: #555555;	
	font-size: 14px; 	
}

.contentSection ul {	
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
	font-size: 14px;
	line-height:1.4em;
}

.contentSection li {
	display:block;	
	list-style-type:none;	
	padding-left:20px;
	background: url(images/bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 4px;
	color: #667666; 	
	font-size: 15px; 
	margin-right: 2em;
	line-height:1.4em;
}

.contentSection a {
 	color: #001b67;
 	text-decoration: underline;
}
.contentSection a:hover {
	color: #006600;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}

/**/
.featureContentBlock
{
	background-color: #c0cad5;		
	background-repeat: repeat-y;
	border: solid 1px #003058;
	width: 342px;
	margin-bottom: 12px;
	background: url(images/site/feature-content-background.png);	
}
.wideFeatureContentBlock 
{
	background: url(images/site/wide-feature-content-background.jpg);	
}
.featureContentBlock h1 
{
	
	color: White;
	background-color: #003058;
	font-weight: normal;
	margin: 0;
	padding: 6px 9px;
	font-size: 16px;
}
.featureContent 
{
	padding: 12px;
	color: #003058;
	font-size: 14px;
}

.featureContentBlock ul 
{
	padding: 0;
	padding-left: 6px;
}

.featureContentBlock ul li 
{
	background: url(images/site/feature-bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 18px;
	font-size: 14px;
	color: #003058;
}

.standardContentBlock 
{
	background: url(images/site/standard-content-background.gif);	
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 9px;
	color: #2f2f2f;
	margin-bottom: 16px;
}

.portfolioContentBlock {
	padding-right: 6px;
}

.standardContentBlock h1 
{
	
	color: #003058;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 3px 0;
	font-size: 16px;	
}
.standardContentBlock p 
{
	color: #2f2f2f;
}

.standardContentBlock ul li {
	color: #2f2f2f;
}

.preloadImg 
{
	display: none;
}

p.portfolioQuote 
{
	font-size: 8pt;
	font-style: italic;
}

img.portfolioImage 
{
	 float: left; 
	 margin-right: 5px;
}

.noMargin 
{
	margin: 0 !important;
}

/*==*/
/* Forms */
.form_description {
	float: right;
	width: 300px;
	font-size: .85em;
	margin: 20px;
}
.form_description p {
	margin-top: 0px;
}
.form_label {
	display: block;
	font-size: 1em;
	margin-bottom: 3px;
}
.form_text {
	width: 240px;
	height: 17px;
	padding: 3px;
	font-size: 13px;
}
.form_textarea {
	width: 400px;
	height: 170px;
	margin: 0px;
	font-size: 13px;
	padding: 2px 3px;
	line-height: 1.5em;
	overflow: auto;
}

.form_submitmessage 
{
	width: 100%;
	padding: 60px 0;
	text-align: center;
	background-color: #f3f3f3;
	border: solid 1px #cccccc;
	margin-top: 16px;	
}
