@charset "utf-8";
/* CSS Document */

@import url("control-panel-styles.css");

* {
margin: 0;
padding: 0;
outline: none;
}

body {
margin: 0;
padding: 0;
font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background: #e9f3e3 url(../images/bg.jpg) repeat-x;
}


/* ----------------------
	-: General Classes :-
-----------------------*/

img {
border: none;
}

.clear {
clear: both;
}

a.link2black {
	color: #000;
	text-decoration: underline;
}

a.link2black:hover {
	text-decoration: none;
}

.imgLeft {
	float: left;
	padding: 0 10px 0 0;
}

.imgRight {
	float: right;
	padding: 0 0 0 10px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

a.button {
    background: transparent url(../images/btn_right.gif) no-repeat right;
    color: #fff;
    display: block;
    float: inherit;
    font: normal 18px arial, sans-serif;
    height: 37px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/btn_left.gif) no-repeat;
    display: block;
    line-height: 17px;
    padding: 10px 10px 10px 20px;
	text-transform: uppercase;
}


/* ----------------------
	-: Header :-
-----------------------*/

#header_wrap {
height: 142px;
background: url(../images/header_bg.jpg) no-repeat top center;
}

#header {
width: 896px;
height: 142px;
margin: 0 auto;
position: relative;
}

#header h1 {
position: absolute;
top: 8px;
}

#topMenu {
width: 300px;
height: 37px;
position: absolute;
top: 0;
right: 0;
}

#topMenu a {
font: 12px "trebuchet MS", Arial, verdana;
color: #fff;
text-decoration: none;
font-weight: bold;
}

#topMenu ul{
float:right;
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#topMenu li{
display:inline;
margin:0;
padding:0;
float: left;
}

#topMenu a{
float:left;
background: url(../images/topMenu_left.png) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 11px;
text-decoration:none;
}

#topMenu a span{
float:left;
display: block;
background: url(../images/topMenu_right.png) no-repeat right top;
padding: 5px 20px 12px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topMenu a span {float:none;}
/* End IE5-Mac hack */

#topMenu a:hover span {
color: black;
}

/* IE6 Hack*/
/*\*/
* html #topMenu a span {
float:left;
background:url(../images/topMenu_right.png) no-repeat right top;
padding: 5px 20px 12px 3px;
font-weight:bold;
color:#3B3B3B;
cursor: pointer;
}
/**/

#callBox {
	width: 180px;
	padding: 15px;
	position: absolute;
	bottom: 1px;
	right: 1px;
	font: 16px Arial, Helvetica, sans-serif;
}
#callBox a {
color: #000;
text-decoration:underline;
}

/* ----------------------
	-: Basic Structure :-
-----------------------*/

#wrapper {
width: 896px;
margin: 0px auto;
}

#content_box {
width: 896px;
background: url(../images/content_bg.jpg) repeat-y;
margin: 7px 0 0 0;
}

/* ----------------------
	-: Navigation :-
-----------------------*/

#navigation  {
width: 882px;
height: 56px;
line-height: normal;
overflow: hidden;
padding: 12px 0 0 0;
margin: 0 auto;
position: relative;
}

#navigation li{
display:inline;
margin:0;
padding:0;
float: left;
}

#navigation a{
float:left;
padding:0 0 0 29px;
text-decoration:none;
font-size: 18px;
font-family: "trebuchet MS", Arial, verdana;
font-weight: normal;
line-height: 56px;
height: 56px;
color: #fff;
cursor: pointer;
}

#navigation a span{
float:left;
display: block;
padding: 0 30px 0 0px;
}

#navigation li a:hover {
color: #BADE72;
}

#navigation li a:hover span {
color: #BADE72;
}

#navigation li.current a {
	color: #f66013;
	background: url(../images/nav_left_bg.gif) no-repeat;
	background-position: left;
}

#navigation li.current a span{
	color: #f66013;
	background: url(../images/nav_right_bg.gif) no-repeat right top;
}

/* ----------------------
	-: Slider Css :-
-----------------------*/

.blankBox {
height: 7px;
overflow: hidden;
}

