html {
 min-height:100%;
 margin-bottom:1px;
}


body {
	background: #37588D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 700px;
	background: url(../images/bg.jpg);
	margin: 0px auto;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
}


/* Header Styles */


#header {
	background: url(../images/hdr-bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 100px;
	border-bottom: 1px solid #E3851A;
}

#logo {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 252px;
	float: left;
}
#logo a {
	background: url(../images/logo.jpg);
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 252px;
	display: block;
}

#logo span {
	display: none;
}

#header-info {
	display: block;
	float: right;
	height: 100px;
	width: 162px;
}
#header-info a {
	background: url(../images/hdr-info.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 162px;
}
#header #header-info a:hover {
	background: url(../images/hdr-info-on.jpg);
}
#header-info span {
	display: none;
}

/* Nav Styles */

#nav {
	background: url(../images/navbg.jpg);
	margin: 0px;
	padding: 0px;
	height: 22px;
}

#nav ul {
	display: block;
	margin: 0px 0px 0px 175px;
	padding: 0px;
	height: 22px;
}

#nav ul li {
	display: block;
	float: left;
	list-style: none;
	padding-right: 45px;
	padding-left: 10px;
	padding-top: 4px;
	height: 18px;
}

#nav a {
	font: bold 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
}
#main .top {
}
#main .top .text {
	display: none;
}
#nav a:hover {
	color: #89b0fe;
}

/* Body Styles */
#main {
	width: 700px;
	margin: 0px;
	padding: 0px;
	background: url(../images/main-bg.jpg);
	clear: both;
	position: relative;
	float: left;
	height: 470px;
}

#main .top {
	background: url(../images/main-top.jpg) no-repeat top;
}

#main .slogan {
	display: none;
}
#main .top h1 {
	margin: 0px 0px 10px 495px;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #173666;
	width: 190px;
	padding-top: 55px;
	display: none;
}
#main .top h2 {
	font-size: 12px;
	font-weight: bold;
	color: #DF841B;
	width: 185px;
	margin: 0px 0px 10px 495px;
	line-height: 17px;
	padding-top: 5px;
}
#main .top ul {
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	color: #3962B1;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 500px;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 16px;
}
#main .top li {
	margin-bottom: 6px;
}

#main .top p {
	width: 185px;
	padding-left: 495px;
	font-size: 12px;
	color: #173666;
	line-height: 17px;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 5px;
}



#foot {
	background: url(../images/ftr.jpg) no-repeat center top;
	height: 50px;
	width: 700px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	clear: both;
	padding-top: 8px;
}

#foot .design {
	font-size: 10px;
	color: #8ea5c6;
	display: block;
	float: left;
}

#foot a {
	color: #8ea5c6;
	text-decoration: none;
}
#foot a:hover {
	color: #eb8517;
	text-decoration: none;
}

#foot .copyright {
}

#foot .copyright{
	float: right;
	font-size: 10px;
	color: #87a0c2;
}

