﻿/*----RESET BEGIN----*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, embed, object {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cide, code, em, strong, th {font-size: 1em;font-weight: normal;font-style: normal;}
ul, ol {list-style-image:none;list-style-position:outside;list-style-type:none;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
del, ins {text-decoration: none;}
li {list-style: none;}
caption, th {text-align: left;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
input, button, textarea, select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
input, button, textarea, select {*font-size: 100%;}


/*----RESET END----*/

.clear { clear: both; }
.clearfix { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
.clearfix:after {content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

body {
	background: url('siteart/site-bg.jpg') repeat-x top;
	background-color: #333333;
	font-size: 14px;
	line-height: 18px;
	font-family: arial, helvetica, sans-serif;
	margin: 20px auto; 
	}


/*********************************** LINK/TEXT STYLES ***********************************/

a {outline-style: none; outline-color: invert; outline-width:thin; outline: none;}
a:link, a:visited {color:#FFF; text-decoration:none;}
a:hover, a:active, a:focus {color:#ddd; text-decoration:none;}

h1,h2{
	font-family:Arial,sans-serif; 
	line-height:normal; 
	color:#FFF;
	}
	h1{font-size:26px; margin-bottom:5px; font-weight: bolder;}
	h2{font-size:20px; color: #cb1218; padding-left: 40px; display: block; font-weight: bold;}

p{margin-bottom:18px;}
strong {font-weight: bolder;}


/*********************************** SITE FRAMEWORK ***********************************/

.frame-top {display: block; width: 996px; background: url('siteart/site-wrap-top.png') no-repeat; height:8px; margin: 0px auto;}
.frame-bottom {display: block; width: 996px; background: url('siteart/site-wrap-bottom.png') no-repeat; height:8px; margin: 0px auto;}	
	
#site-wrap {
	display: block;
	width: 980px;
	margin: 0px auto;
	padding: 0px 8px;
	background: url('siteart/site-wrap-bg.png') repeat-y;
	}

.frame-wrap {
	display: block;
	width: 980px;
	background-color: #ffffff;
	}
	
.mlogos {background: url('siteart/frame-wrap-graygradient.gif') repeat-x bottom; background-color: #ffffff; height: 135px;}
.mlogos div {width: 489px; float: left; display: block; height: 135px; text-align: center;}
.mlogos div img {margin-top: 14px;}
.mlogos div.sepline{width: 2px; float: left;}
.mlogos div.sepline span{width: 2px; height: 100px; background-color: #ccc; margin-top: 15px; display: block;}
		
.logo {background: url('siteart/logo.png') no-repeat;
	display: block;
	position: absolute;
	width: 257px;
	height: 158px;
	z-index: 100;
	}

.section-divider {display: block; width: 980px;height: 7px; clear: both;}

.frame-content {
	display: block;
	padding: 16px;
	}
	.frame-content:after {content : "."; display : block; clear : both; visibility : hidden; line-height : 0; height : 0;}

.hero-image {
	display: block;
	background: url('siteart/hero-image.jpg') no-repeat;
	height: 269px;
	width: 948px;
	text-align: center;
	}

.content {
	display: block;
	float: left;
	width: 948px;
	padding: 30px 0px 20px;
	}	
	.content div {display: block; float: left;}

.content-left {width: 640px;}
.content-left p {padding: 10px 45px 0px 40px; line-height: 1.8em; font-size: 14px;}
.content-left span {display: block; float: left; width: 260px;  margin-left: 40px;
}
	
.content-right {width: 308px;}
.content-right img {margin-left: 20px;}

.footer {
	display: block;
	margin: 15px auto;
	}

/*********************************** NAVIGATION ***********************************/


#nav {
	display: block;
	background:url('siteart/nav-bg.jpg') repeat-x top;
	background-color: #a9060b;
	height: 80px;
	}

#nav ul {
	padding: 20px 10px 10px 10px;
	margin-left: 250px;
	}

#nav ul li {
	padding:  10px 0px;
	display: block;
	float: left;
	}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	padding: 11px;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;

	}
	#nav ul li a:hover{
	    color: #000000;
		text-transform: uppercase;
		-webkit-text-shadow: 1px 1px 1px rgba(225,225,225,.4);
		-moz-text-shadow: 1px 1px 1px rgba(225,225,225,.4);
		-o-text-shadow: 1px 1px 1px rgba(225,225,225,.4);
		text-shadow: 1px 1px 1px rgba(225,225,225,.4);

		}

#nav ul li a.current {
	text-decoration: underline;
	}
























