body
{
	background-color: #ffe401;
	font-family: helvetica,arial,sans-serif;
	margin: 0;
}

.container
{
	width: 1000px;
	margin: 0px auto;
	background-color: #fff;
}

a:link
{
	color: #0051a6;
	text-decoration: none;
}

a:visited
{
	color: #6697CA;
	text-decoration: none;
}

a:hover
{
	color: #0051a6;
	text-decoration: underline;
}

/* NAVIGATION STYLES ----------*/

.navigation
{
	width: 200px;
	float: left;
}

.navigation img.logo
{
	padding: 20px;
}

ul.l1
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.l1 li
{
	text-transform: uppercase;
	font-family: helvetica,arial,sans-serif;
	font-size: 16px;
	color: #333333;
}

ul.l1 li a:link,
ul.l1 li a:visited
{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding: 3px 0 2px 30px;
	margin: 0;
	display: block;
}

ul.l1 li a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 3px 0 2px 60px;
	margin: 0 0 0 -30px;
	display: block;
	background: #ffe401 url(../images/arrow-yellow-right.gif) no-repeat right 0;
}

ul.l1 li a.current:link
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 3px 0 2px 60px;
	margin: 0 0 0 -30px;
	display: block;
	background: #ffe401 url(../images/arrow-yellow-right.gif) no-repeat right 0;
}

ul.l2
{
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}

ul.l2 li
{
	text-transform: none;
	font-family: helvetica,arial,sans-serif;
	font-size: 13px;
	color: #0051a6;
}

ul.l2 li a:link,
ul.l2 li a:visited
{
	text-decoration: none;
	color: #0051a6;
	font-weight: bold;
	padding: 4px 0 2px 30px;
	margin: 0 0 0 10px;
	display: block;
}

ul.l2 li a:hover
{
	text-decoration: underline;
	color: #0051a6;
	font-weight: bold;
	padding: 4px 0 2px 30px;
	margin: 0 0 0 10px;
	display: block;
	background-color: #ffffff;
	background-image: none;
}

ul.l2 li a.current:link
{
	text-decoration: underline;
	color: #0051a6;
	font-weight: bold;
	padding: 4px 0 2px 30px;
	margin: 0 0 0 10px;
	display: block;
	background-color: #ffffff;
	background-image: none;
}

.join
{
	padding: 20px;
}

.join .email
{
	font-family: helvetica,arial,sans-serif;
	color: #000000;
	background: #ffffff url(../images/icon-email-signup.gif) no-repeat 0 0;
	width: 180px;
	height: 140px;
	display: block;
}

.join .email h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 80px;
}

.join .email input[type=text]
{
	width: 150px;
	border: 1px solid #999999;
	color: #999999;
	margin: 5px 0 5px 15px;
	padding: 0 0 0 3px;
	font-size: 12px;
}

.join .email .join
{
	float: right;
	margin: 0 10px 0 0;
	background-color: #ffe401;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border: 0;
	text-transform: uppercase;
}

.join a.facebook:link,
.join a.facebook:visited
{
	display: block;
	padding: 0px 0 0 40px;
	margin: 0;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff url(../images/icon-facebook.gif) no-repeat 0 0;
	height: 40px;
}

.join a.twitter:link,
.join a.twitter:visited
{
	display: block;
	padding: 0px 0 0 40px;
	margin: 20px 0 0 0;
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background: #ffffff url(../images/icon-twitter.gif) no-repeat 0 0;
	height: 40px;
}

.join a.facebook:hover,
.join a.twitter:hover
{
	color: #000000;
}

/* CONTENT STYLES ----------*/

.content
{
	width: 800px;
	margin: 0 0 0 200px;
}

.content h3
{
	color: #666666;
	font-family: helvetica,arial,sans-serif;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	padding: 20px 20px 10px 20px;
	margin: 0;
}

.content .feature-image,
.content .interior-header
{
	padding: 0 20px 0 20px;
	margin: 0;
}

.content .content-inner
{
	padding: 0 20px;
}

#content_cvqss43 h2 { display: inline; }

/* Fix for page content appearing below sidebar */
div.sm_content .sm_detail h2 { clear: right; }

.sub-nav
{
	height: 90px;
}

.sub-nav ul
{
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
	padding: 20px;
}

.sub-nav ul li
{
	float: left;
	padding: 0 15px 0 0;
	font-weight: normal;
}

.sub-nav ul li.last
{
	padding-right: 0;
}

.sub-nav ul li a:link,
.sub-nav ul li a:visited
{
	width: 243px;
	height: 49px;
	background: #ffffff url(../images/btn-lg-bkg.png) no-repeat 0 0;
	display: block;
	text-align: center;
	padding: 14px 0 0 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 24px;
	text-shadow: 0.1em 0.1em 0.1em #333333;
}

.sub-nav ul li a:hover
{
	width: 243px;
	height: 49px;
	background: #ffffff url(../images/btn-lg-bkg-hover.png) no-repeat 0 0;
	display: block;
	text-align: center;
	padding: 14px 0 0 0;
	color: #cccccc;
	text-decoration: none;
	font-size: 24px;
	text-shadow: 0.1em 0.1em 0.1em #333333;
}

/* To target a safari browser issue */

@media screen and (-webkit-min-device-pixel-ratio:0){

.sub-nav ul li
{
	font-weight: bold;
}

.sub-nav ul li a:link,
.sub-nav ul li a:visited,
.sub-nav ul li a:hover
{
	padding-top: 10px;
}

}

.content .columns
{
	padding-left: 20px;
}

.content .columns .left
{
	width: 360px;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	font-family: arial,sans-serif;
}

.content h1
{
	color: #0051a6;
	font-family: helvetica,arial,sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	padding: 20px 20px 10px 0px;
	margin: 0;
}

.content .columns .left h2
{
	font-family: helvetica,arial,sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px 0;
}

.content .columns .left ul.links
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.content .columns .left ul.links li
{
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #bbb;
	font-weight: bold;
}

.content .columns .right
{
	width: 360px;
	margin: 0 0 0 400px;
	padding-left: 0px;
}

div.sm_content ul.sm_items > li { clear: right; }

/* FOOTER STYLES ----------*/

.footer
{
	clear: both;
	margin: 30px 0 20px 20px;
	background: #fff url(../images/footer-dots.gif) no-repeat 0 0;
	padding: 50px 0 30px 0;
	color: #0051a6;
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.footer span
{
	float: right;
	margin: 0 20px 0 0;
}