.ss_slider {
width: 872px;
height: 301px;
background: #b0d16c url(../images/loading.gif) no-repeat 300px 130px;
margin: 0 0 0 17px;
}

.sliderwrapper{
position: relative; 
overflow: hidden;
width: 626px;
height: 301px;
}

.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0; 
top: 0; 
padding: 0px;
background: white;
width: 626px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#slider4{
height: 301px;
float: left;
}

#paginate-slider4{
width: 235px;
float: right;
}

#paginate-slider4 a img{
width: 64px;
height: 59px;
border: 2px solid #b0d16c;
margin-top: 5px;
padding: 2px;
}

#paginate-slider2 a.selected{
background-color: #fff;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #fff;
}

.slide-content {
background: #000;
padding: 7px;
color: #fff;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
}

.mainContent {
	width: 838px;
	margin: 0 0 0 23px;
	padding: 23px 0 0 0;
}

/* ----------------------
	-: Sidebar :-
-----------------------*/

.sidebar {
	width: 263px;
	float: left;
}

.sidebar-box {
	width: 263px;
	margin: 0 0 23px 0;
}

.sidebar-box-top {
	width: 263px;
	height: 17px;
	background: url(../images/box-top-bg.gif) no-repeat;
}

.sidebar-box-bottom {
	width: 263px;
	height: 17px;
	background: url(../images/box-bottom-bg.gif) no-repeat;
}

.sidebar-box-main {
	width: 223px;
	background: url(../images/box-main-bg.gif) repeat-y;
	padding: 7px 20px 6px 20px;
	line-height: 18px;
}

.sidebar-box-main h1 {
	margin: 0 0 12px 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #DFE8C8;
}

.sidebar-box-main ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

.sidebar-box-main li {
	margin: 0;
	padding: 0 0 2px 20px;
	font-size: 12px;
	background: url(../images/bullet_round.gif) no-repeat;
	line-height: normal;
}

.sidebar-box-main li a {
	color: #000;
	text-decoration: underline;
}

.sidebar-box-main li a:hover {
	text-decoration: none;
}

/* ----------------------
	-: Rightcontent :-
-----------------------*/
 a {
color: #F66013;
text-decoration:underline;
}

 a:hover {
	text-decoration:none;
	color: #000;
}

.rightContent {
	width: 552px;
	float: left;
	margin: 0 0 0px 20px;
}

.rightContent h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 30px;
	color: #F66013;
	font-weight: normal;
	line-height: 30px;
}

.rightContent h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #96B15D;
	font-weight: normal;
	line-height: 30px;
	text-transform:uppercase
}

.rightContent p {
	margin: 0;
	padding: 0 0 15px 0px;
}

.rightContent ul.disc {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style: none;
}

