* {
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
    font-family: 'ArvoRegular';
    src: url('Arvo-Regular-webfont.eot');
    src: url('Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Regular-webfont.woff') format('woff'),
         url('Arvo-Regular-webfont.ttf') format('truetype'),
         url('Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoItalic';
    src: url('Arvo-Italic-webfont.eot');
    src: url('Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Italic-webfont.woff') format('woff'),
         url('Arvo-Italic-webfont.ttf') format('truetype'),
         url('Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBoldItalic';
    src: url('Arvo-BoldItalic-webfont.eot');
    src: url('Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-BoldItalic-webfont.woff') format('woff'),
         url('Arvo-BoldItalic-webfont.ttf') format('truetype'),
         url('Arvo-BoldItalic-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArvoBold';
    src: url('Arvo-Bold-webfont.eot');
    src: url('Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Arvo-Bold-webfont.woff') format('woff'),
         url('Arvo-Bold-webfont.ttf') format('truetype'),
         url('Arvo-Bold-webfont.svg#ArvoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

form, fieldset, img {
	border: none;
}
body {
	font: 13px 'ArvoRegular', Arial, Helvetica, sans-serif;
	color: #6d6e71;
	background: url(common/images/bg.gif) repeat;
}
.clear {
	clear:both;
	line-height: 0;
	overflow: hidden;
}
/*layout CSS*/
#layout {
	width:999px;
	margin:0 auto;
}
#page {
	width:100%;
	float:left;
	padding-top:90px;
}
#page #top_curv {
	width:100%;
	height:21px;
	float:left;
	background:url(common/images/curv01_top.png) top left no-repeat

}
#page #bot_curv {
	width:100%;
	height:24px;
	float:left;
	background:url(common/images/curv01_bot.png) top left no-repeat;
}
#page #body_container {
	width:927px;
	padding:0 36px 0 36px;
	float:left;
	background:url(common/images/repeat01.png) repeat-y;
	border:0px solid black;
}
/* Header Css */
#header {
	width:100%;
	float:left;
	position:relative;
	padding-bottom:95px;
	margin-top:-33px;
}
#header h1 {
	position:absolute;
	top:-52px;
	left:332px;
}

#slideshow {background:none !important;filter:none !important;}
#slides {background:none !important;filter:none !important;}

/* Menu Css */
.outer_menu {
	width:862px;
	float:left;
	padding:0 28px 0 28px;
	border:0px solid black;
}
.menu_left {
	width:5px;
	height:45px;
	float:left;
	background:url(common/images/menu_curv_left.png) top left no-repeat;
}
.menu_right {
	width:5px;
	height:45px;
	float:left;
	background:url(common/images/menu_curv_right.png) top right no-repeat;
}
.menu {
	width:852px;
	float:left;
	height:45px;
	background:url(common/images/menu_repeat.png) repeat-x;
}
.menu ul {
	width:auto;
	float: left;
	list-style:none;
	padding:0 0 0 18px;
}
.menu ul li {
	float:left;
	height:48px;
	line-height:48px;
	margin-right:10px;
	font-size:15px;
	position:relative;
}
.menu ul li.sec {
	margin-right:272px;
}
.menu ul li.social_link {
	margin-right:15px;
	margin-left:10px;
}
.menu ul li img {
	margin-top:8px;
}
.menu ul li.last {
	margin-right:0;
}
.menu ul li a {
	color:#a7a9ac;
	text-decoration:none;
}

.menu ul li a:hover {
	color:#e89246;
	text-decoration:none;
}

.menu ul li a.futura {
	font-family:'Futura', arial;
	font-weight:bold;
}

