/*---------------- CSS Reset -----------------*/
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,strong,sub,tt,var,b,u,i,q,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,select,option,button,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-collapse: collapse;
	empty-cells: show;
	background: transparent;
	font: normal 13px/ 16px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: 0;
	color: #333;
	text-align: left;
	text-decoration: none;
	list-style: none;
	cursor: default;
	/* overflow: visible; */
	vertical-align: baseline;
	direction: ltr;
}

b {
	font-weight: bold
}

u {
	text-decoration:underline;
}

big {
	text-transform: capitalize;
}

strong {
	font-weight: bold !important;
}

hr {
	color: #f0f0f0;
	background-color: #f0f0f0;
	height: 1px;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

small {
	font: normal 9px/ 11px Arial, Helvetica, sans-serif;
}

a,a img,button,a span,a span span,a canvas {
	cursor: pointer;
}

img {
	vertical-align: middle;
}

textarea {
	resize: none;
}  /* Safari fix to disable textarea resizing */
textarea,input {
	cursor: text;
}

li {
	/*list-style: url(../images/bullet.gif);*/
	background: url(../images/bullet.gif) 5px 5px no-repeat;
	margin-bottom:4px;
	padding-left: 20px;
}

li ul li {
	/*list-style: url(../images/bullet2.gif);*/
	background: url(../images/bullet2.gif) 15px 5px no-repeat;
	padding-left: 30px;
}

h1{
	font-size:16px;
}

h2{
	font-size:14px;
}
h3{
	font-size:12px;
}
/*---------------- General Usage -----------------*/
.void {
	clear: both;
}

.float {
	float: left;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 16px;
}
.hrDiv {
	height:0; width:956px; border-bottom:solid 1px #f0f0f0;
}

.darkBlue,.darkBlue strong,.darkBlue b,.darkBlue i,.darkBlue u,.darkBlue sup,.darkBlue span
	{
	color: #003568;
}

.blue,.blue strong,.blue b,.blue i,.blue u,.blue sup,.blue span {
	color: #1aaaf0;
}

.lightBlue,.lightBlue strong,.lightBlue b,.lightBlue i,.lightBlue u,.lightBlue sup,.lightBlue span
	{
	color: #1aaaf0;
}

.changingBlue {
	color: #1aaaf0;
}

.changingBlue:hover {
	color: #003568;
}

.header {
	font: bold 18px/ 22px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

.smallArrow {
	background: url(../images/sideMenu2.gif) left center no-repeat;
	padding-left: 12px;
}

.smallArrow:hover {
	background-position: 2px center;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 12px;
}

.borderImage {
	padding: 2px;
	border: solid 1px #DDD;/*original #999*/
}

.subheaderWrapper {
	display: block;
	margin: 1px 0;
	background: #f0f0f0;
}
.subheaderWrapper div{
	padding: 8px 16px;
}
.subheaderInner p,.subheaderInner li,.subheaderInner a {
	font: bold 16px/ 18px Arial, Helvetica, sans-serif;
	color: #1aaaf0;
}

.subheaderInner p a,.subheaderInner p span {
	font: bold 16px/ 18px Arial, Helvetica, sans-serif;
	color: #1aaaf0;
}

.subheaderInner p em {
	font: italic bold 16px/ 18px Arial, Helvetica, sans-serif;
	color: #1aaaf0;
}

.subheaderInner p strong {
	font: bold 16px/ 18px Arial, Helvetica, sans-serif;
	color: #003568;
}
/*---------------- Structure -----------------*/

html,body,#mainHolder,#stage {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body,html>body #mainHolder,html>body #stage {
	height: auto;
}
html{min-width:1030px;}
body {
	behavior: url("/css/cssHover3.htc");
	background-color: #ebeff2;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position:relative;
}


#page_torso {
	padding-bottom: 10px;
}

#mainHolder {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -515px;
	width: 1030px;
	background: url(../images/main_bg.jpg) center top repeat-y;
}

/*----Start Header----*/
#slogan {
	position: absolute;
	overflow: hidden;
	right: 30px;
	width: 800px;
	height: 22px;
	top: 81px;
	padding-top: 7px;
	text-align: right;
	text-transform: uppercase;
}

#mainMenu {

	position: absolute;
	left: 37px;
	top: 110px;
	width: 956px;
	border-top: 1px solid #bbb;
	background: #fff;
	
	border-bottom: 1px solid #bbb;

}

#mainMenu ul {
	display: block;
	position: relative;
}


#mainMenu ul li {
	position: relative;
	top: 3px;
	display: inline;
	margin: 0;
	list-style: none;
	padding: 0;
	background: transparent;
}

#mainMenu ul .last {
	position: absolute;
	right: 0;
}

#mainMenu ul .last a {
	margin-right: 0;
}

#mainMenu ul li a {
	display: inline-block;
	font-weight: bold;
	color: #777;
	height: 23px;
	margin: 0 9px;
}
#mainMenu .selectedNav,
#mainMenu ul li a:hover {
	color: #1aaaf0;
}

#mainMenu ul ul {
	text-align: center;
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	/*
	left: 50%;
	margin-left: -60px;
	*/
	padding: 6px 0px 3px 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #fff url(../images/menuHover.gif) center top no-repeat;
}

#mainMenu li:hover ul,
#mainMenu li a:hover ul,
#mainMenu li:hover li:hover ul{ display: block; }

