@charset "UTF-8";
/* CSS Document */

/* -------------------------- CSS Reset -------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* -------------------------- General Styles -------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/background.gif) repeat center top;
}

a {
	outline: none;
}

p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #4d4d4d;
}

p b {
	color: #3e3e3e;
}

h1 {	
	background: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 10px;
	color: #FFF;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 10px;
	color: #FFF;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
	color: #FFF;
}

p a {
	font-size: 12px;
	line-height: 18px;
	color: #3b727a;
} 

p a:hover {
	text-decoration: none;
}

.image-left {
	float: left;
	padding: 0 10px 10px 0;
}

.image-right {
	float: right;
	padding: 0 0 10px 10px;
}

.image-center {
	padding-bottom: 10px;
}

.table-left {
	float: left;
	padding: 0 10px 10px 0;
}

.table-right {
	float: right;
	padding: 0 0 10px 10px;
}

.rule-above {
	border-top: 1px solid #71aab2;
	padding-top: 20px;
	margin-top: 20px;
}

.rule-above-thick {
	border-top: 3px solid #4e8a93;
	padding-top: 30px;
	margin-top: 30px;
}

.rule-below {
	border-bottom: 1px solid #71aab2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.rule-below-thick {
	border-bottom: 3px solid #4e8a93;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.intro {
	color: #616161;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
}

.quote {
	color: #42686e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	padding: 0;
}

.testimonial-author, .testimonial-author a {
	color: #1a363b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	padding: 8px 0 25px 10px;
}

.testimonial-author span{
	font-weight: normal;
	font-size: 11px;
}

.posts {
	background: url(/images/posts_background.png) no-repeat left center;
	padding: 20px 5px 20px 10px;
}

.absolute-image {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 150;
}

.clear-fix {
	clear: both;
}

.highlight {
	color: #1a363b;
	font-weight: bold;
}

.rss_feed {
	background: url(/images/rss_feed.png) no-repeat left center;
	display: block;
	padding: 2px 0 2px 23px;
}

/* -------------------------- Wrapper Styles -------------------------- */

#divWrapperOuter {
	background: url(/images/wrapper_background.gif) repeat-x left top;
	width: 100%;
}

#divWrapper {
	margin: 0 auto;
	width: 1020px;
}

/* -------------------------- Branding Styles -------------------------- */

#divBranding {
	background: url(/images/branding_background.gif) no-repeat center top;
	height: 186px;
	position: relative;
	width: 1020px;	
}

#logo {
	padding: 25px 0 0 45px;
	display: block;
}

/* -------------------------- Search  Styles -------------------------- */

#divSearch { 
	background: url(/images/search_box.gif) no-repeat left top;
	height: 38px;
	position: absolute;
	right: 60px;
	top: 41px;
	width: 232px;
}
#divSearch #search { 
	background: none;
	border: 0;
	color: #999;
	float: left;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 12px 0 10px 35px;
	width: 145px;
}
#divSearch #go { 
	float: right;
	margin: 0;
}

/* -------------------------- Navigation Main Styles -------------------------- */

#divNavMain {
	background: url(/images/navigation_background.png) no-repeat center bottom;
	height: 50px;
	left: 0;
	padding: 20px 0 0 50px;
	position: absolute;
	top: 116px;
	width: 970px;
}

#navMain {
	height: 50px;
	width: 990px;
}

#navMain li {
	float: left;
}

#navMain a {
	display: block;
	height: 27px;
	line-height: 27px;
	margin: 0 25px;
}

#navMain a * {
	display: none;
}

#navMain a.nav_benefits, #navMain a.nav_benefits .hover {
	background: url(/images/benefits.png) no-repeat 0 0;
	width: 88px;
}

#navMain a.nav_features, #navMain a.nav_features .hover {
	background: url(/images/features.png) no-repeat 0 0;
	width: 88px;
}

