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

html {
	/* background-color: #315b63; */
	min-width: 1040px;
}

body {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 4px solid #315B63;
	line-height: normal;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}

.span1 {width: 67px;}
.span2 {width: 154px;}
.span3 {width: 241px;}
.span4 {width: 328px;}
.span5 {width: 415px;}
.span6 {width: 502px;}
.span7 {width: 589px;}
.span8 {width: 676px;}
.span9 {width: 763px;}
.span10 {width: 850px;}
.span11 {width: 937px;}
.span12 {width: 1024px;}

.offset1 {margin-left: 87px;}
.offset2 {margin-left: 174px;}
.offset3 {margin-left: 261px;}
.offset4 {margin-left: 348px;}
.offset5 {margin-left: 435px;}
.offset6 {margin-left: 522px;}
.offset7 {margin-left: 609px;}
.offset8 {margin-left: 696px;}
.offset9 {margin-left: 783px;}
.offset10 {margin-left: 870px;}
.offset11 {margin-left: 957px;}

.nineSixty {
	width: 960px;
	width: 1044px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#logo {
	position: absolute;
	top: 26px;
	left: 15px;
}
#messageBox {
	height: 230px;
	background-color: #315b63;
	padding-top: 10px;
	display: none;
}
#header {
	position: relative;
	width: 100%;
	background-color: #333333;
	height: 225px;
	height: 205px;
	height: 162px;
	background-image: url(../images/header-bk.gif);
	background-position: top center;
	/*background-position: 50% 49%;*/
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#headerBK {
	background-image: url(../images/headerBK-bk.jpg);
	background-image: url(../images/headerBK2-bk.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*background-position: 50% 49%; */
	height: 225px;
	height: 205px;
	height: 162px;
}
#headerMenu .nineSixty {
	text-align: right;
}
#headerMenu .nineSixty ul {
	margin: 0px;
	padding: 6px 11px 0px 0px;
	color: #FFFFFF;
}
#headerMenu .nineSixty ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 18px;
	padding: 0px 15px;
	font-size: 18px;
	font-size: 17px;
	letter-spacing: -1px;
}
#headerMenu .nineSixty ul .lastLI {
	padding-right: 0px;
}
#headerMenu .nineSixty ul li a:link, #headerMenu .nineSixty ul li a:active, #headerMenu .nineSixty ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headerMenu .nineSixty ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menuBarWrapper {
	height: 38px;
}
#menuBar {
	background-color: #CCCCCC;
	height: 37px;
	background-image: url(../images/menuBar-bk.gif);
	background-repeat: repeat-x;
	/* overflow: hidden; */
	width: 100%;
}
#menuBar ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#menuBar ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d6dfe2;
	color: #e1eaed;
	font-size: 14px;
	font-size: 14px;
	position: relative;
}
#menuBar ul li a:link, #menuBar ul li a:active, #menuBar ul li a:visited {
	padding: 10px 16px;
	color: #d6dfe2;
	text-decoration: none;
}
#menuBar ul li a:hover {
	background-image: url(../images/mainMenu-bk-over.gif);
	background-repeat: repeat-x;
	color: #fff;
}
#menuBar #searchForm {
	float: right;
	width: 180px;
	margin: 2px 0px 0px 0px;
	padding: 3px 0 0 3px;
}
#menuBar.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}



/*--- DROPDOWN ---*/
#menuBar ul ul {
	background-color: #CCCCCC;
	list-style:none;
	position: absolute;
	top: 26px;
	left: 0px;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	padding: 0px;
	margin: 0px;
	z-index: 10000;
}
#menuBar ul ul li {
	float:none;
	background-color: #51737f;
	padding: 0px;
	display: block;
	font-size: 14px;
}
#menuBar ul ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display: block;
	padding: 5px;
}
#menuBar ul li:hover ul{ /* Display the dropdown on hover */
	left: 0px; /* Bring back on-screen when needed */
}
#menuBar ul li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/* background-color: white; */
}
#menuBar ul li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	padding: 0px 16px 0px 16px;
}
#menuBar ul li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background-color: #1e3c4f;
	background-color: #35535f;
	background-image: none;
	color: white;
}