.rightContent li.disc {list-style:disc;
	margin: 0;
	padding: 0 0 5px 10px;
	font-size: 12px;
	color: #000;}

.rightContent ul.arrow {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

.rightContent li.arrow {
	margin: 0;
	padding: 0 0 15px 30px;
	font-size: 14px;
	color: #000;
	background: url(../images/bullet_arrow.gif) no-repeat 0 1px;
}

.border_bottom {
	border-bottom: 1px solid #DFE8C8;
	margin: 10px 0 15px 0;
}

.img_align {
	width: 156px;
	height: 133px;
}

.text_align {
	width: 385px;
	line-height: 18px;
}

p.maintext {
	line-height: 18px;
}


/* ----------------------
	-: table :-
-----------------------*/

table a,
table a:link,
table a:visited {
	border:none;
	}							
	
table {
	width:100%;
	border:none;
	border-collapse:collapse;
	font-size: 12px;
font-family: "Trebuchet MS", Arial, verdana;
	}
	
tr.odd td	{
	background:#E9F3E3
	}
tr.odd .column1	{
	background:#E9F3E3;
	}	
.column1	{
	background:#E9F3E3;
	}
td {
	color:#000;
 	border:none;
	padding:.3em 1em;
	text-align:left;
	}		
	td.center {
	text-align:center;
	}			
th {
	font-weight:normal;
	color: #96B15D;
	text-align:left;
	border-bottom: 1px solid #fff;
	border-left:1px solid #fff;
	padding:.3em .3em;
	}							
thead th {
	background:#E9F3E3;
	text-align:center;
	color:#F66013;
	font-size:16px;}	

tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
.required_field {font-weight: bold; color:#CC0000;}

/* ---------------------
        -: Button :-
----------------------*/

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 7px;
	background: -moz-linear-gradient(
		top,
		#e7ecf0 0%,
		#e7ecf0);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #003366;
}

/* ----------------------
	-: Footer :-
-----------------------*/

#footer {
	width: 882px;
	height: 78px;
	margin: 0 auto 0 auto;
	font-size: 11px;
}

.footer_links {
	width: 882px;
	height: 46px;
	text-align: center;
	background: #F66013;
	line-height: 16px;
	padding: 8px 0 0 0;
}

.footer_links a {
	color: #fff;
	text-decoration: none;
}

.copyright {
	width: 882px;
	height: 19px;
	text-align: center;
	background: #BADE72;
	padding-top: 5px;
}

/* ----------------------
	-: Code Below Added By Matthew Giebeig, Advantage Internet Marketing 8-5-09 :-
-----------------------*/


.news-source {
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.invis {
  cursor: text;
  color: black;
  text-decoration: none;
}

a.invis-bold {
  cursor: text;
  color: black;
  text-decoration: none;
}


#header_wrap_blue {
height: 142px;
background: url(../images/header_bg_blue.jpg) no-repeat top center;
}

#facebook-container{
	margin-bottom:9px;
}

.orange_square {
	width:260px;
	height:76px;
	background:url(../images/orange_square.png) top left no-repeat;
	margin-bottom:11px;
	color:#FFFFFF;
}
.orange_square .pad{
	padding:13px 0 0 14px;
}
.orange_square .fs32{
	font-size:32px;
	line-height:32px;
}
.orange_square span{
	font-weight:bold !important;
	font-size:14px;
	line-height:1;
}
.orange_square .left{
	font-size:21px;
	line-height:21px;
	width:57px;
	float:left;
}
.orange_square .right{
 padding-top:5px;
	float:left;
}
.orange_square .right span{
	display:block;
	padding-bottom:4px;
}
.orange_square .input{
	width:135px; height:15px;
	padding:3px 7px;
	background:url(../images/orange_square_input_background.gif) top left no-repeat;
	float:left;
	margin-right:2px;
}
.orange_square .input .email{
	width:134px;
	border:none;
	background:none;
	font-size:13px; color:#999999; font-style:italic;
	font-weight:bold;
	float:left;
}
.orange_square .input .go{
	width:28px; height:29px;
	background:url(../images/orange_go_button.gif) top left no-repeat;
	float:left;
}

/* NEW HOME PAGE */
.nh-main-content {
	margin: 0px;
	padding: 0px !important;
	width: 884px;
	margin: auto;
}

.nh-page { }

.nh-page h1, .nh-page-2 h1 {
	margin: 0px;
	padding: 0;
	font-size: 30px;
	color: #F66013;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 30px;
}
.nh-page h2, .nh-page-2 h2 {
    color: #96B15D;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
	margin-bottom: 30px;
}

.nh-page li {
	display: block;
	list-style: none;
	list-style-type: none;
	float: left;
	padding-bottom: 100px;
}
.nh-page .nh-sidebar {
	width: 240px !important;
	margin-right: 20px;
	text-align: center;
	padding-top: 48px;
}
.nh-page .nh-content {
	width: 620px;
	padding-top: 70px;
}
.nh-page .nh-logos { }
.nh-page .nh-logos li {
	list-style: none !important;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 27px;
	display: block;
	text-align: center;
	width: 100%;
}

.nh-page .nh-content ul.arrow, .nh-page-2 .nh-content ul.arrow {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	padding-bottom: 30px;
	height: auto !important;
}
.nh-page .nh-content ul, .nh-page-2 .nh-content ul {
	display: block;
	padding-bottom: 25px !important;
	min-height: 80px;
}
.nh-page .nh-content li.arrow, .nh-page-2 .nh-content li.arrow {
	margin: 0;
	padding: 0 0 15px 25px;
	font-size: 12px;
	color: #000;
	background-image: url(../images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 5px;
	display: block;
}
.nh-page .btn {
	background-image: url(../images/bg-btn.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 147px;
	height: 36px;
	display: block;
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 3px;
	clear: both;
}

.nh-main-content .logo-bar {
	height: 176px;
	background-image: url(../images/bg-bar.png);
	width: 882px;
	margin: auto;
}
.nh-main-content .plus-bar {
	background-image:url(../images/bg-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 176px !important;
	width: 765px;
	margin: auto;
}
.nh-main-content .plus-bar li {
	display: inline-block !important;
	vertical-align: top;
}
.nh-main-content .plus-1 {
	padding-top: 21px;
	margin-left: -10px;
}
.nh-main-content .plus-2 {
	padding-top: 32px;
	margin-left: 120px;
}
.nh-main-content .plus-3 {
	padding-top: 38px;
	margin-left: 130px;
}

.nh-page-2 { }
.nh-page-2 li {
	display: block;
	list-style: none;
	list-style-type: none;
	float: left;
	padding-bottom: 100px;
}
.nh-page-2 .nh-sidebar {
	width: 200px !important;
	text-align: center;
	padding-top: 58px;
	font-size: 12px !important;
}
.nh-page-2 .nh-content {
	width: 575px;
	margin-left: 65px;
	padding-top: 35px;
	padding-right: 2px;
}
.nh-page-2 h2 {
	margin-bottom: 10px;
}
.nh-page-2 .btn {
	background-image: url(../images/bg-btn-2.png) !important;
	background-repeat: no-repeat;
	background-position: top left;
	width: 206px;
	height: 44px;
	display: block;
	color: #000000;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding-top: 14px;
	clear: both;
	margin-bottom: 10px;
}

/* Easy Slider */
#new-slider {
	width: 882px;
	height: 350px;
	margin: auto;
}
#new-slider ul, #new-slider li  {
	margin:0;
	padding:0;
	list-style:none;
}
#new-slider li { 
	width:882px;
	height:350px;
	overflow:hidden; 
	color: #ffffff;
}

#new-slider li p {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	z-index: 30;
	position: relative;
	top: -30px;
	padding-left: 10px;
	width: 700px;
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:696px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	
	
/* numeric controls */	
ol#controls{
	padding:0;
	height:21px;
	position: absolute;
	top: 533px;
	margin-left: 750px;
}
ol#controls li{
	margin:0 12px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:21px;
	width: 21px;
}
ol#controls li a{
	float:left;
	height:21px;
	width: 21px;
	border:1px solid #dfe8c8;
	background-color:#ffffff;
	color:#ffffff;
	text-decoration:none;
	display: block !important;
}
ol#controls li.current a{
	background-color:#f65f13;
	color:#f65f13;
	height:21px;
	width: 21px;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
