/* CSS Document */


/*******************************
	Globals
*******************************/

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#004f92;
	border:0px solid #ffffff; /* for testing, change to 1px to test */
}

ul, li {
	list-style:none;
}

a, a:visited {
	color:#004f92;
	text-decoration:none;
}

/*******************************
	Main Structure
*******************************/

body {
	background:url(../images_cli/bg.jpg) repeat-x #004f92;
}

#header {
	position:relative;
	width: 952px;
	clear:both;
	height: 12px;
	margin: 0px auto;
	overflow: visible;
}

#top_block {
	float: right;
	width: auto;
	padding: 6px;
	background: #004f92;
	text-transform:uppercase;
	position:relative;
	z-index:875;
}

#top_block a,
#top_block a:visited {
	color:#8fc0fe;
	text-decoration:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right: 8px;
}

#top_block a:hover,
#top_block a:visited:hover {
	color:#ffffff;
}

#logo {
	background:url(../images_cli/logo_sp.jpg) no-repeat left bottom;
	width:952px;
	height: 65px;
	margin: 20px auto 10px;
	padding-left: 10px;
	display: block;
	left: 10px;
	position:relative;
	top:-25px;
}

#bg {
	display:block;
	background:url(../images_cli/bg_main.png) repeat-y center top;
	width: 952px;
	margin: -31px auto 50px;
	min-height: 800px;
	padding-bottom: 10px;
}


#bg:after{  /* fixes a firefox clear issues */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer {
	height: 50px;
	margin: 0px auto;
	width:100%;
	background:none;
}


/**********************************
 navigation
**********************************/

#nav {
	width: 941px;
	height: 30px;
	margin: 0px auto;
	position:relative;
	z-index:45;
	overflow:visible;
	top: -10px;
	left:5px;
	clear:both;
	padding-left:6px;
	padding-right:5px;
}

#nav p {
	font-weight: bold;
	color:#80a3ee;
	display:block;
	float:left;
	position:relative;
	width: auto;
	margin: 18px 18px 0px 6px;
	white-space:nowrap;
	text-transform:uppercase;
	font-size:11px;
}

#nav a,
#nav a:visited {
	display:block;
	background: #ffffff;
	float:left;
	width: auto;
	height: 40px;
	vertical-align:top;
	padding: 8px 16px;	
	position: relative;
	display:block;
	overflow:visible;
	text-align:center;
	margin-right: 10px;
	border-top: 3px solid #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 11px;
	font-color:#282655;
	line-height: 13px;
	/*top: -20px;*/
}

#nav a:hover,
#nav a:visited:hover {
	background:#ffffff;
	top:-10px;
	border-top: 3px solid #69ac1c;
	color:#69ac1c;
}


#nav a .right, 
#nav a:visited .right {
	background:url(../images_cli/nav_right.gif) top right no-repeat;
	height:23px;
	width: 4px;
	position: absolute;
	right:-4px;
	top: 6px;
	display:block;
}

#nav a:hover .right, 
#nav a:visited:hover .right {
	top: 16px;
}

#nav a .left, 
#nav a:visited .left {
	background:url(../images_cli/nav_left.gif) top left no-repeat;
	height:23px;
	width: 4px;
	position: absolute;
	left:-4px;
	top: 6px;
	display:block;
}

#nav a:hover .left, 
#nav a:visited:hover .left {
	top: 16px;
}

#nav a.active,
#nav a.active:visited {
	background:#ffffff;
	top:-10px;
	border-top: 3px solid #69ac1c;
	color:#69ac1c;
	cursor:default;
}

#nav a.active .left,
#nav a.active:visited .left {
	top: 16px;
}

#nav a.active .right,
#nav a.active:visited .right {
	top: 16px;
}

#nav a.active:hover,
#nav a.active:visited:hover {
	color:#69ac1c;
}



/*******************************
	Content 
*******************************/

.row {
	width: 845px;
	margin: 20px auto;
	position:relative;
	overflow:visible;
	clear:both;
	min-height:20px;
}

#title{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:56px;
	color:#001327;
	top: 5px;
	width:845px;
	margin-bottom: 6px;
}

#subnav{
	background:#5ea015;
	margin-top:0px;
	margin-bottom: 0px;
	color:#ffffff;
	font-size: 12px;
	padding: 12px 12px 10px;
	width: 821px;
	overflow:visible;
	zoom:1;
	position:relative;
	float:left;
	left: 53px;
}

#subnav a,
#subnav a:visited{
	color:#ffffff;
	font-size: 12px;
	text-decoration:none;
	margin-right: 10px;
	min-height: 20px;
	display:block;
	float:left;
	width:auto;
	padding-top:20px;
	margin-top:-15px;
	position:relative;
}

#subnav a:hover,
#subnav a:visited:hover {
	background:url(../images_cli/sp_subnav_active.gif) no-repeat center top;
}

#subnav a.active,
#subnav a.active:visited {
	background:url(../images_cli/sp_subnav_active.gif) no-repeat center top;
}

