/* ========================== CSS Reset ========================== */
* {
	border: 0 none;	
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* ========================== General Styles ========================== */
body {
	background: #c7c4bf url("images/bg_body.jpg") no-repeat top left;
}

#wrapper {
	padding-left: 50px;
	overflow: hidden;
	width: 934px;
}

a {
	color: #1d3f7e; 
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 20px;
}

h2 {
	color: #002364;
	font-size: 21px;
}

h3 {
	border-bottom: 1px solid #f0efee;
	border-top: 1px solid #f0efee;
	color: #002364;
	font-size: 14px;
	padding: 10px 0;
}


h4 {
	color: #366eb4;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 15px;
}

iframe {
	margin-bottom: 15px;
}

img {
	margin-bottom: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

p, li {
	color: #8b8986;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}

p.subheading {
	font-size: 13px;
	margin-top: -20px;
}

small {
	font-size: 56%;
}

small2 {
	font-size: 56%;
}

ul {
	list-style: none;
	list-style-position: outside;
	margin-bottom: 15px;
}

ul li {
	border-bottom: 1px solid #f0efee;
	margin-bottom: 0;
	padding: 6px 0 6px 14px;
}

ul li:hover {
	background-color: #e0ebf9;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.headingContainer {
	border-bottom: 1px solid #f0efee;
	border-top: 1px solid #f0efee;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
	width: 412px;
}

.headingContainer p, .headingContainer h3 {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.headingContainer p {
	color: #366eb4;
	font-size: 48px;
	left: 0;
	margin-top: -4px;
	position: absolute;
}

.headingContainer h3 {
	margin-left: 55px;
}

.multiColumns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

.multiColumns .column {
	margin-right: 4%;
}

.multiColumns .last.column {
	margin-right: 0;
}

/* ========================== Home Page Styles ========================== */
#home #intro {
	height: 288px;
}

#home #newsletter {
	margin-bottom: -13px;
}

#home #content {
	overflow: visible;
	padding-bottom: 0;
}

#home #mainContent {
	padding-top: 12px;
	position: relative;
}

#home #mainContent h3 {
	border: none;
	color: #002364;
	padding: 0;
}

#home #mainContent h3 span {
	color: #999999;
}

#home #mainContent h3, #home #mainContent p {
	margin-bottom: 10px;
}

#home #mainContent .boxes > li {
	float: left;
	margin: 0 140px 0 0;
	width: 135px;
}

#home #mainContent .boxes > li.last {
	margin-right: 0;
}

#home #introText {
	top: 18%;
}

#home #introText .desc {
	color: #aadcff;
	margin-top: 6px;
}

#home #introText .desc2 {
	color: #ffffff;
	margin-top: 6px;
}

#home .brochure {
	left: 42%;
	position: absolute;
	top: -24%;
}

#home #mainContent .boxes img, #home #mainContent .boxes a {
	margin-bottom: 0;
} 

/* ========================== Form Elements Styles ========================== */
select {
	border: 1px solid #b1bfda;
	color: #002364;
	font-size: 11px;
	padding: 2px;
	width: 74px;
}

.submit, #newsletter input.submit {
	background: url("images/bg_submit.jpg") no-repeat top left;
	border: none;
	font-size: 10px;
	height: 19px;
	padding: 0;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 78px;
}

a.submit {
	display: block;
}

input.submit#send {
	background: url("images/button_send.jpg") no-repeat top left;
}

input.submit#mc-embedded-subscribe {
	background: url("images/button_subscribe.jpg") no-repeat top left;
}

.submit#more {
	background: url("images/button_more.jpg") no-repeat top left;
}

.submit#go {
	background: url("images/button_go.jpg") no-repeat top left;
}

.submit#download {
	background: url("images/button_download.jpg") no-repeat top left;
}

input, textarea {
	background-color: #daf0f6;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #838793;
	border-top: 1px solid #323339;
	font-size: 11px;
	padding: 2px;
	width: 119px;
}

