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

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(url());
	background-repeat: repeat-x;
	background-color: #000033;
}

/* 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, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif, Brush-Script, cursive, Script;
	text-align: left;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

ul li {
	font-size: 14px;
	color: #000;
	line-height: 13pt;
	}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 5px 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 15px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #980A24;
	margin-left: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-transform: none;
}


h3 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	text-align:center;
}

h4 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-left: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
}

ul.left {
	float:left;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin: 0 5px 0 25px;
	width: 200px;
	font-weight: bold;
	}
	
ul.right {
	float:left;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin: 0 5px 0 25px;
	width: 200px;
	font-weight: bold;

	}
	
ul.center {
	float:left;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin: 0 5px 0 70px;
	width: 200px;
	}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000099;
	font-size: 14px;
}
a:visited {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #07BFFC;
	font-size: 14px;
}
a:active {
	font-size: 11px;
}

address {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 5px 0px 6px;
	margin: 30px auto 20px;
	text-align: center;
	text-transform: none;
}
.centeredwhitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

div#address  {
	text-align: center;

}
div#address a {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;

}
div#address a:hover {
	text-align: center;
	color: #07BFFC;
	font-size: 12px;

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

div#audio {

	margin: 10px;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: #FFFFFF url(images/bg_header.jpg) no-repeat;
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 164px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content_bg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 167px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 10px;
	padding: 0px;
	width: 580px;
}
div#form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Brush-Script, cursive, Script;
	text-align: left;
	font-size: 14px;
	line-height: 28pt;
	padding-left: 25px;

}
.privacytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	height: 10px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 12px 0px 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	text-decoration: underline;
	color: #FFCC00;
}

/*  =Images
---------------------------------------------*/


.imgright {
	float: right;
	margin: 0px 5px 10px 10px;
	padding: 0px;
	}

.imgrightborder {
	float: right;
	margin: 5px 5px 10px 10px;
	padding: 5px;
	border: 1px solid #000033;
	background-color: #FFFFFF;
	
	}

	
.imgleft {
	margin: 15px 0px 10px 50px;
	padding: 5px;
	}

.imglog {
	margin: 5px 0 0 50px;
	padding: 0;
	border: none;
	}

#clearboth {
	clear: both;
	}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 15px 0px 0px;
	width: 167px;
	vertical-align: top;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	width: 167px;
	font: bold small-caps normal 15px Arial, Helvetica, sans-serif;
	padding: 7px 0px 8px;
	text-indent: 10px;
	margin: 0px;
	text-transform: none;
	background-color: #980A24;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	background: #07bffc;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.bold{
	font-weight: bold;
	}

.textcenter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

.textcenterbold {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	}
	
#calendar {
	margin: -5px 0 0 -10px;
	}
	
#specials {
	margin: -5px 0 0 -15px;
	}
	
#cta {
	text-align:center;
	}
