@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

#main {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0px auto;
}
#top {
	position: relative;
	width: 960px;
	height: 90px;
	margin-top: 10px
}
#top a img {
	border: none;
	border-collapse: collapse;
	float: left;
	margin-right: 20px;
}
#top h1 a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 30px;
	color: #233c7c;
	margin-top: 5px;
	display: block;
	letter-spacing: -0.5px;
}
#top h2 {
	color: #a31515;
	letter-spacing: -0.5px;
	font-size: 16px;
}
#img {
	position: relative;
	width: 960px;
	height: 381px;
}
#img ul {
	position: absolute;
	bottom: 0px;
	clear: left;
	list-style: none;
}
#img li {
	float: left;
}
#img li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: auto;
	font-weight: bold;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}
#img li a:hover {
	background: #fff;
	color: #233c7c;
}
#img h3 {
	position: absolute;
	top: 30px;
	width: 400px;
	left: 60px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#img h3 span {
	color: #d2ddfa;
	text-transform: none;
	letter-spacing: normal;
	position: absolute;
	left: 120px;
}
#img h4 {
	position: absolute;
	top: 30px;
	left: 441px;
	font-size: 18px;
	color: #fff;
	width: 482px;
}
#content {
	position: relative;
	margin-top: 60px;
	width: 570px;
	height: auto;
	padding-right: 59px;
	float: left;
	border-right: solid 1px #ddd;
}
#content h3 {
	font-size: 30px;
	color: #233c7c;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 18px;
	font-weight: normal;
	color: #949494;
	margin-bottom: 20px;
}

#content p {
	color: #414141;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 10px;
}
#content img {
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: solid 1px #ccc;
}
#content ul {
	margin-top: 10px;
}
#content ul li {
	list-style-image: url(images/arrow.gif);
	margin: 0 0 10px 20px;
	
}

#sidebar {
	width: 280px;
	float: left;
	margin-left: 50px;
	margin-top: 60px;
}
#sidebar h3 {
	width: 280px;
	min-height: 61px;
	background: url(images/sidebar-h3-bg.jpg) no-repeat top right;
	font-size: 14px;
	text-transform: uppercase;
	color: #233c7c;
	padding-top: 10px;
	line-height: 24px;
	letter-spacing: -0.2px;
}

#sidebar p {
	color: #414141;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 10px;
}
#sidebar ul {
	list-style: none;
	clear: both;
	margin: 20px 0;
}
#sidebar li {
	float: left;
}
#sidebar li a {
	background: url(images/button.gif);
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
#sidebar li a:hover {
	background-position: bottom;
	color: #233c7c;
}

#footer {
	position: relative;
	top: 60px;
	padding-top: 20px;
	width: 960px;
	padding-bottom: 20px;
	clear: both;
	border-top: solid 4px #a31515;
}
#footer ul {
	position: absolute;
	width: 300px;
	list-style: none;
}
#footer li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 250px;
	border-bottom: solid 1px #ccc;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}
#footer li a:hover {
	background-color: #ccc;
	padding-left: 10px;
	width: 240px;
	color: #000;
}
#footer p {
	position: absolute;
	right: 0px;
	width: 600px;
	color: #666;
	line-height: 18px;
	text-align: justify;	
}