/* // Easy Slider */

/* NEW HOME V.3 */
.box-featured-members {
	clear: both !important;
	width: 841px;
	margin: 20px auto;
	margin-top: 0px;
}
.box-featured-members h1 {
	color: #F66013;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0;
}
.list-featured-list {
	border: solid 1px #dfe8c8;
	margin: 10px 0px; !important;
	padding: 0px !important;

}
.list-featured-list li {
	display:inline-block;
	list-style: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	height: 83px !important;
	width: 83px !important;
}
.list-featured-list img, .list-featured-list a {
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.list-featured-list a { 
	display: inline-block;
	width: 83px !important;
	height: 83px !important;
}
.list-row-1 {
	border-right: solid 1px #dfe8c8;
	border-bottom: solid 1px #dfe8c8;
}
.list-row-2 {
	border-right: solid 1px #dfe8c8;
	border-bottom: none;
}
.list-row-last {
	border-right: none;
}

.left-boxes {
	width: 260px;
	margin: 0px auto;
	margin-bottom: 18px !important;
	min-height: 62px;
}
.left-boxes h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #F65F13;
	width: 140px;
	float: left;
}
.fb-like-box {
	position: relative;
	left: -8px;
}
.form-newsletter {
	background-image: url(../images/bg-newsletter.gif);
	width: 260px;
	height: 76px;
	vertical-align: top;
	display: inline-block;
}
.form-newsletter .field-email {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px !important;
	font-style: italic;
	color: #999999;
	margin-left: 73px;

	padding: 2px 8px;
	width: 130px;
}
.form-newsletter .field-btn {
	display: inline-block;
}
.form-list {
	margin-top: 37px;
}
.form-list li {
	display: block;
	float: left;
	border: none !important;
	list-style: none;
	list-style-type: none;
	vertical-align: top;
}

