
/* Copanion Specific */

#dropshadow {
	background: url(/shared/images/dropshadow.png) top left repeat-y;
	margin:0 auto 0 auto;	
	width:980px;
	padding-left:10px;
}
#wrapper {
	width: 960px;
	background-color: #f4f4f4;
}
#header {
	position:relative;
	margin:0px;
	padding:0px;
	height:96px;
	background-color:#fff;	
}
#header_left {
	margin:0px;
	padding:0px;
}
#logo {
	display:block;
	float:left;
	margin: 0px 0 0px 20px;
}
.print_only {
	display: none;
	visibility:hidden;
}

.screen_only {
	/* see printer_design.css for comparable style */
}

html>body #logo { margin-left:0px; padding: 0 0 0 10px;}
/* ^^^^ hack to fix IE6 left margin problem on logo. IE ignores this line */

/* #header_tabs {
	background: url(/shared/images/tab_back.jpg) top left repeat-x #fff;
	width:950px;
	clear: both;
	margin: 0 15px -3px 16px;
	padding: 12px 0px 0px 10px;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
	position:relative;
	border-bottom:#c2d8e9 solid 1px;
} */
#header_tabs {
	background: url(/shared/images/tab_back.jpg) top left repeat-x #fff;
	width:950px;
	clear: both;
	margin: -6px 15px -6px 16px;
	padding: 6px 0px 0px 10px;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
	position:relative;
}
html>body #header_tabs { margin-left:0px; }
/* ^^^^ hack to fix IE6 left margin problem on header tabs. IE ignores this line */
#header_tabs * {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bolder;
	height:35px;
}
#header_tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header_tabs li {
float:left;
	list-style:none;
}

#header_tabs a {
	color:#fff;
	float:left;
	padding: 8px 5px 0px 13px;
}
#header_tabs .unselect {
	background: url(/shared/images/tab_unselect.gif) no-repeat;
}
#header_tabs .unselectgreen {
	background: url(/shared/images/tab_unselectgreen.gif) no-repeat;
}
#header_tabs .select {
	background: url(/shared/images/tab_select.gif) no-repeat;
	color:#006600;
}
#header_tabs .select a{
	color:#248E00;
}

#header_tabs .rightselect {
	background:url(../images/tab_rightselect.gif) top right  no-repeat;
	font-size:1px;
	padding: 5px 1px 0px 1px;
	margin-bottom:-1px;
	width:9px;
}
#header_tabs .rightunselect {
	background:url(../images/tab_rightunselect.gif) top right  no-repeat;
	padding: 5px 1px 0px 1px;
	width:9px;
}
#header_tabs .rightunselectgreen {
	background:url(../images/tab_rightunselectgreen.gif) top right  no-repeat;
	padding: 5px 1px 0px 1px;
	width:9px;
}
#login {
	border:#000000;
	float:right;
	height:60px;
	margin:10px 50px 0 0;
	color:#FFFFFF;
	text-align:left;
	padding:0;
	width:350px;
	overflow:hidden;
}
#login a {
	color:#ffffff;
}

/* -------------- ------------- --------- */


#content_wrapper {
	clear: both;
	display: block;
	float: right;
	position: relative;
	padding-right: 38px;
}


#content_wrap_left {
	display:block;
	float:left;
	padding-left:40px;
	padding-bottom:0px;
	margin-bottom:-2px;
	margin-right:3px;
}



/* ------------- -------------- ------------ */

#content_center { 
		display:block;
		padding:1px 0 50px 0;
		margin: 3px 0 0 0;
		float:left;
		position:relative;
		width:100%;
		}

#register {
	width:250px;
	overflow:hidden;
	color:#000000;
	background-color:#f3f3f3;
	float:left;
	margin:10px 10px 0px 5px;
	text-align:center;
}


#top_img {
	float:left;
}

/* Steps */
 #news {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:normal;
	float:left;
	border:2px;
	width:400px;
	padding:0 8px;
	margin:10px 0 0 0 ;
}
#news h1 {
	font-size:1.6em;
}

