/*--- Body ---*/
body{
	background-color: #d4d5d7;
	margin:0 auto;
	padding:0;	
}
div, p, h1, h2, h3, ul, img{
	margin:0;
	padding:0;	
}

/*--- Nav ---*/
#main_nav{
	background: url(../images/bg_nav.jpg);
	background-repeat:repeat-x;
	background-color: #58595B;
	height:50px;
	width:100%;	
	margin:0 auto;	
}
#nav{	
	color: #FFFFFF;
	line-height: 15px;
	height: 50px;
	width: 900px;
	margin:0 auto;
	padding: 0px;
}
#nav ul{
	display: block;
}
#nav li {
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	list-style: none;
	float: left;
	display: inline-block;
	position: relative;
	margin: /*top*/0px /*right*/10px /*bottom*/0px /*left*/10px;
}
#nav a{	
	font-family: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;	
	display: block;
	width: 100%;
	height: auto;
	padding: /*top*/25px /*right*/4px /*bottom*/10px /*left*/4px;
}
/*--- Nav Hover ---*/
#nav a:hover,
#nav li:hover a,
#nav li.iehover a {
	font-family: "Arial", Helvetica, sans-serif;
	background-color: #414042;
	color:#999;
}
/*--- 2nd Nav Size / Color ---*/
#nav li:hover li a,
#nav li.iehover li a{
	background: #414042;
	font-size: 12px;
	text-align: left;	
	color: #CCC;
	height: 15px;
	width: 210px;
	padding: 4px;
}
/*--- 2nd Nav Hover ---*/
#nav li:hover li a:hover,
#nav li:hover li:hover a,
#nav li.iehover li a:hover,
#nav li.iehover li.iehover a {
	background: #ccc;
	color: #414042;
}
/*--- 2nd Nav Location ---*/
#nav ul,
#nav ul ul,
#nav ul ul ul {
	display: none;
	position: absolute;
	left: -10px;
	top: auto;
	width: 100%;
	margin: 0 auto;
}
#nav li:hover ul,
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav li.iehover ul,
#nav ul li.iehover ul,
#nav ul ul li.iehover ul {
	display: block;
	width: 150px;
}
#nav:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/*--- Nav Sub ---*/
#nav_sub,{
	width: 255px;
}
#nav_sub ul{
	display: block;
	list-style:none;
}
#nav_sub li{
	background: #7E1417;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	float: left;
	text-align: left;
	letter-spacing: 2px;
	width: 255px;
	display: block;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav_sub a{
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	display: block;
	height: 25px;
	width: 100%;
	padding: /*top*/25px /*right*/0px /*bottom*/0px /*left*/5px;
}
#nav_sub a:visited{
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 25px;
	width: 255px;
	padding: /*top*/25px /*right*/0px /*bottom*/0px /*left*/5px;
}
#nav_sub a:hover,
#nav_sub li:hover a,
#nav_sub li.iehover a{
	background-color: #999;
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 25px;
	width: 250px;
	padding: /*top*/25px /*right*/0px /*bottom*/0px /*left*/5px;
}
/*--- 2nd Nav_Sab Size / Color ---*/
#nav_sub li:hover li a,
#nav_sub li.iehover li a{
	background: #414042;
	font-size: 11px;
	text-align: left;	
	color: #CCC;
	height: 15px;
	width: auto;
	padding: 4px;
}
/*--- 2nd Nsv_Sub Hover ---*/
#nav_sub li:hover li a:hover,
#nav_sub li:hover li:hover a,
#nav_sub li.iehover li a:hover,
#nav_sub li.iehover li.iehover a {
	background: #999;
	color: #FFF;
}
/*--- 2nd Nav_Sub Location ---*/
#nav_sub ul,
#nav_sub ul ul,
#nav_sub ul ul ul {
	display: none;
	top: 0;
	left: 255px;
	position: absolute;
}
/*--- Do Not Move - Must Come Before display:block ---*/
#nav_sub li:hover ul ul,
#nav_sub li:hover ul ul ul,
#nav_sub li.iehover ul ul,
#nav_sub li.iehover ul ul ul {
	display: none;
}
#nav_sub li:hover ul,
#nav_sub ul li:hover ul,
#nav_sub ul ul li:hover ul,
#nav_sub li.iehover ul,
#nav_sub ul li.iehover ul,
#nav_sub ul ul li.iehover ul {
	display: block;
}
#nav_sub:after { 
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

/*--- Footer ---*/
#main_footer{
	background-color: #000;
	height: 100%;
	width: 100%;
}
#footer {
	color: #fff;
	width: 900px;
	height: 125px;
    margin: 0 auto;
	padding: 0px;
}
#footer ul {
	list-style-type: none;
	list-style: none;
	display: block;
	clear: both;
	margin: 0 auto;
	padding-left: 125px;
}
#footer li {
	list-style: none;
	float: left;
	display: block;	
	padding: 5px;
}
#footer p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	display: block;
	clear: both;
	margin-top: 2px;
}
#footer h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}
#footer a:link {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	background-color:transparent;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

/*--- Title-Small ---*/
#main_title-small{
	height: 40px;
	width: 100%;	
	margin: 0 auto;	 
}
#title-small {
	width: 900px;
	margin:0 auto;
}
#title-small p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 6px;
	color: #D6D7D8;
	text-align: left;
}

/*--- Title-Large ---*/
#main_title-large{
	background: url(../images/bg_title.jpg);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;	
	margin: 0 auto;	 
}
#title-large {
	height: 50px;
	width: 900px;
	margin:0 auto;
}
#title-large p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 16px;
	color: #D85565;
	line-height: 50px;
	letter-spacing: 5px;
	text-align: center;
}