.featured-popup {
    background-image: url("../images/bg-popup.png");
    background-repeat: no-repeat;
    display: none;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 133px;
    padding: 17px;
    position: absolute;
    width: 327px;
    z-index: 300;
}


/* HOME SLIDE SHOW */
img {
	border: none !important;
	text-align: center;
}
#featured {
	width:882px;
	height:539px;
	position:relative;
	overflow:hidden;
	background:#fff;
}

/* CURSOR */
#featured ul.ui-tabs-nav {
	position:absolute;
	top:444px;
	list-style:none;
	padding:0;
	margin:0;
	width: 882px;
	height:88px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	border-top: 7px solid #f66013;
}
#featured ul.ui-tabs-nav li {
	display: block;
	width: 218px;
	height: 88px;
	float: left;
	margin: 0px;
	margin-right: 3px;
	padding: 0px;
}
#featured .last-li { margin-right: 0px !important; }

#featured li.ui-tabs-nav-item a {
	display:block;
	height:88px;
	text-decoration:none;
	outline:none;
	position: relative;
	border: none !important;
}
#featured li.ui-tabs-nav-item a:hover { top: -88px; }
#featured li.ui-tabs-selected .tab-active, #featured li.ui-tabs-active .tab-active { display: block !important; }
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a { top: -88px; }
#featured .ui-tabs-panel {
	width:882px;
	height:444px;
	background:#ffffff;
	position:relative;
}

#featured .ui-tabs-hide { display:none; }
.tab-active { position: absolute; top: 0px; display: none; }



#featured2 {
	width:882px;
	height:444px;
	position:relative;
	overflow:hidden;
}

/* CURSOR */
#featured2 ul.ui-tabs-nav {
	position:absolute;
	top:0px;
	list-style:none;
	padding:0;
	margin:0;
	width: 300px;
	height:285px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	border-top: none;
	z-index: 100;
	margin-top: 159px;
}
#featured2 ul.ui-tabs-nav li {
	display: block;
	width: 300px;
	height: 60px;
	float: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px !important;
	margin-left: 1px;
}
#featured2 .last-li { margin-right: 0px !important; }

#featured2 li.ui-tabs-nav-item a {
	display:block;
	height:60px;
	text-decoration:none;
	outline:none;
	position: relative;
	color: #F65F13;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	height: 52px;
	vertical-align: top !important;
	padding-left: 58px;
	padding-top: 8px;
	background-repeat: no-repeat;
}
#featured2 li.ui-tabs-nav-item span {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
}
#featured2 li.ui-tabs-nav-item a:hover { /*background-image: url(images/bg-second-slider.png);*/ top: 0px; }
#featured2 li.ui-tabs-selected .tab-active, #featured2 li.ui-tabs-active .tab-active { display: block !important; }
#featured2 ul.ui-tabs-nav li.ui-tabs-selected a, #featured2 ul.ui-tabs-nav li.ui-tabs-active a { background-image: url(../images/bg-second-slider.png); top: 0px; }
#featured2 .ui-tabs-panel {
	width:615px;
	height:295px;
	background:#ffffff;
	position:relative;
	
	margin-top: 149px;
	margin-left: 267px;
	z-index: 50;
}

#featured2 .ui-tabs-hide { display:none; }
#featured2 .tab-active { position: absolute; top: 0px; display: none; }

.slider-content {
	position: absolute;
	top: 25px;
}
.slider-content h2 {
	color: #F65F13;
	font-size: 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 0px;
	padding-left: 52px;
}
.slider-content p {
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-left: 52px;
	position: relative;
	top: -5px;
}
