/* GLOBAL RESET BEGIN */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img, img, a {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* GLOBAL RESET END */


/* REUSABLE CLASSES BEGIN */

p, li, label {
	color:#4E4E4E;
	line-height:1.4em;
	font-size:1.2em;
	padding-bottom:10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {font-size:2.2em; color:#9C161F; font-weight:bold;}  
h2 {font-size:1.8em; font-weight:bold; padding-bottom:5px;}  
h3 {font-size:1.5em; font-weight:bold; }  
h4 {font-size:1.2em; font-weight:bold; }  

a, input { outline:none; }

/* REUSABLE CLASSES END */


html {
	overflow: scroll-y;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/bg.gif) repeat #484243;
	text-align: center;
	color: #000000;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 0 10px 0 20px;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#mainContent { 
	background:#E4DDCA; 
	margin:15px 0; 
	-moz-border-radius:10px;
	padding:15px;
	-webkit-border-radius:10px;
}

	#mainContent a { color: #CCCCCC; }
	
	#mainContent img.logo {
		margin: 0 100px;
	}
			
		#mainContent #hours {
			background:#9A9A9A;
			float:left;
			-moz-border-radius:10px;
			padding:15px 15px 0 15px;
			-webkit-border-radius:10px;
			width:350px;
		}
			
			#hours ul, #contact-form ul {
				margin:5px 0 10px 50px;
			}
			
			#hours ul li, #contact-form ul li {
				list-style:url(/images/wg_bullet.png);
			}
			
			#hours a img, #contact-form a img { margin: 0 0 10px 27px; }
			
		#mainContent #contact-form { 
			background:#9A9A9A;
			float:right;
			-moz-border-radius:10px;
			padding:15px 15px 0 15px;
			-webkit-border-radius:10px;
			width:350px; 
		}
	
	
		
/* CONTACT FORM BEGIN */

form#contact {
	margin:20px 0 0 0;
}

form label {
	float:left;
	margin:3px 5px;
}

select {
	float: left;
	width: 205px;
	margin: 0 60px 5px 0;
	padding: 0;
}

select.dropdown {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:150px;
}

input.textbox {
	float: left;
	width: 320px;
	margin:0 10px 10px;
	padding:5px;
}

textarea.textarea {
	float:left;
	width:320px;
	height:75px;
	margin:0 10px 10px;
	padding:5px;
}

#input.sub {
	float: right;
	padding-bottom: 5px;
	margin-top:10px;
}

.LV_validation_message{
    font-weight:bold;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {

}
/* CONTACT FORM END */
	
#footer {
	padding: 0 10px;
	height:30px;
	color:#fff;
	text-align:center;	
}

#footer a { color:#fff; text-decoration:underline; }
#footer a:hover { text-decoration:none; }

#footer p {
	margin: 0;
	padding: 10px 0;
}
#credits a img {border:0;}
