/* This style sheet controls the main layout of the site, any additionals to the site's layout will go here, please keep text styles out of this style sheet. */

body {
		background-image:url('../images/bg_image.jpg');
		background-position:0px 0px;
		background-repeat:repeat-x;
		background-color:#04250a;
		height: 100%;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		/**Center all containing divs*/
		text-align:center;
}
		

#container{
	background-image:url('/images/misc_images/body_bg.jpg');
	background-position:0px 0px;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin:auto;
	/**Override text centering in the body*/
	text-align:left;
	width:850px;
}


#mainnav_container{
	width: 850px;
	background-image:url(/images/header.jpg);
	background-position:0px 0px;
	z-index: 1;
}

#content_container {
    display:block;
	padding-top: 15px;
	width: 850px;
	height: auto;
	background-image:url('images/misc_images/body_bg.jpg');
	background-repeat:repeat-y;
		}
		
#content_container2 {
    display:block;
	padding-top: 0px;
	width: 850px;
	height: auto;
	background-image:url('images/misc_images/body_bg2.jpg');
	background-repeat:repeat-y;
		}		
		
#secondary-left {
		padding-top: 15px;
		position: static;
	    float: left;
		height: 100%;
		width:171px; 
	    background-image:url('images/misc_images/body_bg.jpg');
	    background-repeat:repeat-y;
		background-color:#FFF;
		padding: 0;
		}

#content-right{
    
	padding: 15px;
	position: static;
	float: right;
	background: #dedede;
    height: auto;
	width: 640px;
	max-width: 678px;
		}
		


/* The Following Divs Control All the Text in the Content Sections of the Site */


#content-text {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border:#0099FF;
	max-width: 460px;
	position: static;
	float: right;
	display:inline-block;	
		}

#content-text-sub {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	border:#0099FF;
	max-width: 800px;
	position: static;
	float: left;
		}

#content-picture {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 10px;
	max-width: 300px;
	position: static;
	float: right;
	display:inline-block;	
		}
		
#rightbox_container{
	width: 209px;
	max-width: 209px;
	border: 1px solid black;
	height: auto;
	background-color:#444444;

  }		
  

#pscroller1{
width: 199px;
height: 100px;
padding: 5px;
background-color: #ffffff;
margin-bottom: -20px;
}
		
.spacer{ clear:both;
   } 	


/* The Following Divs Control the Footer Elements Of the Site */

#footer-image{
    position:static;
	float:left;
	z-index: 5;
}

#footer-container{
    margin: 0 auto;
	padding: 15px;
	background-image: url('../images/footer-bg-image.jpg'); 
    background-repeat:repeat-x;
	background-color:#03260a;
	height: auto;
	width: 820px;
	max-width: 820px;
		}	
		
.rightcolumn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
	
	list-style-image:url(../images/bullet.gif);
}

.rightcolumn a, .rightcolumn a:visited {
	color:#0a65ff;
	text-decoration:none;
}

.rightcolumn li{
	list-style-image:url(../images/bullet.gif);
	line-height:18px;
	font-size:11px;
}

.rightcolumn ul {
	margin-top:0px;
	margin-bottom:0px;
}

.med-text {
	font-size:12px;
	font-weight:bold;
}

.greentext {
	color:#007c7c;
}

.greentext-med {
	color:#007c7c;
	font-size:12px;
}

.cl-logo {
	width:285px;
	float:left;
}

.cl-brokerage {
	width:219px;
	float:left;
	padding:37px 0px 0px 144px;
}

.whitebox {
	width:525px;
	background-color:#ffffff;
	border:#000000 3px double;
	text-align:center;
	margin:0 auto;
	line-height:18px;
	padding:10px 6px;
	font-size:12px;
	font-weight:normal;
}

.bluebox {
	width:642px;
	background-color:#008080;
	border:3px #000000 solid;
	color:#ffffff;
	text-align:center;
	padding:5px 0px;
	font-size:12px;
}

.bluebox2 {
	width:350px;
	background-color:#008080;
	border:3px #000000 solid;
	color:#ffffff;
	float:right;
	position:relative;
	left:-20px;
	text-align:left;
	font-size:12px;
	padding:10px 5px;
}

.fullyinsured {
	float:left;
	width:240px;
	text-align:justify;
	padding:20px 0px 0px 40px;
}

.selffunded {
	float:left;
	width:235px;
	text-align:justify;
	padding:20px 0px 0px 90px;
}
		
		
/* The Following Div Fixes IE6 Bugs */

img { behavior: url(/iepngfix.htc) 
}