@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*---	GENERIC CSS TO RESET BROWSER DEFAULTS   ---*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 140%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
}
address,caption,cite,code,dfn,em,strong,th,var {  
    	font-style:normal;   
    	font-weight:normal;   
} 
form {
	height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/*
========================================================											
	LAYOUT
========================================================
*/
* {
	margin: 0;
}
body, html, form {
	height: 100%;
	text-align: center;
	background: #2E2D75 url('/images/background_body.png') repeat-x;
}
#wrapper {
    	min-height: 100%;
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto -5em;
    	width: 800px;
	text-align: left;
	background: #FFF;
}
#pageHeader {
	width: 802px;
	height: 93px;
	position: relative;
	background: url('/images/background_header.png') repeat-x;
}
#page {
	width: 760px;
	margin: 20px 21px 0 21px;
	padding: 0 0 20px 0;
	min-height: 500px;
	background: #FFF;
}
#mainContent {
}
.copy {
	margin-left: 225px;
	margin-right: 20px;
}
#secondaryContent {
	background-color: #FCFCFC;
	width: 250px;
	text-align: center;
	border: 1px dashed #DDD;
	float: right;
	margin-left: 25px;
	padding: 10px 0 25px;
}
#secondaryContent .company {
	padding: 10px 4px;
	margin: 10px;
	border: 1px solid #F3F3F3;
	background: #FFF;
}
.homeNews {
	padding-bottom: 20px;
}
#mainHeaderImage {
	margin: 0 0 20px;
}
#footer, .push {
    	height: 5em;
}
#footer {
	width: 800px;
	margin: 0 auto;
	background: url('/images/background_footer.png') no-repeat;
	clear: both;
	position: relative;
}
.copyright {
	position: absolute;
	bottom: 8px;
	left: 5px;
	font-size: .75em;
	background: transparent;
	color: #CCC;
}
/*
========================================================											
	TEXT
========================================================
*/
body {
	font-family: Tahoma, Geneva, sans-serif;
}
/*--- General Text --------------------------------*/
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #131E47;
}
h2 {
	margin-top: .75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #62491C;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #131E47;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	margin-top: .1em;
	margin-bottom: .75em;
	line-height: 1.4em;
}
em {
	font-style: italic;
}

/*--- Unordered List --------------------------------*/
#mainContent ul, .copy ul {
	padding: 2px 0;
	font-size: .9em;
}
#mainContent ul li, .copy ul li {
	padding-left: 20px;
	background: url('/images/bullet_square.png') no-repeat 2px 9px; 
}

/*--- Ordered List --------------------------------*/
#mainContent ol, .copy ol {
	font-size: .9em;
	padding-left: 20px;
	list-style-type: decimal;
	list-style-position: outside;
}

/*--- Links --------------------------------*/
a {
	color: #131E47;
}
#secondaryContent a {
	font-size: .85em;
}

/*
========================================================											
	SITE LOGO
========================================================
*/
#siteLogo {
	width: 150px;
	padding-top: 20px;
	padding-left: 0;
}

/*
========================================================											
	SEARCH
========================================================
*/
/*--- Search Form --------------------------------*/
#mainSearch {
	position: absolute;
	top: 12px;
	right: 0;
}

#mainSearch input {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(/images/search.png) no-repeat scroll 0 0;
	border: none;
	font-size: 0.9em;
	color: #444;
	padding: 5px 7px;
	width: 158px;
	float: left;
}
#mainSearch input:focus, #mainSearch input:hover {
	background: transparent url(/images/search.png) no-repeat scroll 0 0;
}
#mainSearch .searchButton {
	background:transparent url(/images/search.png) no-repeat scroll -427px 0;
	border: none;
	padding: 0px 10px;
	height:32px;
	width:32px;
	float:left;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
}
#mainSearch .searchButton:focus, #mainSearch .searchButton:hover {
	background:transparent url(/images/search.png) no-repeat scroll -198px 0;
	cursor: pointer;
}


/*--- Search Results --------------------------------*/
#searchResults h3 {
	font-size: 0.9em;
	margin-bottom: 1em;
	color: #616029;
}
#searchResults ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}
#searchResults li {
	padding-left:10px;
}
#searchResults .searchMatch {
	font-size: .75em;
	margin-top: -0.5em;
	margin-bottom: 1em;
	padding-bottom: 1.5em;
	color: #333;
}
/*
========================================================											
	NAVIGATION
========================================================
*/
/*--- Main Navigation --------------------------------*/
#mainNavigation {
	position: absolute;
	top: 53px;
	right: 1px;

}
/*
=============================
	MAIN DROPDOWN MENU
=============================
*/

ul#mainNav.dropdown, ul#mainNav.dropdown li, ul#mainNav.dropdown ul {
	list-style: none;
 	margin: 0;
 	padding: 0;
}
ul#mainNav.dropdown {
 	position: relative;
 	z-index: 500;
 	float: left;
}
ul#mainNav.dropdown li {
 	float: left;
 	line-height: 1.3em;
 	vertical-align: middle;
	height: 24px;
	border-top: 5px solid transparent;
	text-transform: uppercase;
	font-size: .95em;
}
ul#mainNav.dropdown li.hover, ul#mainNav.dropdown li:hover {
 	position: relative;
 	z-index: 600;
 	cursor: pointer
}
ul#mainNav.dropdown ul {
 	visibility: hidden;
 	position: absolute;
 	top: 100%;
 	left: 0;
 	z-index: 595;
 	width: 100%;
}
ul#mainNav.dropdown ul li {
 	float: none;
	border: none;
}
ul#mainNav.dropdown li:hover > ul {
 	visibility: visible;
}
ul#mainNav.dropdown li.rtl ul {
 	top: 100%;
 	right: 0;
 	left: auto;
}

