@charset "utf-8";

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	background-color:#fff;
	}
	
#outerframe { 
	margin:0 auto;
	margin-top:10px;
	padding-bottom:30px;
	width:1200px;
/*	min-height:624px;*/
	background-image:url(../images/new_home_bg.png); 
	background-position:center top;
	background-repeat:no-repeat;
	border:#999999 1px solid;
	}
	
#stripeframe { 
	width:100%;
/*	min-height:624px;*/
	background-image:url(../images/bg_stripe.png);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	}

#innerframe { 
	width:100%;
	height:100%;
	/*	min-height:624px;*/
	font-family:Tahoma, Geneva, sans-serif;
	border:#F39 0px solid;
	}

#strapline{
	color:#5f5f5f; 
	font-size:18px; 
	font-weight:bold;
}

#contentframe {
	max-width:883px;
	height:100%;
	min-height:400px;
	clear:both;
	border:#707070 1px solid;
	background-image:url(../images/bg_stripe_blank.png); background-repeat:repeat-x; background-position:center bottom;
	}

#contenttext {
	margin-top:25px; 
	margin-left:35px; 
	text-align:left; 
	color:#5f5f5f;
	}
	
.padfromleft {margin-left:35px;}

h1 {
	font-size:16px; 
	font-weight:bold; 
	color:#7d0404; 
	margin-bottom:20px;
	clear:both;
	}

h2 {
	font-size:11px; 
	font-weight:bold; 
	color:#7d0404;
	margin-bottom:5px;
	}

#quote {
	border:#093 0px solid; 
	bottom:0;
	}

#quotetext {
	color:#8f8f8f;
	font-size:17px;
	line-height:22px;
	font-style:italic;
	background-image:url(../images/bg_stripe_quotes.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#videotext {float:right; border:#C00 0px solid; width:400px; padding:0px 0px 10px 0px;}

#container {float:right; border:#C00 0px solid; width:400px; height:300px; padding:0px 0px 20px 0px;}

.red {
	color:#7d0404; 
	font-weight:bold;
	}

#menuHolder {  
	max-width:883px; 
	max-height:28px; 
	background-image:url(../images/menubg.png); 
	background-repeat:repeat-x;
	background-position:center top;
	}

.cssmenu {
	width:883px; 
	height:28px; 
	position:relative; 
	}
	
.cssmenu ul {
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding:0;
	list-style-type:none;
	}
	
.cssmenu li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	margin-left:7px;
	line-height: 28px;
	vertical-align: middle;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	color:#ffffff; 
	padding:0px;
	float:left; 
	position:relative; 
	}

.cssmenu a, .cssmenu a:visited {
	margin:0px;
	padding:0px;
	display:block;
	color:#ffffff; 
	text-decoration:none;
	}
	
.cssmenu a, .cssmenu a:hover {
	margin:0px;
	padding:0px;
	display:block;
	color:#ffffff; 
	text-decoration:none; 
	}

.cssmenu a:hover, .cssmenu ul a:hover {color:#7a1c1c;}


