@charset "UTF-8";

/*
Designer: Greg Babush
Date: 2009.9
*/

body {
	font: 10pt Verdana, "Bitstream Vera Sans", "DejaVu Sans", "Liberation Sans", Geneva, sans-serif;
	background: #f4efdc;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color:#4e2e09;
	text-decoration:underline;
}

a:hover {
	color:#024e02;
	text-decoration:underline;
}

img.floatLeft { 
    float: left; 
    margin: 0 10px 10px 0; 
}

#container {
	width:900px;
	background:#f4efdc url(images/body_bg.png);
	margin:0 auto;
	border:0px;
	text-align:left;
}

#header {
	background:#f4efdc url(images/body_bg.png); 
	padding:0 10px 0 10px;
	color:#024e02;
}

#title {
	margin:0;
	padding:10px 0 10px 0;
	font-size:130%;
	color:#024e02;
}

h1 {
	margin:0;
	padding:10px 0 10px 0;
	font-size:130%;
	color:#024e02;
}

/* Navbar */
#navbar {
	margin: 0;
	padding: 30px 0 40px 0px;
	height: 0px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}

#navbarblock {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	line-height: 0px;
}

#navbarblock ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navbarblock ul li {
	display: inline;
	position: relative;

}

#navbarblock a {
	text-decoration: none;
	padding: 20px 19px 20px 19px;
}

#navbarblock a.now {
	text-decoration: none;
}

#navbarblock a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
}

#mainContent {
	padding: 0 70px 0 70px;
	background: #f4efdc url(images/body_bg.png);
}

#flashcontent {
		height: 450px;
		background-color:#666
	}


#footer {
	padding: 20px 0 0 0;
	background:#f4efdc url(images/body_bg.png);
	text-align: center;
	color: #024e02;
	font-size: 80%;

}
#footer p {
	margin: 0;
	padding: 10px 0;
}



/* email signup */

.cflite_link {
	font-size: 0px;
}
.cflite {
	width: 400px;
	font-family: arial;
	font-size: 10px;
}
.cflite_td {
	padding:4px;
	font-size:12px;
}
.cflite p {
	padding:4px;
}
.cflite label {
	padding:4px;
}
label {
 padding-right:10px
}
.required {
 font-weight:bold;
}
.required_star {
 font-weight:bold;
 color:#F00;
}
.not-required {
 font-weight:normal
}