.noLink {
	cursor: default;
}

#navBox {
	height: 38px;
}
#contentArea {
	/* background-image: url(../images/contentArea-bk.gif);
	background-repeat: repeat-x; */
	padding: 0px 0px 0px 0px;
	/* background-color: #ebf1f2; */
	position: relative;
}
#contentArea .nineSixty {
	/* background-image: url(../images/contentArea-margin-bk.gif);*/
	background-repeat: repeat-y;
	position: relative;
}
#leftMargin {
	float: left;
	width: 176px;
	margin: 0px 0px 0px 3px;
	padding: 10px 0px 0px 0px;
}

#leftMargin #marginMenu {
	margin: 0px;
	padding: 0px;
	background-color: #D5DFE0;
	background-color: #e2e7e8;
}
#leftMargin #marginMenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #213f4a;
	line-height: 35px;
	font-size: 16px;
}
#leftMargin #marginMenu li a:link, #leftMargin #marginMenu li a:active, #leftMargin #marginMenu li a:visited {
	padding: 0px 0px 0px 16px;
	display: block;
	color: #213f4a;
	text-decoration: none;
}
#leftMargin #marginMenu li a:hover {
	background-color: #ccd7d8;
	color: #020406;
}
#leftMargin .hr {
	margin-top: 0px;
}
#leftMargin.fixed {
	position: fixed;
	top: 43px;
	margin-left: 3px;
	z-index: 100;
}
#leftMarginWrapper {
	width: 176px !important;
}
#marginTestimonials p {
	font-size: 19px;
	letter-spacing: -1px;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
	color: #484848 !important;
}
#marginTestimonials p a {
	color: inherit;
	display: inline-block;
}
#marginTestimonials p a:hover {
	text-decoration: none;
	background-color: #F9F9F9;
}
#marginTestimonials p span {
	font-style: italic;
	font-weight: normal;
	line-height: 30px;
	color: #7db3d7;
	display: block;
}
#marginLogos {
	margin: 10px 0px 0px 10px;
}
#marginLogos img {
	margin: 0px 10px 5px 0px;
	float: left;
}
#content {
	width: 570px;
	width: 630px;
	margin: 0px 0px 20px 25px;
	float: left;
	position: relative;
}
img.fadeOut {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
	display: none;
}
#content h1, #content .h1, #homeArticle h1 {
	margin: 13px 0px 0px 0px;
	font-size: 40px;
	color: #2e1434;
	color: #38193f;
	letter-spacing: -2px;
}
#content .h1, #homeArticle h1 {
	font-size: 30px;
}
h2.h1 {
	margin-left: 10px !important;
	margin-bottom: 10px !important;
}
#content h2, #homeArticle h2 {
	margin: 25px 0px 0px 0px;
	color: #33607e;
	font-size: 20px;
	line-height: 120%;
	font-size: 20px;
}
#homeArticle {
    margin-left: 15px;
}
#homeArticle .span3 {
    position: relative;
    min-height: 250px;
}
#homeArticle .span3 a.button {
    position: absolute;
    bottom: 0px;
}
#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	color: #33607e;
	text-decoration: underline;
}
#content h2 a:hover {
	text-decoration: none;
}
#content h3 {
	margin: 15px 0px 3px 0px;
	padding: 0px;
	line-height: 120%;
	font-size: 15px;
	color: #284c64;
	color: #38193F;
	/* clear: right; */
}
#content h3 a:link, #content h3 a:active, #content h3 a:visited {
	color: #38193F;
	text-decoration: underline;
}
#content h3 a:hover {
	text-decoration: none;
}
#content p, #content ul li, #content ol li {
	font-size: 13px;
	width: 532px;
	width: inherit;
	color: #484848;
	margin: 0px 0px 15px 0px;
	line-height: 140%;
}
#content p a:link, #content p a:active, #content p a:visited {
	color: #000000;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
	background-color: #fff;
}
#content img {
	float: right;
	margin: 0px 0px 20px 10px;
	/* border: 1px solid #fff; */
	border: 5px solid #efefef;
	position: relative;
	right: -30px;
	right: 0px;
}
#content ul, #content ol {
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
#content ul li {
	list-style: square;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	line-height: 130%;
	/* width: 370px; */
}
#content ol {
	margin: 10px 0px 0px 25px;
	font-size: 13px;
	padding: 0px;
}
#content ol li {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	width: 370px;
}

