@charset "utf-8";

/*------------Home Page Body Styles----------------*/
.HP-Heading {
		font-family:Verdana, Arial, sans-serif;
		margin:5px 0px 5px 5px;
		font-size: 14px;
		font-weight: bold;
		color: #be5d07;
	}
	
	.HP-Heading a {color: #be5d07; text-decoration: none;}
	.HP-Heading a:link {color: #be5d07; text-decoration: none;}
	.HP-Heading a:visited {color: #be5d07; text-decoration: none;}
	.HP-Heading a:active {color: #be5d07; text-decoration: underline;}
	.HP-Heading a:hover {color: #be5d07; text-decoration: underline;}
	
	
	.HP-Content {
		font-family:Verdana,Arial, sans-serif;
		font-size: 11px;
		color: #000000;
		margin: 5px 0px 0px 5px; 
	}
	
	.HP-Content a {color: #000000; text-decoration: underline;}
	.HP-Content a:link {color: #000000; text-decoration: underline;}
	.HP-Content a:visited {color: #000000; text-decoration: underline;}
	.HP-Content a:active {color: #000000; text-decoration: none;}
	.HP-Content a:hover {color: #000000; text-decoration: none;}
	

/* ----------------[ Rotating Main Piece ] ----------- */

    .hp-RotatingTitle{
		font-family:Verdana, Arial, sans-serif;
		color:#be5d07;
		font-weight:bold;
		font-size: 14px;
		}

	.hp-RotatingTitle a { color: #be5d07; text-decoration: underline;}
	.hp-RotatingTitle a:link {color:#be5d07; text-decoration: underline;}
	.hp-RotatingTitle a:visited {color:#be5d07; text-decoration: underline;}
	.hp-RotatingTitle a:active {color:#be5d07; text-decoration: none;}
	.hp-RotatingTitle a:hover {color:#be5d07; text-decoration: none;}


	.hp-Highlight {
		font-family:Verdana, Arial, sans-serif;
		font-size: 9px;
		font-weight:bold;
		color: #000000;
	}

	.hp-RotatingBody{
		font-family:Verdana, Arial, sans-serif;
		color:#000000;
		font-size: 12px;
		}	
		
	.hp-RotatingBody a { color: #000000; text-decoration: underline;}
	.hp-RotatingBody a:link {color:#000000; text-decoration: underline;}
	.hp-RotatingBody a:visited {color:#000000; text-decoration: underline;}
	.hp-RotatingBody a:active {color:#000000; text-decoration: none;}
	.hp-RotatingBody a:hover {color:#000000; text-decoration: none;}


/* -------------------[ Images ]------------------- */

img.feature-photo {
	height:185px;
	margin-left:10px;
	float:right;
	border-left:1px solid #fff;
	}

.entry img.feature-photo {
	margin:0 0 10px 10px;
	float:right;
	border:1px solid #ffffff;
	background:#fff;
	padding:1px;
	}
	
	

/* -------------------[ Features ]------------------- */

#page {
	clear: both;
	margin: 0 auto;
	padding: 0;
	} 

	


#my-glider {
	width:685px;
	background:#fff;
	padding:1px;
	border:1px solid #ddd;
	margin: 0 0 0px;
	}

#my-glider .controls {
	border-top:1px solid #fff;
	clear:both;
	width:685px;
	background:#fffff;
	padding: 0;
	margin:0;
	}

#my-glider .controls ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#my-glider .controls li {
	float:left;
	border-top:1px solid #dee5ea;
	margin:0;
	padding:0;
	list-style-type:none;
	}

#my-glider .controls li.feat-nums {
	border-top:1px solid #dee5ea;
	font-weight:bold;
	font-family:Verdana, Arial, sans-serif;
	background-color:#dee5ea;
	font-size: 12px;
	float:left;
	padding:0px 10px;
	margin:0;
	color:#666666;
	line-height:25px;
	height:25px;
	}

#my-glider .controls a, .control a:link, .controls a:visited {
	/*border-top:1px solid #cccccc;*/
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	background-color:#dee5ea;
	font-size: 12px;
	float:left;
	display:block;
	padding:0px 10px;
	margin:0;
	color:#666666;
	text-decoration:none;
	line-height:25px;
	height:25px;
	}

#my-glider .controls a:hover {
	background:#fff;
	}

#my-glider .controls li.feat-about {
	float:right;
	}

#my-glider .controls li.feat-about a {
	border-left:1px solid #fff;
	border-right:0;
	}

#my-glider .scroller {	
	background:#ffffff;
	height: 125px;
	width:685px;
	overflow: hidden;
	}

#my-glider .scroller .hp_section {
	width:685px;
	height: 125px;
	overflow: hidden;
	padding: 10px;		
	}

#my-glider .scroller .content {
	width: 685px;
	}

#my-glider .feature-entry {
	padding: 10px;
	}


