/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(../_img/body_bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #202020;
	height: 100%;
}
h1 {
	margin: 0;
	color: #32557E;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: #0080a7;
	font-size: 1.55em;
	line-height:1.125;
	margin: 0;
	font-weight: normal;
}
h5 {
	color: #0080a7;
	font-size: 16px;
	line-height:1.125;
	margin: 0;
	font-weight: normal;
}
h3 {
	color:#0080a7;
	font-size:1.333em;
	font-weight:normal;
	line-height:1.125;
	margin: 0;
}
h4 { color: #92d050; 
font-size:1.333em;
	font-weight:normal;
	line-height:1.125;
	margin: 0;
	}
a {
	color: #92d050;
	text-decoration: underline;
}


#header h1 {
	margin: 0 auto;
	float: left;
	width: 355px;
	position: relative;
	z-index: 0;
	padding-top: 4px;
}
#header h1 a:link, #header h1 a:visited {
	width: 355px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 80px;
	display: block;
	background: url(../_img/logo.gif) no-repeat;
}
#header {
	height: 104px;
}
#header .content {
	background: url(../_img/header_bg.gif) no-repeat right top;
}
#header p {
	float: right;
	color: #2693b5;
	margin: 10px 10px 0 0;
	font-size: 1.167em;
	text-align: right;
	line-height: 1.285;
}
/* Navigation */
#nav {
	clear:right;
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:2.4;
	list-style:none outside none;
	margin: -14px 0 0;
	padding:0;
	text-align:right;
	width:760px;
	position: relative;
	z-index: 3;
}
#nav li {
	float: left;
	padding-left: 8px;
}
#nav li:hover {
	background: url(../_img/nav-cap_left.gif) no-repeat left top;
	
}
#nav li a {
	color: #8fcf4e;
	display: block;
	text-decoration: none;
	padding-right: 8px;
	margin: 0 15px 0 0;
}
#nav li a.last { margin-right: 0; }
#nav li a:hover {
	color: #fff;
	background: url(../_img/nav-cap_right.gif) no-repeat right top;
}

#leaderboard .content {
	height: 269px;
	background: url(../_img/leaderboard_bg.gif) no-repeat left top;
	overflow: hidden;
}
.content {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}

#leaderboard h3 {
	line-height: 36px;
	letter-spacing: -1px;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	margin:0;
}
#leaderboard .content div {
	float: left;
	width: 500px;
	position: relative;
	z-index: 2;
	margin-top:-251px;
}
#leaderboard p {
	font-size: 16px;
	line-height: 1.125;
	font-weight: normal;
	margin-top: 36px;
	float: left;
	width: 300px;
}
#leaderboard a {
	text-decoration: underline;
	color: #0080a7;
}
#leaderboard a:hover {
	text-decoration: underline;
}
#leaderboard img { 
	float:right;
	position: relative;
	z-index: 0;
}
#leaderboard h4 {
	color: #92d050; 
line-height: 36px;
	letter-spacing: -1px;
	font-size: 33px;
	font-weight: bold;
	
	margin-top:17px;
}
#leaderboard h4 a {
	background: url(../_img/button_bg.gif) no-repeat 0px 0px;
	color: #fafafa;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 50px;
	font-size: 24px;
}
#leaderboard h4 a:hover {
	color: #fff;
	background-position: 0px -50px;
	text-decoration: none;
}

#contentContainer {
	width: 940px;
	margin: 0 auto;
	padding: 36px 10px;
	border-bottom: 1px solid #fff;
}

/* Main Content Styles */
#mainContent {
	float: left;
	width: 460px;
}
#contentContainer p {
	margin: 0 0 1.5em;
}
.content h2 span {
	font-size: .619em;
}

#mainContent img.sidepic {
	float: right;
	padding: 3px;
	background: #fff;
	border: 1px solid #d7d3c1;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Secondary Content Styles */
#secondaryContent {
	width: 460px;
	float: right;
}
#secondaryContent div {
	background: #faf9fc;
	padding: 10px;
	margin-bottom: 18px;
	border: 1px solid #fff;
	outline: 1px solid #e8e8e9;
	overflow: hidden;
}
.box_round {
     -moz-border-radius: 3px; /* FF1+ */
  -webkit-border-radius: 3px; /* Saf3+, Chrome */
          border-radius: 3px; /* Opera 10.5, IE 9 */
}
#secondaryContent div.box_bkgd {
    background: url(../_img/middle_box_bg.jpg) no-repeat;
	-moz-border-radius: 0px; /* FF1+ */
  -webkit-border-radius: 0px; /* Saf3+, Chrome */
          border-radius: 0px; /* Opera 10.5, IE 9 */
		  border: none;
		  outline: none;
}
#secondaryContent div.box_green {
    background: url(../_img/green_box_bg.jpg) no-repeat;
	-moz-border-radius: 0px; /* FF1+ */
  -webkit-border-radius: 0px; /* Saf3+, Chrome */
          border-radius: 0px; /* Opera 10.5, IE 9 */
		  border: none;
		  outline: none;
}
#addon {
	width: 460px;
	float: left;
}
#big {
	width: 920px;
}

#addon div{
	background: #faf9fc;
	padding: 10px;
	margin-bottom: 18px;
	border: 1px solid #fff;
	outline: 1px solid #e8e8e9;
	overflow: hidden;
}
/* Testimonial */
blockquote {
	padding: 18px 0 0 20px;
	font-style: italic;
	font-size: 1.167em;
	line-height: 1.285;
	color: #6b6a69;
	background: url(../_img/ldquo_bg.gif) no-repeat left top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
blockquote .quote {
	background: url(../_img/rdquo_bg.gif) no-repeat right bottom;	
}

/* Footer */
#footer {
	font-size: .916em;
	line-height: 1.636em;
	color: #a8c6cf;
	clear: both;
	overflow: hidden;
	background: #007fa6 url(../_img/footer_bg.gif) repeat-x 0px 0px;
}
#footer .content {
	padding-top: 9px;
	padding-bottom: 9px;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}
#footer p {
	text-align: center;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #a8c6cf;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #a8c6cf;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #a8c6cf;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.sep {
	background: url("../_img/sep.gif") repeat-x center center;
	display: block;
	height: 18px;
	margin: 0 auto;
}
.content220 {
	float: left;
	width: 220px;
}
.content220 + .content220 { margin-left: 20px; }
.content220 dl {
	padding-left: 15px;
	margin: 0;
}
.content220 dl dt { 
	color: #bf202f; 
	font-weight: bold; 
}
.content220 dl dd {
	margin-left: 0;
}
.shield {
	background: url(../_img/header-shield_bg.gif) no-repeat;
	padding: 0 0 0 49px;
	line-height: 50px;
	margin-bottom: 4px;
	color: #fff;
}
.map {
		width: 300px;
		float: right;
}
p.media {
	color:#666;
}
p.media a {
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
p.media a:hover {
	color:#333;
}
.right {
	float: right;
	
}
.indent {
	padding-left: 20px;
}
.box_round img{
	padding-left: 6px;
}
.smallright {
	float: right;
	font-size: 11px;
}