#content blockquote {
	/* border-left: 1px solid #4685AE;
	border-right: 1px solid #4685AE; */
	background-color: #f7f9f9;
	font-family: "Times New Roman", Times, serif;
	margin: 10px 10px 10px 40px;
    padding: 20px;
    box-shadow: 3px 3px 6px #E1E1E1;
    clear: right;
    border-left: 5px solid #4899cf;
	/* float: left; */
}
#content blockquote p {
	font-size: 22px;
	/* width: 280px; */
	margin: 0px;
}
#content blockquote p a:link, #content blockquote p a:active, #content blockquote p a:visited {
	text-decoration: none;
	display: block;
	color: #38193F;
}
#content blockquote p a:hover {
	text-decoration: underline;
}
#content.offset {
	margin-left: 204px;
}
#content .button {
	margin-top: 0px !important;
}
#rightMargin {
	float: left;
	margin: 0 0 10px 27px;
	width: 177px;
	padding: 10px 0px 0px 0px;
}
#rightMargin h3 {
	background-color: #E2E7E8;
	font-size: 12px;
	color: #7e8182;
	padding: 7px 7px 7px 10px;
	line-height: normal;
	margin: 0px;
}
#rightMargin #articlesMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f838a;
	font-size: 15px;
	/* font-size: 14px; */
	margin: 0px;
	padding: 0px;
}
#rightMargin .categoryMenu {
	list-style: none;
	margin: 0px;
}
#rightMargin .categoryMenu li {
	padding-left: 10px;
	line-height: 190%;
}
#rightMargin .categoryMenu li a {
	color: #253f49;
	text-decoration: none;
}
#rightMargin .categoryMenu li a:hover {
	text-decoration: underline;
	color: #020406;
}
#rightMargin ul {
	margin-bottom: 20px !important;
}
#rightMargin.fixed {
	position: fixed;
	top: 43px;
	margin-left: 861px;
	z-index: 100;
}
.margin h4 {
	font-size: 14px;
	margin: 0px;
	color: #552556;
}
.marginBox {
	background-color: #d5dfe0;
}
#articlesMenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	/* line-height: 30px; */
}
#articlesMenu li a:link, #articlesMenu li a:active, #articlesMenu li a:visited {
	color: #6f838a;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	display: block;
	line-height: 130%;
	padding: 7px 5px 7px 10px;
}
#articlesMenu li a:hover {
	background-color: #fafbfb;
	background-color: #e2e7e8;
	color: #213f4a;
}
#footer {
	background-image: url(../images/footer-bk.gif);
	background-repeat: repeat-x;
	background-color: #ebf1f2;
	/* z-index: 1000; */
	position: relative;
}
#testimonials {
	margin: 0px 0px 0px 10px;
	padding: 25px 0px 0px 10px;
}
.testimonial p {
	font-size: 12px;
	margin: 0px;
}
.testimonial p strong {
	text-indent: 4px;
}
.testimonial.two {
	color: #2d2f2f;
}
.testimonial.three {
	color: #5a5e5e;
}
.testimonial.four {
	color: #717475;
	margin-right: 0px;
}
.testimonial {
	width: 230px;
	float: left;
	margin: 0px 30px 20px 0px;
}
.testimonial p strong {
	text-indent: 4px;
}
.testimonial p a:link, .testimonial p a:active, .testimonial p a:visited {
	color: #000;
	display: block;
	text-decoration: none;
}
.testimonial .two p {
	color: #2d2f2f;
}
.testimonial .two p a:link, .testimonial .two p a:active, .testimonial .two p a:visited {
	color: #2d2f2f;
}
.testimonial .three p {
	color: #5a5e5e;
}
.testimonial .three p a:link, .testimonial .three p a:active, .testimonial .three p a:visited {
	color: #5a5e5e;
}
.testimonial .four p {
	color: #717475;
}
.testimonial .four p a:link, .testimonial .four p a:active, .testimonial .four p a:visited {
	color: #717475;
}
.testimonial p a:hover {
	text-decoration: underline;
}

