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, 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: #303d44 url(/assets/images/topbg.jpg) repeat-x;
	font-family: Tahoma;
	color: #92b1bd;
	font-size: 90%;
}

.clear {
	clear: both;
}	

p {
	padding: 10px 0;
}

ul {
	margin-bottom: 10px;
}

a, a:visited, h1, h2, h3, h4 { 
	color: #66b8d9;
}

a:hover {
	text-decoration: none;
}

.hr {
	background: #66b8d9;
	width: 75%;
	height: 1px;
	margin: 10px 0;
}

h1,h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}

.positional { 
	clear: both;
	margin: 0 auto;
	width: 900px; 
	position: relative;
}

#banner {	
	clear: both;
	width: 900px;
	height: 327px;
	background:  url(/assets/images/bannerbg.png) no-repeat;
}

#banner img {
	margin-top: 7px;
	margin-left: 6px;
}

#logo {
	margin: 5px;
	text-indent: -9999px;
	width: 188px;
	height: 75px;
	background: url(/assets/images/logo.png) no-repeat;	
}

#social {
	position: absolute;
	right: 5px; 
	top: 5px;
	margin: 5px;
	padding: 10px 15px;
	background: #2e3a40;
	border: 1px solid #546168;
}

#menu { 
	margin: 0px auto;
	height: 40px; 
	width: 800px;	
	padding-top: 5px;
}

#menu ul { 
	margin-top: 5px;
	height: 30px;
}

#menu li {
	height: 30px;
	width: 20%;
	float: left;
}

#menu li a {
	padding: 5px 15px 5px 35px;
	background: url(/assets/images/link_off.png) left center no-repeat;
	text-decoration: none;
	color: #e8f3ff;
	font-weight: bold;
}

#menu li a:hover, #menu li a.active {
	padding: 5px 10px 5px 35px;
	background: #1c2224 url(/assets/images/link_on.png) left center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	
}

#content {
	background: url(/assets/images/contentbg.png) repeat-y;
	padding: 20px 20px;
	width: 860px;
}

#content li {
	background: url(/assets/images/bullet.png) left center no-repeat;
	padding-left: 15px;
	margin: 5px 10px;
}

#contentbottom {
	background: url(/assets/images/contentbottombg.png) no-repeat;
	width: 900px;
	height: 65px;
}

#bottombg {
	background: url(/assets/images/bottombg.png) bottom repeat-x;
	position: relative;
	height: 100%;
	width: 100%;
}

#footer #copy {
	font-size: 80%;
	text-align: left;
	float: left;
	margin-left: 20px;
}

#footer .social {
	float: right;
	width: 250px;
	font-size: 80%;
}

#footer .social p {
	float: left; 
}

#footer #sociallinks {
	display: inline;
}

#footer #sociallinks li a{
	float: left;
	height: 30px; 
	width: 30px;
	text-indent: -9999px;
	margin-right: 5px;
	margin-top: 0px;
}

#footer li.facebook a { background: url(/assets/images/facebook.png) no-repeat; }
#footer li.twitter a { background: url(/assets/images/twitter.png) no-repeat; }
#footer li.linkedin a { background: url(/assets/images/linkedin.png) no-repeat; }
#footer li.google a { background: url(/assets/images/google.png) no-repeat; }


.halfbox {
	width: 430px;
	float: left;
}

.thirdbox {
	width: 280px;
	float: left;
}

p.cta {
	background:  #1c2224;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 10px 20px;
	width: 150px;
	margin: 10px 0px;
}

p.cta a {
	color: #66b8d9;
	background: url(/assets/images/cta-bullet.png) left center no-repeat;
	padding-left: 30px;
	text-decoration: none;
	font-weight: bold;
}

.hero-right {
	float: right;
	padding: 10px;
}


table {
		border-collapse:collapse;
		background:#EFF4FB;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		color: #333;
		width: 100%;
		margin: 10px 0;
}

td, th {
		padding:5px;
		text-align: left;
		width: 33%;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

thead th, tfoot th, tfoot td {
		background:#333;
		color:#fff
}

tfoot td {
		text-align:right
}

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa;
}


label { 
	padding: 5px 0;
	width: 150px; 
	display: block; 
	float: left
}

.label {
	width: 100px; 
	display: block; 
	float: left
}

.formrow { 
	padding: 5px 0;
}

.radiolabel { 
	width: auto; 
	padding: 0;
	display: inline;
	float: none;
}

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

label.error {
	float: right;
	font-size: 8pt;
	color: #fa4b64;
	font-weight: bold;
}

form { 
	max-width: 570px;
}