#content{
	float:left;
	left: 53px;
	position:relative;
	border: 12px solid #5ea015;
	margin-top:0px;
	margin-bottom: 30px;
	padding: 0px;
	width:821px;
	background:#5ea015;	
}


#leftcol{
	background:url(../images_cli/bg_sp_content.jpg) repeat-x #477019;
	width:451px;
	min-height: 1200px;
	float:left;
	display:block;
	padding: 60px;
}

#leftcol h2,
#leftcol p,
#leftcol ul li,
#leftcol h2 strong{
	color:#000000;
	font-weight:normal;
	line-height:normal;	
}

#leftcol h3,
#leftcol p.intro {
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:normal;
	font-weight:normal;	
}

#leftcol h3{
	font-style:italic;
}

#leftcol p{
	font-family: Helvetica, Arial,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight:normal;
}

#leftcol p.intro {
	padding-bottom: 20px;
	border-bottom: 1px solid #5e9c1a;
	margin-bottom: 20px;
	display:block;
	padding-left:100px;
	min-height:170px;
}

#leftcol img.intro {
	display:block;
	float:left;
	position:absolute;
	z-index:899;
	left:10px;
	top:10px;
}

#leftcol h2{
	font-family:"Times New Roman", Times, serif;
	font-size:41px;
	font-weight:normal;
	font-style:italic;
	padding-left:100px;
	
}


#leftcol h2 strong{
	font-size:26px;	
	font-family:"Times New Roman", Times, serif;
	display:block;
	margin-top:-10px;
	font-weight:normal;
}

#leftcol ul {
	margin: 10px 20px;
	background:#6e993c;
	border: 1px solid #628d32;
	padding: 10px 30px;
}

#leftcol ul li {
	font-size: 11px;
	line-height:14px;
	margin:0px 0px 10px 0px;
	list-style:disc;
}

#leftcol td {
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:normal;
	font-weight:normal;	
}

#leftcol p a, 
#leftcol p a:visited {
	font-size:13px;
	color:#FFFFFF;
	background:url(../images_cli/bg_dots.gif) bottom center repeat-x;
	padding-bottom: 3px;
	display:inline;
}

#leftcol p a:hover, 
#leftcol p a:visited:hover {
	background:#ffffff;
	color:#339933;
}

#rightcol {
	float:right;
	width:240px;
}

#rightcol .box {
	position:relative;
	display:block;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px;
	background:url(../images_cli/bg_rightcol_box.jpg) repeat-x #406b0f;
}

#rightcol .box div.icon{
	position:absolute;
	left: -60px;
	top: 60px;
	z-index:888;
	height: 150px;
	width: 150px;
}

#icon1{
	background:url(../images_cli/chucks.png) no-repeat;
}

#icon2{
	background:url(../images_cli/starfish.png) no-repeat;
}

#rightcol .box h2,
#rightcol .box p,
#rightcol .box p a,
#rightcol .box p a:visited{
	font-family:"Times New Roman", Times, serif;
	font-size: 23px;
	color:#ffffff;
	font-weight: normal;
}	

#rightcol .box h2{
	position:relative;
	display:block;
	border-bottom: 5px solid #5ea015;
	padding: 14px 23px 9px 23px;
}

#rightcol .box p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 80px;	
	padding-right: 20px;
	padding-bottom: 20px;
}

#rightcol .box p a,
#rightcol .box p a:visited{
	color:#A7FE67;
	display:block;
	border-top: 1px solid #5ea015;/*#569114;*/
	padding-top: 10px;
	line-height: 18px;
	font-style:italic;
	font-weidth: normal;
	font-size: 18px;
	position:relative;
	margin-left: -60px;
	width: 200px;
}

#rightcol .box p a:hover,
#rightcol .box p a:visited:hover {
	color:#FFFF00;
}

#rightcol .gray {
	display:block;
	background:url(../images_cli/bg_sp_graytoblack_tall.jpg) repeat-x #000000;
	color:#ffffff;
	boder: 0px solid #000000;
	padding: 0px;
	min-height: 28px;
}

#rightcol .short {
	display:block;
	background:url(../images_cli/bg_sp_graytoblack.jpg) repeat-x #000000;
	border: 0px solid #000000;
	padding: 0px;
	height: 28px;
	overflow:hidden;
}

#rightcol .gray p a,
#rightcol .gray p a:visited{
	color:#CCCCCC;
}


#rightcol .gray p a,
#rightcol .gray p a:visited,
#rightcol .short p a,
#rightcol .short p a:visited {
	color:#8c8c8c;
	border: 0px solid #000000;
	font-size: 16px;
	padding-top: 4px;
	
}

#rightcol .gray p a:hover,
#rightcol .gray p a:visited:hover,
#rightcol .short p a:hover,
#rightcol .short p a:visited:hover {
	color:#FFFFFF;
}



#rightcol .gray p,
#rightcol .short p{
	paddng: 0px;
	margin: 0px;
	line-height:10px;
}

#rightcol .gray h2 {
	border-bottom: 5px solid #000000;
	margin-bottom: 8px;
}

#rightcol .gray p a,
#rightcol .gray p a:visited{
	margin-bottom: 0px;
	padding-bottom:0px;
}