.fullTestimonial {
	width: 290px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#mostPopular {
	background-image: url(../images/mostPopular-bk.gif);
	background-repeat: repeat-x;
	background-color: #e1eaec;
	border-bottom: 1px solid #c7d6d9;
	padding-top: 10px;
	position: relative;
	margin-bottom: 20px;
}
#mostPopular h3 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 23px;
	margin: 0px 0px 0px 495px;
	padding: 0px;
	letter-spacing: -1px;
	color: #552556;
	line-height: 26px;
}
#mostPopular h3 a:link, #mostPopular h3 a:active, #mostPopular h3 a:visited {
	text-decoration: none;
	color: #552556;
}
#mostPopular p {
	font-size: 14px;
	color: #524753;
	margin: 0px 0px 10px 495px;
	width: 450px;
	padding: 0px;
}
#mostPopular p a:link, #mostPopular p a:active, #mostPopular p a:visited {
	text-decoration: none;
	color: #524753;
	display: block;
}
#mostPopular p a:hover {
	text-decoration: underline;
}
#mostPopular #title {
	position: absolute;
	bottom: 3px;
	left: 105px;
}
#disclaimer {
	padding-bottom: 10px;
	width: 435px;
}
#disclaimer p {
	font-size: 10px;
	color: #acadad;
	line-height: 120%;
}
#disclaimer p a:link, #disclaimer p a:active, #disclaimer p a:visited {
	color: #5e5e5e;
}
#disclaimer p a:hover {
	color: #000;
}
#badges {
	width: 465px;
	width: 545px;
	float: right;
}
#badges p {
	font-size: 12px;
	color: #757879;
}
#badges img {
	float: left;
	margin: 0px 5px 5px 0px;
}
/* //////////////// Message Us Form ////////////// */
#contactForm {
	height: 230px;
	text-align: left;
}
#contactForm p {
	color: #fff;

	font-size: 12px;
	color: #c2ced1;
	margin: 0px 0px 5px 0px;
	/* float: right;
	width: 210px;
	margin-top: 70px; */
}
#contactForm form {
	width: 940px;
	margin: 0px auto;
}
#contactForm form label {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: lowercase;
	text-indent: 3px;
	line-height: normal;
	margin-bottom: 0px;
}
#content label {
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	text-transform: lowercase;
}
#contactForm form input.field, #contactForm form textarea.field, #searchForm form input.field {
	background-image: url(../images/input-bk.gif);
	background-repeat: repeat-x;
	background-color: #29495b;
	width: 278px;
	border: 1px solid #85a7b5;
	line-height: 16px;
	height: 20px;
	padding: 5px 3px;
	font-size: 14px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e8ea;
}
#contactForm form textarea.field {
	height: 132px;
}
#contactForm form .column .button, #content .button, #content a.button, a.button {
	/* width: 66px;
	height: 87px; */
	border: 2px solid white;
	margin: 72px 0px 0px 0px;
	margin: 44px 0px 0px 0px;
	clear: left;
	padding: 5px 8px;
	font-weight: normal;
	font-size: 17px;
	background-color: #864787;
	background-color: #763877;

	color: white !important;
	text-decoration: none !important;

	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    border-width: 4px;
    border-color: #EFEFEF;
    border-color: #763877;
    display: inline-block;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 1.0);

	/* text-transform: uppercase; */
	/* clear: both; */
}
#contactForm form .column .button:hover, #content .button:hover, #content a.button:hover, a.button:hover {
	background-color: #552556;
	color: white !important;
    border-color: #552556;
}
#contactForm form .column {
	width: 300px;
	float: left;
	margin: 10px 0px 0px 10px;
}
#searchForm form .field, #searchForm form input {
	float: left;
}
#searchForm form input.field {
	width: 130px;
	height: 17px;
}
#searchForm form .submit {
	width: 28px;
	height: 29px;
	margin-left: 5px;
	background-color: #f5f7f7;
	border: 1px solid #92a6af;
	font-size: 14px;
	line-height: 10px;
}
.hr {
	height: 1px;
	background-color: #d3d8d9;
	margin: 15px 0px 15px 0px;
}
/* //////////////////////  Subscribe Form ////////////////////// */
#subscribeForm {
	padding: 10px 5px 10px 10px;
}
#subscribeForm label {
	color: #666666;
	font-size: 12px;
	display: block;
	margin: 10px 0px 0px 0px;
}
#subscribeForm input.field {
	border: 1px solid #adbbc4;
	background-color: #f3f7f7;
	padding: 5px 3px;
	display: block;
}
#subscribeForm input.submit {
	margin: 10px 0px 0px 0px;
	display: block;
	}

