/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #652D91;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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: 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;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
	padding-left: 30px;
	color: #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	padding-left: 60px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #FCB618;
}
a:visited {
	color: #FAC332;
}


a:hover {
	color: #FF0000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
}

div#header {
	width: 770px;
	height: 79px;
}
#content {
	background-image: url(images/images/content.gif);
	float: right;
	position: relative;
	width: 590px;
}
#content li{
	font-size: 9px;
	font-weight: normal;
}
.clear {
	clear: both;
}
.clear {
	clear: left;
}

.right {
	float: right;
}

.textcenter {
	text-align: left;
}




#cta {
	background-image: url(images/images/images/cta.jpg);
	float: right;
	width: 590px;
	height: 126px;
	left: 181px;
	top: 76px;
}
#sidebar {
	float: left;
	width: 180px;
	background-image: url(images/images/images/sidebar.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 74px;
	height: 491px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 25px;
	padding: 15px 0px 0px 0px;
	background-image: url(images/layout_05.gif);
}
#footer a {
	margin-top: 10px;
}

div#footer p {
	color: #FFFFFF;
}
div#footer a:link {
	list-style-type: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:hover {
	color: #E50B19;
}
div#footer a:active {
	list-style-type: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


div#copyright {
	font-size: 9px;
	width: 770px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0px 0px 0px;
	height: 35px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-top: 35px;
	margin-left: 2px;
}
img.right {
	float: right;
	margin-bottom: 30px;
	margin-left: 20px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	width: 181px;
	position: absolute;
	left: 367px;
	top: 25px;
}
#address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 191px;
	color: #000000;
	position: absolute;
	left: 550px;
	top: 262px;
}

/* ----------------- NAV CONTAINER ----------------- */


/* DIV SIDEBARNAV */
div#sidebarnav {
	width: 151px;
	position: absolute;
	top: 90px;
	left: 16px;
	padding: 0;
	z-index: 2;
	height: 92px;
	visibility: visible;
	color: a8a8c1;
}


 

ul#mainnav {
	float: left;
	width: 95%;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;

	}

ul#mainnav li {
	/* float: left; */
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	display: block;
	height: 20px;
	text-indent: 20px;
	padding-top: 4px;
	margin: 0px;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom: 1px solid #1a1a48;
	border-top: 1px solid #404080;
	background-color: #652D91;

	
}


ul#mainnav li a:hover, ul#mainnav li a.current {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #9C45DE;
}

/* ----------------- SINGLE COLUMN FORM ------------------- */

  
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
}

#listfloatleft {
	float: left;
	list-style: disc;
	margin-top: 0;
	margin-left: 30px;
	padding-left: 15px;
	margin-bottom: 20px;
}

/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: right;
}
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;
}
  
