/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* Defines the body tag */
body {
	background: #6c5385 url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* 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;
	}

p {	
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 25px 4px 25px;
	line-height: 20px
	}
	
h1 {
	margin: 20px 25px 10px 25px;
	padding: 0px 5px 2px 0px;
	color:#573a6f;		
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	}
	
h2 {
	color:#573a6f;
	font-size: 16px;
	font-weight: bold;
	margin: 14px 25px 10px 25px;
	font-style: italic;
	text-align: center;
	}
	
h3 {
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 25px 10px 25px;
	font-style: normal;
	text-align:center;
	background-color:#b68e43;
	padding: 5px 5px 5px 5px;
	clear:both;
	}
	
h4 {
	color:#b68e43;
	font-size: 16px;
	font-weight: bold;
	margin: 14px 25px 0px 25px;
	font-style: normal;
	text-align: left;	
	}

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	
/* Address in ABSOLUTE */
address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 328px;
	left: 0px;
	height: 139px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 198px;
	line-height:13px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;
	}
	address strong{
		font-size: 12px;
		color: #ececc2;	
		}

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #000;
	}	
	a.email{
		font-weight: bold;
		color: #fff;
		font-style: normal;
		font-size:11px;
		line-height: 13px
		}
	a:hover{	
		text-decoration: none;
		color: #75c0e7;
		}
	a.email:hover {	
		text-decoration: none;
		color: #fff;
		}
	
/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 970px;
	background: url(images/content.gif) top left repeat-y;
	}
	
/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 970px;
	height: 155px;
	background: url(images/header.jpg) top left no-repeat;
	}

/* DIV SUBHEADER */
div#subheader {
	clear: both;
	width: 970px;
	background: url(images/header2.jpg) top right no-repeat;
	}

/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 498px;
	width: 472px;
	height: 155px;
	}
	
/* DIV SIDEBAR */
div#sidebar {
	float: left;
	width: 200px;
	}

/* DIV CONTENT */
div#content {
	float: left;
	width: 770px;
	color: #000;
	}	
	div#content a.hbold{
		color:#fff;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		font-style: normal;
		}
		div#content li{
			list-style-image:url(images/nbullet.gif);
			list-style-position:outside;
			margin: 5px 25px 0px 25px;
			}
		div#content li.num{
			list-style-image: none;
			list-style-position:outside;
			margin: 5px 25px 0px 25px;
			}

/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	color:#fff;
	height: 50px;
	width: 970px;
	}

/* DIV UTILITY NAV */
div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 29px 0px 0px 0px;
	}
			
	div#utilnav a {
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		color:#fff;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}
	div#utilnav a:hover {
		text-decoration: underline;
		color: #fff;
		}

/* DIV COPYRIGHT */
div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	}
	div#copyright a {
		color:#fff;
		text-decoration:underline;
		font-size: 9px;
		font-weight: bold;
		}
	div#copyright a:hover {
		color:#fff;
		text-decoration:none;
		}
	img.ypimg {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border:0px solid #000;
		padding: 1px;
		}

/* DIV SIGNIN */
div#signin {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	font-size: 9px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}
	div#signin a {
		color:#fff;
		text-decoration:underline;
		font-size: 9px;
		font-weight: bold;
		}
	div#signin a:hover {
		color:#fff;
		text-decoration:none;
		}

/* DIV MAP */
div#map { 
	text-align:left;
	width:700px;
	height:auto;
	clear:both;
	margin: 0px 25px 10px 25px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	}

/* CTA BUTTON CONTAINER */
a#ctabtn {
	position: absolute;
	top: 69px;
	left: 265px;
	width: 165px;
	z-index: 5;
	height: 80px;
	}
	
a#ctabtn2 {
	position: absolute;
	top: 210px;
	left: 330px;
	width: 232px;
	z-index: 5;
	height: 27px;
	}

/* AUDIO/SIGNIN CONTAINER */
a#audiosignin {
	position: absolute;
	top: 25px;
	left: 1px;
	width: 153px;
	z-index: 2;
	height: 29px;
	}

.audio {
	margin: 0px;
	color:#000;
	padding: 10px 15px 5px 23px;
	}

/* DIV DOUBLE TEXT COLUMN */
div#doubletxt{
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	text-align: left;
	}
	div#doubletxt p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-weight:bold;
		}
	div#doubletxt li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style-image:url(images/nbullet.gif);
		}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 15px 0px 15px;
	width:550px;
	}
	
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 15px;
	}
	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */

img.left {
	float: left;
	border:1px solid #b68e43;
	margin: 0px 8px 5px 0px;
	}
	
img.right {
	float: right;
	border:1px solid #b68e43;
	padding: 2px;
	margin: 0px 0px 5px 8px;
	}
	
img.borderr {
	margin: 5px 0px 0px 0px;
	border: 1px solid #b68e43;
	padding: 2px;
	}
	
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	}
	
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {	
	width: 200px;
	background-repeat: no-repeat;
	margin: 31px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #fff;
	text-indent: 40px;
	font-size:12px;
	background-image: url(images/nav-hover-on.gif);}

/* UL TAG */
div#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	}

div#nav li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent: 40px;
	font-weight: bold;
	background-image: url(images/nav-hover.gif);
	}

div#nav li a:hover {
	color:#fff;
	text-indent: 40px;
	font-size:12px;
	background-image: url(images/nav-hover-on.gif);
	}


/* ---------------------------------------------------*/
/* ----------------- CUSTOM CLASSES ----------------- */
/* ---------------------------------------------------*/

/* Multipurpose Clear */
.clear {
	clear: both;
	}
	
/* Double column bulleted list */
ul.left {
	float: left;
	list-style-position:inside;
	width: 200px;
	}


/*--------------------------------------------------------------------------*/
