/* Initial Styles, To Remove Default Margin/Padding Across Browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
background: transparent;
}

.cleaner {clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0; background:transparent;}

body{
	background-image:url('../images/bg_body.gif');
	font-family: Trebuchet MS;
	}

#wraper {
	background-image:url('../images/bg_wrap.jpg');
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	position:relative;
	left: 50%;
	margin-left:-490px;
	}	
	
	#wraper hr{
	height: 6px;
	width:960px;
	text-align:center;
	color:#999999;
	background:#999999;
	border-width:0px;
	clear:both;
	}

/*Top Right Nav Properties*/
#topnav {
	float:right;
	font-size: 12px;
	color: #f47726;
	padding: 20px 20px 20px 20px;
}
	#topnav a {
	text-decoration: none; 
	color: #808285;
	}
	#topnav a:hover {
	text-decoration: none;
	color: #f47726;
	}

/*Logo Properties*/
#logo {
	margin-left: 5px;
	padding: 0px 0px 0px 0px;
	}

/*-------------------
Main Nav Properties
---------------------*/
#navlist {
	list-style:none;
	margin-left: 10px;
	}

	#navlist li {
	float:left;
	padding-right:10px;
	padding-bottom: 3px;
	}

	#navlist img {
	border-width: 0px;
	}

/*----------------------
Main Content Properties
------------------------*/
#mainContent{
	display:block;
	clear:both;
	width:970px;
	padding: 0px 0px 0px 10px;
	}
	
/*---Slider display on Home Page-----*/	
#slider {
    width: 960px;
}

.scroll {
  height: 309px;
  width: 960px;
  overflow: hidden;
  position: relative;
  clear: left;
}

.scrollContainer div.panel {
  height: 309px;
  width: 960px;
	overflow: hidden;
}
	
	.slidenav {
	background-color:#f99f42; 
	height:23px;
	width:960px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	}

	.slidenav li {
	display: inline;
	list-style-type: none;
	}

	
	.Inactive{
	color: #fff;
	background-color: #f99f42;
	text-decoration: none;
	padding: 0px 5px 0px 6px;
	}

	.Active{
	color: #fff;
	background-color: #f47726;
	text-decoration: none;
	padding: 0px 5px 0px 6px;
	}
	
/*-----subnav-------------------------*/
.subnav{
	display:table;
	width:960px;
	height:110px;
	background-color: #feca83;
	padding-bottom:20px;
	padding-top:10px;
	}
	
	.subnav p{
	border:#000000 thin solid;
	}
	
	.subnav ul {
	font-size: 11px;
	font-family: Trebuchet MS;
	font-weight:bold;
	list-style:none;
	margin-left: 10px;
	float:left;
	}
	
	.subnav ul li{
	padding:4px 10px 4px 10px;
	margin: 2px 0px 2px 0px;
	}
	
	.subnav b{
	display:block;
	width:370px;
	font-size:16px;
	}
		
	.subnav a {
	padding:4px 10px 4px 10px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	color:#000000;
	}
	 
	.subnav a:hover {
	padding:4px 10px 4px 10px;
	margin: 2px 0px 2px 0px;
	text-decoration: none;
	color: #ffffff;
	background-color: #9a271f;
	}
	
	.subnav ul li .active{
	color: #ffffff;
	background-color: #9a271f;
	}
	
	.subnav .active a {
	text-decoration: none;
	color: #ffffff;
	background-color: #9a271f;
	}
	
/*----content title------------*/
#contentTitle{
	text-align:left;
	display:block;
	float:left;
	}
	
	#contentTitle span{
	display:block;
	min-height:100px;
	font-family: Helvetica;
	font-size: 45px;
	font-weight:bold;
	line-height: 40px;
	padding-bottom:10px;
	padding-top: 15px;
	}
	
	#contentTitle hr{
	width:45px;
	height: 6px;
	text-align:left;
	margin-left: 0px;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 0px 0px 0px 0px;
	color:#999999;
	background:#999999;
	border-width:0px;
	}
	
/*-------Photo on People page----------*/
.photo{
	display: block;
	float: right;
	margin: 15px 10px 0px 0px;
	}