.menu ul li .submenu {
	display:none;
}
.menu ul li:hover .submenu {
	display:block;
}
.submenu_outer {
	position:absolute;
	top:35px;
	padding-top:10px;
	left:-30px;
	width:143px;
	float:left;
	border:0px solid black;
	
}
.submenu {
	width:100%;
	float:left;
	background:url(common/images/repeat02.gif) repeat-y;
}
.submenu .top {
	width:100%;
	float:left;
	background:url(common/images/curv02_top.gif) top left no-repeat;
}
.submenu .top .content {
	width:143px;
	padding-bottom:1px;
	float:left;
	background:url(common/images/curv02_bot.gif) bottom left no-repeat;
	
}
.submenu ul {
	width:141px;
	padding-left:2px;
}
.submenu ul li {
	width:141px;
	text-align:center;
	margin-right:0;
	font-size:11px;
	position:relative;
	font-family:'ArvoRegular', arial;
	font-weight:bold;
	height:auto;
	line-height:normal;
}
.submenu ul li a {
	width:138px;
	height:20px;
	display:block;
	text-align:center;
	padding:5px 0 0 0;
	border-bottom:1px solid #a7a9ac;
}
.submenu ul li a:hover {
	background:url(common/images/submenu_bg.gif) top left no-repeat;
	color:#fff
}
.submenu ul li.last a {
	border:none;
}
.submenu ul li.last a:hover {
	background:url(common/images/submenu_last_bg_hover.gif) top left no-repeat;
}
/* Content Css */
#content {
	width:100%;
	float:left;
	padding-bottom:15px;
}
.quote {
	width:862px;
	float:left;
	display:inline;
	margin:0 12px 0 15px;
	padding-bottom:20px;
	background:url(common/images/border.gif) bottom repeat-x;
}
.quote .left_sec {
	width:549px;
	float:left;
	background:url(common/images/border02.gif) top right no-repeat;
	padding:55px 0px 60px 0;
}
.quote .left_sec h3 {
	width:100%;
	float:left
}
.quote .left_sec h3 img {
	float:left;
}
.quote .left_sec h2 {
	font-size:51px;
	color:#cccccc;
	font-family:'Futura', arial;
	font-weight:bold;
	padding-top:0px;
}
.quote .left_sec h2 span {
	color:#e89246;
}
.quote .right_sec {
	width:290px;
	float:right;
	padding-top:23px;
}
.quote .right_sec h3 {
	font-size:24px;
	color:#6d6e71;
	font-family:'Futura', arial;
	font-weight:bold;
	padding-bottom:10px;
}
.quote .right_sec ul {
	width:100%;
	float:left;
	list-style:none;
	padding-bottom:10px
}
.quote .right_sec ul li {
	float:left;
	padding-right:18px;
}
.quote .right_sec ul li.last {
	padding-right:0
}
.quote .right_sec ul li a {
	width:111px;
	height:31px;
	line-height:31px;
	text-align:center;
	display:block;
	color:#fff;
	font-family:'Futura', arial;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	background:url(common/images/but03.gif) top left no-repeat;
}

.quote .right_sec ul li a:hover {
background-position:right;
}

.product {
	width:100%;
	float:left;
	padding:23px 0 8px 0;
}
.product ul {
	width:100%;
	float:left;
	list-style:none;
}
.product ul li {
	float:left;
}
.product ul li.first {
	width:260px;
	margin-right:50px;
}
.product ul li.sec {
	width:300px;
	margin-right:45px;
}
.product ul li.third {
	width:260px;
}
.product .img_sec {
	width:100%;
	text-align:center;
	float:left;
	background:url(common/images/icon-shadow.png) bottom center no-repeat;
	padding-bottom:42px;
	margin-bottom:15px;
}
.product h3 {
	font-size:27px;
	text-align:center;
	color:#e89246;
	font-family:'Futura', arial;
	font-weight:bold;
	padding-bottom:3px
}
.product p {
	font-size:14px;
	line-height:18px;
	padding-left:3px
}
.product p a {
	color:#666666;
	text-decoration:none;
}
.product p a:hover {
	text-decoration:underline;
}
.founder {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}
.founder h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}
.founder .block {
	width:862px;
	float:left;
	background:url(common/images/border04.jpg) bottom center no-repeat;
	padding-bottom:25px;
	margin-bottom:35px;
}
.founder .block .img_sec {
	width:auto;
}
.founder .block .img_sec.first {
	float:right;
	padding:4px 35px 0 50px;
}
.founder .block .img_sec.sec {
	float:left;
	padding:7px 36px 0 19px;
}
.founder .block .img_sec.third {
	float:right;
	position:relative;
	margin-top:-15px;
	padding:0px 50px 0 50px;
}
.founder .block h3 {
	font-size:20px;
	color:#e89246;
	word-spacing:-2px;
	font-family:'ArvoRegular', arial;
	padding:13px 0 15px 0;
	text-transform:uppercase;
}
.founder .block h3.normalcase {
	text-transform:none;
	position:relative;
	margin-top:-8px;
}
.founder .block h3.pad {
	padding-bottom:12px;
}
.founder .block p {
	font-size:14px;
	color:#6d6e71;
	line-height:20px;
	padding-bottom:19px;
}
.founder .block h4 {
	padding-top:18px;
}
.founder .bottom_sec {
	width:100%;
	float:left;
	padding:10px 0 25px 0;
}
.founder .bottom_sec h3 {
	font-size:28px;
	color:#6accc7;
	text-transform:uppercase;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px
}
.founder .bottom_sec h4 {
	font-size:20px;
	color:#e89246;
	text-transform:uppercase;
	font-family:'Arvo', arial;
	font-weight:bold;
	text-align:center;
}

