@charset "UTF-8";

@import url("reset.css");

@import url("content.css");

@media print
{
  .item-page
   {
     padding:40px;
  }
}

#system-message
{
    
}

dt.message, dt.error, dt.notice, dt.warning
{
    background-color:#ffffe6;
    border:1px solid #cccccc;
    padding:10px;
    color:#333333;
	margin-bottom:20px;
    font-size:12pt;
    font-weight:bold;
}

dd.message
{
    
}

dd.message ul
{ 
  list-style:none;  
  margin-top:10px;
}

dd.message ul li
{
  margin:0;
  padding:0;
}

body
{
	background-color: #fff;	
	background: url('../img/bg.jpg') top center #fff repeat-x fixed;	
}

#header {
	width: 960px;
	margin: 50px auto;
}

#logo {
	float: left;
}

#topRight {
	float: right;
	margin-top: 45px;
}

nav {
	background-color: #0073E5;
	height: 50px;
	width: 960px;
	margin: auto;
	color: #fff;
	border: #fff 5px solid;
	display: block;
	-moz-box-shadow: 0 0 5px #a7a7a7;
	-webkit-box-shadow: 0 0 5px #a7a7a7;
	box-shadow: 0px 0px 5px #a7a7a7;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	z-index: 9;
}

nav a {
	color: #fff;
	text-decoration: none;
}

nav ul ul{
		position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

nav ul li {
	display: block;
	float:left;
	width: 320px;
	line-height: 50px;
	text-align: center;
	position: relative;
}

nav ul li:hover > ul,
nav ul li.sfHover > ul{
	display: block;
}

nav ul a{
	display: block;
	position: relative;
}

nav ul ul ul{
	top: 0;
	left: 100%;
}

.item-107 {
	background-color: #FF8000;
}

nav a:hover, nav .active.current a{
	font-weight: bold;
	/*line-height: 49px;*/
	color: #fff;
}

nav .active.current.deeper li a {
	color: #333;
}

nav .active.current.deeper li a:hover {
	color: #fff;
}

nav ul li ul li{
	width: 310px;
}

nav ul li ul li > a {
    	color: #333333;
	   text-transform: capitalize;
	   float: left;
	   font-weight: bold !important;
	   text-align: left;
		line-height: 40px !important;
	   font-size: 14px;
	   width: 290px;
	   padding-left: 20px;
	   margin-left: 0 !important;
}

nav ul li ul li > a:hover, nav li .current.active > a{
	background: #333;
}

nav ul ul li{
	border-left: 1px #333 solid;
	border-right: 1px #333 solid;
	background: #fff;
}

nav ul li ul li:last-child, .item-145 {
	border-bottom: 1px solid #333;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 10px;
}

.item-145{
	border-bottom: 1px solid #333;
}

.item-108{
		background: url('../img/navGold.png') left top no-repeat #D90000;
		margin-left: -10px;
}

.item-108 li a:hover {
	background: #D90000;
}

.item-108 a {
	margin-left: 10px;
}

.item-109 {
	background: url('../img/navRed.png') left top no-repeat #0073E5;
	margin-left: -10px;
}

.item-109 a {
	margin-left: 10px;
}

#banner {
	width: 960px;
	margin: auto;
	height: 236px;
	background-color: #0073E5;
	margin-top: 30px;
	border: #fff 5px solid;
	-moz-box-shadow: 0 0 5px #a7a7a7;
	-webkit-box-shadow: 0 0 5px #a7a7a7;
	box-shadow: 0px 0px 5px #a7a7a7;	
}

#bannerText {
	padding: 15px 0 30px 30px;
	width: 420px;
	float: left;
	}
	
#bannerText p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}	

#bannerText h1 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}

#rotatingBanner {
	width: 50%;
	float: right;
	position: relative;
	z-index: 1;
}

#sectionsBg {
	background: url('../img/sectionBg.png');
	height: 508px;
	width: 1008px;
	margin: 20px auto 0 auto;
	position: relative;
	
}

#sectionsContainer {
		position: absolute;
		left: 20px;
}

