@charset "utf-8";

/* Reset */
* {
    font-family: 'HelveticaNeueLTStd55Roman';
	outline:none;
	padding:0;
	margin:0;	
}

/* Commonly Use */

.left{
	float:left;	
}
.right{
	float:right;	
}
.clear{
	height:0;
	clear:both;
}
.bold{
	font-weight:bold;	
}
.alignRight{
	text-align:right;	
}
.alignCenter{
	text-align:center;	
}
.absolute{
	position:absolute;	
}
.marginTop10{
	margin-top:10px;	
}
.paddingBtm60{
	padding-bottom:60px;	
}

/* Predefined  */

@font-face {
    font-family: 'ArialNarrow';
    src: url('../fonts/sarial_narrow-webfont.eot');
    src: url('../fonts/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial_narrow-webfont.woff') format('woff'),
         url('../fonts/arial_narrow-webfont.ttf') format('truetype'),
         url('../fonts/arial_narrow-webfont.svg#ArialNarrow') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd57Condensed';
    src: url('../fonts/helveticaneueltstd-cn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-cn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-cn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-cn-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd55Roman';
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot');
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color:#1c5f86;
}
h1, h2, h3, h4, h5{
    font-family: 'HelveticaNeueLTStd57Condensed';
	font-weight:normal;
	padding-bottom:6px;
	line-height:1.1em;	
    color:#1c5f86;
}
h1 a, h2 a, h3 a, h4 a, h5 a{
    font-family: 'HelveticaNeueLTStd57Condensed';
    text-decoration:none;
	font-weight:normal;	
    color:#75c800;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
    text-decoration:underline;
}
h1{
    font-size:34px;	
}
h1 a{
	font-size:34px;
}
h2{
	font-size:24px;		
}
h2 a{
    font-size:24px;	
}
h3{
    font-size:20px;     
}
h3 a{
	font-size:20px;    
}
h4{
	font-size:16px;
}
h4 a{
	font-size:16px;
}
h5{
	font-size:14px;
	color:#75c800;
}
h5 a{
	font-size:14px;
}
h6{
	font:normal 14px Arial, Helvetica, sans-serif;
	padding-bottom:6px;
	color:#000;
}
h6 a{
	font:normal 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
h6 a:hover{
	text-decoration:underline;	
}
ol{
	padding:0 0 20px 36px;
}
ol ol{
    padding:0 0 0 36px;
}
ul{
    padding:0 0 20px 17px;
}
ul ul{
    padding:0 0 0 17px;
}
ul li{
	background:url(../images/list-circle.gif) left 7px no-repeat;
	list-style-type:none;
	padding-left:12px;
}
ol li, ul li{
	font-weight:normal;
	line-height:1.4em;
	font-size:14px;
	color:#2c051d;	
}
p{	
	padding-bottom:22px;
	line-height:1.4em;
	font-size:14px;
	color:#2c051d;
}
li a, p a{   
	text-decoration:none;
	color:#75c800;
}
li a:hover, p a:hover{
	text-decoration:underline;
}
a{
	outline:none;
}
a img{
	border:0 none;
}
i{
	
}
table{     
}
table tr{
	border:1px solid #c8c8c8;
} 
table tr th{
	background-color:#18587d;
	font-weight:normal;
	padding:10px 12px;
	text-align:left;
	font-size:14px;		
	color:#fff;
}
table tr td{
    font:normal 12px 'HelveticaNeueLTStd55Roman';
	padding:12px;
	color:#2c051d;	
}
table tr td a{
    font:normal 12px 'HelveticaNeueLTStd55Roman';
	text-decoration:none;
	color:#80cd15;
}
table tr td a:hover{
	text-decoration:underline;
}
table tr:nth-child(even){
    background-color:#efffd9;		
}
table tr:nth-child(odd){
    background-color:#d5f0ff;
}
blockquote{
	background:url(../images/blockquote-bg.gif) left repeat-y;
	padding:0 10px 0 16px; 
	margin:0 0 24px 46px;	
}
blockquote p{
	line-height:1.1em;
	padding-bottom:0;
}
fieldset{
	background-color:#f4f4f4;
	padding:15px 15px 5px 15px;
	border:1px solid #ededed;
	margin-bottom:20px;  
}
fieldset legend{
    font:normal 14px 'HelveticaNeueLTStd55Roman';
    background-color:#f4f4f4;
	border:1px solid #ededed;
	padding:2px 12px 2px;
	border-bottom:none;
	color:#2c051d;
}
fieldset p{
	padding-bottom:6px;
}
label{
	font: normal 12px 'HelveticaNeueLTStd57Condensed';
	color:#18587d;	
}
input[type="text"], input[type="password"], textarea{
    font: normal 14px 'HelveticaNeueLTStd55Roman';
	border:1px solid #ededed;
	background-color:#f4f4f4;
	margin-bottom:8px;
	padding:7px 8px;
	overflow:auto;	
}
input[type="radio"], input[type="checkbox"]{
	margin-right:4px;
}
input[type="submit"], input[type="button"]{
	background:#18587d url(../images/search-btn.gif) right center no-repeat; 
    font:normal 17px 'HelveticaNeueLTStd57Condensed';
	padding:6px 36px 6px 15px;	
	cursor:pointer;
	border:none;
	color:#d7efb6;	
}
input[type="submit"]:hover, input[type="button"]:hover{
	color:#fff;	
}
strong{
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#75c800;
}
pre{   
    line-height:1.4em;
	font-size:14px;
	text-align:left;
	color:#2c051d;
}

/* Wrapper */

#wrapper{
	background-color:#fff;
	width: 100%;
}

/* Header */

#header{
	margin:0 auto;
	width:1020px;
	height:168px;		
}
#header .logo{
	padding-top:7px;
	width:222px;
	float:left;	
}
#header .headerRight{
	padding-top:82px;
	width:798px;
	float:left;	
}
.headerRight .headerContact{
	text-align:right;
	height:48px;	
}
.headerRight .headerContact p{
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:0 0 0 0;
	color:#1c5f86;	
}
.headerRight .mainNavArea{
}
.mainNavArea .searchArea{
	border-left:1px solid #BBD3A8;
	width:224px;
	float:left;
}
.mainNavArea .searchArea input[type="text"]{
	font:normal 15px 'ArialNarrow';
	background-color:#eef7fc;
	margin-bottom:0;
	padding:10px 20px 10px 10px;
	color:#6f9197;
	border:none;
	width:160px;
	float:left;		
}
.mainNavArea .searchArea input[type="submit"]{
	background:url(../images/search-btn.gif) no-repeat;
	text-indent:-9999px;
	padding:0;
	border:none;
	height:37px;
	width:33px;
	float:left;	
}

