/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#9790bc;
	background-image:url(verticalstrip.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0 0 20px 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, a, ul, li, lo, td {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	font-size:14px;
	color:#000000;
}

/* Redefining tags */

p
{
	font-size: 14px;
	line-height:16px;
	margin:5px 50px 15px 5px;
	color: #4d463d;
	text-align: justify;
}

p#center 
{
	text-align:center;
	margin:0 auto;
}

p#t_header 
{
	font-size: 18px;
	line-height:20px;
	margin:5px 50px 15px 5px;
	color: #4d463d;
	font-weight: bold;
}

/* changing the size for top will change the space between the header and the text*/
h1 
{
	position:absolute;
	top:125px;
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin:0;
	padding: 5px 10px 0 0;
	text-transform:uppercase;
	text-align: left;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	left: 25px;
	width: 585px;
	border-bottom: 1px solid #999999;
}
h2 {
	font-size:20px;
	color:#292540;
	font-weight:bold;
	margin:0px;
	padding: 0 0 7px 10px;
	left: 24px;
	top: 175px;
	position: absolute;
	width: 580px;
}
h3 {
	font-size:20px;
	color:#292540;
	font-weight:bold;
	margin:0px;
	padding: 0 0 7px 10px;
	width: 580px;
}
strong { color:#534D73; }
ul{
	margin-top:4px;
	margin-left:35px;
	padding-left:12px;
}
address {
	font-size: 10px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	font-style:normal;
	text-align:left;
}
table a:link, table a:visited {
	color:#292540;
	text-decoration:underline;
	padding:0 0 0 10px;
}

table a:hover {
	color:#56568a;
	text-decoration:underline;
}

table a:visited {
	color:#000000;
	text-decoration:underline;
}
/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#003399;
}

a:link#header, a:visited#header {
	color:#000000;
	font-weight:bold;
	margin-bottom:15px;
	padding:0px;
	text-decoration:none;
}
a:hover#header {
	color:#003399;
	font-weight:bold;
	margin:0px;
	padding:0px;
	border-bottom:#534D73 1px dashed;
}

a:link#r_link, a:visited#r_link {
	color:#000000;
	font-weight:bold;
	margin-bottom:15px;
	padding:0px;
	text-decoration:none;
}
a:hover#r_link {
	color:#003399;
	font-weight:bold;
	margin:0px;
	padding:0px;
	border-bottom:#534D73 1px dashed;
}

/*  This is main navigation.  */
div#mainnav {
	padding:0px 0 20px 0;
	margin:0 auto;
	height:190px;
	width: 171px;
}
#mainnav ul  {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
}
#mainnav li {
	width:171px;
	height:25px;
}

/*div#mainnav a:link, div#mainnav a:visited { */
/*	display:block;*/
/*	padding:5px 0 0 45px;*/
/*	margin:0px;*/
/*	background-image:url(images/idle.gif);*/
/*	background-repeat:no-repeat;*/
/*	width:116px;*/
/*	height:20px;*/
/*	color:#FFFFFF;*/
/*	text-decoration:none;*/
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
/*	font-size:12px;*/
/*	text-align:left;*/
/*	font-weight:bold;*/
/*}*/

/*div#mainnav a:hover, div#mainnav a.current:visited, div#mainnav a.current:link {*/
/*	display:block;*/
/*	font-weight:bold;*/
/*	color:#471a02;*/
/*	text-decoration:none;*/
/*	background-image:url(images/hover-current.gif);*/
/*	background-repeat:no-repeat;*/
/*}*/

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	font-size: 11px;
	margin:0 auto;
	padding:25px 20px 0 20px;
	height: 20px;
	color:#FFFFFF;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#FFFFFF;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#FFFFFF;
	text-decoration:underline;
}

/*  This is copyright navigation.  */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:15px 0 0 0;
	color:#fab763;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#copyright a:link, div#copyright a:visited {
	font-size:10px; 
	color:#FFFFFF;
}
div#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*  This is email navigation.  */
a#email:link, a#email:visited {
	text-decoration:underline;
	color:#000000;
	font-size:10px;
}
a#email:hover {
	text-decoration:none;
	color:#003399;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#471a02;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#000000;
	font-weight:bold;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#container {
	width:970px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:970px;
	height:auto;
	background-image:url(contentstrip.jpg);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:970px;
	height:250px;
	background-image:url(header_bg.jpg);
	background-repeat:no-repeat;
}
div#contentarea {
	float:right;
	width:944px;
	height:auto;
	background-image:url(content_bg.jpg);
	background-repeat:no-repeat;
	padding:0px 13px 0px 13px;
	position: relative;
}
div#footer {
	clear:both;
	width:970px;
	height:48px;
	background-image:url(footer_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#col1 {
	width:245px;
	height:auto;
	margin:0 0 0 5px;
	padding:0 0 0 15px;
	left: 0px;
	top: 30px;
	float: left;
}
div#col2 {
	width:255px;
	height:auto;
	margin:0 0 0 23px;
	padding:0 0 0 0;
	left: 679px;
	top: 30px;
	float: left;
}
div#maintext {
	width:378px;
	height:auto;
	margin:0px;
	padding:0px;
	left: 13px;
	top: 0px;
	float: left;
}
div#addresscontainer {
	width:158px;
	margin:0px;
	padding:10px;
	border: 1px #FFFFFF solid;
	background-color: #400000;
}
div#flash {
	float:right;
	clear:right;
	width:528px;
	height:187px;
	margin:0px;
	padding: 0 10px 0 0;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	float:right;
	padding:8px 70px 0 0;
	margin:0px;
	width: 115px;
	text-align: center;
}
div#audio {
	float:right;
	padding:30px 0 0 0;
	margin:0px;
	width: 120px;
	text-align: center;
	height: 15px;
}
div#pd {
	border:0px;
	width: 38px;
	text-align: center;
	margin: 0 auto 40px auto;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#003399px solid;
	margin:0 15px 10px 0;
	padding:2px;
	clear:both;
}
img.right {
	float:right;
	border:#400000 1px solid;
	margin:0 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.center{
	border:#400000 1px solid;
	margin:0 5px 10px 15px;
	padding:2px;
	clear:both;
}
img.leftnoborder {
	float:left;
	margin:0 15px 10px 0;
	clear:both;
}
img.rightnoborder {
	float:right;
	margin:0 5px 10px 15px;
	clear:both;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
img.cc {
	border:0px;
}
.clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

div#col {
	float:left;
	width:110px;
	clear:none;
	margin:0 0 0 0;
	padding:0px;
}
div#col li{
	margin-left:0px;
	padding-left:0;	
}

/* the height of the newwindow2 refers to the height of the light blue inset*/

div.newWindow {
	width: 600px;
	height:725px;
	widows:2;
	background-image:url(newWindow.jpg);
	background-repeat:no-repeat;
}




div.nw_newWindow {
	position:absolute;
	top:152px;
	left:21px;
	width:600px;
	height:550px;
	padding: 0 15px 0 0;
	overflow: auto;
	margin-top: 10px;
}


