/*
Client:WorldWeblaW
Version:1.0
*/

/*Eric Meyer's CSS Reset*/
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,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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus{outline:0;}
body{
	line-height:1;
	color:black;
	background:white;
}
ol,ul{list-style:none;}
img, div { behavior: url(js/iepngfix.htc) }
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse:separate;
	border-spacing:0;
}
caption,th,td{
	text-align:left;
	font-weight:normal;
}
/*general*/
html{font-size:100.01%;}
body{
	font-size:62.5%;
	color:#333333;
	font-family:Helvetica, Arial, sans-serif;
	background:#A0DAE0 url(../img/bg.png) repeat-x;
}
form,fieldset,img{display:block;}
.hidden{display:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q {quotes:"" "";}
.clr{
	clear:both
}
a,a:visited {
	color:#0089CF;
	text-decoration:underline;
}

a:hover {
	color:#1D3647;
	text-decoration:underline;
}
/*structural*/
#page{
	width:100%;
	min-width:960px;
	font-size:1.3em;
	line-height:1.25em;
}
#header{
	width:960px;
	overflow:hidden;
	margin:0 auto;
	padding-top:18px;
}
#header div.top{
	width:390px;
	float:left;
}
#header h1{
	display:inline;
	float:left;
	margin:38px 0 0 10px;
}
#header h1 a{
	float:left;
	width:380px;
	height:101px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat 0 0;
}
#header div.nav {
	float:right;
	display:inline;
	margin-top:72px;
}
#header div.nav ul.main-menu{
	float:left;
	overflow:hidden;
}
#header div.nav ul.main-menu li{
	float:left;
	padding:0 0 3px;
	margin:0 0 0 -1px;
}
#header div.nav ul.main-menu li a{
	display:inline;
	color:#0089CF;
	font-size:1.3em;
	text-decoration:none;
	float:left;
	height:18px;
	margin:8px 12px 0 10px;
	padding:0 5px 0 5px;
	overflow:hidden;
}
#header div.nav ul.main-menu li a:hover,#header div.nav ul.main-menu li .selected{
	display:inline;
	color:#1D3647;
	float:left;
	height:18px;
	margin:8px 12px 0 10px;
	padding:0 5px 3px 5px;
	overflow:hidden;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#1D3647;
}
#splash{
	width:900px;
	height:109px;
	overflow:hidden;
	margin:0 auto;
	padding:16px 30px;
	background:url(../img/splash_bg.jpg) no-repeat 10px 0px;
}
#splash div.splash-cont{
	width:450px;
	color:#FFF;
	font-size:1.5em;
	line-height:1.1em;
}
#content{
	width:910px;
	overflow:hidden;
	margin:0 auto;
	padding:18px 20px 10px 30px;
}
#content div.colA{
	margin-right:20px;
	width:650px;
	float:left;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#AEC6D1;
	line-height:1.27em;
}
#content div.colA h1,#content div.colB h1{
    background:url(../img/header_globe.png) no-repeat;
    font-size:1.5em;
    color:#1D3647;
    height:38px;
    margin:4px 0 0 0;
    padding:13px 0 10px 43px;
}


#content div.colA h2,#content div.colB h2{
	font-size:1.2em;
	color:#0089CF;
	padding-bottom:5px;
}
#content div.colA p{
	padding:0 10px 10px 0;
	font-size:1.1em;
}
#content div.colB{
	background-color:#9AB1C1;
	width:220px;
	float:left;
	padding:0 10px 10px 10px;
}
#content div.colB p{
	padding-bottom:15px;
}
#content div.colC{
	width:220px;
	float:left;
	padding:0 10px 10px 10px;
	}
#footer{
	width:650px;
	overflow:hidden;
	margin:0 auto;
	padding-top: 5px;
}
#footer div.copy{
	padding:2px 0 30px 0;
	color:#0089CF;
	font-size:0.9em;
	width:640px;
	float:left;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#0089CF;
}
/*form*/
.twform label {
	display:block;
}
.twform input,.twform select {
	width:400px;
	margin:0 0 8px;
	color:#333333;
	padding:3px;
	background: #DFF2F4;
	border:none;
	border:1px solid #AEC6D1;
	font-weight:bold;
	font-size: 100%;
	vertical-align:top;
	clear: both;
	display:block;
}
.twform select {
	width:408px;
}
.twform input:hover,.twform select:hover {
	background: #C5E9EC;
}
.twform input:focus,.twform select:focus {
	background: #FFF;
}
.twform input.sendbutton {
	width:200px;
	padding:4px 2px;
	margin: 20px 1px 0 0;
	color: #E3EAEB;
	background: #445875 url(../img/button.png);	
	border:1px solid #445875!important;
}
.twform input.sendbutton:active {
	border:2px solid #445875!important;
	padding:3px 1px;
	background: #445875 url(../img/button.png);
}
