* {	margin: 0; }
html, body { height: 100%; }
body
{
	text-align: center;
    font: 12px arial, helvetica; 
	line-height: 18px;
	background: #ebebdc url('../images/background2.gif') repeat-x;
	color: #717074;
}

#wrapper
{
	position: relative;
	width: 980px;
	background: url('../images/header_bg2.gif') top left repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -175px;*/ /* the bottom margin is the negative value of the footer's height */
	/*margin: 0 auto -325px;*/ /* the bottom margin is the negative value of the footer's height */

	margin: 0 auto -275px;
	text-align: left;
}

.cosmos_medium,.pod-header,h1.cosmos_bold ,h2 { font-family: 'CosmosMedium', sans-serif; font-weight: normal; line-height:normal; font-size-adjust: 0.51; }

#header
{
	
	/*margin: 0px 80px;*/
	height: 170px;
	width: 980px;
	display: block;
}

#header #right_head
{
	display: block;
	float: right;
	clear: right;
	/*padding: 30px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	/*width: 325px;*/
	/*width: 485px;*/
	width: 450px;
	height: 170px;
}

#header #right_head #head_links
{
	height: 50px;
	width: 312px;
	text-align: right;
	float: right;
	clear: right;
	margin: 20px 0px 0px 20px;
}

#header #right_head #head_links a
{
	font-weight: bold;
	font-size: 14px;
	color: #266977;
	text-decoration: none;
	padding: 5px 10px;
	float: left;
	margin: 0 3px;
}

#header #right_head #head_links a.homeLink:hover,#header #right_head #head_links a.homeLinkCurrent
{
	background-image: url('../images/homeLink_bg.gif');
	background-repeat: no-repeat;
}

#header #right_head #head_links a.aboutLink:hover,#header #right_head #head_links a.aboutLinkCurrent
{
	background-image: url('../images/aboutLink_bg.gif');
	background-repeat: no-repeat;
}

#header #right_head #head_links a.faqLink:hover,#header #right_head #head_links a.faqLinkCurrent
{
	background-image: url('../images/blogLink_bg.gif');
	background-repeat: no-repeat;
}

#header #right_head #head_links a.blogLink:hover,#header #right_head #head_links a.blogLinkCurrent
{
	background-image: url('../images/blogLink_bg.gif');
	background-repeat: no-repeat;
}


#header #right_head #head_links a.contactusLink:hover,#header #right_head #head_links a.contactusLinkCurrent
{
	background-image: url('../images/loginLink_bg.gif');
	background-repeat: no-repeat;
	margin: 0 0 0 3px;
}

#header #right_head #head_links a.loginLink:hover,#header #right_head #head_links a.loginLinkCurrent
{
	background-image: url('../images/loginLink_bg.gif');
	background-repeat: no-repeat;
}

#header #right_head #searchbox
{
	display: block;
	float: right;
	width: 250px;
	height: 35px;
	margin: 0px 10px;
}

#header #right_head #searchbox #searchText
{
	background: url('../images/search_bg.png') top left no-repeat;
	width: 193px; 
	height: 29px;
	padding: 2px 30px 2px 10px;
	border: none;
	float: right;
}

#header #right_head #searchbox #search_button
{
	width: 35px; 
	height: 34px;
	border: none;
	position: absolute;
	right: 0;
	z-index: 10;
}


#content
{
	width: 980px;
	height: auto;
	overflow: hidden;
	display: block;
	-moz-border-radius: 15px 15px;
	border-radius: 15px;
	/*background: #efefe5 url('../images/content_bg2.png') repeat-x;
	/*margin: 0px 80px;
	*/
}
/*
#content .border_left {background: url('../images/content_left.png') top left no-repeat; float: left; height: 371px; width: 12px;}
*/
#content .content_center {background: #EBEBDC url('../images/content_bg2.png') repeat-x; padding: 0px; float: left; width: 956px; height: auto; overflow: hidden;
	padding:0 10px;
}
/*
#content .border_right {background: url('../images/content_right.png') top left no-repeat; float: left; height: 371px; width: 12px;}
*/
#content div.content_center table#content_pane{

	clear:both;
}
#content div.content_center table#content_pane tr.home_content_top {background: url('../images/home_content_top.png') top left no-repeat; height: 17px; width: 968px;}
#content div.content_center table#content_pane tr.home_content_bottom {background: url('../images/home_content_bottom.png') top left no-repeat; height: 14px; width: 968px;}


