@charset "UTF-8";
/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    www.cvan11.org
- Version:    2.0 

- Author: 	Chris Lindekens
- Contact: 	info@olympicwebdesign.com

- Last CSS Update: May 20th, 2011 
			
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
/* @group Clearfix */

/*------Clear Fix------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* main rules */

html {	
	background: url(../images/back_page.jpg) 0 0;	
	background-color: #660000;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
div#wrapper {
	margin: 0px auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
h2 {
	color: #ffffff;
	font: 18px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a {
	outline: 0;
}
.nobr {
	white-space: nowrap
}

/* links */

a:link {
	color: #ba7227;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #ba7227;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #660000;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
.linksmall a:link {
	color: #666;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linksmall a:visited {
	color: #666;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linksmall a:hover {
	color: #660000;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkfooter a:link {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkfooter a:visited {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkfooter a:hover {
	color: #660000;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.linkmainnav a:link {
	color: #660000;
	font: 13px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.linkmainnav a:visited {
	color: #660000;
	font: 13px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.linkmainnav a:hover {
	color: #ba7227;
	font: 13px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

/* text */

h1 {
	font-size: 16px;
	font-weight:bold;
	line-height: 40px;
	color: #660000;
}
.white_med_bold {
	color: #fff;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.white_small {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.supersmall {
	font-size: 9px;
	font-weight: none;
}

/*-------------------------------------------------------------------*/

/* head */

#wrapper_center {
	width: 918px;
	margin: 0px auto;
}
#top_search {
	width: 918px;
	height: 95px;
}
#body_topcap {
	width: 918px;
	height: 40px;
	background:url(../images/body_topcap.png) no-repeat 0 0;
}
#top_strip {
	width: 918px;
	height: 20px;
	background: #cd610d;
}
#mini_nav_wrapper {

	margin: 14px 0px 0px 0px;
}
.icon_padding {
	margin: -5px 11px 0px 3px;
}
#search_box {
	width: 246px;
	height: 23px;
	margin: 32px 0px 0px 0px;
	background:url(../images/back_search.png) no-repeat 0 0;
}
.input_search {
	width: 174px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	background: none;
	border: none;
	padding: 0px 5px 0px 25px;
}

/* navigation elements */

#nav_wrapper {
	float: left;
	position: relative;
	width: 264px;
	top: -78px;
	left: 14px;
	z-index: 5000;
	margin-bottom: -78px;
}
#nav_logo {
	width: 264px;
	height: 165px;
	background: url(../images/head_logo.png) no-repeat 0 0;
}
#nav_body {
	width: 264px;
	height: 306px;
	padding-top: 20px;
	background: url(../images/back_body_nav.png) repeat-y 0 0;
}
#nav_container {
	width: 264px;
	margin: 0px 0px 0px 22px;
}
.nav_box {
	width: 220px;
	height: 29px;
	margin-bottom: 2px;
	background: url(../images/back_nav.jpg) no-repeat 0 0;
}
.nav_box a {
	display: block;
	width: 179px;
	height: 23px;
	padding: 6px 0px 0px 41px;
}

/* center  */

#body_mid {
	width: 918px;
	background: #fff;
}
#mid_strip_home {
	width: 918px;
	background: #660000;
	margin-top: 1px;
}
#mid_banner {
	width: 612px;
	height: 325px;
	background: #660000;
	margin: 13px 17px 13px 0px;
	background:url(../images/home_banner.jpg) no-repeat 0 0;
}

/* content  */

.list  {
	line-height: 18px;
	margin-left: 40px;
	margin-right: 40px;
}

/* left */

#content_left {
	width: 257px;
	background: #fff;
	padding: 0px 0px 0px 18px;
}
#left_redbox {
	width: 257px;
	height: 42px;
	background: #660000;
	text-align: center;
	padding-top: 12px;
}
.left_content_box {
	width: 257px;
	background: url(../images/back_left_box.jpg) no-repeat 0 0;	
	padding-bottom: 20px;
}
.left_content_boxbot {
	width: 257px;
	background: url(../images/back_left_box3.jpg) no-repeat 0 0;	
	padding-bottom: 10px;
}
.left_content_box img {
	margin: 10px 0px 8px 19px;
}
.left_content_boxbot img {
	margin: 10px 0px 8px 19px;
}
.left_content_text {
	border-top: dotted 1px #660000;
	margin: 0px 19px 0px 19px;
}
.but_read {
	width: 217px;
	height: 29px;
	text-align: center;
	margin: 20px 0px 0px 19px;
	background: url(../images/but_readmore_small_up.png) no-repeat 0 0;
}
.but_read a {
	display: block;
	width: 217px;
	height: 22px;
	padding-top: 7px;
}
.but_read a:hover {
	background: url(../images/but_readmore_small_over.png) no-repeat 0 0;
}
.but_gethelpnow {
	width: 217px;
	height: 33px;
	text-align: center;
	margin: 6px 0px 15px 19px;
	background: url(../images/but_gethelpnow_small_up.png) no-repeat 0 0;
}
.but_gethelpnow a {
	display: block;
	width: 217px;
	height: 22px;
	padding-top: 11px;
}
.but_gethelpnow a:hover {
	background: url(../images/but_gethelpnow_small_over.png) no-repeat 0 0;
}

/* right */

#content_right {
	width: 573px;
	background: #fff;
	padding: 15px 35px 30px 35px;
}
.content_col {
	width: 262px;
}
.home_text_free {
	border-bottom: dotted 1px #660000;	
	padding: 10px 0px 23px 0px;
	margin-bottom: 25px;
}
.content_dots {
	width: 262px;
	height: 18px;
	border-top: dotted 1px #660000;
}
.home_text_sub {	
	padding: 15px 0px 23px 0px;
	margin-bottom: 0px;
}
.but_read_big {
	width: 263px;
	height: 29px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	background: url(../images/but_readmore_big_up.png) no-repeat 0 0;
}
.but_read_big a {
	display: block;
	width: 263px;
	height: 22px;
	padding-top: 7px;
}
.but_read_big a:hover {
	background: url(../images/but_readmore_big_over.png) no-repeat 0 0;
}
/* footer */

#body_botcap {
	width: 918px;
	height: 56px;
	background:url(../images/body_botcap.png) no-repeat 0 0;
}
.spacer {
	margin: 0px 17px 0px 17px;
}
#footer_nav_wrapper {
	margin: 20px 30px 0px 0px;
}
#footer_wrapper {
	float: left;
	position: relative;
	width: 264px;
	top: -60px;
	left: 14px;
	z-index: 5000;
	/*margin-bottom: -78px;*/
}
#footer_logo {
	width: 238px;
	padding: 20px 0px 0px 26px;
	height: 135px;
	background: url(../images/footer_logo.png) no-repeat 0 0;
}