/*
=================================
	MAIN DROPDOWN STYLING
=================================
*/

/* --- Main --- */
ul#mainNav.dropdown {
 	font-weight: normal;
}
ul#mainNav.dropdown a {
	text-decoration: none;
	display: block;
	color: #EEE;
}
ul#mainNav.dropdown li {
	padding: 5px 25px; /*-- Adjust spacing between top-level links --*/ 
	display: block;
}
ul#mainNav.dropdown li.hover, ul#mainNav.dropdown li:hover {
	background-color: #444;
	border-top: 5px solid #666;
}
ul#mainNav.dropdown li.hover a, ul#mainNav.dropdown li:hover a {
	color: #EEE;
}


/* --- Dropdown --- */
ul#mainNav.dropdown ul {
	width: 16em;
	background: #666;
	border: 1px solid #444;
}
ul#mainNav.dropdown ul li {
	padding: 2px 5px;
	text-transform: none;	
}
ul#mainNav.dropdown ul li.hover, ul#mainNav.dropdown ul li:hover {
	background: #444;
	border: none;
}
ul#mainNav.dropdown ul li.hover a, ul#mainNav.dropdown ul li:hover a {
	color: #EEE;
}



/*--- Bottom Navigation --------------------------------*/
ul.bottomNavigation {
	position: absolute;
	top: 5px;
	left: 20px;
}
ul.bottomNavigation li {
	display: inline;
	padding: 0 10px 0 0;
}
ul.bottomNavigation li a {
	text-decoration: none;
	font-size: .8em;
	color: #666;
}
ul.bottomNavigation li a:link, ul.bottomNavigation li a:visited {
}
ul.bottomNavigation li a:hover {
	background: #FFF;
	color: #3C5A97;
}

/*--- Legal Navigation --------------------------------*/
.legalNavigation {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: .8em;	
}
.legalNavigation a {
	text-decoration: none;
	color: #666;
}
.legalNavigation a:link, .legalNavigation a:visited {
}
.legalNavigation a:hover {
	background: #FFF;
	color: #3C5A97;
}

/*--- Breadcrumb Navigation --------------------------------*/
ul#breadcrumbs {
	padding: 5px 0 10px 0;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
ul#breadcrumbs li {
	display: inline;
	color: #263879;
	padding-right: 5px;
	font-size: .9em;
}
ul#breadcrumbs li a {
	text-decoration: underline;
}
li .divider {
	margin-left: 5px;
	font-size: .8em;
}
ul#breadcrumbs li.currentPage {
	color: #333;
}

/*--- Secondary Navigation --------------------------------*/
.secondaryNav {
	width: 225px;
	float: left;
}
.secondaryNav ul li a {
	background: url(/images/nav_bullet_arrow.png) no-repeat 0 6px;
	padding-left: 15px;
}
.secondaryNav a:link, .secondaryNav a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: #131E47;
}
.secondaryNav li a:hover {
	text-decoration: none;
	color: #444;

}

/*
========================================================											
	HOME NEWS
========================================================
*/
.homeNews {
	border-bottom: 1px dotted #CCC;
	margin: 0 270px 10px 0;
}	
span.newsDate {
	font-size: .9em;
	display:block;
	color: #666;
	margin-bottom: 5px;
}
h4 {
	margin-top: 5px;
}
h4 a:link, h4 a:visited {
	text-decoration: none;
	color: #131E47;
}
h4 a:hover {
	color: #666;
}

/*
========================================================											
	COMPANY INFO
========================================================
*/
#companyInfo {
	display: block;
	background-color: #EEE;
	margin: 10px 0 15px 0;
	border: 1px solid #CCC;
	padding-top: 10px;
	height: 75px;
	position: relative;
}
#companyInfo .companyLogo {
	width: 125px;
	float: left;
	margin: 8px 20px;
}
#companyInfo .info {
	font-size: .9em;
}

/*
========================================================											
	SITE MAP
========================================================
*/
#sitemap ul li a {
	padding-left: 25px;
	background: url(/images/bullet_square.png) no-repeat 2px 7px; 
	color: #263879;
}

#sitemap ul li ul {
	padding: 0 0 5px 40px;
}

#sitemap ul li ul li a {
	padding-left: 25px;
	background: url(/images/bullet_sitemap.png) no-repeat 2px 0;
	font-size: .9em;
}
#sitemap a:link, #sitemap a:visited {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
	color: #333;
}

/*
========================================================											
	CONTACT PAGE
========================================================
*/

.contactLeft {
	width: 300px;
	float: left;
}
#contactForm {
	float: left;
	background: #F9F9F9;
	border: 1px solid #DDD;
	width: 400px;
	padding: 1em;
	margin-top: 0.5em;
}
.inputRow {
	width: 400px;
	padding-bottom: 1em;
}
.formLabel {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
	width: 4em;
	float: left;
}
.inputString {
	width: 15em;
}
.inputArea {
	width: 30em;
	height: 10em;
}
.submitButton {
	background:transparent url(/images/btn_send.png) no-repeat scroll 1px 0;
	border: none;
	padding: 0px 10px;
	height:32px;
	width:51px;
	text-indent: -999px;
	font-size: 0px;
	display:block;
	line-height: 0px;
	cursor: pointer;
}
.submitButton:focus, .submitButton:hover {
	background:transparent url(/images/btn_send.png) no-repeat scroll -50px 0;
	cursor: pointer;
}
.submitButton:active, .submitButton:active{
	background:transparent url(/images/btn_send.png) no-repeat scroll -101px 0;
	cursor: pointer;
}






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