.googleIframe {
	float: right;
}
.googleIframe small{
	font-size: 10px;
}

.googleIframe iframe {
	border: 1px solid #a4a4a5;
}

#teamPhotos {
	margin: 20px 0px;
	padding: 0px;
	width: 630px;
}
.teamPic {
	margin-top: 20px !important;
}
#content #teamPhotos img {
	float: left !important;
	margin: 0px !important;
	padding: 0px !important;
}
#content #teamPhotos a img {
	border: none;
}
#teamPhotos .teamPhoto {
	width: 125px;
	height: 150px;
	margin: 1px 1px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
}
.teamPhoto {
}
.teamPhoto .memberOverlay {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 125px;
}
.teamPhoto .nameOverlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 125px;
}
.teamPhoto h3 {
	margin: 0px !important;
}
.teamPhoto h3 a {
	line-height: inherit !important;
	background-color: red;
	padding: 5px !important;
	margin: 0px !important;
	font-size: 13px !important;
	font-weight: normal;
	width: 115px;
	background-color: rgba(73,153,207,0.8);
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	display:block;
}
.teamPhoto:hover h3 a {
	background-color: rgba(73,153,207,1);
	color: black !important;
}
.teamPhoto .teamExcerpt {
	background-color: rgba(0,0,0,0.6);
	margin: 0px !important;
	padding: 5px !important;
	line-height: 110% !important;
	width: 115px !important;
}
.teamPhoto .teamExcerpt a {
	color: white !important;
	text-decoration: none !important;
	display: block;
}
.teamPhoto .teamExcerpt a:hover {
	color: white !important;
	text-decoration: none;
	background-color: transparent !important;
}

#homeTeam #teamPhotos {
	width: 100%;
	margin-left: 20px;
}
#homeTeam #teamPhotos h3 {
	line-height: 120% !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 15px;
}

.fullWide {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.paperBack {
	background-image: url('../images/tile-paper-grad.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: #d6d6d6;
}
#homeTestimonial {
	text-align: center;
	margin-top: 30px;
}
#homeTestimonial p, #fadeTestimonials p {
	font-family: 'Times New Roman', serif;
	font-size: 40px !important;
	line-height: 110%;
	color: #373737 !important;
	font-weight: normal !important;
	margin-bottom: 0px;
}
#homeTestimonial p a {
	color: #373737 !important;
}
#fadeTestimonials {
    clear: both;
    text-align: center;
    margin-top: 30px;
}
#fadeTestimonials p {
    font-size: 35px !important;
    display: block;
}
#fadeTestimonials small {
    display: block;
    font-size: 20px;
    color: #a1a1a1;
    font-style: italic;
}
#homeTestimonial p small {
	display: block;
	color: #a1a1a1;
	font-size: 30px;
	line-height: 140%;
	font-style: italic;
}