/* Testimonials */
.testimonials {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}
.testimonials h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}
.testimonials .block {
	width:862px;
	float:left;
	height:215px;
	margin-top:15px;
}

.testimonials .block span {
	color:#009999;
	font-size:16px;
}

.testimonials .block .img_sec {
	width:234px;
	height:224px;
}
.testimonials .block .img_sec.first {
	float:right;
}
.testimonials .block .img_sec.sec {
	float:left;
}
.testimonials .block .img_sec.third {
	float:right;
}
.testimonials .block .name {
	font-size:16px;
	color:#e89246;
	font-family:'ArvoRegular', arial;
	padding-top:20px;
	text-transform:uppercase;
}
.testimonials .block h3.normalcase {
	text-transform:none;
	position:relative;
	margin-top:-8px;
}
.testimonials .block h3.pad {
	padding-bottom:12px;
}
.testimonials .block p {
	font-size:14px;
	color:#6d6e71;
	line-height:20px;
}
.testimonials .block h4 {
	padding-top:18px;
}

/* About */
.about {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}
.about h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}

.about .subhead {
	width:750px;
	background:url(common/images/border06.jpg) bottom center no-repeat;
	margin: 0 auto;
}

.about .subhead .subone{
	width:750px;
	font-size:26px;
	color:#6accc7;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:22px;
	padding-top:10px;
	text-transform:uppercase;
	margin: 0 auto;
}

.about .subhead .subtwo{
	width:575px;
	font-size:18px;
	color:#e89246;
	padding-bottom:30px;
	font-family:'ArvoRegular', arial;
	text-align:center;
	text-transform:uppercase;
	margin: 0 auto;
}

.about .block {
	padding-top:25px;
	padding-bottom:25px;
	border: 0px solid black;
	height:154px;
}


.about .block  img {
	margin:0 54px 0 54px;
}

.about .block h3 {
	font-size:20px;
	color:#e89246;
	word-spacing:-2px;
	font-family:'Arvo', arial;
	padding:13px 0 15px 0;
	text-transform:uppercase;
}



.about .block .content{
width:595px;
margin-top:25px;
font-size:14px;
	color:#6d6e71;
	line-height:20px;
}

.about .block h3.normalcase {
	text-transform:none;
	position:relative;
	margin-top:-8px;
}


.about .block h4 {
	padding-top:18px;
}

.about .bottom_sec h3 {
	font-size:20px;
	color:#e89246;
	text-transform:uppercase;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	padding-top:50px;
}


/* Insurers */
.insurers {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}
.insurers h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}

.insurers .subhead {
	width:750px;
	background:url(common/images/border06.jpg) bottom center no-repeat;
	margin: 0 auto;
}

.insurers .subhead .subone{
	
	width:550px;
	font-size:14px;
	line-height:20px;
	color:#6d6e71;
	font-family:'ArvoRegular', arial;
	text-align:center;
	padding-bottom:22px;
	padding-top:10px;
	margin: 0 auto;
}

