body {
	margin:0;
	border-top: solid 4px #2d80aa;
	font-family: Tahoma, Arial, Helvetica !important;
	font-size: 15px;
	line-height:22px;
	color:#333;
}

.clear { clear:both; }

a { color:#005d6d; text-decoration:none; }
a:hover { color:#0081ad; }

h1 {
	font-size:28px;
	line-height:30px;
	margin:20px 0 0 0;
	padding:0;
	color:#00577e;
	text-transform:uppercase;
}

hr { margin:30px 0; border-top:1px dashed #ccc; border-bottom:none; }

#header-wrapper {
	background-image: url("images/headerbg.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #14709c;
	background-size:cover;
	width:100%;
	text-align: center;
	border-bottom: solid 3px #2a6582;
	border-top: solid 1px #40d3f2;
}

#header {
	width:1100px;
	margin:0 auto;
}

#header .logo {
	width:338px;
	height:71px;
	margin:15px 0;
	display:block;
	float:left;
	background:url('images/logo.png') no-repeat;
}

#header .phone {
	margin-top:-1px;
	background-color: #0081ad;
	padding:0 20px 5px;
	border-bottom: solid 1px #00d4f4;
	float: right;
	color: white;
	font-weight: normal;
	line-height: 37px;
	font-size:18px;
	border-radius:0 0 5px 5px;
}

#nav-wrapper {
	background-image: url('images/navbg.jpg');
	width: 100%;
	text-align: center;
	display:block;
	border-bottom:solid 10px #346c87;
}

#nav {
	width:1100px;
	margin:0 auto;
}

#nav ul {
	margin: 0;
	padding:0;
	text-align: center;
	list-style:none;
}

#nav ul li {
	margin:0 30px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}

#nav ul li a {
	color: #000;
	text-decoration: none;
	padding: 15px 0 10px;
	display:block;
}

#nav ul li:last-child a { color:#0099cc; }

#nav ul li:hover {
	border-bottom: solid 5px #519bc0;
	margin-bottom: 0px;
}

#slider {
	width:100%;
	margin:0 auto;
	display:block;
	height:465px;
	background-image:url('images/01.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	position:relative
}

#slider .caption-wrapper {
	background-image: url('images/slider-caption.jpg');
	position: absolute;
	bottom:0;
	width:100%;
	height: 91px;
	display:block;
	text-align: center;
	padding: 0;
}

.caption {
	background-image: url('images/slider-caption02.jpg');
	display: inline-block;
	height: 143px;
	text-align: center;
	margin: -52px auto 0 auto;
	width:1100px;
	color:#4d4d4d;
	text-shadow:0 1px 0 #fff;
}

.caption h1 {
	font-size:28px;
	line-height:30px;
	margin:20px 0 0 0;
	padding:0;
	color:#00577e;
	font-weight:400;
}

.caption h1 span { font-size:35px; }

.caption p { padding:0 50px; }

#main-wrapper {
	width: 100%;
	background-image: url('images/mainbg.png');
	padding-top: 30px;
}

#main {	
	width:1100px;
	margin:0 auto;
	background:#f5f5f5;
	padding-bottom:50px;
}

#main .box {
	margin:10px;
	width:340px;
	float:left;
}

#main .box h2 {
	width: 100%;
	margin: 0;
	background-image: url('images/infobg.jpg');
	padding-top:10px;
	height: 34px;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: normal;
	border-radius: 7px 7px 0 0;
	text-transform: uppercase;
}

#main .box ul {
	list-style:none;
	margin:0 0 15px 0;
	padding:0; 
}

#main .box ul li {
	width: 100%;
	background-image: url('images/boxsep.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding:20px 0;
}

#main .box ul li i {
	width: 25px;
	height: 25px;
	float: left;
	background-image: url('images/bullet.png');
	display:block;
}

#main .box ul li p { float:right; width: 305px; margin:0; }

#main .box a { 
	display:inline-block;
	background:url('images/link.png') no-repeat right center;
	padding-right:20px;
	padding-left:30px;
}

#main .box ul li a { 
	float:left; 
	max-width: 275px;  
	padding-left:10px; 
}

#main .main { padding:30px; }

#footer {
	width: 100%;
	background-image: url('images/footer_bg.png');
	text-align: center;
	color:#ccc;
	padding:15px 0;
	font-size:13px;
}

#footer a { color:#fff; }

#footer a:hover { text-decoration:underline; }

.application-form {
	background:#fff;
	padding:30px;
	border-radius:8px;
	margin-top:20px;
}

.form-info { display:inline-block; margin-bottom:20px; margin-right:20px; }

label { display:block; }

input[type="text"], textarea {
	border-radius:3px;
	background:#fff;
	border:1px solid #ccc;
	outline:none;
	padding:5px;
	height:20px;
	width:290px;
}

textarea { width:945px; height:100px; }

select {
	border-radius:3px;
	background:#fff;
	border:1px solid #ccc;
	outline:none;
	height:30px;
	width:300px;
}

input[type="submit"], input[type="reset"] {
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	border-radius: 5px;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	background: url("images/headerbg.jpg");
	border: 0;
	outline: none;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover { background:#333; }

.member { background:#fff; padding:10px 30px; margin-top:30px; border-radius:5px; }
