/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgmain.gif) repeat;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: .8em;
	color: #000;
	margin: 0px;
	padding: 5px 30px 7px 40px;
	text-align: left;
	line-height: 1.9;
}


h1 {
font: bold 2em Arial, Helvetica, sans-serif;
color: #000;
margin: 0 0 0 40px;
padding: 0;
font-style: italic;
}

address {
margin:0 0 20px 40px;
padding:0;
font: normal 12px Arial, Helvetica, sans-serif;
color: #fff;
text-align: left;
line-height: 1.3;
}

address a:link, address a:visited, address a:hover, address a:active {
color: #fff;
}

li {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #003a00;
}
a:visited {
color: #003a00;
}
a:hover {
color: #737373;
}
a:active {
color: #003a00;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 990px;
margin: 20px auto;
padding: 0px;
}

div#header {
width: 990px;
height: 250px;
margin: 0px auto;
padding: 0px;
background: url(images/bgheader.jpg) no-repeat;
position: relative;
}

div#hdrflash {
position: absolute;
width: 225px;
height: 105px;
top: 95px;
left: 400px;
}


div#container {
width:990px;
margin:0px auto;
padding:0px;
background: url(images/bgcontainer.gif) repeat-y;
}

div#sidebar {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	position: relative;
}

div#content {
	float: right;
	width: 690px;
	margin: 0;
	padding: 20px 0 0 0;
	vertical-align:top;
	text-align:left;
}


div#footer {
	width:840px;
	height: 31px;
	margin:0px auto;
	padding:105px 0 0 150px;
	background: url(images/bgfooter.jpg) no-repeat;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000;
	text-align: left;
	clear:both;
} 

div#footer a:link, div#footer a:visited {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color:#003a00;
	text-decoration:underline;
}

div#footercopyright {
width: 990px;
height: 70px;
margin: 0 auto;
padding: 0;
background: url(images/bgcopyright.gif) no-repeat;
}

/* ----------------- NAVIGATION CONTAINER ----------------- */

	ul#mainnav {
	margin: 20px auto;
	padding: 0;
	width: 220px;
	}
	
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}

	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #72c572;
	text-decoration: none;
	display: block;
	width: 220px;
	border-bottom: 1px dotted #666666;
	padding: 5px;
	font-weight: bold;
	}

	ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	background: #fff;
	color: #e83903;
	font-weight: bold;
	text-align: right;
	}

	

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright {
position:relative;
color: #fff;
width: 960px;
margin: 0 auto;
padding: 5px 0px;
font: normal 9px Arial, Helvetica, sans-serif;
text-align: right;}

div#copyright a:link, div#copyright a:visited {
color: #fff;
text-decoration: none;}

div#copyright a:hover, div#copyright a:active {
color: #fff;
text-decoration: underline;}

.ypimg {
position:absolute;
top:2px;
left:0;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px dotted #666666;
	background-color: #ffffff;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	clear: both;
}

img.right {
	float: right;
	border: 1px dotted #666666;
	background-color: #ffffff;
	margin: 5px 10px 5px 15px;
	padding: 5px;
	clear: both;
}

img.rightb {
	float: right;
	margin: 0px 0px 5px 20px;
	padding: 0px;
	clear: both;
}

img.middle {
	border: 1px dotted #666666;
	padding: 5px;
}


div#clear {
	clear: both;
}

img.list {
	margin-right: 5px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
padding: 0;
margin: 0 20px 0 55px;
}

ul#bulletfloat {
float: left;
width: 250px;
list-style:none;
padding-bottom: 10px;
}

ul#bullet li, ul#bulletfloat li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 9px;
padding: 0px 15px 0px 15px;
line-height: 1.9;
}


div#map {
width: 550px;
height: 400px;
margin: 10px auto;
padding: 5px;
border: 1px dotted #666666;
}


.ownerlogin {
text-align: right;
font-size: 9px;
color: #fff;
}

.ownerlogin a:link, .ownerlogin a:visited {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

.ownerlogin a:hover, .ownerlogin a:active {
	color:#fff;
	text-decoration:underline;
}