.section {
	width: 960px;
	margin: 10px auto 0 auto;
	border: #fff 5px solid;
	-moz-box-shadow: 0 0 5px #a7a7a7;
	-webkit-box-shadow: 0 0 5px #a7a7a7;
	box-shadow: 0px 0px 5px #a7a7a7;	
	height: 140px;
}

.section .text{
	padding-left: 20px;
	padding-right: 40px;
}

.section table, .section table td {
	vertical-align: middle;
}

#section1 {
	margin-top: 20px;
}
#section1 h1, #section3 h1 {
	font-size: 22px;
	color: #0072E5;
	font-weight: bold;
	line-height: 25px;
}

#section1, #section3 {
	background: #DBDBEA;
} 

#section1 img, #section3 img {
	border-right: solid 6px #0072E5;
}

#section2 {
	background: #fff;
}

#section2 h1 {
	color: #FF7F00;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}

#section2 img {
	border-right: solid 6px #FF7F00;
}

#mainContent {
	width: 895px;
	margin: auto;
	background-color: #fff;
	margin-top: 30px;
	border: #fff 5px solid;
	-moz-box-shadow: 0 0 5px #a7a7a7;
	-webkit-box-shadow: 0 0 5px #a7a7a7;
	box-shadow: 0px 0px 5px #a7a7a7;
	padding: 30px;
}

#testimonials {
	width: 960px;
	margin: 20px auto 0 auto;
	background: transparent !important; /* browsers */
}

.testimonial {
	width: 100%;
	height: 300px;
	position: relative;
	background: transparent !important; /* browsers */
}

.testimonial p:before {
    content: '\201C';
	font-size: 80px;
	font-family: Times New Roman;
	position: absolute;
	padding-top: 20px;
	left: 10px;
}

.testimonial p:after {
	content: '\201D';
	font-size:80px;
	padding-left: 20px;
	font-family: Times New Roman; 
	position: absolute;
	padding-top: 20px;
	right: 10px;
}

.testimonial p {
	color: #fff;
	width: 70%;
	margin: 0 50px;
	padding-top: 20px;
	line-height: 15px;
}

.testimonialContainer
{
  position:relative;
  height:auto !important;
  height:360px;
  min-height:360px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.testimonialBG
{
  position:absolute;
  top:0;
  left:0;
  width:300px;
  height:360px;
  z-index:1;
}

.testimonialBG img
{
  background:none !important;
}

.testCycle
{
  width:300px;
  height:330px;
  position:absolute;
  top:0;
  left:0;
  z-index:999;
}

#testimonial1Container {
	float: left;
	width: 300px;
}


#testimonial2Container {
	float: left;
	width: 300px;
	margin: 0 30px;
	}

#testimonial3Container {
	float: left;
	width: 300px;
}

footer {
	background: #333;
	padding: 20px 0;
	color: #fff;
	margin-top: 30px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#footerText {
	width: 960px;
	margin: auto;
}

#siteBy, #copyright {
	font-size:12px;
	line-height:20px;
	float: right;
}

#footerMenu {
	display: block;
	text-transform: uppercase;
	margin-left: -20px;
}

#footerMenu li {
	display: block;
	float: left;
	padding: 0 20px;
	border-right: 1px solid;
}

#footerMenu .item-112 {
	border: none !important;
}

.article-7 .page-header h2{
	color: #D90000;
}

.article-8 .page-header h2,.article-8 .item-page h2{
	color: #0073E5;
}

.article-8 .item-page h2{
	margin: 20px 0;
}

.page-header h2 {
	margin-bottom: 20px;
}

 .rsform-input-box, .rsform textarea, .rsform-captcha-box {
	border: 1px solid #0073E5 !important;
}

.rsform-captcha-box{
	margin-left: 10px;
}

.formControlLabel {
	font-family: helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 18px;
}

.rsform-submit-button {
	background-color: #0073E5 !important;
	background-image: none !important;
	font-family: helvetica, sans-serif;
}

.rsform-submit-button:hover {
	background-color: #D90000 !important;
	}