/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
h1, h2, h3, h4 {/* Styles h1, h2, h3, h4,  tags */
	color: #666666;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h1 {
	font-weight: normal;
	font-size: 36px;
	padding: 0px 0px 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #DADAD9;
	margin-left: 25px;
	
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	margin-left: 280px;
}
h3 {
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px 10px 5px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 18px;
	color: #666666;
	padding: 7px 20px 7px 30px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	line-height: 18px;
}
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active{
	font-size:12px;
	color:#666666;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration: underline;
}

a:hover {
	font-size:12px;
	color:#0a0855;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	font-style: normal;
	font-weight: normal;
	margin: 0px 6px 0px 5px;
	border-bottom: 2px solid #DADAD9;
	padding: 20px 10px;
	border-left: 1px solid #DADAD9;
	position: absolute;
	left: -3px;
	top: -5px;
	width: 190px;
		
}

address a:link{
	font-size:12px;
	color: #f80000;
	font-weight: bold;
	text-transform: uppercase;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #55C518;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#video{
	width:171px;
	height:38px;
	position:absolute;
	left: -5px;
	top: 178px;
	padding:0px;
	margin:0px;
	}

div#container {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
}
div#header {
	height: 306px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
div#flash {
	width: 867px;
	margin-right: auto;
	margin-left: auto;
	height: 267px;
	position: absolute;
	z-index: 1;
	
}
div#content {
	width: 640px;
	padding: 20px 0px 20px 10px;
	float: left;
	
} 
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 15px;
	list-style: square url(none);
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FF8E02;
	margin-left: 20px;
} 

div#content strong {
	color:#f80000;
	font-weight: bold;
}

div#sidebar {
	float: left;
	width: 215px;
	padding: 0px;
	position: relative;
	
}
	
div#sidebar img{
	margin: 10px 0px 10px 30px;
	text-align: center;
}

div#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 8px 0px 0px;
	position: relative;
	height: 20px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
		
	
}
div#footer a:link, div#footer a:visited {
	color: #292595;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #0a0855;
	font-size: 10px;
	font-weight: bold;
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	width: 867px;
	padding-top: 5px;
}

div#copyright a:link, div#copyright a:visited {
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #0a0855;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	right: 21px;
	bottom: -35px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}


/*  Audio elements  */

div#audio {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 68px;
	right: 22px;
	height: 21px;
	width: 154px;
	z-index: 2;
}


iframe {

	
}

div#map {
	margin: 0px auto;
}


/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 325px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
}	
div#rightpara {
	float: left;
	width: 240px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #6D080D;

}


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */


ul#mainnav {
	width: 823px;
	position: absolute;
	left: 1px;
	z-index: 2;
	top: 269px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles links. Setting the display to block ensures  links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FEFCFC;
	display: block;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 7px 13px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #181579;
	border-left: 1px solid #181579;
}

/* Creates hover status. */
ul#mainnav li a:hover {
	color: #ffffff;
	width: auto;
	background: #3c38dc;
}

/* Creates current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FAFAF6;
	width: auto;
	background: #5753ff;
}

	

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */

.rightimg
 {
	float: right;
	margin: 10px 35px 10px 15px;
	clear: both;
	border: 1px solid #999999;
	
}
.leftimg {
	float: left;
	clear: none;
	margin: 10px 0px 10px 10px;
	border: 1px solid #C5C5C3;
}

.centerpic {
	border: 1px solid #DADAD9;
	padding: 0px;
	left: auto;
	right: auto;
	margin: 10px auto;
}


.clear {
	clear: both;
}


/* CLASSES to create columns for unordered lists. */
ul.leftul {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 10px;
	float: left;
	clear: none;
	margin: 0px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* Class for text for emphasis */
.empasis
 {
	color: #292595;
	font-weight: bold;
	font-size: 13px;

}
.companyname {
	color: #f80000;
	font-weight: bold;
	font-size: 14px;

}

.video{
text-align:left;
}
