/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

html,
body {
	height:100%;
	width:100%;
}

body {
	background:#184a99 url(../images/bg.jpg) repeat-x 0 0;
	font-family:Arial;
	position:relative;
}
body:before {
	background:#00286a;
	content:"";
	height:35px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

.wrap {
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding-top:35px;
	width:800px;
}
.header {
	background:#fff;
	width:100%;
	padding:15px 0;
	float:left;
	margin-bottom:4px;
}
.header img {
	display:block;
	height:153px;
	margin:0 auto;
	width:468px;
}

.content {
	background:#fff;
	padding:8px;
	width:784px;
	margin-bottom:130px;
	float:left;
	overflow:hidden;
}

.carousel {
	float:left;
	overflow:hidden;
	width:100%;
}
.carousel li img {  display:block; }

.feature {
	float:left;
	overflow:hidden;
	text-align:center;
	width:100%;
}

h1 {
	color:#194997;
	font-size:28px;
	font-style:italic;
	line-height:1.6;
	padding:35px 0 30px;
	text-transform:uppercase;
}

h2 {
	color:#2599d5;
	font-weight:bold;
	font-size:32px;
	padding:45px 0;
	text-transform:uppercase;
	text-decoration:underline;
}

p {
	font-size:18px;
	margin-bottom:20px;
}
.social {
	text-align:center;
}
.social li {
	display:inline-block;
	font-weight:bold;
	position:relative;
	padding-left:15px;
}
.social li.email {
	margin-right:20px;
}
.social li.email a {
	text-decoration:none;
	color:#000;
}
.social li.email a:hover {
	text-decoration:underline;
}
.social li.email:before,
.social li.fax:before {
	color:#62a3d8;
	font-weight:bold;
	left:0;
	top:0;
	position:absolute;
}
.social li.email:before {
	content:"e";
}
.social li.fax:before {
	content:"f";
}













