/* Defines the body tag */
body {
	background: #333 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 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, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	/*clear:both; if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;}
	a.email {
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		}

a:hover, a.email:hover {
	text-decoration: none;
	color: #ff9b3b;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 169px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;}


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 7px;
	left: 549px;
	height: 60px;
	text-align: right;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	width: 210px;
	line-height:12px;
	font-style:normal;
	z-index: 3;
	}
	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	display:block;
	margin:0px 0px 0px 40px;
	}
	
/* These were required in the assignment and should be used. */

dl {
	padding: 0px 0px 0px 15px;
	}
dt {
	font-weight:bold;
	}
dd {
	margin: 0px 0px 10px 0px;
	}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 169px;
	z-index: 1;}

/* Double column bulleted list */
ul.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside; 
	list-style-type: disc;
	}

/*---------------Extra content on left------------------*/

div#extracontent {
	position: absolute;
	top: 177px;
	left: 4px;
	height: 242px;
	/*float: left;*/
	width: 217px;
	z-index: 10;
	margin: 0;
	padding: 0;
	background-color: #939de9;}

/*------------------------------------------------------*/

div#content {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	width: 770px;
	color: #000;
	background: url(images/header2.gif) top left no-repeat;}
	#content h1 {
		border-bottom: 1px dotted #e82d45;
		margin: 0px 15px 0px 15px;
		padding: 15px 0px 0px 0px;
		background: transparent;
		color:#e82d45;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#ff9b3b;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 15px 0px 15px;
		}
		
	#content h3 {
		padding: 10px 0px 0px 15px;
		margin: 0px 0px 0px 0px;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
		color:#ff9b3b;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 10px 15px 5px 15px;
		}
		
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 15px 5px 0px;
		}
		
		
	
	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#ff9b3b;
	height: 69px;
	width: 770px;
	position: relative;
	}


	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:42px;
	right:0px;
	width:770px;
	left: 0px;
	}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#ff9b3b;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#f7eee6;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:13px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#e82d45;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#ccc;
			text-decoration:none ;
			}

	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	border:1px solid #333;
	margin: 0px 0px 0px 0px;	
	}
img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* -----------------------------------------------------*/
/* ----------------- Horizontal CSS NAV ----------------- */
/* ----------------- Horizontal CSS NAV ----------------- */
div#nav {
	clear: both;
	height: 23px;
	background: url(images/navbkg.gif) top left no-repeat;	
	}
	
div#nav li a#current{
	background:   url(images/nbulleton.gif) top left no-repeat;
	background-color: #ff9b3b;
	color: #e82d45;}
	
div#nav li a#current:hover{
	background:   url(images/nbulleton.gif) top left no-repeat;
	background-color: #ff9b3b;
	color: #e82d45;}


div#nav ul {
	margin:0px auto;
	padding:0;
	list-style:none; 
	font-size:11px;
	line-height:11px;} 

div#nav li {
	float: left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	border-right: 1px solid #fff;}

div#nav li a {
	display: block;
	padding: 5px 10px 4px 20px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	background-color: #e82d45;
	background:   url(images/nbullet.gif) top left no-repeat;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nbulleton.gif) top left no-repeat;
	color: #e82d45;
	background-color: #ff9b3b;}

/* ------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 98px;
	left: 4px;
	width: 259px;
	z-index: 2;
	height: 26px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#ff9b3b;
	padding: 10px 15px 5px 23px;
	}
/*--------------------------------------------------------------------------*/
div#maps { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 15px 10px 10px 15px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
.bigbold {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
