/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/bgd.gif) repeat-x;
	background-color: #ffffff;
	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: Verdana, 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: 11px;
	color: #43554f;
	margin: 0px;
	padding: 5px 30px 5px 40px;
	text-align: justify;
	line-height: 1.5;
}


h1 {
font: bold 16px Verdana, Arial, Helvetica, sans-serif;
color: #43554f;
margin: 0px 0px 0px 40px;
padding: 20px 0px 10px 0px;
text-transform: uppercase;

}

h2 {
margin: 10px 10px 10px 20px;
padding: 10px;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #9e0b0f;
border: 1px solid #000000;
background-color: #f4e28b;
}



address {
margin:0px 0px 0px 0px;
padding:5px 0px 10px 28px;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;

}



li {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
color: #880010;
}
a:visited {
color:#880010;
}
a:hover {
color: #95a671; 
}
a:active {
color: #880010;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
width: 842px;
margin: 0px auto;
padding: 0px;
}


div#container {

width:842px;
margin:0px auto;
padding:0px;
background: url(images/container.gif) repeat-y;
}

div#header {
width: 842px;
height: 182px;
margin: 0px auto;
padding: 0px;
background: url(images/header.jpg) no-repeat;
position: relative;
}


div#content {
	float: left;
	width:625px;
	margin: 0px auto;
	padding: 0px;
	vertical-align:top;
	text-align:left;
}

div#sidebar {
	float: right;
	width: 217px;
	min-height: 350px;
	margin: 0px;
	padding: 0px;
	text-align: left;

}

div#sidebar img {
	margin-top: 10px;
	border: none;
}





div#footer {
	width:827px;
	height: 43px;
	margin:0px auto;
	padding:26px 0px 0px 15px;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#43554f;
	clear:both;
	position: relative;
} 

div#footer img {
	border: none;
	position: absolute;
	top: -174px;
	left: 625px;
}

div#footer a:link, div#footer a:visited {
	font-size:9px;
	color:#43554f;
	text-decoration:underline;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	font-size:9px;
	color:#43554f;
	text-decoration:none;
}


/* ----------------- NAVIGATION CONTAINER ----------------- */



ul#mainnav {
	list-style-type:none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	position: absolute;
	top: 134px;
	left: 196px;
}

ul#mainnav li {
	float: left;
	margin: 0px auto;
	padding: 0px 0px 0px 3px;
	display: inline;
	width: 123px;	
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	margin:0px;
	padding:0px 0px 0px 3px;
	display:block;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	list-style-type: none;
}

ul#mainnav li a:hover {
	margin:0px;
	padding:0px 0px 0px 3px;
	color:#43554f;
	line-height: 14px;
	background-color: #e7e7f9;
	border: 1px solid #28276b;
}

ul#mainnav li a#current:link, ul#mainnav li a#current:visited {
	color:#880010;
	line-height: 14px;
	background-color: #e7e7f9;
	border: 1px solid #28276b;
	margin:0px;
	padding:0px 0px 0px 3px;
}

/* ----------------- COPYRIGHT CONTAINER ----------------- */
div#copyright, div#ownerlogin {
width: 842px;
margin: 15px auto;
padding: 0px 0px 0px 15px;
text-align: left;
font: 9px Arial, Helvetica, sans-serif;
color: #3e3e3e;
}

div#copyright a:link, div#copyright a:visited {
font-size:9px;
color:#3e3e3e;
text-decoration:none;
}

div#copyright a:hover, div#copyright a:active {
font-size:9px;
color:#3e3e3e;
text-decoration:underline;
}

div#copyright img {
border: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	border: 1px solid #000000;
	margin: 5px 10px 10px 10px;
	padding: 2px;
	clear: both;
}

img.right {
	float: right;
	border: 1px solid #43554f;
	margin: 5px 0px 10px 15px;
	padding: 3px;
	clear: both;
}


img.rightb, ul.rightb {
	float: right;
	margin: 10px;
	padding: 4px 12px 0px 0px;
	border: none;
}

img.leftb, ul.leftb {
	float: left;
	margin: 10px;
	padding: 4px 12px 0px 0px;
	border: none;

}

div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#bullet {
list-style:none;
}

ul#bullet li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 0px 30px 0px 15px;
margin-bottom: 5px;
line-height: 1.5;

}

div#map {
width: 550px;
height: 500px;
	margin: 5px auto;
	padding: 0px;
border: 1px solid #666666;
}


div#twocolumns {
width: 550px;
margin: 30px auto 10px auto;
}

div#menuitemleft {
float: left;
width: 250px;
background-color: #ffffff;
margin: 0px 5px 0px 5px;
padding: 0px 0px 10px 0px;
}

div#menuitemright {
float: right;
width: 250px;
background-color: #ffffff;
margin: 0px 5px 0px 5px;
padding: 0px 0px 10px 0px;
}

div#menuitemleft p, div#menuitemright p {
	font-size: 10px;
	color: #43554f;
	margin: 0px;
	padding: 5px 30px 5px 15px;
	text-align: left;
	line-height: 1.5;
}




div#ownerlogin a:link, div#ownerlogin a:visited {
	font-size:9px;
	color: #3e3e3e;
	text-decoration:underline;
	font-weight: bold;
}

div#ownerlogin a:hover, div#ownerlogin a:active {
	font-size:9px;
	color: #3e3e3e;
	text-decoration:none;
	font-weight: bold;
}