/* Container */

#content{
	padding:20px 7px 10px 7px;
	margin:0 auto;
	width:1006px;
}
#content .contentArea{
	padding:0 74px 0 22px;
	width:602px;
	float:left;	
}
#content .sideBar{
	padding-right:17px;
	width:291px;
	float:left;	
}
#content .sideBar ul{
	padding:0;	
}
#content .sideBar ul li{
	padding:0 0 25px 0;
	background:none;		
}
#content .sideBar ul li h2{
	background-color:#18587d;
	padding:10px 16px;
	font-size:17px;
	color:#d7efb6;	
}
#content .sideBar ul li .sideBarContent{
	padding:15px 35px 12px 15px;
	border:1px solid #edeeee;
	background-color:#eef7fc;		
}
#content .sideBar p{
	color:#18587d;	
}
.homeContent h2{
	padding-bottom:8px;
	font-size:22px;	
}
.homeContent h3{
	font-size:18px;	
}
.homeContent p{
	font:normal 13px Arial, Helvetica, sans-serif;
	line-height:1.4em;
	color:#676767;	
}
.welcomeHolder{
	border-bottom:1px solid #d9d9d9;
	margin-bottom:5px;
	padding:0 8px;	
}
.homeLinks{
	background:url(../images/homeCol-border.gif) right repeat-y;
	padding:4px 28px 0 12px;
	width:348px;
	float:left;	
}
.homeLinks .homeLinkCols{
	width:348px;
	float:left;	
}
.homeLinks .homeLinkCols p a{
	font-size:13px;
	/*color:#676767;*/	
}
.homeLinks .homeLinkCols p a:hover{
	color:#093852;	
}
.homeRight{
	padding:4px 0 0 20px;
	width:598px;
	float:left;	
}
.homeRight .homeRightCols{
	padding-right:19px;	
	width:280px;
	float:left;	
}
.homeRight .homeRightCols p{
	padding-bottom:10px;	
}

/* Footer */

