/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 5px 0px 20px;
	padding: 0px;
	text-align: center;
	background-image: url();
	background-repeat: repeat-x;
	background-color: #5C072E;
}

/* 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;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	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;
	line-height: 17px;
	color: #000;
	}

h1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #660733;
	padding: 5px 5px 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
	text-indent: 5px;
	margin-top: 15px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #660033;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h3 {
	font-weight: bold;
	font-size: 14px;
	color: #660033;
	text-align:left;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	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: 11px;
	line-height: 16px;
	color: #000;
	margin: 0 5px 0 25px;
	width: 200px;
	font-weight: bold;
	}
	
ul.right {
	float:left;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	margin: 0 5px 0 25px;
	width: 200px;
	font-weight: bold;

	}
	
ul.center {
	float:left;
	font-size: 11px;
	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;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #5C072E;
}
a:active {
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5C072E;
	padding: 2px 0px 3px;
	margin: 30px auto 20px;
	text-align: center;
	border: 2px solid #5C072E;
	width: 150px;
	background-color: #FFFFFF;
}
/* ----------------- 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: 212px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #FFFFFF;
	padding: 0px;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 167px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 5px;
	padding: 0px;
	width: 587px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	text-align: center;
	color: #5C072E;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}
  
/*  =Images
---------------------------------------------*/


.imgright {
	float: right;
	margin: 5px 5px 10px 10px;
	padding: 5px;
	}

.imgright2 {
	float: right;
	margin: 5px 5px 10px 10px;
	padding: 5px;
	border: 1px solid #000033;
	
	}

	
.imgleft {
	margin: 0px 15px 3px 0px;
	padding: 0px;
	float: left;
	}

.imglog {
	margin: 5px 0 0 50px;
	padding: 0;
	border: none;
	}
.requiredinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}


#clearboth {
	clear: both;
	}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 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;
	color: #700636;
	text-decoration: none;
	width: 167px;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding: 12px 0px 4px;
	margin: 2px 0px;
	background-image: url(images/bg_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	text-align: center;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	background-image: url(images/bg_btn_over.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.bold{
	font-weight: bold;
	}

.textcenter {
	text-align: center;
	}

.textcenterbold {
	text-align: center;
	font-weight: bold;
	color: #5C072E;
	}
	
#cta {
	text-align:center;
	}
