body {
	background: #5f5753 url(images/bg.jpg);
	margin: 0px;
	padding: 0px; 
}



p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2em;
}
h1 {
	font: bold 1em;
	}
h2 {
	font-size:1.3em;
	color:#BF0915;
	font-family:"Times New Roman", Times, serif;
	}

a:link {
	color:#7e8aa2;
}
a:visited {
	color:#7e8aa2;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color:#263248;
}
a:active {
}

.color {color:#BF0915}
div#address {width:200px; position:absolute; top: 39px; left: 397px; color:#bbb}
div#bgTop {background:url(images/bgTop.jpg) repeat-x;}
div#container {background:url(images/bodyframe.jpg); width: 985px;}
div#contentcontainer {background: url(images/bgmain.jpg) no-repeat; _background:none;}
div#contentrepeater {background:url(images/bgrp.jpg) repeat-y;}
div#sidebar img {border:none;}
div.homecontent {background:url(images/homecontentleft.jpg) repeat-y}
div.sidebarheightdiy {_height:950px;}
div.sidebarheight {_height:550px;}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container2 {
	width: 985px;
	background: url(images/bodyframetop.jpg) no-repeat;
}

div#audio {
	position:absolute;
	left:6px;
	top:83px;


	*top: 85px;
	background:#fff;
	padding-bottom:3px;
}

div#logo {
	float:left;
	width:437px;
	height:110px;
}

div#header {
	height:110px;
	position:relative;
}

div#header h1, div#header h2 {position:absolute; display:none;}

div#flash {
	height:236px;
	text-align:left;
}	

div#content {
	width:599px;
	float:left;
	padding:10px 20px 20px;
	_background: url(images/bgmain.jpg) no-repeat;
}

div#sidebar {
	width:292px;
	float:left;
	_background: url(images/bgrp.jpg) repeat-y right top;
}

div#sidebar h3 {font-size:1em; display:block; border-bottom:1px solid #bbb5b1; color:#5f5753;}

div#footer {
	background: url(images/footerbg.jpg) no-repeat;
	color:#000;
	padding:15px;
	height:85px;
}

div#owner {
	text-align:right;
	font-size:11px;
	padding-top:82px;
	width:895px;
}

div#owner a:link, div#owner a:visited {color:#666; text-decoration:none;}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left:4px;
	}
	div#copyright img {
	border: none;
	margin-top:10px;
	}
	div#copyright a:link, div#copyright a:visited {
	color:#000;
	text-decoration: none;
	}
	div#copyright a:hover, div#owner a:hover {
	text-decoration: underline;
	}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	height:29px;
	padding-left:15px;
	position:absolute;
	width: 784px;
	left: 139px;
	top: 85px;
}
ul#mainnav {
	float: left;
	margin:0;
	padding: 0px;
	width:100%;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin:0 1px 0 0;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	color:#333;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	background:#dedede;
	padding:4px 8px 4px;
	margin: 0px;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color:#ccc;
	color:#BF0915;
	}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	}
	ul#utilitynav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding:8px;
	margin-bottom:10px;
	background:#999;
	margin-right:1px;
	color:#fff;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	background:#888;
	}

/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 6px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
}

img.sidebar {
	padding:2px;
	background:#5f5753;
}

div.column {
}

div.clear {clear:both;}

.center{
	text-align: center;
}
