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

/*******General 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, 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, Geneva, sans-serif;
}
html, body {
	height: 100%; 
}



/******Structure*********/

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center -40px;
}
#header {
	margin: 0px auto;
	padding: 32px 0 16px 0;
	width: 992px;
	text-align: center;	
	background-attachment: scroll;
	background-image: url(../images/whitetransparencytile.png);
	background-repeat: repeat;
	background-position: left top;
}
#logo-splash {
	margin: 32px auto 16px auto;
	text-align: center;
}
#phonenumber {
	margin: 0 auto;
	text-align: center;
	padding: 4px 0 0 0 ;
}
#phonenumber p {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
#phonenumber p a, #phonenumber p a:visited {
	font-weight: normal;
	color: #ac1401;
	text-decoration: none;
}
#phonenumber p a:hover{
	font-weight: normal;
	color: #ac1401;
	text-decoration: underline;
}
.phonenumber ul {
	list-style: none;
}
.phonenumber li {
	display: inline;
	float: left;
	margin: 0 0 0 32px;
}
.phonenumber li:nth-child(2) {
	margin: 0 32px 0 0;
	float: right;
}
#top-nav {
	width: 1040px;
	height: 41px;
	background-attachment: scroll;
	background-image: url(../images/topnav-noback_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	padding: 7px 0 0 0;
}


/******Headed Panels*********/


#index-panels {
	margin: 250px auto 16px auto;
	width: 800px;
}
#index-panels ul li {
	list-style: none;
	display: inline;
	margin: 0  0 0 16px;
	padding: 16px 16px;
	background-attachment: scroll;
	background-image: url(../images/whitetransparencytile.png);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	color: #000;
}
#index-panels ul li:nth-child(1) {
	margin: 0;
}
#index-panels ul .box {
	display: block;
	float: left;
	width: 200px;
	height: 120px;
}
#index-panels ul .box a:link, #index-panels ul .box a:visited {
	color: #ac1401;
	text-decoration: none;
}
#index-panels ul .box a:hover {
	color: #ac1401;
	text-decoration: underline;
}
#index-panels .index-panels .panel {
	width: 500px;
}
#index-panels ul .box h2 {
	font-size: 1.4em;
	line-height: 1em;
	padding: 0 0 2px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4;
	padding-left: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000;
}
#index-panels ul .box p {
	line-height: 1.2em;
}





/******Navigation*********/

#navigation-top {
	margin: 0;
	text-align: center;
}
#navigation-top ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
}
#navigation-top li {
	display: inline;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 2em;
	margin: 0 0 0 2px;
	padding: 0 6px 0 0;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFF;
}
#navigation-top ul .noborder {
	border: none;
}
#navigation-top li a, #navigation-top li a:visited, #navigation-top ul .noborder a, #navigation-top ul .noborder a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation-top li a:hover, #navigation-top ul a:hover {
	color: #fff;
	text-decoration: underline;
}
#bottom-nav {
	width: 1040px;
	height: 40px;
	background-attachment: scroll;
	background-image: url(../images/topnav_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0 0 0;
}


/****** Splash Footer*********/

#footer {
	margin: 0px auto;
	padding: 0 0 32px 0;
	width: 992px;
	text-align: center;	
}
#footer p {
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: bold;
}
#footer ul {
	list-style: none;
	margin: 0 0 8px 0;
	padding: 4px 0 0 0;
}
#footer li {
	display: inline;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 2.5em;
	margin: 0;
	padding: 0 6px 0 1px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000;
}
#footer ul .noborder {
	border: none;
}
#footer li a, #footer li a:visited, #footer ul .noborder a, #footer ul .noborder a:visited {
	color: #ac1401;
	text-decoration: none;
}
#footer li a:hover, #footer ul a:hover {
	color: #ac1401;
	text-decoration: underline;
}



/******Text*********/
#splash-header {
	display: none;
}
#splash-header h1 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 0 0 2px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4;
	padding-left: 0;
	text-align: center;
}

a, a:visited {
	font-weight: bold;
	color: #ac1401;
	text-decoration: none;
}
a:hover{
	font-weight: bold;
	color: #ac1401;
	text-decoration: underline;
}


.regularlist li {
	list-style-position: inside;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