#services_list
{
	width: 622px;
	height: auto;
	overflow: hidden;
	margin: auto;
	
}

#services_list ul.service_listing
{
	list-style: none;
	margin: 0;
	height: auto;
	padding-left: 0px;
	padding-top: 10px;
}

#services_list ul.service_listing li
{
	font-family: Arial;
	height: auto;
	overflow: hidden;
	width: 622px;
	cursor: pointer;
}

#services_list ul.service_listing li.active h2
{
	background: url('../images/service_active.png') top left no-repeat;
	color: #0c7689;
}

#services_list ul.service_listing li h2
{
	font-family: Arial;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	background: url('../images/service_inactive.png') top left no-repeat;
	height: 37px;
	width: 587px;
	padding: 6px 0px 0px 35px;
}

#services_list ul.service_listing li div.highlight_content
{
	display: none;
}

#services_list ul.service_listing li.active div.highlight_content
{
	display: block;
	height: auto;
	overflow: hidden;
	width: 580px;
	padding: 10px 0px 10px 35px;
	
}


#getStarted
{
	background-color: #266977;
	padding: 20px 20px 20px 20px;
	font-weight: normal;
	color: #ebebdc;
	font-size: 12px;
	text-align: left;
	font-family: Arial;
	-moz-border-radius: 15px 15px;
	border-radius: 15px;
}

#getStarted #getStartedRight
{
	float: right;
	color: #ebebdc;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	
}

.freedomTagline
{	
	margin: 3px 0;
	font-weight: bold;
	color: #ebebdc;
	font-size: 16px;
	font-family: 'HelveticaBold';
}

