/* CSS Document */

	
/* BODY TEXT FORMATTING */
/* NOTE: 'FEATURE' TEXT FORMATTING CAN BE FOUND IN 'FEATURE' CLASS */

	
a.body:link {
	color:#FF6666;
	text-decoration: none;
}
a.body:visited {
	color:#FF6666;
	text-decoration: none;
}
a.body:hover {
	color:#FFF;
	background-color:#FF6666;
}

.heading {
	background-color: #FFDD75;
	font:normal 11px/14px "Courier New", Courier, mono;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
}

.heading_sub {
	background-color: #CCCCCC;
	font:normal 11px/14px "Courier New", Courier, mono;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
}

.heading_brand {
	background-color:#FFDD75;
	font:11px/14px "Courier New", Courier, mono;
	margin-bottom:25px;
}
	
/* NAVIGATION STRIP - START */
	
ul#brand {
	padding: 0.25em 0.25em 0.25em 1em;
	margin: 0;
	background-color: black;
	color: #fff;
	text-decoration: none;
	text-align: right;
	float: left;
	width: 195px;
	position:absolute;
	z-index: 2;
	left:0px;
	top:114px;
	border-bottom: none;
  	border-top: none;
  	border-right: none;
}

ul#navigation {
	padding: 0;
	margin: 0;
	background-color: none;
	color: #fff;
	float: left;
	width: 600px;
	position:absolute;
	z-index: 2;
	left:220px;
	top:114px;
}
ul#navigation li { display: inline; }
ul#navigation li a {
  padding: .25em 1em;
  background-color: black;
  color: #fff;
  text-decoration: none;
  float: left;
  border-bottom: none;
  border-top: none;
  border-right: none;
  margin-right: 13px;
}

ul#navigation li a:hover {
	color: #000;
	background-color: #FFDD75;
}
ul#navigation li#youarehere a { 
color: #000;
background-color: #FFDD75; 
}
/* NAVIGATION STRIP - END */
/* FEATURE HEADING - START */
#feature_heading {
	position:absolute;
	left:50px;
	top:170px;
	z-index: 2;
	background-image: url(../images/bg_feature_heading_40p.png);
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg_feature_heading_40p.png');
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
	/* IE ignores css styles with [attributes], so it will skip the following. */
.feature_heading[class] {
  	background-image:url(../images/bg_feature_heading_40p.png);
}
#feature_heading p {
	margin: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 38px;
  }
/* FEATURE HEADING - END */
/* FEATURE BODY - START */
#feature_body {
	position:absolute;
	left:50px;
	top:262px;
	width:157px;
	z-index: 2;
	background-image: url(../images/bg_feature_heading_40p.png);
		/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bg_feature_heading_40p.png');
}
/* IE ignores css styles with [attributes], so it will skip the following. */
.feature_heading[class] {
  background-image:url(../images/bg_feature_heading_40p.png);
}

#feature_body p
  {
	margin: 0px 0px;
	font:11px "Courier New", Courier, mono;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
  }

/* FEATURE BODY - END */



		#container {
		position:absolute;
		left:50px;
		  width:942px;
		  margin:0 auto;
		  text-align:left;
		}



		#sub_menu {
		  float:left;
		  width:170px;
		}
		

		#wrapper {
		  float:right;
		  width:772px;
		}
		#main-content {
		float:left;
		  width:376px;
		  background:#FFF;
		  padding-bottom: 10px;
		}

		#sub-content {
		  float:right;
		  width:381px;
		  background:#FFF;
		  padding-bottom: 10px;
		}
		
	#hr {
	float:left;
	border: 0;
	width: 942px;
	height: 1px;
	background-image: url(../images/bg_hr.gif);
	background-repeat: no-repeat;
	}


/* FOOTER */
		
		#footer {
	float:right;
	width:391px;
	height:74px;
	background:#FFF;
	vertical-align: top;
	padding-top: 20px;
    }
	
		#footer-sub {
	float:right;
	width:381px;
	height:74px;
	background:#FFF;
	vertical-align: top;
	padding-top: 20px;
    }
	
	#footer_logo {
	float:right;
    width:36px;
	height:74px;
	background:#FFF url(../images/logo_lion.gif) no-repeat;
	vertical-align: top;
	padding-top: 20px;
	}