#mainMenu ul li ul li a {
	text-align:left;
	display: block;
	height:auto;
	width:140px;
	font-size: 12px;
	background: #fff;
	border-bottom:1px solid #CCC;
	padding:6px 10px;
	margin: 0;
}

#mainMenu ul li ul li a:hover {
	background-color: #1aaaf0;
	color: #FFF;
}
#logo {
	height: 100px;
	float: left;
}

#langBar {
	float: right;
}

#langBar select,#langBar option {
	font-size: 10px;
	border: 1px solid #bbb;
	line-height: 9px;
}

/*----End Header----*/ /*----Start Side Menu----*/
#sideMenu {
	float: left;
	width: 150px;
	padding: 45px 35px 25px 0;
	margin: 50px 30px 25px 0;
	border-right: solid 1px #e3e3e3;
}

.sideMenu1 {
	margin-bottom: 60px;
}

.sideMenu2 {
	margin-top: 5px;
	border-color: #dadada;
	border-style: solid;
	border-width: 1px 0;
}

.sideMenu1 a,.sideMenu2 a {
	cursor: pointer;
	display: block;
}

.sideMenu1 a {
	font-size: 12px;
	background: url(../images/sideMenu1.gif) left 10px no-repeat;
	padding: 6px 0 6px 12px;
	border-bottom: solid 1px #dadada;
}

.sideMenu2 a {
	font-size: 11px;
	background: url(../images/sideMenu2.gif) left 10px no-repeat;
	padding: 4px 0 4px 12px;
}

/*----End Side Menu----*/ /*----Start Page Torso----*/
.pageBanner {
	width: 100%;
}

.structureHolder {
	margin-top: 50px;
	padding-bottom: 50px;
}

/* content text in general */
.structureHolder a {
	color: #1aaaf0;
}

.structureHolder a:hover {
	text-decoration: underline;
	color: #003568;
}

.structureHolder h1 {
	font-size: default;
	color: #003568;
	font-weight: bold;
}

.structureHolder h2 {
	font-size: default;
	color: #1aaaf0;
	font-weight: bold;
}

.structureHolder h3 {
	font-size: default;
	color: #777;
	font-weight: bold;
}

.structureHolder ul {
	margin: 4px 0;
}

.listPage1 {
	display: block;
	float: left;
	width: 220px;
	height:auto;
	padding: 0 20px 25px 0;
}

.listPage1 img {
	margin-bottom: 12px;
}

.listPage1 p {
	padding: 0 6px;
}

.listPage2 {
	display: block;
	float: left;
	width: 350px;
	height:auto;
	
}
.listPage2inner{
	padding: 0 20px 25px 0;
}
.listPage2 img {
	margin-bottom: 12px;
}

.listPage2 p {
	padding: 0 6px;
}

.listPage3 {
	display: block;
	width: 650px;
	padding: 25px 0 25px 0;
	border-bottom: solid 1px #ddd;
	position:relative;
	top:-25px;
}

/* Form (contact us) */
form div {
	display: block;
}

form label {
	padding-left: 8px;
	display: inline-block;
	width: 100px;
	color: #39f;
	vertical-align: top; /* fix for IE */
}

.mustFillLabel {
	background: url(/images/starlet.gif) left 4px no-repeat;
}

form input,form select {
	width: 196px;
	border: solid 1px #ccc;
	margin-bottom: 12px;
}

form textarea {
	border: solid 1px #ccc;
	width: 272px;
	height: 116px;
	margin-bottom: 7px;
}

.sendBtn {
	border: 0;
	cursor: pointer;
	width: 95px;
	height: 34px;
	background: #1aaaf0 url(/images/sendBtn.gif) top center no-repeat;
	
	text-align: center;
	font-weight: bold;
}

.sendBtn:hover {
	background: #1a7ff0 url(/images/sendBtnHover.gif) bottom center
		no-repeat;
}

/* Facts List */
.factListItemTop {
	width: 649px;
	height: 8px;
	background: url(/images/factsTop.gif) left top no-repeat;
}

.factListItem {
	width: 647px;
	overflow: auto;
	border: solid 1px #eaeaea;
	border-width: 0 1px;
	padding: 12px 0;
}

.factListItem table {
	width: 639px;
}

.factListItem td {
	vertical-align: middle;
}

.factListItemBottom {
	width: 649px;
	height: 8px;
	background: url(/images/factsBottom.gif) left top no-repeat;
	margin-bottom: 7px;
}

/*----End Page Torso----*/ /*-- Start Homepage specific --*/
#content {
	padding: 10px 37px 70px 37px;
}

#main_element_holder {
	margin: 10px 0px;
}

.hp_column {
	width: 299px;
	height: 330px;
	float: left;
	background: white;
	margin-top:25px;
}

#footer {
	background: url(../images/footer_bg.jpg) center top no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -515px;
	width: 1030px;
	bottom: 0px;
	height: 50px;
	text-align: center;
	padding-top: 30px;
}
.footerInner{
	padding:0 30px;
}
.footerInner, .footerInner a {
	color: #666;
	font-size: 11px;
}

.footerInner a u {
	color: #003568;
	font-size: 11px;
}
.footerInner a:hover u {
	color: #1AAAF0;
	font-size: 11px;
}
.footerInner a:hover {
	color: #333;
}