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

html {
	background-color: #315b63;
}

body {
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.nineSixty {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#messageBox {
	height: 180px;
	background-color: #315b63;
}
#header {
	width: 100%;
	background-color: #333333;
	height: 225px;
	background-image: url(themes/site_themes/default_site/images/header-bk.gif);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#headerBK {
	background-image: url(themes/site_themes/default_site/images/headerBK-bk.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 225px;
}
#headerMenu .nineSixty {
	text-align: right;
}
#headerMenu .nineSixty ul {
	margin: 0px;
	padding: 5px 11px 0px 0px;
	color: #FFFFFF;
}
#headerMenu .nineSixty ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 18px;
	font-size: 18px;
	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;
}
#menuBar {
	background-color: #CCCCCC;
	height: 38px;
	background-image: url(themes/site_themes/default_site/images/menuBar-bk.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#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;
	font-size: 14px;
}
#menuBar ul li a:link, #menuBar ul li a:active, #menuBar ul li a:visited {
	padding: 10px 15px;
	color: #d6dfe2;
	text-decoration: none;
}
#menuBar ul li a:hover {
	background-image: url(themes/site_themes/default_site/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;
}
#contentArea {
	background-image: url(themes/site_themes/default_site/images/contentArea-bk.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 20px 0px;
	background-color: #ebf1f2;
}
#contentArea .nineSixty {
	background-image: url(themes/site_themes/default_site/images/contentArea-margin-bk.gif);
	background-repeat: repeat-y;
}
#leftMargin {
	float: left;
	width: 176px;
	margin: 0px 0px 0px 3px;
	padding: 10px 0px 0px 0px;
}
#leftMargin #marginMenu {
	margin: 0px;
	padding: 0px;
}
#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;
}
#marginLogos {
	margin: 10px 0px 0px 10px;
}
#marginLogos img {
	margin: 0px 10px 5px 0px;
	float: left;
}
#content {
	width: 570px;
	margin: 0px 0px 0px 15px;
	float: left;
}
#content h1 {
	margin: 13px 0px 0px 0px;
	font-size: 40px;
	color: #2e1434;
	color: #38193f;
	letter-spacing: -2px;
}
#content h2 {
	margin: 5px 0px 0px 0px;
	color: #33607e;
	font-size: 20px;
}
#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	color: #33607e;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content h3 {
	margin: 5px 0px 0px 0px;
	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;
	color: #484848;
	margin: 0px 0px 15px 0px;
	line-height: 140%;
}
#content p a:link, #content p a:active, #content p a:visited {
	color: #000000;
}
#content p a:hover {
	text-decoration: none;
	background-color: #fff;
}
#content img {
	float: right;
	margin: 0px 0px 20px 0px;
	/* border: 1px solid #fff; */
	border: none;
	position: relative;
	right: -30px;
}
#content ul, #content ol {
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
#content ul li {
	list-style: square;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	/* 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 {
	padding: 5px 10px;
	/* border-left: 1px solid #4685AE;
	border-right: 1px solid #4685AE; */
	background-color: #f7f9f9;
	font-family: "Times New Roman", Times, serif;
	margin: 10px 10px 10px 0px;
	/* 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;
}
#rightMargin {
	float: left;
	margin: 0 0 10px 17px;
	width: 177px;
	padding: 10px 0px 0px 0px;
}
#rightMargin #articlesMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #6f838a;
	font-size: 15px;
	/* font-size: 14px; */
	margin: 0px;
	padding: 0px;
}
.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;
}
#articlesMenu li a:hover {
	background-color: #fafbfb;
	color: #213f4a;
}
#footer {
	background-image: url(themes/site_themes/default_site/images/footer-bk.gif);
	background-repeat: repeat-x;
	background-color: #ebf1f2;
}
#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: 205px;
	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;
}

#mostPopular {
	background-image: url(themes/site_themes/default_site/images/mostPopular-bk.gif);
	background-repeat: repeat-x;
	background-color: #e1eaec;
	border-bottom: 1px solid #c7d6d9;
	padding-top: 10px;
	position: relative;
}
#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;
}
#disclaimer p {
	font-size: 10px;
	color: #acadad;
	width: 300px;
}
#disclaimer p a:link, #disclaimer p a:active, #disclaimer p a:visited {
	color: #5e5e5e;
}
#disclaimer p a:hover {
	color: #000;
}
#badges {
	width: 465px;
	float: right;
}
#badges p {
	font-size: 12px;
	color: #757879;
}
#badges img {
	float: left;
	margin: 0px 5px 5px 0px;
}
/* //////////////// Message Us Form ////////////// */
#contactForm {
	height: 200px;
	text-align: left;
}
#contactForm .column p {
	color: #fff;
	width: 210px;
	font-size: 12px;
	color: #c2ced1;
	float: right;
	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;
}
#contactForm form input.field, #contactForm form textarea.field, #searchForm form input.field {
	background-image: url(themes/site_themes/default_site/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 {
	width: 66px;
	height: 87px;
	border: none;
	margin: 72px 0px 0px 0px;
	text-transform: uppercase;
	/* clear: both; */
}
#contactForm form .column .button:hover {
	background-color: #EBF8E9;
	border: 1px solid #B5E3AE;
	color: #4d8644;
}
#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: 5px 0px 10px 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;
}
/* //////////////////////  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;
}
.clear {
	clear: both;
}