.insurers .subhead .subtwo{
	width:580px;
	font-size:18px;
	color:#e89246;
	padding-bottom:43px;
	font-family:'ArvoRegular', arial;
	text-transform:uppercase;
	text-align:center;
	margin: 0 auto;
}

.insurers .logos {
	width:862px;
	background:url(common/images/border06.jpg) bottom center no-repeat;
	padding-bottom:25px;
	padding-top:25px;
}

.insurers .trustedchoice {
	width:862px;
	margin: 0 auto;
	text-align:center;
}

/* Coverage Css */
.coverage {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}
.coverage h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}
.coverage .block {
	width:862px;
	float:left;
	background:url(common/images/border05.jpg) bottom left no-repeat;
	padding-bottom:25px;
	margin-bottom:35px;
}


.coverage .block .img_sec {
	width:auto;
}
.coverage .block .img_sec.first {
	float:right;
	padding:4px 55px 0 50px;
}
.coverage .block .img_sec.sec {
	float:left;
	padding:7px 36px 0 19px;
}
.coverage .block .img_sec.third {
	float:right;
	position:relative;
	margin-top:-15px;
	padding:0px 50px 0 50px;
}
.coverage .block h3 {
	font-size:20px;
	color:#e89246;
	word-spacing:-2px;
	font-family:'Arvo', arial;
	padding:13px 0 15px 0;
	text-transform:uppercase;
}
.coverage .block h3.normalcase {
	text-transform:none;
	position:relative;
	margin-top:-8px;
}
.coverage .block h3.pad {
	padding-bottom:12px;
}
.coverage .block p {
	font-size:14px;
	color:#6d6e71;
	line-height:20px;
	margin-top:40px;
}
.coverage .block h4 {
	padding-top:18px;
}

.coverage .block_sec {
	width:862px;
	float:left;
	background:url(common/images/border06.jpg) bottom right no-repeat;
	padding-bottom:25px;
	margin-bottom:35px;
}


.coverage .block_sec .img_sec {
	width:auto;
}
.coverage .block_sec .img_sec.first {
	float:right;
	padding:4px 35px 0 50px;
}
.coverage .block_sec .img_sec.sec {
	float:left;
	padding:7px 66px 0 56px;
}
.coverage .block_sec .img_sec.third {
	float:right;
	position:relative;
	margin-top:-15px;
	padding:0px 50px 0 50px;
}
.coverage .block_sec h3 {
	font-size:20px;
	color:#e89246;
	word-spacing:-2px;
	font-family:'Arvo', arial;
	padding:13px 0 15px 0;
	text-transform:uppercase;
}
.coverage .block_sec h3.normalcase {
	text-transform:none;
	position:relative;
	margin-top:-8px;
}
.coverage .block_sec h3.pad {
	padding-bottom:12px;
}
.coverage .block_sec p {
	font-size:14px;
	color:#6d6e71;
	line-height:20px;
	margin-top:40px;
}
.coverage .block_sec h4 {
	padding-top:18px;
}

.coverage .bottom_sec {
	width:100%;
	float:left;
	padding:10px 0 25px 0;
	}
	
.coverage .bottom_sec h3 {
	font-size:28px;
	color:#e89246;
	text-transform:uppercase;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	width:515px;
	margin-left:auto;
	margin-right:auto;
}
.coverage .bottom_sec p {
	text-align:center;
	width:515px;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
}

.coverage .bottom_sec ul {
	width:100%;
	list-style:none;
	padding-bottom:19px;
}

.coverage .bottom_sec ul li {
	padding-right:18px;
}
.coverage .bottom_sec ul li.last {
	padding-right:0
}
.coverage .bottom_sec ul li a {
	width:111px;
	height:31px;
	line-height:31px;
	text-align:center;
	display:block;
	color:#fff;
	font-family:'Futura', arial;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	background:url(common/images/but03.gif) top left no-repeat;
}


