/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background-color: #E4E3E3;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
}


/* 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, ol{
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #2D2D2D;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	line-height: 22px;
	padding: 7px 30px 7px 15px;
}

h1 {
	color: #030303;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #C9C3AB;
	margin: 10px 25px 10px 20px;
	padding: 0px 0px 5px;
}

h2 {
	color: #3C3A3B;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 10px 300px 10px 10px;
	text-transform: uppercase;
}
h3 {
	color: #C20605;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	padding: 0px 0px 10px 20px;
	margin: 10px 0px 0px;
	
	
}
h4 {
	color: #082330;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px;
}
td {
	line-height: 18px;
	color: #666666;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	
}

table {
	width: 600px;
	margin: 0px auto;
		
}

address {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding: 10px 5px 10px 20px;
	margin: 10px 0px;
	float: left;
	width: 225px;
		
}
address a:link{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #3B93EA;

}


/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #950304;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0C1114;
}

/* ----------------- page layout elements ----------------- */


/* creates the div container for the site. */
div#container {
	width: 962px;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat-y;
	/*height: auto;*/
	padding: 0px;
	margin: 0px auto;
}

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	height: 273px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
}

div#flash {
	height: 201px;
	width: 975px;
	position: absolute;
	z-index: 1;
	left: 246px;
	bottom: 0px;
	

/* creates the div for the content */
}

div#content {
	margin: 0px;
	padding: 10px 0px 25px00px;
	float: left;
	width: 700px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin: 10px 15px 15px 35px;
	color: #666666;
	font-size: 12px;
	padding-left: 15px;
}
div#content ul li{
	padding-left: 5px;
	list-style: square url(none);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	color: #050505;
} 



/* creates the div for the sidebar */
div#sidebar{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 240px;
	padding: 0px 0px 8px 10px;
	margin-right: 0px;
}

/* creates the div container for the footer. */
div#footer {
	color: #950304;
	font-size: 9px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	padding: 29px 0 0;
	margin: 0px auto;
	height: 20px;
	clear: both;
	background-image: url(images/bg-footer.gif);
}

div#footer a:link, div#footer a:visited {
	color: #050505;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 7px;
	padding-left: 7px;
}

div#footer a:hover {
	color: #242424;
}


/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	width: 839px;
}

div#copyright a {
	font-size: 9px;
	color: #020202;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	clear: both;
	width: 225px;
	margin: 0px;
	position: absolute;
	left: 16px;
	top: 9px;
	border-top: 2px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #202020;
	padding: 7px 0px 7px 30px;
	text-align: left;
}

ul#mainnav li a:hover {
	color: #000000;
	background-color: #969291;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	background-color: #101010;
}

#bg-color a:link, #bg-color a:visited, #bg-colora:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #202020;
	padding: 7px 0px 7px 30px;
	text-align: left;
	background-color: #000000;
}

#bg-color a:hover {
	color: #fff;
	background-color: #cc0000;
}

#bg-color a.current:link, #bg-color a.current:visited {
	color: fff;
	background-color: #101010;
}
/* end navigation */
	

/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 238px;
	right: 534px;
	height: 13px;
	width: 111px;
	z-index: 2;
}

div#map {
	padding: 0px;
	margin: 0px auto 5px;
}

div#flash {
	width: 716px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	right: 0px;
	bottom: 14px;
	height: 260px;
}


div#signin {
	margin: 0px auto;
	top: 0px;
	right: 0px;
	padding: 0px;
	width: 839px;
	float: right;
	
}

div#leftpara {
	margin:0px;
	width: 300px;
	float: left;
}

iframe {
	margin-right: auto;
	margin-left: auto;

}
/*--------------image styles------------*/



.rightimg {
	float: right;
	border: 1px solid #CCCCCC;
	margin: 10px 20px 10px 20px;
	clear: both;
}

.rightimg2 {
	float: right;
	margin: 10px 20px 10px 20px;
	clear: both;
}

.leftimg {
	float: left;
	border: 1px solid #999999;
	margin: 10px 5px 20px;
	
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*-----------text styles---------------*/

.textcenter {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
}

.textright {
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.companyname {
	color: #950304;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}

.important {
	color: #888272;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
}

/* CLASSES to create columns for unordered lists. */

.cta {
	float: left;
	margin: 10px 5px 20px 15px;
	
}


ul.leftul {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
	color: #888272;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	width: 275px;
	color: #0E0F61;
}

div.column {width:325px; float:left; padding:10px;}