#navMain a.nav_experience_channels, #navMain a.nav_experience_channels .hover {
	background: url(/images/experience_channels.png) no-repeat 0 0;
	width: 171px;
}

#navMain a.nav_about, #navMain a.nav_about .hover {
	background: url(/images/about.png) no-repeat 0 0;
	width: 76px;
}

#navMain a.nav_news_room, #navMain a.nav_news_room .hover {
	background: url(/images/news_room.png) no-repeat 0 0;
	width: 107px;
}

#navMain a.nav_blog, #navMain a.nav_blog .hover {
	background: url(/images/blog.png) no-repeat 0 0;
	width: 76px;
}

#navMain a.nav_benefits .hover, #navMain a.nav_features .hover, #navMain a.nav_experience_channels .hover, #navMain a.nav_about .hover, #navMain a.nav_news_room .hover, #navMain a.nav_blog .hover {
	background-position:  0 -27px;
	display: block;
	height: 27px;
	position: relative;
}

#navMain .highlight a:hover, #navMain li.current a {
	background-position:  0 -27px;
}

/* -------------------------- Navigation Sub Styles -------------------------- */

#divNavSub {
	border-bottom: 3px solid #4e8a93;
	height: 30px;
	margin: 0 30px;
	padding: 0 15px;
	width: 930px;
}

.navSub li{
	color: #fff;
	display: inline;
	float: left;
}

.navSub a {
	border-right: 1px solid #7fb7bf;
	border-left: 1px solid #a8d3da;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
}

.navSub li.first a {
	border-left: none;
}

.navSub li.last a {
	border-right: none;
}

.navSub a:hover, .navSub li.current a {
	background: url(/images/navSub_background.png) repeat 0 0;
}

.navSub li.current a {
	color: #23444a;
}

/* -------------------------- Navigation Housekeeping Styles -------------------------- */

#navHousekeeping {
	position: absolute;
	right: 300px;
	top: 53px;
}

#navHousekeeping li {
	color: #487d85;
	float: left;
	font-size: 13px;
	font-weight: bold;	
}

#navHousekeeping a {
	color: #487d85;
	font-size: 13px;
	font-weight: bold;
	margin: 0 10px;
	padding: 4px;
	text-decoration: none;	
}

#navHousekeeping a:hover {
	background-color: #e3f2f5;
}

/* -------------------------- Content Home Styles -------------------------- */

#divContentHome {
	width: 1020px;
	padding: 25px 0 30px 0;
}

#divContentMainHome {
	float: left;
	padding-bottom: 35px;
	width: 600px;
}

#divContentSubHome {
	padding: 20px 30px 30px 610px;
	width: 380px;
}

.divContentBlock {
	float: left;
	height: 179px;
	margin-left: 20px;
	width: 258px;
}

.divContentBlock ul {
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

.divContentBlock li {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 5px 10px;
	color: #555555;
	background: url(/images/orange_bullet.png) no-repeat left center;
}

/* -------------------------- Content Styles -------------------------- */

#divContent {
	width: 1020px;
}

#divContentInner {
	background: url(/images/navSub_background.png) repeat 0 0;
	margin: 0 30px;
	min-height: 380px;
	position: relative;
	width: 960px;
}

#divContentMain {
	float: left;
	padding: 30px 0 30px 50px;
	width: 480px;
}

#divContentMain ul {
	padding: 0 0 15px 0;
}

#divContentMain ul li {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 10px 10px;
	color: #4d4d4d;
	background: url(/images/orange_bullet.png) no-repeat left 7px;
}

#divContentMain ol li {
	font-size: 12px;
	line-height: 18px;
	list-style: decimal;
	padding: 0 0 10px 10px;
	color: #4d4d4d;
}

#divContentMain ul li a, #divContentMain ol li a, .divContentBlock li a {
	color: #3b727a;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
} 

#divContentMain li a:hover, .divContentBlock li a:hover {
	text-decoration: none;
}

#divContentSub {
	float: left;
	padding: 30px 50px 30px 50px;
	width: 330px;
}

