/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#f7ee9e;
	background-image:url(images/verticalstrip.gif);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0 0 20px 0; /* Always apply padding if you apply margins */
}

/* 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, a, ul, li, lo, 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. */
	font-size:12px;
	color:#000000;
	padding-right:15px;
}

/* Redefining tags */
p {
	font-size: 12px;
	line-height:20px;
	margin:5px 0 15px 15px;}
		p#center {
			text-align:center;
			margin:0 auto;}	
h1 {
	font-size:40px;
	color:#000098;
	margin:0;
	padding: 10px 20px 25px 20px;
	text-transform:uppercase;
	clear: both;
	text-align: left;
	font-family: "TW Cen MT Condensed", Verdana, Arial;
	font-weight: bold;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;
	border-bottom:1px # dashed;
	margin:0px;
}
address {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	font-style:normal;
	text-align:left;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#003399;
}

/*  This is main navigation.  */
div#mainnav {
	padding:20px 0 0 76px;
	margin:0 auto;
	height:206px;
	width:190px;
	float: left;
}
div#mainnav a:link, div#mainnav a:visited { 
	display:block;
	padding:5px 0 0 15px;
	margin:0px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
	width:185px;
	height:18px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:TW Cen MT Condensed, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:normal;
}
div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {
	display:block;
	color:#FFFF00;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 11px;
	margin:0 auto;
	padding:20px 20px 0 20px;
	height: 20px;
	color:#0000BD;
	float: right;
	clear: right;
	width: 650px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#0000BD;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#0000BD;
	text-decoration:none;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 60px 0 0px;
	color:#990000;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: right;
	width: 600px;
}
div#copyright a:link, div#copyright a:visited {
	font-size:10px; 
	color:#000099;
}
div#copyright a:hover {
	color:#000099;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:10px;
}
a#email:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#990000;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#000099;
	font-weight:bold;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#container {
	width:970px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:970px;
	height:auto;
	background-image:url(images/contentstrip.gif);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:970px;
	height:227px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}
div#contentarea {
	float:right;
	width:929px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:0px 11px 0px 30px;
}
div#footer {
	clear:both;
	width:970px;
	height:140px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:228px;
	height:auto;
	clear:left;
	margin:0px;
	padding:245px 0 0;
}
div#maintext {
	float:right;
	width:645px;
	height:auto;
	clear:right;
	margin:0px;
	padding:5px 25px 30px 15px;
}
div#addresscontainer {
	width:158px;
	margin:0px;
	padding:0 0 0 60px;
	float: left;
}
div#flash {
	float:right;
	clear:right;
	width:370px;
	height:80px;
	margin:0px;
	padding: 0 120px 0 0;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:115px 300px 0 0;
	margin:0px auto;
	width: 115px;
	text-align: center;
	clear: right;
	float: right;
}
div#audio {
	float:left;
	padding:142px 0 0 70px;
	margin:0px;
	width: 120px;
	text-align: center;
	height: 15px;
	clear: left;
}
div#map {
	margin: 0px auto;
	width: 600px;
	height: 450px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399 1px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#003399 1px solid;
	margin:0 0 10px 15px;
	padding:2px;
}
img.center{
	border:#FFFFFF 1px solid;
	padding:2px;
	clear:both;
}
img.leftnoborder {
	float:left;
	margin:0 15px 10px 0;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:0 5px 10px 15px;
	clear:right;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
img.cc {
	border:0px;
}
div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:190px;
	height:22px;
}
img.rightinline {
	float:right;
	border:#400000 1px solid;
	margin:1px 25px 1px 1px;
	padding:2px;
}
div#pics {
	width:520px;
	height:auto;
	float:right;
}
p#col {
	float:left;
	width:250px;
	clear:none;
	margin:0 0 0 30px;
	padding:0px;
}
div#col {
	float:left;
	width:210px;
	clear:none;
	margin:0 10px 10px 0px;
	padding:0px;
	width: 200px;
	height: 140px;
}
div#collong {
	float:left;
	width:210px;
	clear:none;
	margin:0 10px 10px 0;
	padding:0px;
	width: 200px;
	height: 220px;
}

div#col li{
	margin:0px 0px 3px 15px;	
}

p#colright {
	float:left;
	width:250px;
	clear:none;
	margin:0 0 0 30px;
	padding:0px;
}
div#colright {
	float:right;
	width:200px;
	clear:none;
	margin:0 0 10px 5px;
	padding:0px;
	width: 210px;
	height: 170px;
}

div#colright li{
	margin:0px 0px 3px 15px;	
}

ul#longlist li {
	margin-bottom:15px;
}
.phonenumber {
	font-size:14px;
}
