/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background:#170000;
	background-image:url(images/verticalstrip.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: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, 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:20px;
	margin:5px 10px 15px 20px;
}
		p#center {
			text-align:center;
			margin:0 auto;}	
		p#enter {
			font-size:22px;
			color:#FFFFFF;
			text-align:center;
			padding:0px;
			margin:0px; }
strong {
	color:#990000;
}
h1 {
	font-size:30px;
	color:#000000;
	font-weight:100;
	margin:0;
	padding: 20px 0 25px 20px;
}
h2 {
	font-size:14px;
	color:#003399;
	font-weight:bold;

	border-bottom:1px # dashed;
	margin-top: 0px;
	padding: 0 0 0 20px;
}
address {
	font-size: 11px;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	color:#001b32;
	padding:0px;
	font-style:normal;
	text-align:left;
	position: absolute;
	left: 659px;
	top: 1px;
}

/* ----------------- NAVIGATION ELEMENTS ----------------- */

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	text-decoration:underline;
	color: #FF0000;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}


#white {

color: #fff;

}

/*  This is main navigation.  */
#horznav {
	margin: 0px;
	height: 44px;
	clear: both;
	padding: 0px;
	position: absolute;
	left: 102px;
	top: 313px;
	width: 777px;
}

#horznav ul ul {
	visibility:hidden;
	position:absolute;
	height:44px;
	top:32px;
	left:262px;
	width:300px;
	margin:0px;
	padding:0px;
}

/* position the third level flyout menu */
#horznav ul ul ul{
	left:220px; 
	top:-1px; 
	width:300px;}

/* style the second level background */
#horznav ul ul li a.drop, #horznav ul ul li a.drop:visited {
	background:#140000;}

/* style the second level hover */
#horznav ul ul li a.drop:hover{
	background:#330101}

#horznav ul ul li :hover > a.drop {
	background:#330101}
/* style the third level background */

#horznav ul ul ul li a, #horznav ul ul ul li a:visited {
	background:#330101;}
/* style the third level hover */

#horznav ul ul ul li a:hover {
	background:#330101;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#horznav table {
	position:absolute; 
	top:0;
	left:0; 
	border-collapse:collapse;}

/* make the second level visible when hover on first level list OR link */
#horznav ul li:hover ul,
#horznav ul a:hover ul, #horznav ul li.over ul {visibility:visible;}

/* keep the third level hidden when you hover on first level list OR link */
#horznav ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
#horznav ul :hover ul :hover ul{ visibility:visible;}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0 auto;
padding:0;
display:inline;
}

ul#nav li a {
			float: left;
			display: block;
			height: 30px;
			padding: 5px 20px 0 20px;
			font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			text-align: center; 
			text-decoration: none;
			border-right: 1px solid #330101;
			border-left: 1px solid #000000;
			color: #fff;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
			text-decoration: none;
			color:#FFFFFF;
			background:#330101;		
}

#horznav li a#start {
			border-left:0px;
			border-right:1px solid #330101;
}

#horznav li a#end {
			border-left: 1px solid #000000;
			border-right:0px;
}

ul#nav .current { 
			text-decoration: none;
			color:#FFFFFF;	
			background: #5e0303;
			font-weight:bold;					
}

/*  This is bottom navigation.  */
div#utilnav {
	text-align:center;
	margin:0 auto;
	padding:0 20px 20px 20px;
	height: 21px;
}
div#utilnav a:link, div#utilnav a:visited { 
	color:#170000;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	padding:0 3px 0 3px;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
}
div#utilnav a:hover, div#utilnav a.current:visited, div#bottomnav a.current:link {
	color:#666666;
	text-decoration:underline;
}

/*  This is bottom navigation.  */
div#utilnav-intro {
	text-align:center;
	margin:0 auto;
	padding:15px 20px 0 20px;
	height: 21px;
	color:#FFFFFF;
}
div#utilnav-intro a:link, div#utilnav-intro a:visited { 
	color:#FFFFFF;
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 3px 0 3px;
	text-decoration:none;
	text-align:center;
}
div#utilnav-intro a:hover, div#utilnav-intro a.current:visited, div#utilnav-intro 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:#FFFFFF;
	clear:both;
	font-family:Century Gothic, 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:#001b32;
	font-size:11px;
}
a#email:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/*  This is admin navigation.  */
a#admin:link, a#admin:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
a#admin:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

/* ----------------- 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(images/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:350px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}
div#contentarea {
	float:right;
	width:780px;
	height:auto;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	padding:0 90px 0 100px;
}
div#footer {
	clear:both;
	width:970px;
	height:58px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
div#leftcolumn {
	float:left;
	width:173px;
	height:auto;
	clear:left;
	margin:0px;
	padding:0 0 15px 12px;
}
div#maintext {
	float:left;
	width:770px;
	height:auto;
	clear:left;
	margin:0px;
	padding:10px 5px 30px 0;
	position: relative;
}
div#addresscontainer {
	width:160px;
	margin:0px;
	padding:10px;
	border: 1px #003399 solid;
	background-color: #E4E5E7;
}
div#flash {
	width:950px;
	height:393px;
	margin:0 auto;
	padding: 0px;
}
div#intro {
	width:695px;
	height:260px;
	margin:auto;
	padding:40px 0 0 0;
}
div#adminlogin {
	padding:30px 0 0 0;
	margin:0 auto;
	width: 115px;
	text-align: center;
}
div#audio {
	padding:0px;
	margin:0px;
	position: absolute;
	left: 639px;
	top: 16px;
}
div#eXTReMe { margin:0 auto; width:41px }

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float:left;
	border:#CCCCCC 1px solid;
	margin:10px 15px 10px 5px;
	padding:5px;
	clear:both;
	background-color: #FFFFFF;
}
img.right {
	float:right;
	border:#CCCCCC 1px solid;
	margin:10px 5px 10px 15px;
	padding:5px;
	clear:both;
	background-color: #FFFFFF;
}
img.rightnoborder {
	margin:10px 5px 10px 15px;
	clear:both;
	text-align:center;
}
img.yppic{
	border:0px;
	margin:10px 0 0 0;
	clear:both;
}
clear {
	clear: both;
}


div#facebook
{
	margin-left:880px;
	
}


div#facebook img

{
  border:none;	
	
}

/* ----------------- CUSTOM CLASSES ----------------- */

