/* START CSS 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, 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;
}
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;
}
/* END CSS RESET */

strong {
        font-weight:normal;
}

body {
	background:url(../images/bgshadow.jpg) repeat-x;
	overflow: scroll;

}

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto;
	border:#231f20 2px solid;
	background:#FFFFFF;
	
}

#header {
	width:800px;
	height:320px;
	margin:0 auto;
	background:#FFFFFF;
	padding-top:10px;
}

#contact {
	background:url(../images/contactbg.jpg) no-repeat;
	width:377px;
	height:23px;
	float:right;
	padding-bottom:5px;
	text-align:right;
        color:#ffffff;
}

#contact p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height:21px;
	padding-right:20px;
	padding-top:3px;
	font-size:16px;
}

.left {
	padding-left:20px;
}

#logo {
	background:url(../images/Elitelogo.jpg) no-repeat;
	width:640px;
	height:247px;
	margin:0 auto;
	clear:both;
	margin-top:20px;
}
	

/*Navigation*/

#main_nav {
	background:url(/images/nav_bg2.jpg) no-repeat;
	width:800px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#main_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#main_nav ul li {
	background:url(/images/line.gif) no-repeat right;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#main_nav ul li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:2px 15px 0px 15px;
	height:21px;
}

#main_nav ul li a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:21px;
}

#main_nav ul li a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background:#5c5a5a;
	display:block;
	color:#ffffff;
	text-decoration:underline;
	height:21px;
}

#main_nav ul li a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display:block;
color:#FFFFFF;
	height:21px;
}
#main_nav ul li a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	height:21px;
}
/*End Navigation*/

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;
	font-weight:bold;
	text-decoration:underline;
	font-size:16px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.3;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;
	font-weight:normal;
	font-size:14px;
	line-height:1.4;
	}
#content {
	width:760px;
	height:auto;
	padding:5px 20px 20px 20px;
	background:#FFFFFF;
}

#content p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;
	text-decoration:none;
	font-size:14px;
	line-height:1.3;
	padding-bottom:20px;
}

#content a {
	color:#231f20;;
	text-decoration:none;
	height:14px;
}

#content a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;;
	text-decoration:none;
	height:14px;
}

#content a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;;
	text-decoration:underline;
	height:14px;
}

#content a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height:14px;
}
#content a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#231f20;;
	height:14px;
}

.images {
	width:760px;
	height:152px;
	margin:0 auto;
	padding-bottom:20px;
	
}
	
.imagel {
	width:370px;
	height:152px;
	border:#231f20 solid 2px;
	float:left;
}
.imager {
	width:370px;
	height:152px;
	border:#231f20 solid 2px;
	float:right;
}

#footer {
	background:url(../images/nav_bg2.jpg) no-repeat;
	width:800px;
	height:24px;
	clear:both;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:5px 0px 0px 20px;
	font-size:12px;
}

#ftext {
	width:775px;
	height:auto;
	text-align:center;
	padding:5px;
	font-size:10px;
}

#ftext a {
	color:#ffffff;
	text-decoration:none;
	padding:2px 10px 0px 10px;
	height:10px;
}

#ftext a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	text-decoration:none;
	height:10px;
}

#ftext a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	text-decoration:underline;
	height:10px;
}

#ftext a:active {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	height:10px;
}
#ftext a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#666666;
	height:10px;
}
.htextl {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:600;
	color:#231f20;
	font-size:14px;
	line-height:1.3;
	width:370px;
	height:auto;
	float:left;
}
.htextr {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:600;
	color:#231f20;
	font-size:14px;
	line-height:1.3;
	width:370px;
	height:auto;
	float:right;
}

#featimages {
	width:780px;
	height:270px;
	margin:0 auto;
	padding-bottom:20px;
	
}

.featimagel {
	width:125px;
	height:125px;
	border:#231f20 solid 2px;
	margin:5px 25px 5px 2px;
	float:left;
	
}
.featimage2 {
	width:760px;
	height:260px;
	border:#231f20 solid 2px;
	margin:5px 25px 5px 2px;
	float:left;
	
}
.htext {
	width:760px;
	height:200px;
	margin:0 auto;
	padding-bottom:20px;
	
}

#main_link {
	width:760px;
	height:auto;
	font-size:14px;
	padding-top:20px;
}


#main_link ul {
	list-style-type:none;
	width:auto;
	display:list-item;
}
#main_link ul li {
	display:list-item;
	padding-bottom:10px;
	color:#231f20;
}

#main_link ul li a {
	display:list-item;
	color:#231f20;
	padding:0px 21px 5px 0px;
	text-decoration:none;
}

#main_link ul li a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display:list-item;
	color:#231f20;
	text-decoration:none;
}
#main_link ul li a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display:list-item;
	color:#231f20;
	text-decoration:underline;
	}

#main_link ul li a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display:list-item;
	color:#231f20;
	}
	
#formbox{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width:300px;
	height:450px;
	text-align:justify;
	font-size:14px;
	line-height:1.3;
	font-weight:400;
	color:#231f20;
	float:left;
	clear:both;
}

#footer a:link{
	color:#999999;
	padding-left:10px;
	text-decoration:none;
	}
	
#footer a:visited{
	color:#999999;
	padding-left:10px;
	text-decoration:none
	}
	
#footer a:hover{
	color:#999999;
	padding-left:10px;
	text-decoration:underline;
	}
.dbtxt {
	padding-left:240px;
	}
.bold {
	font-weight:600;
}

#map {
	width:400px;
	height:400px;
	float:right;
}

#ajaxticker1{
width: 400px;
height: 100px;
border: 1px ridge black;
padding: 5px;
background-color: #FFFFFF;
float:right;
text-align:right;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
}

.someclass{ //class to apply to your scroller(s) if desired
}
