/* @group Eric Meyer CSS Reset (with some tweaks) */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { /* Removed sub, sup */
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	/*font-size: 100%;*/
	/*font-family: inherit;*/
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	/*
	color: black;
	background: white;
	*/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Generic */

body {
	background: #005139;
	font-family: arial,sans-serif;
	font-size: 62.5%; /* Makes 1em = 10px */
	text-align: center;
}

a span, h1 span, hr {
	display: none;
	visibility: hidden;
}

a img { border: none; }

a { color: #F7D117; text-decoration: none;}

a:hover { color: white; text-decoration: underline;}

/* @end */

#page {
	display: block;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#content {
	background: #004833 url(res/img/background/page-bg-tile.gif) repeat-y left top;
	clear: left;
	display: block;
	width: 960px;
}

#content_inner {
	display: block;
	background: transparent url(res/img/background/page-bg.jpg) no-repeat left bottom;
	overflow: auto;
	padding-bottom: 15px;
	width: 960px;
}

#large {
	float: left;
	margin: 40px 40px 40px 130px;
}

#main_age {
	float: left;
}

#homebadges {
	clear: both;
	display: block;
	margin-left: 15px;
}

#dob {
	float: left;
	display: block;
}	
	
#dob ul {
	list-style-type: none;
	padding: 0px;
}

#dob li {
	float: left;
	display: block;
	padding: 0 30px 0 0;
	height: 70px;
}

#dob h2 {
	margin: 10px 0 4px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #F7D117;
}

#legalese {
	clear: left;
	float: left;
	margin: 0;
	width: 450px;
	color: white;
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1.7em;
	font-weight: bold;
}

#legalese em {font-weight: bold; font-style: normal;}
#legalese a {font-weight: bold;}

/* @group Headers */

h1 {
	background: url(res/img/headers/over-18.png) no-repeat left top;
	height: 130px;
	margin: 60px 0 20px 0;
	width: 426px;
}

/* @end */

/* @group Footer */

#footer {clear: both; display: block; color: white; padding: 0; width: 960px; }
#footer ul {list-style: none; margin: 0; font-size: 0.6em; text-transform: uppercase; height: 18px; float: left;}
#footer ul li {display: block; float: left;}
#footer ul li.first {width: 200px; text-align: left; font-size: 9px !important; padding: 12px 0 0 0;}
#footer ul li.first a { color: white; font-size: 9px !important; letter-spacing: 0; text-transform: none; }
#footer ul li.last {width: 660px; text-align: right; font-size: 9px !important; padding: 16px 0 0 0;}
#footerLogo {margin: 12px 0 12px 0; padding: 0; float: right;}

/* @end */