/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* 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 {
	clear:both;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	/*margin-right: 210px; - Delilah Parks - hzn35y4*/
	margin-left: 40px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #CD1120;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	text-indent: 0px;
	margin-right: 200px;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	color: #666666;
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 200px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FC6363;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
	float: right;
	text-align: right;
	width: 150px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 25px;
}
address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	text-align: right;
	color: #666666;
	font-size: 11px;
}
/* ----------------- 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: 770px;
	height: 165px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 6px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-color: #FFFFFF;
}

div#content img {
	clear: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 30px;
	margin-left: 40px;
	margin-bottom: 15px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-position: left bottom;
	background-color: #FFFFFF;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 140px;
	left: 0;
	width: 770px;
	height: 25px;
	clear: both;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background: #FFFFFF;
	color: #CD1120;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:5px 23px 7px;
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/nav_off.gif) top left no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #FFFFFF;
	color: #CD1120;
}

ul#list {
	font-size: 11px;
	color: #666666;
	margin-left: 80px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 20px;
	line-height: 16px;
}

ul#list li {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

iframe {
	padding: 0px;
	margin: -50px 0px 0px 2px;
	clear: left;
	float: left;
}
div#flash {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #666666;
	float: left;
	clear: left;
}
div#clear {
	clear: both;
}

div#factbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 400px;
	margin: 0px 0px 20px 30px;
	text-align: left;
}
div#factbox img {
	float: left;
	clear: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#locationbox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 500px;
	margin: 0px 0px 20px 30px;
	text-align: left;
	height: 251px;
}
div#locationbox img {
	float: left;
	clear: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#content img.sidebar {
	border: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	color: #666666;
	padding-right: 30px;
	padding-bottom: 10px;
}
table {
	float: left;
	margin-left: 40px;
	padding: 0px;
	clear: left;
	margin-bottom: 20px;
}
div#content img.bio {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 2px;
	padding: 3px;
	float: none;
}
/* ADDED BY - Delilah Parks - hzn35y4 for image Alignment*/
img.rightfloat { float:right; clear:right; }
div.text {
	float:left;
	width: 560px;
} 

h3 {
	font-size: 11px;
	color: #CD1120;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
