/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: center center;
}

/* 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: 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: #666666;
	margin-right: 45px;
	margin-left: 45px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #A51703;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	text-indent: 30px;
	margin-right: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 45px;
	font-weight: bold;
	font-style: italic;
}
iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px 20px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #A20303;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px 20px 20px 25px;
	margin: 0px 0px 5px;
	text-align: left;
	background-color: #930202;
}
address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
}
address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FC7921;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	left: 0px;
	top: 0px;
	height: 176px;
	text-align: left;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	border: 1px solid #333333;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 764px;
}

div#content img {
	padding: 2px;
	margin: 0px 45px 20px 20px;
	text-align: left;
	border: 1px solid #CCCCCC;
	clear: right;
	float: right;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 990px;
	background-color: #000000;
	height:30px;
	overflow:hidden;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 15px auto 0px;
	padding: 0px;
	clear: both;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	font-size: 9px;
	color: #FC8B45;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
ul#leftnav {
	padding: 0px;
	margin: 10px 0px 0px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A51703;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #8F0303;
	color: #FFFFFF;
	text-decoration: none;
	font: bold normal 11px Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 18pt;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BC0303;
}
ul#leftnav li a:hover {
	background-color: #F66806;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background-color: #000000;
}
ul#list {
	font-size: 12px;
	color: #666666;
	margin-left: 80px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: inside;
}

.clear {
	clear: both;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #A20303;
}


#footer p{ text-align:center;
			font-style:italic;
			font-size:14px;
			color:#FFFFFF;
			padding:7px 0 5px 0;
			font-weight:bold;
			}
			
.oblique{ font-style: italic;
			font-weight:bold;}
.fla-video{

	margin: 20px 10px 20px 25px;
}
.contact-us{
	font-size:15px;
	}
