/* CSS Document */

body {
	margin:0;
	font-family:arial, tahoma;
}

a, a:link, a:visited {
	color:#555;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width:1125px;
	margin:0 auto;
}

#wrapper #top {
	background:#0a2b5a;
	width:1042px;
	padding-left:83px;
}

#top .logo {
	float:left;
	width:270px;
}

#top .menu {
	float:left;
	width:700px;
	margin-left:50px;
}

#top .menu ul {
	margin:0;
	margin-top:10px;
}

#top .menu ul li {
	list-style:none;
	display:inline;
	padding:0px 15px;
}

#top .menu ul li a, #top .menu ul li a:link, #top .menu ul li a:visited {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#top .menu ul li a:hover {
	text-decoration:underline;
}

#header {}

#header .h-left {
	float:left;
	background:url(../images/h-left.jpg) no-repeat;
	width:572px;
	height:250px;
}

.h-left .h-left-button1 {
	margin-top:170px;
	margin-left:81px;
	float:left;
}

.h-left .h-left-button2 {
	margin-top:170px;
	margin-left:27px;
	float:left;
}

#header .h-right {
	float:left;
}

#container {
	width:1125px;
	border-top:1px solid #e5e5e5;
	background:#f1f3f2;
}

#container .content {
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	font-size:13px;
	line-height:17px;
	color:#636b75;
}

h1 {
	color:#0c3569;
	font-size:18px;
	line-height:21px; 
}

.hr {
	border-bottom:2px solid #e5e5e5;
	
}

#footer {
	margin:10px;
	text-align:center;
}