#homeMission {
}
#homeMission p {
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	text-align: center;
	color: #373737;
    font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif !important;

    line-height: 180%;
}
#homeMission p strong {
	/* font-weight: normal !important;
	background-color: #ebebeb;
	line-height: 180%; */
}

div.divider {
	width: 600px;
	margin:0px auto;
	clear: both;
	height: 20px;
	background-image: url('../images/tile-hr.png');
	background-repeat: repeat-x;
	background-position: left center;
	margin-bottom: 30px;
	margin-top: 30px;
}
div.divider p {
	display: inline;
	background-color: white;
	padding: 0px 8px;
	font-family: serif;
	font-size: 12px;
	color: #5a5a5a;
	text-transform: lowercase;
}















/* //////////////////////  Subscribe Form ////////////////////// */

#contact_form .field {
	border: 1px solid #6F838A;
	background-color: #fff;
	width: 80%;
	height: 25px;
	font-size: 16px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px 2px;
	margin: 0px;
}
#contact_form .fieldShort {
	border: 1px solid #6F838A;
	background-color: #fff;
	width: 20%;
	height: 25px;
	font-size: 16px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px 2px;
	margin: 0px;
}
#contact_form textarea {
	border: 1px solid #6F838A;
	background-color: #fff;
	width: 80%;
	font-size: 16px;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	padding: 2px 0px 0px 2px;
	margin: 0px;
}
#contact_form label {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	color: #484848;
}
#contact_form .submit {
	display: block;
	margin: 10px 0 0 0;
}
#content #submit img {
	float: none;
	margin-left: 0px;
	position: relative;
	right: 0px;
}
input.hidden {
	display: none;
	height: 0px;
}

.column2 {
	width: 600px;
	margin: 0px 0px 0px 10px;
}
.clearFix {
	clear: both;
}
.last {
	margin-right: 0px;
}
.captcha img {
	float: none !important;
	margin-left: 0px !important;
}

.well {
	padding: 17px;
	margin-bottom: 10px;
}
.advert {
	text-align: center;
	background-color: #E2E7E8;
	background-color: #763877;
	color: white;
}
.advert h3 {
	color: #552556;
	color: white;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: normal;
	line-height: 110% !important;
	margin: 0px;
}
.advert h3 a {
	color: white;
	text-decoration: none;
	letter-spacing: normal;
}
.advert p {
	margin: 5px 0px 0px 0px;
}

.contentFAQ {
	margin: 0px 0px 2px 0px !important;
	line-height: 130%;
}
.contentFAQ a {
	font-size: 19px;
	background-color: #F7F9F9;
	background-color: #F5F5F5;
	padding: 12px;
	color: #484848 !important;
	display: block;
	text-decoration: none !important;
	line-height: 120%;
}
.contentFAQ a:hover {
	text-decoration: none;
	color: #7DB3D7 !important;
	background-color: #F7F9F9 !important;
}
.faqAnswer {
	text-align: left;
}
.faqAnswer h3 {
	line-height: 110%;
}
#fbButton {
	margin-left: 10px;
}
.passion {
	margin: 30px 0px 20px 0px;
	width: 400px;

}
.passion p {
	font-family: serif;
	font-size: 36px !important;
	line-height: 100% !important;
	text-align: center !important;
}

.last {
	margin-right: 0px;
}

.stat {
    clear: both;
    display: block;
}
.stat p {
    padding-top: 10px !important;
    font-size: 17px !important;
}
.stat div {
    font-size: 70px;
    font-weight: bold;
}
.stat div.pull-left {
    margin-right: 15px;
}
.stat div.pull-right {
    margin-left: 15px;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.dkGreen, .dkGreen p {
    /* color: #38193f !important; */
}
.ltGreen, .ltGreen p {
    /* color: #501d5b !important; */
}
.dkPurple {
    color: #763877 !important;
}
.well-purple {
    background-color: #763877;
}
.well-purple a {
    color: white !important;
}
/* PhysioTec */
#PhysiotecIFrame img {
	float: none;
}
.clear {
	clear: both;
}