/* ========================== Header Styles ========================== */
#header {
	height: 78px;
	overflow: hidden;
	width: 884px;
}

#header h1 {
	float: left;
	margin: 9px 0 0 0;
	text-indent: -9999px;
}

#header h1 a {
	background: url("images/logo.jpg") no-repeat top left;
	display: block;
	height: 66px;
	margin: 0;
	width: 276px;
}

#header p {
	color: #99afcc;
	font-size: 17px;
	margin-top: 30px;
}

/* ========================== Content Styles ========================== */
#content {
	background: url("images/bg_content.png") repeat-y top left;
	float: left;
	overflow: hidden;
	padding-bottom: 25px;
	width: 693px;
}

/* ========================== Main Navigation Styles ========================== */
#navigation {
	float: left;
	overflow: hidden;
	padding: 0 4px;
	width: 685px;
}

#navigation ul {
	float: left;
	list-style: none;
	margin-bottom: 0;
}

#navigation ul li {
	background: url("images/bg_mainNav.png") no-repeat bottom right;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul li:hover {
	background-color: transparent;
}

#navigation ul li a {	
	color: #324b78;
	display: block;
	font-size: 12px;
	height: 49px;
	line-height: 59px;
	margin: 0;
	padding: 0 20px;
	text-transform: uppercase;
}

#navigation ul li.last {
	background: none;
}

#navigation ul li a:hover {
	background: url("images/bg_mainNav_hover.png") no-repeat bottom center;
	text-decoration: none;
}

#navigation select {
	float: right;
	margin-top: 19px;
}

/* ========================== Intro Styles ========================== */
#intro {
	height: 199px;
	padding: 0 4px;
	position: relative;
	width: 685px;
}

#introText {
	float: left;
	position: absolute;
	right: 1%;
	top: 45%;
	width: 305px;
}

#intro #introText p {
	color: #fefefe;
	float: left;
	font-size: 22px;
	margin: -20px 0 0 85px;
}

#intro #introText p.number {
	font-size: 55px;
	margin: -25px 0 0 0;
	position: absolute;
	left: 0;
}

/* ========================== Main Content Styles ========================== */
#mainContent {
	float: left;
	margin-right: 23px;
	padding: 30px 0 0 30px;
	width: 412px;
}

/* ========================== Sidebar Styles ========================== */
#sidebar {
	float: left;
	padding: 30px 25px 0 0;
	width: 203px;
}

#sidebar h3 {
	border: none;
	color: #002364;
	font-size: 17px;
	padding: 0;
}

#sidebar h3 span {
	color: #999999;
}

/* ========================== Boxes Styles ========================== */
.boxes {
	list-style: none;
	margin-bottom: 0;
}

.boxes > li {
	border: none;
	margin-bottom: 35px;
	padding: 0;
}

.boxes > li:hover {
	background-color: transparent;
}

#mainContent boxes > li {
	overflow: hidden;
	width: 412px;
}

/* ========================== Projects List Styles ========================== */
.projects {
	margin-bottom: 0;
}

.projects > li {
	border: none;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 0;
	width: 412px;
}

.projects > li:hover {
	background-color: transparent;
}

.projects li .imgContainer {
	float: left;
	margin-right: 18px;
	overflow: hidden;
	width: 108px;
} 

.projects li .textContainer {
	float: right;
	width: 286px;
}

.projects h4 {
	color: #002364;
	font-size: 15px;
}

/* ========================== Press List Styles ========================== */
.collapse {
	list-style: none;
}

.collapse > li {
	border: none;
	margin-bottom: 35px;
	padding: 0;
}

.collapse > li:hover {
	background: none;
}

.collapse li .collapseTop {
	border-bottom: 1px solid #f0efee;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 6px;
	position: relative;
	width: 412px;
}

.collapse li .collapseTop h3 {
	border: none;
	color: #366eb4;															
	float: left;
	margin: 0;
	padding: 0;
}