#footer{
	background:url(../images/footer-bg.gif) top repeat-x;	
}
#footer .footerInside{
	padding:10px 0 0 12px;
	margin:0 auto;	
	width:1008px;
	height:78px;	
}
#footer .footerInside .footerNav-area{
	width:640px;
	float:left;	
}
.footerNav-area ul{
	padding:0;	
}
.footerNav-area ul li{
	list-style-type:none;
	background:none;	
	float:left;
	padding:0;		
}
.footerNav-area ul li a{
	font:bold 12px Arial, Helvetica, sans-serif;
	border-right:2px solid #7db196;
	padding:0 7px;	
	color:#daffa5;	
}
.footerNav-area ul li a:hover{
	color:#72c4f3;	
}
.footerNav-area ul li.lastNav a{
	border-right:none;
}
#footer .footerInside .copyright{
	width:360px;
	float:right;	
}
#footer .footerInside .copyright p{
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:4px 0 0 0;
	line-height:1em;	
	color:#daffa5;		
}

/* Links */

ul.categoryNav li{
	background:url(../images/list-triangle.gif) left 4px no-repeat !important;
	padding:0 0 4px 20px !important;
	color:#18587D;	
}
ul.categoryNav li a{
    color:#18587D;
}
a.moreLink{
	font:normal 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#1c5f86;	
}


/* Class */

.adsArea{
	background:url(../images/ads-img1.jpg) no-repeat;
	border:1px solid #edeeed;
	padding:50px 12px 0 12px;
	margin-bottom:35px;
	height:51px;
	width:574px;	
}
.adsArea p{
	font:bold 36px  'HelveticaNeueLTStd57Condensed';
	color:#18587d;	
}
.drupalMsg{
	padding-bottom:15px;
	font-size:30px; 		
}
.helpmsgBox{	
	border:1px solid #ededed;
	background-color:#f4f4f4;
	padding:8px 42px 0 14px;
	margin-bottom:15px;
}
.helpmsgBox p{
	padding-bottom:10px;
}	
.errormsgBox{
    border:1px solid #ededed;
	background-color:#f4f4f4;
	padding:8px 5px 0 14px;
	margin-bottom:10px;
}
.errormsgBox p{
	padding-bottom:10px;
}
.heading{
	font-weight:normal;
	padding-bottom:6px;
	font-size:30px;
	color:#18587d;
}
.blockquote{
	background:none;
	margin:0 0 0 6px;
	padding:0 0 6px 0;
}

/* Slideshow */

#slides{
	position:relative;		
	margin:10px auto 0;
	overflow:hidden;	
	height:366px;
	width:1020px;		
}
#slides .prev{
	background:url(../images/carouselArrow-left.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	display:block;
	height:107px;
	width:53px;
	z-index:5;
	top:178px;
	left:0;			
}
#slides .next{
	background:url(../images/carouselArrow-right.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
	display:block;
	height:107px;
	width:53px;
	z-index:5;
	top:178px;
	right:0;							
}
.slides_container {
	border:1px solid #ced5d7;
	position:relative;
	width:1018px;
	display:none;
	z-index:0;			
}
.slides_container div.bannerHolder{
	position:relative;			
	width:1018px;
	height:465px;
	display:block;		
}
.slides_container div.bannerHolder .slideImg{
	position:absolute;
	width:1018px;
	height:465px;
	z-index:1;
	left:0;
	top:0;			
}
.slides_container div.bannerHolder .slideText{
	padding:115px 45px 0 536px;
	position:absolute;	
	height:350px;
	width:437px;	
	z-index:2;
	left:0;
	top:0;				
}
.slides_container div.bannerHolder .slideText h4{
	background: url(../images/banner-border.gif) bottom repeat-x;
	font:bold 46px 'HelveticaNeueLTStd77BdCn';
	padding-bottom:10px;
	margin-bottom:18px;	
	color:#676767;	
}
.slides_container div.bannerHolder .slideText p{
	font:normal 16px Arial, Helvetica, sans-serif;
	padding-right:40px;
	color:#676767;	
}
.slides_container div.bannerHolder .slideText p .moreLink{
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#1c5f86;	
}
#skip-link {
  position: absolute;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user.
 */

.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * The .element-focusable class extends the .element-invisible class to allow
 * the element to be focusable when navigated to via the keyboard.
 */

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
}

/* block configuration links */

section.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  margin: 0;
  overflow: hidden;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

section.block:hover div.edit {
  display:block;
}

section.block div.edit a {
  color: #999;
  margin-right: 10px;
}

section.block div.edit:hover a {
  color: #000;
}

/* views configuration links */

div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}