#divContentSub h3{
	padding: 5px 0 20px 0;
}

#divContentSub h4 {
	background: url(/images/h4_background.png) no-repeat left center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 6px 5px;
	color: #FFF;
}

#divContentSubImage {
	padding: 0 0 0 30px;
	width: 400px;
}

#divContentWide {
	background-color: #a3cad0;
	clear: both;
	padding: 30px 50px;
	width: 860px;
}

#divContentFeatures {
	clear: both;
	padding: 30px 50px;
	width: 860px;
}

#divContentFeatures li{
	color: #487D85;
}

#divContentFeatures li a {
	display: block;
	color: #487D85;
	padding: 20px;
	position: relative;
}

#divContentFeatures li a.odd{
	background-color: #a3cad0;
}

#divContentFeatures li a:hover, li a.odd:hover {
	background-color: #b5d9df;
}

/* -------------------------- Feature Styles -------------------------- */

#divFeatureWrapper {
	height: 340px;
	padding: 0 30px 35px 30px;
	position: relative;
	width: 540px;
}

#divFeature {
	background-color: #fff;
	border: 3px solid #4e8a93;
	height: 344px;
	width: 534px;
}

#divFeature a {
	display: block;
	height: 330px;
	margin: 7px;
	width: 520px;
}

#prev, #next {
	display: block;
	height: 41px;
	position: absolute;
	text-indent: -9000px;
	width: 37px;
	z-index: 100;
}

#prev {
	background: url(/images/prev.png) no-repeat 0 0;
	left: 14px;
	top: 155px;
}

#next {
	background: url(/images/next.png) no-repeat 0 0;
	right: 14px;
	top: 155px;
}

#prev:hover, #next:hover  {
	background-position:  0 -41px;
}

#prev:active, #next:active {
	background-position:  0 -82px;
}

#featureLinks {
	bottom: 50px;
	position: absolute;
	right: 60px;
	z-index: 100;
}

#featureLinks li {
	display: inline;
}

#featureLinks a {
	display: block;
	float: left;
	height: 25px;
	margin-left: 6px;
	text-indent: -9000px;
	width: 28px;
}

#featureLinks a.slide1 {
	background: url(/images/1.png) no-repeat 0 0;
}

#featureLinks a.slide2 {
	background: url(/images/2.png) no-repeat 0 0;
}

#featureLinks a.slide3 {
	background: url(/images/3.png) no-repeat 0 0;
}

#featureLinks a.slide4 {
	background: url(/images/4.png) no-repeat 0 0;
}

#featureLinks a.slide5 {
	background: url(/images/5.png) no-repeat 0 0;
}

#featureLinks a:hover, #featureLinks a.activeSlide {
	background-position: 0 -25px;
}

/* -------------------------- Blog Styles -------------------------- */

.divPosts {
	border-bottom: 1px solid #71aab2;
	margin-bottom: 20px;
}

.divDate {
	float: left;
	height: 40px;
	width: 50px;
}

.calendar {
	display: block;
	width: 25px;
	height: 31px;
	background: url(/images/calendar.png) left bottom no-repeat;
	margin: 0 auto;
}

.calendar p {
	margin: 0;
	padding: 0;
}

.calendar span.month {
	color: #fff;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	text-align: center;
	text-transform: uppercase;

}

.calendar span.day {
	color: #eb6b22;
	display: block;
	font-size: 13px;
	line-height: 13px;
	padding-top: 6px;
	text-align: center;

}

.entry {
	padding-bottom: 10px;
}

.author {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
	padding: 0 0 4px 0;
	text-transform: uppercase;
}

.author span {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
	padding: 0;
	text-transform: none;
}

.date-rule {
	border-top: 1px solid #71aab2;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin-top: 5px;
	padding: 10px 0  4px 0;
	text-transform: uppercase;
}