.collapse li .collapseTop .collapseLink {
	background: url("images/collapseArrow.jpg") no-repeat top left;
	bottom: 9px;
	cursor: pointer;
	height: 6px;
	line-height: 6px;
	margin: 0;
	padding-left: 10px;
	position: absolute;
	right: 0;
}

.collapse li ul li {
	border: none;
	overflow: hidden;
	padding: 9px;
	position: relative;
	width: 394px;
}

.collapse li ul li img {
	margin-bottom: 0;
}

.collapse li ul li a {
	bottom: 17px;
	position: absolute;
	right: 9px;
}

.collapse h4, .collapse li ul li p {
	margin-bottom: 6px;
	width: 260px;
}

.collapseBox {
	display: none;
}

/* ========================== Newsletter Box Styles ========================== */
#newsletter {
	background: url("images/bg_newsletter.png") no-repeat top left;
	height: 121px;
	margin: -69px -14px 35px 0;
	position: relative;
	padding: 20px 15px;
}

#newsletter label {
	color: #002364;
	float: left;
	font-size: 10px;
	width: 60px;
}

#newsletter input.submit {
	float: right;
	margin-right: 3px;
}

#newsletter p {
	margin-bottom: 4px;
}

/* ========================== Info Column Styles ========================== */
#infoColumn {
	float: left;
	margin-top: -27px;
	padding-left: 26px;
	width: 190px;
}

#infoColumn h3, #infoColumn h4 {
	border: 0;
	clear: left;
	color: #002364;
	margin-bottom: 10px;
	padding: 0;
}

#infoColumn h3 {
	font-size: 17px;
}

#infoColumn h4 {
	color: #817f7b;
	font-size: 11px;
	margin-bottom: 0;
}

#infoColumn p {
	font-size: 11px;
	line-height: 14px;
}

#infoColumn span {
	color: #feffff;
}

#infoColumn input {
	float: left;
	width: 112px;
}

#infoColumn input.submit {
	float: left;
	margin-left: 7px;
	width: 45px;
}

#infoColumn form {
	margin-bottom: 15px;
	overflow: hidden;
	width: 250px;
}

#infoColumn img {
	margin-bottom: 10px;
}

#infoColumn a {
	color: #366eb4;
	cursor: pointer;
}

/* ========================== Sec Navigation Styles ========================== */
.secNav {
	list-style: none;
	margin-bottom: 0;
}

.secNav li {
	background: url("images/bg_secNav.png") no-repeat 0% 54%;
	border: none;
	float: left;	
	margin: 0 12px 12px 0;
	padding: 0 0 0 5px;
}

.secNav li:hover {
	background-color: transparent;
}

.secNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
}

/* ========================== Modal Windows and Contact Form Styles ========================== */
.modal {
	background: #ededeb url("images/bg_modal.jpg") no-repeat top left;
	border-bottom: 5px solid #659bdf;
	display: none;  
	height: 296px;  
	overflow:auto;
	padding: 12px 0 0 18px; 
	position: absolute;  
	width: 294px;   
}

#mask{
   position:absolute; /* important */
   top:0px; /* start from top */
   left:0px; /* start from left */
   height:100%; /* cover the whole page */
   width:100%;  /* cover the whole page */
   display:none; /* don't show it '*/        
   background-color: black;    
}

.contactForm label {		
	color: #002364;
	float: left;
	width: 70px;
}

.contactForm input, .contactForm textarea {
	width: 187px;
}

.contactForm p {
	margin-bottom: 10px;
}

.contactForm #send {
	margin-left: 70px;
}

.contactForm a.close {
	background: url("images/bg_close.png") no-repeat 0% 50%;
	padding-left: 10px;
	position: absolute;
	right: 31px;
	top: 17px;
}
    
/* ========================== Footer Styles ========================== */
#footer {
	background: url("images/bg_footer.jpg") no-repeat top left;
	clear: both;
	overflow: hidden;
	padding: 15px 34px 0 34px;
	width: 625px;
}

#footer p {
	font-size: 11px;
}