/* @override http://bannrads.com/et_landing/style.css */

/* global reset
----------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}


/* base
----------------------------------------------- */

body {
	font-family: "Myriad Pro";
	font-size: 20px;
	background: #021830 url(gradient.png) repeat-x;
	opacity: 0.9999999;
}

h2 {
	color: #ffffff;
}

#item2.block {
	color: #45607f;
}

.welcome {
	background-color: #ffffff;
}

/* structure
----------------------------------------------- */

#container {
	padding: 0;
	margin: 0 auto;
	width: 950px;
}

#header img {
	padding: 8px 30px 8px 20px;
	float: left;
}

h2 {
	float: left;
	margin-top: 19px;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

.welcome {
	clear: both;
	height: 377px;
	background: #ffffff url(white_bottom.png) no-repeat 0 bottom;
}

#item1 {
	padding: 20px 0px 19px 20px;
	background: url(white_top.png) no-repeat 0 top;

}

#item2.block {
	padding: 16px 24px 0px 25px;
	text-align: center;
	background: url(white_top.png) no-repeat right top;
}

#item2.block p {
	margin: -3px;
	font-size: 14px;
}

h3 {
	padding-top: 38px;
	font-size: 36px;
	font-weight: normal;
}

.block {
	float: left;
}

#leftcolumn {
	float: left;
	width: 555px;
	text-align: center;
	margin-top: 20px;
	background: #d2deec url(blue_bottom.png) no-repeat left bottom;
}

#rightcolumn {
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	width: 375px;
	background-color: #d4d4d4;
	text-align: center;
}

h4 {
	color: #143a85;
	font-size: 24px;
	font-weight: normal;
	padding-top: 27px;
	margin-bottom: 6px;
}

#leftcolumn h4 {
	background: url(blue_top.png) no-repeat 0 top;
}

#rightcolumn h4 {
	background: url(grey_top.png) no-repeat 0 top;
}

#leftcolumn p, #rightcolumn p a {
	color: #902f2c;
	font-size: 12px;
	text-decoration: none;
}

#leftcolumn p {
	text-align: left;
	width: 377px;
	padding-bottom: 15px;
	margin: 0 auto;
	font-size: 12px;
	color: #000000;
}

#rightcolumn ul {
	list-style: none;
}

#rightcolumn li {
	padding-top: 36px;
}

#rightcolumn li.btmli {
	padding-bottom: 30px;
	background: url(grey_bottom.png) no-repeat 0 bottom;
}

#rightcolumn ul p{
	padding-top: 5px;
	margin: 0;
	font-size: 12px;
	color: #000000;
}

#rightcolumn li a {
	color: #000000;
}


/* footer
----------------------------------------------- */

#footer {
	padding-top: 20px;
	padding-bottom: 30px;
	clear: both;
	font-size: 12px;
	font-weight: arial, sans-serif;
}

#footer p {
	float: left;
	color: white;
}