/*--- Flash ---*/
#main_flash{
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	height:400px;
	width:100%;	
	margin:0 auto;
}
#flash{
	background-color: #333;
	height:400px;
	width:900px;
	margin:0 auto; 
}

/*--- Header ---*/
#main_header{
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	height:300px;
	width:100%;	
	margin:0 auto;  
}
#header{
	height:300px;
	width:900px;
	margin:0 auto; 
}
#header a:link {
	border: solid 0;
}
#header a:visited {
	border: solid 0;
}
#header a:hover{ 
	border: solid 0;
}

/*--- Content ---*/
#main_content{
	height: auto;
	width: auto;
	margin:0 auto;
} 
#content{
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	background-color: #CCC;
	min-height: 600px;
	width: 900px;
	padding-left: 620;
	margin:0 auto;
}

#clear{
	width: 100%;
	clear: both;
}

/*--- Links ---*/
#main_links{
	background:url(../images/bg_links.jpg);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0px; 
}
#links {
	width:900px; 
	height:200px;
	margin:0 auto;
	padding:0px;
}
#links_info{
	float: right;
	width:640px; 
	height:200px;
	margin:0 auto;
	padding:0px;
}
#links p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #CCC;
	padding: /*top*/5px /*right*/10px /*bottom*/5px /*left*/5px;
}
#links h1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	letter-spacing: 1px;
	padding: /*top*/5px /*right*/5px /*bottom*/5px /*left*/5px;
}
#links a {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 1px;
	text-decoration: none;
}
#links a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
}
#links a:hover {
	background-color: transparent;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
}

/*--- Right ---*/
#right {
	float: right;
 	width: 635px;
	padding: /*top*/20px /*right*/5px /*bottom*/5px /*left*/5px;
}
#right p {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #333;
	text-align: justify;
	display: block;
	clear: both;
	margin: /*top*/0px /*right*/0px /*bottom*/10px /*left*/0px;
	padding: 0px;
}
#right h1 {
	background: #7E1417;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	clear: both;
	margin:  /*top*/0px /*right*/0px /*bottom*/5px /*left*/0px;
	padding: 2px;
}
#right h2 {	
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: inherit;
	text-transform: capitalize;
	text-align: left;
	letter-spacing: 2px;
	color: #7E1417;
	display: block;
	clear: both;
	margin:  /*top*/0px /*right*/0px /*bottom*/10px /*left*/0px;
}
#right h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	clear: both;
	color: #000;
	margin: /*top*/5px /*right*/0px /*bottom*/5px /*left*/0px;
	padding: 0px;
}
#right h4 {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	display: inline;
	text-align: left;
	color: #999;
}
#right h5 {
	background: #FFF; 
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: justify;
	color: #7E1417;
	display: block;
	clear: both;
	margin: /*top*/5px /*right*/0px /*bottom*/5px /*left*/0px;
	padding: 2px;
}
#right h6 {
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 13px;
	font-style:italic;
	font-weight: normal;	
	text-align: left;
	color: #7E1417;
	margin: /*top*/0px /*right*/0px /*bottom*/5px /*left*/0px;
}
#right a:link {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	margin: /*top*/10px /*right*/0px /*bottom*/0px /*left*/0px;
}
#right a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#right a:hover {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7E1417;
}
#right ul {
	display: block;
	clear:both;
	list-style:none;
	margin:  /*top*/5px /*right*/0px /*bottom*/20px /*left*/25px;
}
#right li {
	float: left;
	text-align: left;
	display: block;
	clear: both;
	position: inherit;
	margin-bottom: 10px
}

/*--- Left ---*/
#left {
	float: left;
 	width: 255px;
	padding: /*top*/0px /*right*/0px /*bottom*/0px /*left*/0px;
}

/*--- Cell ---*/
.cell_01 {
	background-image: url(../images/bg_cell-01.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	float: left;
	height: 275px;
	width: 190px;
	margin: /*top*/0px /*right*/2px /*bottom*/0px /*left*/4px;
	padding: 10px;
}
.cell_02 {
	background-image: url(../images/bg_cell-02.jpg);
	background-repeat: repeat-x;
	background-color: #999;
	float: left;
	height: 275px;
	width: 190px;
	margin: /*top*/0px /*right*/2px /*bottom*/0px /*left*/2px;
	padding: 10px;
}
.cell_03 {
	background-image: url(../images/bg_cell-03.jpg);
	background-repeat: repeat-x;
	background-color: #666;
	float: left;
	height: 275px;
	width: 190px;
	margin: /*top*/0px /*right*/2px /*bottom*/0px /*left*/2px;
	padding: 10px;
}
#cell p{
	display: block;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: justify;
	padding: 2px;
	margin-bottom: 10px;
}
#cell h1{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #7E1417;
	margin: /*top*/2px /*right*/2px /*bottom*/4px /*left*/2px;
}
#cell a{
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
}
#cell a:visited{
	font-family: "Arial", Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: right;
}
#cell a:hover { 
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-decoration: none;
	text-align: right;
}

/*--- Articles ---*/
#art {
	background-color: #999;
	font-family: "Verdana", Geneva, sans-serif;
	width: 615px;	
	margin: /*top*/10px /*right*/5px /*bottom*/5px /*left*/5px;
	padding:5px;
}
#art p {
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFF;
	text-align: justify;
	margin: 5px;
	padding: 5px;
}
#art h1 {
	background: #333;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: italic;
	color: #999;
	margin: 0px;
	padding: 2px;
}
#art a:link {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #7E1417;
}
#art a:visited {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #7E1417;
}
#art a:hover {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}

