/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

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

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#bg{
	width: 960px;
	background: url(../images/splash/bg.png);
	margin: 0 auto;
	height: 650px;
}

#header {
	padding-top: 18px;
	padding-left: 40px;
	font-family:arial;
	color:#00324d;
}

#header h2{
	font-size: 16px;
	font-weight: normal;
}

#header a {
	background: url(../images/splash/logo_off.png);
	width: 215px;
	height: 55px;
	display: block;
}	

#header a span {
	display: none;
}

#header a:hover {
	background: url(../images/splash/logo_on.png);
}

#header h3{
	font-size: 36px;
	font-weight: normal;
}


#content {
	height:185px;
	margin-top:149px;
	width:960px;
}

/* ************************ footer ************************ */

#footer{
	background:url(../images/splash/footer.png) repeat-x;
	font-size:10px;
	color:#ffffff;
	padding-top: 15px;
}
#footert{
	margin:0 auto;
	padding:0px;
	width:960px;
	height:167px;
	text-align:left;
}
#footert a{
	color:#ffffff;
	text-decoration:none;
}
#footert a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#footerlink1{
	padding:15px 12px 25px 18px;
}
#footerlink1 ul li{
	float:left;
	padding-right:18px;
}
#footerlink1 p{
	float:right;
}
#footerlink2{
	padding-left:10px;
}
#footerlink2 ul{
	float:left;
	padding-right:17px;
}
#footerlink2 ul li{
	padding-bottom:12px;
}
#footerlink2 p{
	padding-bottom:14px;
}
.flink1, .flink2, .flink3{
	float:left;
}
.flink1 p{
	background:url("../images/splash/flinks.gif") repeat-x scroll left bottom transparent;
	width:300px;
}
.flink2 p{
	background:url("../images/splash/flinks.gif") repeat-x scroll left bottom transparent;
	width:460px;
}
.flink3 p{
	background:url("../images/splash/flinks.gif") repeat-x scroll left bottom transparent;
	width:140px;
}

.button {
	float:right;
	margin-right:17px;
}

.button a {
	background: url("../images/splash/entersite.gif");
	display: block;
	height:25px;
	width:83px;
}

.button a span{
	display: none;
}

.button a:hover {
}


.text {
	text-align: center;
	float:right;
}

h1 a, a h1{
	font-size: 23px;
	font-weight: normal;
	color:#003d7f;
	text-decoration: none;
}

.heading {
	height:104px;
	padding-left:20px;
	padding-right:20px;
	padding-top:42px;
	width:424px;
}

.image {
float:left;
height:185px;
width:492px;
}
