@charset "utf-8";
/* CSS Document */

body {
	 font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#666666; line-height:18px; padding:0px; margin:0px; font-weight:normal;
}
H1, H2, H4, H5, H6, UL, LI, FORM{
	margin:10px 0 10px 0;
}
h3 {margin:0;}
H1, H2, H4, H5, H6{
	display:block;  color:#000; 
}
H1{
	font-size:40px; padding:0 0 8px 0; color:#e74011; font-weight:normal; }
H2{
	margin:0; text-decoration:none; margin-bottom:10px; text-align:left;  height:auto; color:#000;}
H4, H5, H6{
	font-size:12px; color:#C76701; font-weight:bold; padding:10px 0;
}
H5{
	font-size:12px; color:#C76701; font-weight:bold; padding:10px 0;
}

UL{
	list-style-type:none; margin: 0;
}
UL LI{
	 text-decoration:none; margin:0;
}
IMG{
	border:0px;
}
P{
	margin:10px 0 10px 0 !important;
	display: block;
}
A:link{
	color:#2B3748; text-decoration:none;
}
A:visited{
	color:#2B3748; text-decoration:none;
}
A:hover{
	color:#2B3748; text-decoration:underline;
}
A:active{
	color:#2B3748;
}
A:focus{
	outline:none;
}
.clear{
	height:0px;	line-height:0px; font-size:0px; display:block; clear:both; visibility:hidden;
}
.hide{
	display:none;
}
strong { color:#000;}
span {float:left;}
ol {margin:0; padding:0; float:left; width:100%;}

.Section {width:100%; height:auto; float:left; position:relative; z-index:1;}
.Center {width:1000px; height:auto; margin:0 auto;  }
.Left  {float:left;}
.Right {float:right;}
.BigPadd {padding:25px; display:block;}

.Header {height:96px;}
.HomeBanner {background:#f8f8f8; height:1000px; margin:0 0 75px 0;}

.Logo {width:260px; float:left;}
.TopNavSec {width:auto; float:right;}

.SmallNav {width:100%; float:right; text-align:right; margin:10px auto; font-size:11px;}
.SmallNav ul {margin:0; padding:0;}
.SmallNav ul li {display:inline-block;}
.SmallNav ul li a {padding:0 5px 0 5px; border-right:solid 1px #ccc;}

.Nav {width:100%; float:right; text-align:right; font-size:13px; margin:5px 0 0 0; font-weight:bold; }
.Nav ul {margin:0; padding:0;}
.Nav ul li {display:inline-block;}
.Nav ul li a {padding:0 15px 0 15px; border-right:solid 1px #ccc; text-decoration:none;}
.Nav ul li a:hover,.Nav ul li a.active {color:#C00;}

.HeighlightedBoxWrap {position:relative; display:block; height:330px; bottom:300px; z-index:9999; width:100%;}
.Box {width:330px; height:330px; float:left; margin:0 1px 0 0; color:#fff;}
.Box h2 {font-size:40px; font-weight:normal; color:#fff; line-height:35px;}
.Box p {font-size:18px;}

.Oreng {background:#e74011;}
.Green {background:#3cab37;}
.Blue {background:#21bbef;}

.BottomStip {background:#682152; height:140px; margin:50px 0 0 0;}

.FooterLink {height:auto; padding:30px 0 30px 0;}
.FooterLink .Links { float:left; padding:0; line-height:30px;}
.Links ul {margin:0; padding:0;}
.Links ul li {display:inline-block;}
.Links ul li b {font-size:15px;}
.Links ul li a {padding:0 15px 0 15px; border-right:solid 1px #ccc; text-decoration:none;}
.Links ul li a:hover,.Nav ul li a.active {color:#C00;}

.SocialLink {width:auto;}
.SocialLink ul {margin:0; padding:0;}
.SocialLink ul li { display:inline-block; }
.SocialLink b {font-size:15px; margin:-10px 0 0 0;}
.SocialLink ul li a { height:38px; width:38px;  margin:0 0 0 0;  float:left; background-position: top left; background-repeat: no-repeat;}
.SocialLink ul li a:hover {background-position:bottom left;}

.SmartBottom { height:46px; line-height:46px; background:url(../images/FooterBg.jpg) top left repeat-x; color:#fff;}
.SmartBottom ul {margin:0; padding:0;}
.SmartBottom ul li {display:inline-block;}
.SmartBottom ul li a {padding:0 5px 0 5px; border-right:solid 1px #ccc; color:#ddd;}












.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	height:1000px;
   }
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;

}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}














