/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #e2d6ec 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, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

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: #000;}	
	a.email{
		font-weight: bold;
		color: #7944a6;
		font-style: italic;
		}
a:hover{	
	text-decoration: none;
	color: #ccc;}

a.email:hover {	
	text-decoration: none;
	color: #000;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* VIDEO*/
div#video { text-align:center;}

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.jpg) top left repeat-y;
	background-color:#ffffff;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 179px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 77px;
	left: 230px;
	height: 35px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 203px;
	line-height:13px;
	z-index: 3;
	font-style: normal;
	}
	
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;
	}


/* DIV FLASH */
div#flash {
	position: absolute;
	top: 0px;
	left: 437px;
	width: 333px;
	height: 179px;
	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;
	}

div#content {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 600px;
	color: #000;
	background: url(images/header2.jpg) top left no-repeat;}
	#content h1 {
		border-bottom: 1px solid #7944a6;
		margin: 3px 15px 5px 5px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#7944a6;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#000;
		font-size: 12px;
		font-weight: bold;
		margin: 15px 15px 0px 5px;
		}
	
	#content h3 {
		color:#7944a6;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 15px 0px 5px;
		}
	#content h4 {
		color:#7944a6;
		border-bottom: 1px dotted #7944a6;
		margin: 0px 15px 5px 5px;
		padding: 0px 0px 0px 0px;
		font-size: 16px;
		font-weight:bold;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 5px;
		}
	#content ul{
		margin: 5px 0px 0px 45px;
		padding: 0px 15px 0px 0px;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 0px;
		}
tables
table, td, th  {	
border-collapse: collapse;
}

table#listitems {	
border-collapse: collapse;
width: 560px;
margin-left: 0px;
}

table#listitems td{	
border-collapse: collapse;
width: 50%;
vertical-align:top;
font-size: 12px;
}

table#listitems ul li{	
color: #333;
line-height: 22px;
vertical-align:top;

}

table#anchors {
width: 580px;
background-color:#FFFFFF;
margin-top: 25px; 
margin: 15px 0px 25px 5px;
border: 1px solid #7944a6;
}

table#anchors td {
text-align:left; 
vertical-align:top; 
color:#7944a6; 
font-size:12px;
padding: 10px;
text-transform:capitalize;
}

table#anchors td a {
color:#7944a6; 
font-size:11px;
text-decoration:none;
padding-right: 3px;
text-transform:capitalize;
}

table#anchors td a:hover {
color:#fff; 
font-size:11px;
text-decoration:none;
background-color:#9f79bf;
text-transform:capitalize;
}

table#anchors td span {
color:#7944a6; 
font-size:14px; 
font-weight:bold;
}

	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.jpg) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#ffffff;
	height: 54px;
	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:29px;
	right:0px;
	width:770px; 
	left: 0px;}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#ffffff;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#7944a6;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:-2px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#7944a6;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333;
			text-decoration:none ;
			}

	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;
	border:1px solid #666666;	
	}

img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	clear:none;
	}
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;
	}
img.rightul {
	float: right;
	border:1px solid #666666;
	margin: 0px 5px 5px 8px;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}
.clear {clear: both;}
/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 121px;
	left: 0px;
	z-index: 10;*/	
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #fff;
	background-image:url(images/navbkgon.jpg);
	background-repeat:no-repeat;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 170px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #7944a6;
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 5px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent:20px;
	font-weight:bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#fff;
	background-image:url(images/navbkgon.jpg);
	background-repeat:no-repeat;}


/* ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------*/
/* ----------------- CSS AUDIO/SIGNIN NAV (PLUS SITES) ----------------- */
/* ----------------------------------------------------------------------*/

/* AUDIO/SIGNIN CONTAINER */
div#audiosignin {
	position: absolute;
	top: 1px;
	left: 235px;
	width: 200px;
	z-index: 2;
	height: 34px;
}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
.audio {
	margin: 0px;
	color:#7944a6;
	padding: 10px 15px 5px 23px;
	}
/*--------------------------------------------------------------------------*/
div#maps { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 20px 10px 10px 5px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;}
div#headerindex {

	margin-left: 0px;
	width: 770px;
	height: 179px;
	background: url(images/header3.jpg) no-repeat left top;
}