.coverage .bottom_sec ul li a:hover {
background-position:right;
}

	
/* Footer Css */
#footer {
	width:100%;
	float:left;
	padding:30px 0;
}
#footer .contact_sec {
	width:959px;
	float:left;
	padding-left:40px;
}
#footer .contact_sec ul {
	width:100%;
	float:left;
	list-style:none;
	padding-top:0px;
}
#footer .contact_sec ul li {
	width:100%;
	float:left;
	color:#fff;
	padding-bottom:0px;
	font-family:'Futura', arial;
	line-height:20px;
}
#footer .contact_sec ul li a {
	color:#fff;
}
#footer .contact_sec ul li span {
	width:40px;
	height:22px;
	float:left;
	display:block;
	padding-top:0px;
	border:0px solid black;
}

#footer .contact_sec ul li .info {
	padding-top:12px;
	border:0px solid black;
	width:300px;
}

#footer .contact_sec ul li span img {
	float:left;
}
#footer .contact_sec ul li p {
	padding-top:5px;
}

#footer .contact_sec div ul .last {
	margin-top:20px;
}


/* Started Css */
.started {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}

.started h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}

.started .block {
	width:862px;
	float:left;
	padding-bottom:25px;
}

.started .block .firstline {
	font-size:14px;
	color:#6d6e71;
	line-height:20px;
	margin-top:20px;
}

.started .block .secondline {
	font-size:1ppx;
	color:#66cccc;
	line-height:20px;
	margin-top:10px;
	font-family:'Futura', arial;
	margin-bottom:10px;
	font-weight:bold;
}

.started #form {
color:#6d6e71;
font-family:'Futura', arial;
 }
 
.started #form p {
clear:both;
 }

.started #form input { 
-webkit-border-radius: 3px; -moz-border-radius: 5px; border-radius: 5px;
height:23px;
color:#6d6e71;
font-family:'Futura', arial;
font-size:12px;
 }
 
.started #form #comments { 
-webkit-border-radius: 3px; -moz-border-radius: 5px; border-radius: 5px;
color:#6d6e71;
font-family:'Futura', arial;
font-size:12px;
width: 430px;
 }

label { display:block; float:left; margin-right:22px; margin-bottom:10px;}


.started #form span { display: block; margin:5px 0 5px 0; }

.started .bottom_sec p {
	text-align:center;
	width:515px;
	margin-left:auto;
	margin-right:auto;
	line-height:20px;
}


.started .bottom_sec ul {
	width:100%;
	list-style:none;
	padding-bottom:19px;
}

.started .bottom_sec ul li {
	padding-right:18px;
}

.started .bottom_sec ul li a {
	width:111px;
	height:31px;
	line-height:31px;
	text-align:center;
	display:block;
	color:#fff;
	font-family:'Futura', arial;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	background:url(common/images/but03.gif) top left no-repeat;
}

.started .bottom_sec ul li a:hover {
background-position:right;
}


/* resources Css */
.resources {
	width:862px;
	float:left;
	padding:13px 10px 0 30px;
}

.resources h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	background:url(common/images/border.gif) bottom repeat-x;
	margin-bottom:20px;
}

.resources .sub {
	font-size:14px;
	color:#bcbec0;
	padding-top:20px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}

.resources .blockleft {
	width:528px;
	float:left;
	padding-bottom:25px;
}

.resources .blockleft .videos {
	background-image:url(common/images/resources-movies.png);
	width:528px;
	height:121px;
}

.resources .blockleft .read {
	background-image:url(common/images/resources-read.png);
	width:528px;
	height:121px;
}

.resources .blockleft .subs {
	 padding-top:60px;
	 	font-size:24px;
	color:#6d6e71;
	font-family:'Futura', arial;
	font-weight:bold;
	text-transform:uppercase;
}

.resources .blockleft .videolink  {
	padding:25px 0 25px 0;
}

.resources .blockleft .videolink a {
	
	text-decoration:none;
	font-size:18px;
	font-family:'ArvoRegular', arial;
	color:#6accc7;
	text-transform:uppercase;
}

.resources .blockleft .videolink a:hover {
font-family:'ArvoRegular', arial;
	color:#399992;
}
 
