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

/* reset */

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, img, ins, kbd, q, s, samp,
small, strike, 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: #1c6dc8 url(../images/bg.jpg) no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
}

p, li{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 18px;
	margin-bottom: 18px;
}

ul{
	overflow: hidden;
	margin-bottom: 22px;
}


h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-bottom: 15px;
}

h3{
	font-size: 18px;
	line-height: 22px;
}

a{
	color: cyan;
	text-decoration: none;
}

a:hover{
	color: #9ff9f9;
}


/* generics */

.check li{
	background: url(../images/check-bullet.png) left center no-repeat;
	padding-left: 15px;
	width: 220px;
	float: left;
	margin-bottom: 20px;
}


.bottom-divider{
	background: url(../images/divider.png) no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.red{
	color: #F00;
}

.cyan{
	color: #00ffff;
}

.allcaps{
	text-transform: uppercase;
}

/* proper */

.pagewrap{
	width: 1051px;
	margin: 0 auto;
	overflow: hidden;
}

.header{
	overflow: hidden;
	height: 159px;
}

.logo{
	float: left;
	margin: 30px 0 0 0;
	padding-left: 36px;
}

.numbers{
	margin: 41px 0 0 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
	float: right;
	line-height: 24px;
	letter-spacing:0.1em;
	padding-right: 36px;
}

.banner{
	background: url(../images/banner-bg.png) no-repeat;
	background-position: center top;
	width: 959px; height: 310px;
	padding: 49px 46px 0 46px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	margin-bottom: 30px;
}

.banner h2{
	font-size: 30px;
	margin-bottom: 22px;
}
.banner p{
	font-size: 18px;
	color: #e9e9e9;
	width: 411px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

.main{
	overflow: hidden;
}

.row{
	overflow: hidden;
	padding-left: 46px;
	padding-rigt: 46px;
}

.quad-col{
	width: 210px;
	margin: 0 39px 0 0;
	float: left;
}
.quad-col-last{
	margin-right: 0;
}

.dual-col{
	width: 470px;
	float: left;
	margin-right: 20px;
}
.dual-col-last{
	margin-right: 0;
}


.bottom{
	padding-left: 46px;
	padding-right: 46px;
	overflow: hidden;
	margin-bottom: 30px;
}

.contact-info{
	background: url(../images/info-frame.png) no-repeat;
	background-position: center top;
	height: 197px;
}

.full{
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-info .full{
	margin-top: 25px;
}
.contact-info .full ul li{
	float: left;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-right: 40px;
}
.contact-info .full ul li span{
	color: #ccc;
}

.email-link{
	width: 100%;
	overflow: hidden;
	margin-bottom: 55px;
}
.email-link a{
	float: right;
	background: url(../images/envelope.png) left center no-repeat;
	font-weight: normal;
	font-size: 14px; color: #ffffff;
	padding-left: 30px;
	text-decoration: none;
}
.email-link a:hover{
	color: #9ff9f9;
}

.footer{
	padding-left: 46px;
	padding-right: 46px;
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 14px;
}

.tri-col{
	width: 319px;
	float: left;
	overflow: hidden;
	height: 30px;
	min-height: 30px; line-height: 30px;
}

.copyright{
	text-align: left;
}

.abn{
	text-align: center;
}

.webdesigner{
	text-align: right;
}


/* specials */

.specials{
	background: url(../images/promo-icon.png) no-repeat;
	background-position: left top;
	padding-top: 30px;
	height: 123px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-left: 150px;
	width: 810px;
	
}
.specials p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	letter-spacing: 1px;
}