/*------content----------------------*/
#content{
	display:block;
	float:right;
	width:570px;
	min-height:400px;
	margin-right:10px;
	}
	
	#content img{
	padding:2px 2px 2px 2px;
	}
	
	#content hr{
	width:45px;
	height: 6px;
	text-align:right;
	margin-left: auto;
	margin-right: 0px;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
	color:#999999;
	background:#999999;
	border-width:0px;
	}
	
	#content a {
	font-size: 14px;
	text-decoration: none;
	color:#333333;
	}
	 
	#content a:hover {
	text-decoration: none;
	color: #9a271f;
	}
	
	#content .active {
	text-decoration: none;
	color: #9a271f;
	}
	
	#content h1{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	font-weight:bold;
	color: #9a271f;
	}
	
	#content h2{
	padding:10px 0px 10px 0px;
	font-size: 16px;
	color: #333333;
	}
	
	#content strong{
	font-size: 14px;
	color: #333333;
	}
	
	#content p{
	font-size: 12px;
	color: #333333;
	padding: 0px 5px 10px 0px;
	}
	
	#content p span{
	display:block;
	float:left;
	width:100px;
	font-weight:bold;
	}
	
	#content ul{
	padding-bottom:10px;
	margin-left: 20px;
	}
		
	#media{
	padding-bottom:10px;
	margin-left: 20px;
	}
	
	#media li{
	list-style:url(../images/bullet.gif);
	font-size:12px;
	padding-bottom:5px;
	font-style: italic;
	}
	
	#content li{
	list-style:url(../images/bullet.gif);
	font-size:12px;
	padding-bottom:5px;
	}
	
	#content a, a:hover {
	text-decoration: none;
	color: #9a271f;
	}
	
#results ul{
	display:block;
	float:left;
	border-top:#999999 solid 2px;
	width:185px;
	}
	
	#results ul span{
	font-size: 16px;
	color: #333333;
	font-weight:bold;
	}
	
	
	#results ul li{
	list-style: url(../images/bullet.gif);
	font-size:12px;
	margin-left: 20px;
	font-style: italic;
	}
.news {
	float:left;
	margin-left:5px;
	width:540px;
	}
	
	.newsIMG {
	display:block;
	float:left;
	clear:left;
	margin-top:20px;
	width:100px;
	}
/*-----------Modal Form---------------------------*/
#form {
	background-color:#FFFFFF;
	padding: 20px 0px 20px 5px;
	}
	#form p{
	margin: 10px 0px 10px 20px;
	font-size:12px;
	}
	#form p span{
	display:block;
	width:140px;
	float:left;
	}
	#form p strong{
	font-size:16px;
	}

	#form a, a:hover {
	text-decoration: none;
	color: #9a271f;
	}
/*-------POPUP CONTAINER STYLES------------*/
#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#popupContainer {
	display:none;
	text-align:right;
    position: absolute;
    	top: 50%;
    	left: 50%;
	padding: 5px 5px 5px 5px;
	z-index:9990;
}

#popupFrame {
	z-index: 9991;
}

#popupTitleBar {
	background-color: #f99e41;
	color: #ffffff;
	z-index: 9992;
}
#popupTitleBar {
	background-color: #f99e41;
	color: #ffffff;
	z-index: 9992;
}

#popupTitleBar a{
	text-decoration: none;
	color: #9a271f;
}

#popupTitle {
	float:left;
	margin-left: 5px;
}

#popupControls {

}
/*-----------------------------
Content Below The Main Content
-------------------------------*/
#subContent{
	width:970px;
	min-height: 200px;
	clear:both;
	}
	
#adress {
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-left: 10px;
	}
	
	#adress a{
	text-decoration: none; 
	color: #808285; 
	}

.quoteholder {
	background-image:url('../images/abel_quotes.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 5px;
	margin-left: 10px !important;
	margin-left: 5px;
	width: 390px;
	display: block;
	float:left;
	text-decoration:none;
	}
	
	.quote {
	padding: 0px 0px 5px 70px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #808285;
	font-style: italic;
	text-decoration:none;
	overflow: hidden;
	display: block;
	}
	
	.caption {
	padding: 0px 5px 5px 70px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	text-decoration:none;
	}
	
.boxHolder {
margin: 5px 0px 0px 10px;
width: 179px;
display:block;
float:right;
overflow: hidden;
}
	.boxTitle {
	width: 179px;
	height: 60px;
	overflow: hidden;
	}
	
		#topHitsBox { background: url("../images/tophits.jpg"); }
		#rtmNewsBox { background: url("../images/readytomakenews.jpg"); }
		#newsBox { background: url("../images/news.jpg"); }

	.boxText {
	width: 180px;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
	}
	.boxText h6 {
	font-size: 13px;
	font-weight:100;
	color: #000000;
	}
	.boxText p {
	font-size: 11px;
	color: #808285;
	}
	.boxText a {
	color: #FF0000;
	display:block;
	padding-bottom:10px;
	}
	
.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
display: none;
}

#footer {
	background-image:url('../images/bg_foot.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	width: 980px;
	height:150px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	left: 50%;
	margin-left:-490px;
}