@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #16b3e5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#sticky {
	height: 208px;
	width: 238px;
	position: relative;
	margin-left: 750px;
	top: -208px;
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#header_contents{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 165px;
}

#logo{
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
}


#navigation {
	height: 47px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #16b3e5;
}

#navigation ul {
	padding:0;
	height: 47px;
	margin: 0px;
}



#navigation li {
	float:left;
	list-style-type:none;
	white-space:nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}





#navigation li a {
	display:block;
	font-size:16px;
	text-transform:none;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 47px;
	line-height: 47px;
}



#navigation li a:hover {
	color:#FFF;
}



#navigation .selected,

#navigation a:hover

  {
	background-color:#4d6aa0;
	color: #FFF;
}



* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */



#content_wrapper {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 37px;
	padding-top: 20px;
}

#main_flash{
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-color: #CCC;
	text-align: center;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/btm_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 37px;
	padding-left: 0px;
} 

#flash_demo{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#column_1 {
	float: left; 
	width: 325px; 
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin: 0px;
	padding: 0px;
}
#column_2 {
	margin-right: 325px;
	margin-left: 350px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
} 

#column_3 {
	float: right; 
	width: 325px;
	margin: 0px;
	padding: 0px;
}
#main_content {
	float: left;
	width: 600px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.report_thumb{
	background-color: #FFF;
	float: left;
	/*height: 190px;*/
	width: 180px;
	padding-left: 5px;
	margin-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #F4F4F4;
	padding-bottom: 5px;
}

#sidebar {
	float: right;
	width: 325px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.port_item{
	height: 500px;
	width: 300px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.port_item_right{
	height: 500px;
	width: 300px;
	margin-left: 25px;
	margin-bottom: 10px;
}





#sb_column_1 {
	float: left; 
	width: 650px;
	margin-top: 0px;

}
#sb_column_2 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 700px;
} 

.sb_lrge_box{
	background-image: url(images/largbx_bg.gif);
	background-repeat: no-repeat;
	height: 393px;
	width: 300px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 20px;
}

#sb_smll_box{
	background-image: url(images/smlbx_bg.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 173px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}


#footer {
	margin-right: auto;
	margin-left: auto;
	width: 984px;
	background-color: #1c3c79;
	margin-bottom: 20px;
} 

#footer_wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -------------------- Font and text styles ---------------------- */

#container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color: #000;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: -1px;
}

#container h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #000;
	text-align: left;
	padding-top: 0px;
	letter-spacing: -1px;
	margin-top: 50px;
}

#container h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #1C3C79;
	text-align: left;
	padding-top: 0px;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: -10px;
}

#vertical_container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #1C3C79;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	letter-spacing: -1px;
	text-indent: 10px;
}

#container h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000;
	text-align: left;
}

#container h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #000;
	text-align: left;
	margin-top: -10px;
}

#main_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000;
	text-align: left;
	line-height: 20px;
	font-style: normal;
}


#container li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000;
	text-align: left;
	line-height: 20px;
	font-style: normal;
}

.description_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #000;
	text-align: left;
	line-height: normal;
	font-style: normal;
	margin-bottom: -5px;
}

#sidebar_content p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
	padding-right: 30px;
}

#sb_column_1 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:normal;
	color: #FFF;
	text-align: left;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 1px;
}

#sb_column_1 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #7ac142;
	text-align: left;
	line-height: normal;
	margin-top: -5px;
	margin-bottom: 30px;
}

#sidebar_content h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #FFF;
	text-align: left;
	line-height: normal;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#sb_column_2 h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	color: #FFF;
	text-align: left;
	line-height: normal;
	margin-top: -5px;
	margin-bottom: -5px;
}

#sb_column_2 h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #7ac142;
	text-align: left;
	line-height: normal;
	margin-bottom: -10px;
}

.logo_email{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #FFF;
	text-align: right;
}

.logo_tel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #FFF;
	text-align: right;
	margin-bottom: -15px;
}
.statement_white{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	text-align: left;
	font-style: italic;
}

.statement_grey{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	text-align: left;
	font-style: italic;
}

#blog_column p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

#blog_column h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-bottom: -5px;
	padding-top: 15px;
}



/* -------------------- images ---------------------- */

img.aligncentre {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	}
	
img.alignleft {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	}
	
img.alignleft_cv {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
	}
	
img.alignright {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
  float: right;
}

img.alignleft_nav {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin: 0px;
	}

/* -------------------- links ---------------------- */

a {
	color:#1C3C79;
	text-decoration: none;
}



a:hover {
	text-decoration: underline;
}

#footer a{
	color:#16B3E5;
	text-decoration: none;
}

/* Side form */

#sideMenu_form {
	width:325px;
	background-color: #E0F5FC;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border: 1px solid #B9E9F9;
}

#sideMenu_form p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-right: 50px;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sideMenu_form h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #1C3C79;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.formSM {
	width:305px;
	height:25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-image: url(images/text_field_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #B9E9F9;
 }
 
.formML {
	width:305px;
	height:70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-image: url(images/text_field_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #B9E9F9;
 }
 
.qs_button{
	background-color: #1C3C79;
	border: 1px solid #1C3C79;
	color: #FFF;
	margin-top: 10px;
}