.resources .blockleft .readlink  {
	padding:25px 0 25px 0;
}

.resources .blockleft .readlink a {
	
	text-decoration:none;
	font-size:18px;
	font-family:'ArvoRegular', arial;
	color:#e89246;
	text-transform:uppercase;
}


.resources .blockleft .readlink a:hover{
	font-family:'ArvoRegular', arial;
	color:#c16028;
}

.resources .blockright {
	width:294px;
	float:right;
	padding:0 0 25px 0px;
}

.resources .blockright .subs {
	 padding-top:30px;
	 	font-size:24px;
	color:#6d6e71;
	font-family:'Futura', arial;
	font-weight:bold;
	text-transform:uppercase;
}

.resources .blockright .tweets {
	background-image:url(common/images/resources-tweets.png);
	width:337px;
	height:121px;
}

.resources .blockright .learn {
	background-image:url(common/images/resources-learn.png);
	width:337px;
	height:90px;
	margin-top:30px;
}

.resources .blockright .learnlink {
	margin-top:40px;
	margin-bottom:35px;
	width:337px;

}

.resources .blockright .learnlink img{
	
	float:left;
	margin-right:20px;
}

.resources .blockright .learnlink a {
	
	text-decoration:none;
	font-size:16px;
	font-family:'ArvoRegular', arial;
	color:#6accc7;
	text-transform:uppercase;
}

.resources .blockright .learnlink a:hover {
font-family:'ArvoRegular', arial;
	color:#399992;
}


.resources .blockright .calculate {
	background-image:url(common/images/resources-calculate.png);
	width:337px;
	height:84px;
}

.resources .blockright .calculatelink {
	margin-top:40px;
	margin-bottom:30px;
	width:337px;

}

.resources .blockright .calculatelink img{
	
	float:left;
	margin-right:20px;
}

.resources .blockright .calculatelink a {
	
	text-decoration:none;
	font-size:16px;
	font-family:'ArvoRegular', arial;
	color:#e89246;
	text-transform:uppercase;
}

.resources .blockright .calculate a:hover {
font-family:'ArvoRegular', arial;
	color:#c16028;
}
/*Twitter*/


#twitter-ticker{
	/* Styling the ticker */
	width:294px;
	height:500px;
	background-color:#CCCCCC;
	color:#666666;
	display:none;
	padding-top:8px;
	margin-top:10px;

	/* Rounded corners 
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;*/

	text-align:left;
}

#tweet-container{
	/* This is where the tweets are inserted */
	height:500px;
	width:auto;
	overflow:hidden;
}

#top-bar{
	height:45px;
	background:url(common/images/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;

	/* Rounding the top part of the ticker, works only in Firefox unfortunately */
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	/* Affects the tweets */
	padding:5px;
	margin:0 8px 8px;

	border:1px solid #F0F0F0;
	background-color:#ffffff;

	width:auto;
	overflow:hidden;
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
}

.tweet .time{
	text-transform:uppercase;
	font-size:10px;
	color:#AAAAAA;
	white-space:nowrap;
	margin-left:10px;
}

.tweet .avatar img{
	width:26px;
	height:26px;
	border:0px solid #eeeeee;
	margin:0 5px 5px 0;
}

.tweet .txt{
	/* Using the text container to clear the floats */
	clear:both;
}

.tweet .user{
	font-weight:bold;
}

a, a:visited {
	/* Styling the links */
	color:#e89246;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

#loading{
	/* The loading gif animation */
	margin:100px 95px;
}

/* Thanks */
.thanks {
	width:862px;
	float:left;
	padding:0px 10px 0 30px;
}
.thanks h2 {
	font-size:36px;
	color:#6d6e71;
	padding-bottom:27px;
	font-family:'Futura', arial;
	font-weight:bold;
	text-align:center;
}

.thanks .subhead {
	width:750px;
	margin: 0 auto;
}

.thanks .subhead .subone{
	
	width:550px;
	font-size:14px;
	line-height:20px;
	color:#6d6e71;
	font-family:'ArvoRegular', arial;
	text-align:center;
	padding-bottom:22px;
	margin: 0 auto;
}