#news h2 {
	font-size:1.5em;
	padding-left: 5px;
}
#news p {
	font-size:1.2em;
}
#news ul {
	list-style:url(/shared/images/bullet-greencheck.jpg) none;
	margin-left:0px;
}
#news li {
	padding-bottom:7px;
	font-size:1.2em;
	line-height:1.3em;
}

#adblock {
	width:auto;
	height: 200px;
	position:relative;
	display:block;
	float:right;
	margin:10px 5px 0 15px;

}


#box_topleft {
	background: url(/shared/images/box_white_tl.gif) top left no-repeat;
	float:left;
	height:30px;
	overflow:hidden;
	margin-bottom:-35px;
}
html>body #box_topleft { margin-bottom:-18px; }
/* ^^^^ hack to fix IE6  margin problem. IE ignores this line */


#box_topright {	
	background: url(/shared/images/box_white_tr.gif) top right no-repeat;
	float:right;
	height:30px;
}
#box_center {
	border-left: #c2d8e9 solid 1px;
	border-right: #c2d8e9 solid 1px;
	color:#000;
	background-color:#fff;
	text-align:left;
}

#box_center .big {
	font-size:18px;
	line-height: 20px;
}


#box_center .little {
	font-size: 12 px;
	line-height: 14px;	
}


#box_bottomleft {
	background: url(/shared/images/box_white_bl.gif) bottom left no-repeat;
	float:left;
	height:30px;
	overflow:hidden;
	margin-top:-23px;
}
#box_bottomright{
	background: url(/shared/images/box_white_br.gif) bottom right no-repeat;
	float:right;
	height:30px;
}


/* ------------- -------------- ------------ */



/* Footer */

#footer_wrapper {
	clear:both;
	height:200px;
	text-align:center;
}
#footer {
	height:68px;
}
#footer_left {
	height:68px;
	padding:10px 10px 0 40px;
	font-size:.85em;
}

/* html>body #footer_left { padding-top:5px; }*/
/* ^^^^ hack to fix IE6 bottom margin problem on footer */


	/* text formatting */
#footer span {
	font-size:85%;
	padding:0px 9px 0 9px;
	line-height:2.5em;
	border-right:1px solid #999999;
	color:#315b7b;
}
#footer span.last {
	border-right:none;
	color:#315b7b;
} 

#footer a {
	color:#315b7b;
	font-weight:bold;
}
#footer a.selected {
	color:#73D200;
}
#footer a:hover {
	color:#FFB600;
}


/* end Footer */

/* ------------- -------------- ------------ */


/* Generic Tags*/
body {
	background: #ebebeb url(/shared/images/body_back.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0px;
	}
a {	
	color: #315b7b;	
	text-decoration: none;
	font-weight:bold;
}
a:hover {	
	text-decoration: underline;
	}
h2 {
	font-size:1.4em;
	color: #42842D;
	padding:2px 5px 5px 10px;
	display:block;
	border-bottom:#25455d solid 1px;
	}
h3 {
	font-size:1em;	  	
	color: #315b7b;
	padding:2px 5px 5px 5px;
	margin: 0 -5px;
	}
h3 a {
	color: #DCDCDC;
	text-decoration:underline;
}
h4 {
	color: #000000;
	}
	
p {
	color: #000000;
	font-size:85%;
	line-height:1.2em;
}
ul {
	list-style:url(/shared/images/logo-12px.gif) none;
	margin-left:10px;
}
li {
	padding-bottom:5px;
	font-size:80%;
	line-height:1.2em;
}
	
	
img { border:0px; }

.small {
	font-size: 85%;
}
.bump_down {
	padding-top: 10px;
}
#box_certifications {
	margin-left:7px;
	margin-top:0px;
}
#box_cpa2biz {
	float:left;
	margin:14px 137px 0 0;
	padding-right:20px;
	border-right:1px solid #999999;
}
#box_mcafee {
	float:left;
	margin:26px 0 0 0;	
}
#box_verisign {
	float:left;
	margin:9px 10px 0 10px;
	text-align:center;
}
#box_truste {
	float:left;
	margin:26px 0 0 0;
}
