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, 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 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
html {
	overflow-y: scroll;
}
body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	color: #434342;
	font-size: 11px;
	line-height: 1;
	background: #000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus, :active {
	outline: 0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {   
	border: 0;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




.left {
	float: left;
}
.right {
	float: right;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}



#header {
	width: 100%;
	float: left;
	height: 21px;
	margin: 108px 0 0 0;
}
#header-wrapper {
	width: 985px;
	margin: 0 auto;
}
#header-inner {
	width: 985px;
	height: 21px;
	float: left;
	position: relative;
	margin: 0 auto;
	background: url(/img/bg_home_top.png) 0 0 no-repeat;
}






#body {
	width: 100%;
	float: left;
}
#body-wrapper {
	width: 985px;
	margin: 0 auto;
}
#body-inner {
	width: 948px;
	float: left;
	position: relative;
	padding: 0 19px 0 18px;
	background: #fff;
}

h1 {
	width: 948px;
	height: 402px;
	background: url(/img/home_banner.png) 0 0 no-repeat;
	text-indent: -9999px;
}

a.search_heading {
	width: 948px;
	height: 195px;
	background: url(/img/home_banner_small.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}


#home-buttons {
	width: 948px;
	height: 175px;
	float: left;
	margin: 5px 0 0 0;
}
#home-buttons div {
	width: 237px;
	height: 175px;
	float: left;
	position: relative;
}
#home-buttons div img {
	width: 237px;
	height: 175px;
	position: absolute;
	left: 0;
	top: 0;
}




#footer {
	width: 100%;
	float: left;
	height: 40px;
	margin: 0 0 50px 0;
}
#footer-wrapper {
	width: 985px;
	margin: 0 auto;
}
#footer-inner {
	width: 948px;
	height: 27px;
	float: left;
	position: relative;
	background: url(/img/bg_home_bottom.png) 0 0 no-repeat;
	color: #747578;
	padding: 13px 19px 0 18px;
}
#footer a {
	color: #747578;
	text-decoration: none;
}
#footer a:hover {
	color: #747578;
	text-decoration: underline;
}

/* Search styles */
#search_content {
	padding: 20px;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.5px;
}
#search_content h2 {
	font-size: 20px;
}
#search_content h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
#search_content a {
	color: #002542;
	font-weight: bold;
	text-decoration: underline;
}
#search_content a:hover {
	text-decoration: none;
}






