.date {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.divEntry {
	border-left: 1px solid #71aab2;
	margin-left: 50px;
	padding-left: 13px;
}

.divEntry p a {
	color: #4d4d4d;
}

.divEntry p a.comments, .blogToolbar a.comments, .categoryTags a { 
	color: #3b727a;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.divEntry p a.comments:hover, .blogToolbar a.comments:hover, .categoryTags a:hover {
	color: #28555c;
}

.categoryTags {
	border-bottom: 1px solid #71aab2;
	font-size: 11px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.blogToolbar {
	font-size: 11px;	
}

/* -------------------------- Comments Styles -------------------------- */

#divComments h3 {
	padding-top: 20px;
}

/* -------------------------- Forms Styles -------------------------- */

#commentInput label, #commentInput input, #commentInput select, #commentInput textarea, .divForm label, .divForm input, .divForm select, .divForm textarea {
	float: left;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
}

#commentInput label, .divForm label {
	color: #2a4e54;
	padding: 5px 0;
}

#commentInput p, .divForm p {
	color: #2a4e54;
}

#commentInput input, #commentInput textarea, .divForm input, .divForm textarea {
	background: #c6e1e6;
	border: 1px solid #c6e1e6;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}

#commentInput input:focus, #commentInput textarea:focus, .divForm input:focus, .divForm textarea:focus {
	background: url(/images/input_background.gif) #c6e1e6 repeat-x 0 0;
	border: 1px solid #72a3ac;
}

#commentInput select.divForm select {
	padding: 1px 2px;
}

#commentInput .shortinput, #commentInput .shortlabel .divForm .shortinput, .divForm shortlabel {
	width: 100px;
}

#commentInput .longinput, #commentInput .longlabel, .divForm .longinput, .divForm .longlabel {
	width: 400px;
}

#commentInput br, .divForm br {
	clear: both;
}

#commentInput .checkbox, .divForm .checkbox {
	margin: 0 4px;
}

.submit {
	margin-top: 15px;
}

#commentInput .submit input, .divForm .submit input {
	width: 102px;
	border: none;
	background: none;
}

#divMostPopular ul, #divCategories ul, #divArchives dl {
	margin-right: 10px;
	padding-bottom: 30px;
}

#divMostPopular li a, #divCategories li a, #divArchives dd a {
	border-top: 1px solid #71aab2;
	color: #2a4e54;
	font-size: 12px;
	display: block;
	padding: 10px 8px;
	text-decoration: none;
}

#divArchives dt {
	color: #1a363b;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 8px 8px 4px 8px;
	text-decoration: none;
}

#divArchives dt.open {
	background: url(/images/open_arrow.png) no-repeat right 11px;
}

#divArchives dt.closed {
	background: url(/images/closed_arrow.png) no-repeat right 10px;
}

#divMostPopular li a:hover, #divCategories li a:hover, #divArchives dd a:hover {
	background: #9ac0c6;
}

#divMostPopular li a:active, #divCategories li a:active, #divArchives dd a:active {
	background: #b4d2d7;
}


/* -------------------------- Testionials Styles -------------------------- */

.divTestimonials {
	background: url(/images/testimonials_bottom.png) no-repeat left bottom;
	padding: 0 0 11px 0;
}

.divTestimonialsInner {
	background-color: #aacfd6;
	padding: 10px 15px;
}

/* -------------------------- sIFR Styles -------------------------- */


@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


/* -------------------------- Footer Styles -------------------------- */

#divFooter {
	border-top: 3px solid #4e8a93;
	clear: both;
	margin: 0 30px;
	padding: 25px 0 0 0;
	width: 960px;
}

#divFooter ul {
	float: right;
}

#divFooter li {
	color: #fff;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	
}

#divFooter a {
	color: #555555;
	font-size: 12px;
	line-height: 18px;
	padding: 0 8px 0 4px;
	text-decoration: none;
}

#divFooter a:hover {
	color: #fff;
}

/* -------------------------- Footer Styles -------------------------- */

/* -------------------------- Footer Styles -------------------------- */