@charset "utf-8";
body {
	background: url(images/bg-body.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #231F20;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 14px Arial;
	text-align: left;
	color:#ffffff;
}
p {
	margin:0 0 12px 0;
}
h1, h2 {
	font: bold 24px Georgia;
	color:#ffffff;
	margin:0 0 18px 0;
	padding:0px;
	border-bottom: 1px solid #666;
	font-family: Santa Fe, Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: bold 20px Georgia;
	color:#ffffff;
	margin:0 0 18px 0;
	padding:0px;
	border-bottom: 1px solid #666;
}

address {
	font:normal 13px Arial;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a img {
	border:none;
}

strong {
	color:#FFFFFF;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 100%;
	margin: 0px;
	float:left;
	background:url(images/bg-main.jpg) no-repeat center top;
	margin-bottom: 20px;
}
div#wrapper {
	width:970px;
	margin:0px auto;
}
div#header {
	width:970px;
	float:left;
}
a#webaudio {
	float:right;
	width:127px;
	background:url(images/audio-icon.gif) no-repeat left top;
	padding:0 0px 0 16px;
	font:bold 11px Arial;
	color:#ffffff;
	text-decoration: none;
	margin:16px 158px 0 0;
}
a#webaudio:hover {
	color:#000000;
}
div#audio {
	text-align:center;
}
div#audio a {
	text-align:center;
}
img#logo {
	float:left;
	width:auto;
}
div#flash {
	width:auto;
	margin: 0px auto;
	position: relative;
}


div#flashalign{
	position: absolute;
	left: 31px;
	top: 187px;
	border: 2px solid #cccccc;


}





div#main-content {
	/*background:url(images/content-border.gif) repeat-y left top;*/
	width:878px;
	float:left;
	padding:30px 61px 0 31px;
	margin:310px 0 0 0;
	border: 0px solid #666666;
	/*background-image: url(images/content-bg.gif);*/
}
div#content {
	width:624px;
	float:left;
	padding:0 0 18px 0;
}
div#content ul {
	list-style:none;
	float:left;
	width:200px;
	margin:0 0 12px 0;
	padding:0px;
}
div#content ul li {
	background:url(images/bullet.gif) no-repeat left 3px;
	padding:0px 0 0 15px;
}
div#sidebar {
	width:200px;
	float:right;
	padding: 0px;
	padding-left: 0px;
}
div#footer {
	width:950px;
	float:left;
	margin:30px 0 20px 0;
	padding:0 10px;
	border-top: 1px solid #666666;
}
a#owner {
	float:right;
	background:url(images/owner-login.gif) no-repeat left top;
	padding:0 0 0 14px;
	font:bold 13px Verdana;
	color:#632001;
	margin:20px 0 0 0;
	width:auto;
}
div#copyright {
	font: normal 11px Arial;
	margin:17px 0 0 0;
	color:#632001;
	float:left;
	width:470px;
}
div#copyright img {
	float:left;
	margin:5px 0 0 0;
}
div#copyright a {
	color: #632001;
	text-decoration: none;
	font: normal 11px Arial;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
div#nav {
	width: 570px;
	margin:119px 0 0 0;
	float: right;
}
ul#mainnav {
	margin: 0px;
	padding: 0px;
}
ul#mainnav li {
	list-style: none;
	float:left;
	width:auto;
	margin:0px;
}
ul#mainnav li a {
	text-decoration: none;
	width: auto;
	text-align:center;
	font:bold 13px Verdana;
	color:#FFFFFF;
	display:block;
	padding:10px 0;
	margin:0 5px 0 0;
}
ul#mainnav  li  a#nav {
	width:109px;
	text-align:center;
}
ul#mainnav li a#nav:hover, ul#mainnav a#nav.current {
	background:url(images/nav.gif) no-repeat left top;
	color: #000000;
}
ul#mainnav li a#location {
	width:106px;
	text-align:center;
}
ul#mainnav li a#location:hover, ul#mainnav a#location.current {
	background:url(images/bg-location-hover.gif) no-repeat left top;
}
ul#mainnav li a#contact {
	width:93px;
	text-align:center;
}
ul#mainnav li a#contact:hover, ul#mainnav a#contact.current {
	background:url(images/bg-contact-hover.gif) no-repeat left top;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 510px;
	float:left;
	margin:20px 0 0 0;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px 14px;
	width:auto;
	border-left: 1px solid #ffffff;
}
ul#utilitynav li a {
	font: normal 13px Verdana;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding:0px;
	margin: 0px ;
}
ul#utilitynav li a:hover {
	text-decoration: none;
	color: #FFFF00;
}
ul#utilitynav li.first {
	padding:0 14px 0 0;
	border:none;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	margin: 6px 0px 20px 0px;
	border: solid 4px #ffffff;
}
img.right {
	float: right;
	margin: 6px 0px 20px 0px;
	border: solid 4px #ffffff;
}
.clear {
	clear:left;
}


	#flashcontent {
	height: 600px;

	}
/* ----------------- FORM ----------------- */	
	
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding: 0;
	min-width: 370px;
	max-width: 400px;
	width: 400px;
	margin-left: 100px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #990000;
  border-width: 2px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #FFFF00;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}	
	
form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}	
	
	