.largePhone
{
	font-weight: bold;
	font-size: 42px;
	line-height: 30px;
	color: #ffffff;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.contactformbase
{
	padding: 15px 15px 5px 5px;
}

.contactformdata
{
	clear: left;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

.formblank
{
	width: 300px;
	border-color: #b5b5b5;
	margin-bottom: 20px;
	margin-top: 5px;
}

.formbutton
{
	float: left;
	clear: left;
	display: block;
	height: 47px;
	width: 180px;
	margin-left: 170px;
}

.formbutton input
{
	background: url('../images/get_started.png') top left no-repeat;
	height: 47px;
	width: 180px;
	font-size: 1px;
	text-indent: 5000px;
}

.formtitle
{
	color: #00788b;
}

.ast
{
	color: #fb1515;
}

#get_started_highlight
{
	width: 360px;
	list-style: none;
	padding: 20px 15px;
}

#get_started_highlight li
{
	width: 334px;
	margin: 3px 15px;
}

#get_started_highlight li h1
{
	padding-top: 10px;
	font-family: 'HelveticaNeueLTStd65Medium';
	font-weight: normal;
}

#get_started_highlight li p
{
	padding: 5px 0px;
	font-family: 'HelveticaNeueLTStd65Medium';
}

.sidenavbutton
{
	display: block;
	width: 100%;
	font-size: 20px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	color: #ddddd;
	background: url('../images/bg_nohover_vslice.png') repeat-x;
}

.sidenavbigbutton
{
	display: block;
	width: 336px;
	font-size: 20px;
	height: 124px;
	text-decoration: none;
	font-weight: normal;
	color: #ddddd;
	background: url('../images/bigbuttonbg.png') repeat-x #f0f3f5;
	position: relative;
	z-index: 2;
}

.bigbuttonpic
{
	margin: 5px 0px 0px 10px;
	
}

.bigbuttonpic img
{
	padding-top: 15px;
	height: 100px;
	max-width: 125px;
}

.bigbuttontext
{
	display: block;
	/*width: 120px;*/
	/*height: 50px;*/
	margin-left: 150px;
	position: relative;
	top: -70px;
}

.sidemenutext
{
	padding-top: 15px;
	padding-left: 10px;
}

.sidenavbutton:hover
{
	background: url('../images/bg_hover_vslice.png') repeat-x;
}

.highlight_image
{
	width: 100%;
}

#pre_footer{ height: 150px; position: relative; /* added because links were not clickable in firefox */ }
#pre_container{	width: 980px; padding: 30px 0px; }

#footer, #formfooter
{
	position: relative; /* added because links were not clickable in firefox */
	/*height: 175px;*/
	background: #ffffff url('../images/footer_bg.gif') repeat-x;
	color: #717074;

	height: 125px;

}

#formfooter {background: transparent;display: block; clear: both;}

#push
{
	/*height: 175px;*/ /* #push must be the same height as #footer */
	/*height: 325px;*/

	height: 275px;
}

#footer_container
{
	z-index: 2;
	padding-top: 15px;
	/*width: 1140px;*/
	width: 980px;
	text-align: left;
}

#footer_container a
{
	color: #717074;
	text-decoration: none;
}

#footer_container a:hover
{
	text-decoration: underline;
}

#footer_col1
{
	z-index: 5;
	float: left;
}

#footer_col2
{
	z-index: 5;
	float: left;
	margin-left: 20px;
}

#footer_col3
{
	z-index: 5;
	float: left;	
	margin-left: 20px;
}

#footer_col4
{
	z-index: 5;
	float: left;
	margin-left: 20px;
}

#footer_col5
{
	z-index: 5;
	float: right;
	width: 275px;
}

a.largeFooterLink
{
	color: #717074;
	font-weight: bold;
	font-size: 16px;
	color: #00788b;
	text-decoration: none;
}

.foot_heading
{
	font-weight: bold;
	font-size: 14px;
	color: #717074;
	margin: 5px 0px 5px 0px;
}


.comment-block, #comments
{
	margin-bottom: 10px;
}

.comment-block div
{
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #efefef;
	padding-top: 10px;
}


/* Sales Force page */
.contentLeft, .contentRight {float: left; clear: none;}
.contentLeft {width: 550px; padding-right: 30px;}
.contentLeft p {margin: 1em 0;font-size: 14px;line-height: 1.2;}
.contentLeft ul {margin: 40px -15px; padding: 5px 15px; background-color: #efefe5; }
.contentLeft ul li {margin: 0; padding: 5px 0; list-style-image: url('../images/bullet.gif');list-style-position: inside; font-size: 16px; font-weight: bold;}
.contentLeft .quotation {display: block; clear: both; margin: 0 -15px; padding: 15px 0 5px 15px; background: url('../images/topquotes.gif') top left no-repeat;}
.contentLeft .quotation p {display: block; clear: both; margin: 0; padding: 0 15px 15px 0; background: url('../images/bottomquotes.gif') bottom right no-repeat;}
.contentRight {width: 300px;font-family: Arial;}
.contentRight div.formsCont {display: block; background-color: #e2e2d5;padding: 12px 5px 10px; margin-bottom: 10px;text-align: center;}
.contentRight div.formsCont div.imageCont {display: block; background-color: #fff; margin: 10px auto 0; padding: 10px 0;}
.contentRight div.forms {display: block; clear: both; background-color: #efefe5;padding: 10px 0;}
.contentRight div.forms div.formsHighlight {display: block; background-color: #fff; margin: 10px auto 0; padding: 10px 0;}
.contentRight div.highlightcont {display: block; background-color: #fff; margin: 0 auto 10px; padding: 10px 5px;}
.contentRight div.highlightcont p.header {font-size: 24px;color: #00788b; margin: 0;}
.contentRight div.highlightcont p {font-size: 12px;color: #717074;margin: 1em 0;}
.contentRight div.forms div.formrow {display: block; clear: both;padding-bottom: 3px;overflow: hidden;}
.contentRight div.forms div.formrow label {float: left; width: 112px;padding-right: 15px; text-align: right;font-size: 12px;}
.contentRight div.forms div.formrow input {float: left; width: 146px; font-family: inherit; font-size: inherit; color: inherit;}
.contentRight div.forms input.formssubmit {margin-top: 10px;}
.phonenumber {float: right; clear: none;background-color: #efefe5;padding: 8px 40px 0;text-align: center;overflow: hidden;height: 62px;}
.phonenumber p {margin: 0; color: #8f8e8e; font-size: 11px; font-family: Arial;}

.newsletterform {display: block; clear: both; padding-bottom: 20px;}
#newslettersignup {display: block; height: 107px; margin: auto; width: 248px; background: url('../images/myNews_bg.png') top left no-repeat; color: #717074; padding: 20px 40px; margin: 10px 0;}
#newslettersignup h1 {color: #00788b; font-size: 18px; font-family: Arial; font-weight: bold;}
#newslettersignup p {}
#newslettersignup div {display: block; padding: 5px 0;}
#newslettersignup label, .newsletterform label {color: #717074; float: left; clear: none; text-align: left;}
#newslettersignup input#newsletter, .newsletterform input#newsletter {float: left; clear: left; width: 124px; border-width: 1px; border-style: solid; border-color: #8d8d8d #cccccc #cccccc #8d8d8d; padding: 2px 3px;}
#newslettersignup input.newssubmit, .newsletterform input.newssubmit {float: left; clear: none; margin: 0 10px;}
.newsletterform label {font-weight: bold;}

#newshome {display: block; clear: both; margin: 0; margin-top: 50px;}
#readnews {float: left; clear: both;  margin-left: 20px;}
#readourblog {float: left; clear: none; margin-left: 5px;}
#newshome div.newsEntry {display: block; clear: both; width: 335px;}
a.readnews {float: left; clear: both; margin: 0 0 15px 85px;}
div.newsEntry div.newsImage {float: left; clear: none; width: 85px; min-height: 1px; text-align: center;}
div.newsEntry div.newsImage img {width: 65px; margin: auto;}
div.newsEntry div.newsContent {float: left; clear: none; width: 250px; font-family: Arial;}
div.newsEntry div.newsContent a.newsTitle {text-decoration: none; font-family: Arial; font-weight: bold; color: #266977;}
#headerimage {position: relative; display: block; clear: both; margin: -20px -20px 36px -20px;}

div.entry {color: #000; display: block; clear: both; margin-bottom: 10px;}
div.postmeta {display: block; clear: both; background-color: #f3f3eb; padding: 8px 15px; line-height: 1.5; color: #717074; font-size: 12px; margin-bottom: 25px;}
div.entrypostmeta {display: block; clear: both; padding: 16px 15px; line-height: 1.5; color: #717074; font-size: 12px; margin-bottom: 25px; border-top: 4px solid #f3f3eb; border-bottom: 4px solid #f3f3eb;}
.blog-pod-header {display: block; font-size: 14px; color: #444444; background-color: #eeeeee;line-height: 1; padding: 10px 16px; font-weight: bold;}
.blog-pod-content {display: block; clear: both; padding: 14px 0 14px 20px;}
.twitterpod {display: block; height: 165px; background: url('../images/twitterbg.gif') top left no-repeat; margin-bottom: 20px; padding: 5px 5px 40px; position: relative;}
a.twitterlink {position: absolute; bottom: 18px; left: 35px; color: #33ccff; font-weight: bold; font-size: 11px;}
div.tweets {font-size: 11px; color: #444444; padding: 0 10px; height: 125px; overflow: hidden;}
div.tweets p {padding: 5px 0;}
div.tweets p a {color: #3fcfff;}
h1.bloghead {font-size: 24px; color: #e77a01; font-family: arial;}
ul.forms {list-style-type: none; margin: 0; padding: 10px 0; display: block;}
div#recaptchaarea, div#recaptcha2area {display: block; clear: both; padding: 10px 0 10px 200px;}
ul.formblock {display: block; list-style-type: none; margin: 0; padding: 0;}
ul.formblock li.label {display: block; margin-top: 10px;}
ul.formblock li.label span {display: block; clear: both; font-size: 12px; font-weight: normal;}
ul.formblock li {display: block; padding: 3px;}
ul.formblock li label {float: left; clear: none; width: 200px;}
ul.formblock li label.biglabel {display: block; clear: both; font-size: 14px; font-weight: bold; width: auto; margin: 10px 0;}
ul.formblock li input {float: left; clear: none;}
.invalid {color: red;}

div#logincontainer {padding-top: 15px; display: block; clear: both; position: relative;}
div#logincontainer div#login-left {float: left; clear: none; position: relative; width: 300px;margin-right: 6px; padding: 25px 55px 40px 55px; background-color: #ebe9db; border: 2px solid #dddddd; border-radius: 15px 15px 15px 15px;}
div#bgholder {background-color: #ebe9db; width: 350px; }
div#login-left h1 {margin-bottom: 30px; }
div#logincontainer div#login-right {float: left; clear: none; position: relative; width: 440px; margin-left: 10px;}
div#login-left label {display: block; clear: both; padding: 0; margin: 0; font-size: 12px;}
div#login-left input#login, div#login-left input#password {display: block; clear: both; position: relative; margin-bottom: 10px; width: 296px; border: 1px solid #BFBFB3; padding: 2px;}
div#login-left div#login-submit {display: block; clear: both; position: relative; padding: 10px 0;}
div#login-left div#login-submit input {float: left; clear: both; margin-right: 10px; position: relative;}

div#myphones,div#myappointments,div#mybusiness {display: block; cursor: pointer; text-transform: Capitalize; clear: both; font-weight: bold; color: #fff; font-size: 16px; width: 150px; border-width: 3px; border-style: solid; margin: 10px auto; padding: 10px; text-align: center;}
div.myphones {border-color: #717074; background-color: #8F8F8F;}
div.myphones:hover,div.myphonesactive {background-color: #717074;border-color: #8F8F8F;}
div.myappointments {border-color: #00788B; background-color: #009AAF;}
div.myappointments:hover, div.myappointmentsactive {background-color: #00788B;border-color: #009AAF;}
div.mybusiness {border-color: #9FA617; background-color: #B4BF00;}
div.mybusiness:hover, div.mybusinessactive {background-color: #9FA617;border-color: #B4BF00;}
img#loaderimg {display: block; margin: 20px auto;}
div.checkbox {display: block; clear: both; position: relative; padding: 0; margin: 0;}
div.checkbox input {float: left; clear: both; margin: 3px 0 0 0; padding: 0;}
div.checkbox label {float: left; clear: none; margin: 0 0 0 5px; padding: 0;}
div.servicediv {float: left; clear: none;text-align: center; width: 210px;}
div.servicediv img {display: block; clear: both; height: 50px; margin: auto;}
#password, #confirm, #username {width: 150px;}





/* Fonts */
@font-face {
    font-family: 'HelveticaBold';
    src: url('font/helvetica_bold-webfont.eot');
    src: url('font/helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helvetica_bold-webfont.woff') format('woff'),
         url('font/helvetica_bold-webfont.ttf') format('truetype'),
         url('font/helvetica_bold-webfont.svg#HelveticaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTStd65Medium';
    src: url('font/helveticaneueltstd-md-webfont.eot');
    src: url('font/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaneueltstd-md-webfont.woff') format('woff'),
         url('font/helveticaneueltstd-md-webfont.ttf') format('truetype'),
         url('font/helveticaneueltstd-md-webfont.svg#HelveticaNeueLTStd65Medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url('font/helveticaltstd-roman-webfont.eot');
    src: url('font/helveticaltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/helveticaltstd-roman-webfont.woff') format('woff'),
         url('font/helveticaltstd-roman-webfont.ttf') format('truetype'),
         url('font/helveticaltstd-roman-webfont.svg#HelveticaLTStdRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}
