@charset "utf-8";
/* CSS Document */
/* begin header container */
#header {
	clear:both;
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}
#head_container {
	clear:both;
	background-color:white;
	width:960px;
	height:145px;
	padding:0px;
	margin:10px 0;
}
#head_1, #head_2, #head_3 {
	float:left;
	width:320px;
	height:115px;
	margin:0 0px;
}
#head_1 {
	position:relative;
	background-image:url(../images/cp_logo_wt.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#head_1 p {
	position:absolute;
	padding:8px 0 0 18px;
	font-size:13px;
	font-style:italic;
	color:#666;
	top:65px;
	left:0px;
}
#head_2 {
}
#head_3 {
}
#head_3 p {
	padding-top:20px;
	text-align:right;
}
.head_help {
	font-size:14px;
	color:#0088c0;
	letter-spacing:.1em;
	padding-right:6px;
}
.head_consult {
	font-size:14px;
	color:#0088c0;
	letter-spacing:.1em;
}
.head_phone {
	color:#fea100;
	font-size:16px;
	/*letter-spacing:.3em;*/
	line-height:1.5em;
}
.head_menu {
	display:block;
	color:#333;
	font-size:12px;
	line-height:3em;
	padding-right:6px;
	padding-top:15px;
	word-spacing:8px;
}
.head_menu a {
	color:#333;
	text-decoration:none;
}
.head_menu a:hover {
	color:#47beef;
}
/* end header container */
/* begin menu container */
#menu_container {
	clear:both;
	background:url(../images/bgmenu_2.jpg);
	width:960px;
	height:30px;
	margin:0;
	padding:0;
	letter-spacing:.1em;
}
/*** ESSENTIAL menu STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			120%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
	color:#fff;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	/*border-top:		1px solid #fff;*/
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a {
	color:#fff;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.sf-menu li {
	background:url(../images/bgmenu_2.jpg);
}
.sf-menu li li {
	background:		#47beef;
}
.sf-menu li li li {
	background:		#47beef;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#0088c0;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* end top menu styles */

/*general styles*/
div
{
/*	//border:#000 1px solid; */
}
html,body
{
	padding:0px;
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#686868;
}
body
{
/*	//background:url(../images/bg.gif);*/
}
a,a:visited,a:hover
{
	text-decoration:none;
	color:#666;
}
a.archivetitle,a:visited.archivetitle,a:hover.archivetitle
{
	font-weight:bold;
	color:#666;
}
a.readmore,a:visited.readmore,a:hover.readmore
{
	color:#666;
	font-style:italic;
}
.faqtitle
{
	font-weight:bold;
}
#bod
{
	padding:20px;
	width:920px;
}
#bod p a {
	color:#0088c0;
}
p
{
	line-height:1.2em;
	letter-spacing:.1em;
	margin:.5em 0 2em 0;
	text-align:justify;
}
span.header {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:300;
	letter-spacing:.1em;
	text-transform:capitalize;
	font-weight:bold;
}
#l1
{
	margin:20px 5px 0px 5px;
	height:230px;
}
#l2
{
	margin:20px 5px 0px 2px;
	height:168px;
}
#l3
{
	margin:20px 0px 0px 0px;
	height:68px;
}
#l4
{
	margin:20px 0px 0px 0px;
	height:162px;
}
.lfloat
{
	float:left;
}
.rfloat
{
	float:right;
}
#main
{
	width:960px;
	margin:auto;
/*	//border:#000 1px solid;*/
	background-color:#FFF;
}
#l1plug
{
	width:230px;
	height:419px;
	margin-left:3px;
	background:#fff;
	font-style:italic;
	font-size:16px;
	letter-spacing:inherit;
}
#l1movies
{
	width:693px;
	height:230px;
	margin:0px 0px 0px 10px;
	background-image:url(../images/summary_1.jpg);
}
#l2 .lfloat
{
	width:200px;
	height:150px;
	margin:0px 10px 0px 10px;
	padding:8px;
/* 	//border:#333 1px solid; */
}
#l2whycp
{
	float:left;
	width:203px;
	height:150px;
	margin:0px 10px 0px 5px;
	padding:8px;
	
}
#l1movies
{
		border:#fff 1px solid;
}
#head
{
	height:80px;
	margin:0px 0px 10px 0px;
}
#head a,a:hover,a:visited
{
	color:#22a2e4;
}
#top
{
	height:50px;
}
#logo
{
	width:200px;
	height:46px;
/* 	//border:#333 1px solid; */
}
#cpphone
{
	width:auto;
	height:75px;
	border:#333 0px solid;
	padding:20px 20px 0px 0px;
	text-align:left;

}
#l2ads
{
	background-image:url(../images/season.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:#22a2e4 1px solid;
	color:#47beef;
	font-size:16px;
}
#l2bussiness
{
	margin:0px 2px 0px 10px;
	float:left;
	width:200px;
	height:150px;
	padding:8px;
	border:#333 1px solid;
	background-image:url(../images/trade.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
	color:#FFF;
	font-size:14px;
}
#l2contest
{
	border:#22a2e4 1px solid;
	color:#47beef;
	font-size:18px;
	text-align:center;
	letter-spacing:0.1em;
}
#l3consultation
{
	width:460px;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 5px;
	border:#fff 1px solid;
	height:66px;
	letter-spacing:0.1em;
}
#l3subscribe
{
	width:454px;
	padding:0px;
	margin:0px 10px 0px 10px;
	border:#47beef 1px solid;
	background-color:#47beef;
	color:#FFFFFF;
	height:66px;
}
#l4articles
{
	width:445px;
	padding:5px;
	margin:0px 10px 0px 10px;
	border:#fff 1px solid;
	height:150px;
}
#l4testimonials
{
	width:444px;
	padding:5px;
	margin:0px 10px 0px 10px;
	border:#fff 1px solid;
	height:150px;
}
#menu
{
/* 		//border:#333 1px solid; */
		height:30px;
		float:left;
		width:750px;
}
#foot
{
	margin:50px 0px 10px 0px;
/* 	//border-top:#333 1px solid; */
	font-size:11px;
	color:#666;
	height:100px;
}
#foot1
{
	width:250px;
}
#foot2
{
	margin:0px 0px 0px 30px;
	width:185px;
	text-align:right;
	padding:0px 15px 0px 0px;
}
#foot3
{
	margin:0px 0px 0px 7px;
	width:140px;
}
#foot4
{
	margin:0px 0px 0px 10px;
	width:120px;
}
#head{
	font-size:11px;
}
#foot5
{
	margin:0px 0px 0px 10px;
	width:120px;
	text-align:right;
}
.heading1
{
	font-size:16px;
	font-weight:900;
	}
.heading2
{
	font-size:14px;
	font-weight:900;
}
.font11
{
	font-size:11px;
}
.bold
{
	font-weight:900;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 4px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	font-weight:900;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 0px 0px 0px;
	width: 120px;
	background: #ffffff;
	color:#22a2e4;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #ffffff}

div.content
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #47beef;
	z-index:99999;}
#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ffffff;
	color: #47beef;
	font: 11px arial
}
#sddm div a:hover
{	background: #49A3FF;
	color: #FFF
}
.blue
{
	color:#22a2e4;
}
ul.bullets 
{
	list-style-image: url(../images/bullet.jpg);
	list-style-position:outside;
	padding:0px 0px 0px 20px;
	color:#22a2e4;
	margin:10px 0px 0px 0px;
}
li
{
	margin:2px 0px 0px 0px;
	font-size:12px;
}
.why
{
	font-size:14px;
	font-weight:bold;
	color:#22a2e4;
	font-style:normal;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.pl
{
	font-size:16px; 
	font-weight:900; 
	letter-spacing:0.05em; 
	font-style:normal;
}
.testiheading
{
	font-size:18px; 
	padding:5px 0px 5px 0px;
	color:#22a2e4;
	font-weight:bold;
	height:25px;
}
#foot a,a:hover,a:visited
{
	color:#333;
}
#l3consultation a,a:hover,a:visited
{
	color:#22a2e4;
}
.divtop
{
	height:100px;
}
.prices
{
	width:auto; margin:5px 0px 0px 20px; font-size:12px; font-style:normal; text-align:left;
}
.orange
{
	color:#F90; font-weight:bold; font-size:18px;
}
.white
{
	font-size:24px; font-weight:bold;
}
.free
{
	float:left;width:auto; color:#22a2e4; font-size:54px; font-weight:bold;padding:0px;
}
.imagecon
{
	float:left;width:150px;color:#22a2e4;font-size:24px;padding:12px 0px 0px 5px; line-height:0.9em;
}
.click
{
	float:left;width:auto;color:#5baf78;font-size:24px; line-height:0.9em; padding:15px 0px 0px 5px;
}
.nl
{
	letter-spacing:.16em;
}
.su
{
	letter-spacing:.47em;
}
#l3l1
{
	float:left;width:auto; font-size:26px; font-weight:bold; margin:0px 0px 0px 5px;
}
.l3text
{
	float:left;width:auto; margin:0px 0px 0px 0px; padding:5px 0px 0px 0px;
}
.arthead
{
	color:#069; font-weight:600;
}
a.orange,a:visited.orange,a:hover.orange
{
	color:#F60; font-size:12px; float:right; font-style:italic; font-weight:200; padding:7px 0px 0px 0px;
}
.custname
{
	color:#069; font-weight:600;
}
a.readmore,a:visited.readmore,a:hover.readmore
{
	color:#06C;
}
.bio_label
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	letter-spacing:.075em;
	margin:0 0 0 0;
}
#content
{
	padding-top:50px; padding-right:0px; background-color:#FFF; width:680px; height:1000px; float:left;
	text-align:left;
}
#Rt_Side_Bar
{
	float:right; background-color:#fff; padding-left:0px; padding-right:0px; width:200px; height:1000px;
}
#ceo_bio
{	
width:550px; float:right; padding-top:180px;
}
#ceo_img
{
	width:145px;
	height:218px;
	float:left;
/* 	padding:1 0 1 0; */
}
#ceo_headshot
{
	width:710px; height:220px;
}
#aboutus{ height:1000px; width:940px; padding:10px 0px 0px 20px;}
.socialbar * {margin:0;margin-top:4px;padding:0;border:0;position:relative;padding-left:2px;top:3px;color:#ffffff;}
.socialbar {width:188px;height:25px;display:block;margin:0 0 0 8px;text-align:left;background-color:#ffffff;}
.socialbar a {background:url(../images/socialbar.gif) 0 0 no-repeat;display:block;float:left;}
.socialbar .di {padding:1px 1px 17px 17px;_padding:1px 1px 1px 17px;background-position:0px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .de {padding:1px 1px 17px 17px;_padding:1px 1px 0px 17px;background-position:-17px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .nv {padding:1px 1px 17px 15px;_padding:1px 1px 0px 15px;background-position:-34px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .tr {padding:1px 1px 17px 17px;background-position:-49px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .ri {padding:1px 1px 17px 17px;background-position:-68px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .mg {padding:1px 1px 17px 17px;_padding:1px 1px 0px 17px;background-position:-86px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .bk {padding:1px 1px 17px 17px;_padding:1px 1px 0px 17px;background-position:-103px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .fl {padding:1px 1px 17px 17px;_padding:1px 1px 0px 17px;background-position:-120px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .ns {padding:1px 1px 17px 17px;_padding:1px 1px 0px 17px;background-position:-137px 0px;margin: 0 0 0 3px;overflow:hidden;}
.socialbar .my {padding-left:7px; background:none;}

/* Tooltip Styles */
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 180px; /*Default width of hint.*/
padding: 3px;
border:1px solid #333333;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #333333;
margin: 3px 8px;
}
#test_submission
{
	float:left;
	width:500px;
	padding:10px;
}
#vote
{
	color:#F30;
	float:left;
	width:auto;
	padding: 5px 5px 0px 15px;
	font-style:italic;
}
.leftfloat
{
	float:left;
	width:230px;
/* 	margin:10px 0 px 0px 10px; */
	padding:10px;
}
.fullfloat
{
	float:left;
	width:100%;
/* 	margin:20px 0 px 0px 10px; */
	padding:10px 0px 10px 10px
}
.rightfloat
{
	float:right;
	width:auto;
	text-align:right;
/* 	margin:10px 0 px 0px 0px; */
	padding:10px 0px 0px 0px;
}
.star
{
	width:30px;
	height:30px;
	float:left;
}
.archives
{
	list-style-type:none;
}
dl, dt, dd{margin:0;padding:0;}

dd{
	width:216px;
	height:41px;
	background:url(../css/images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
dd span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../css/images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../css/images/bg_cover.gif) repeat-x;
	top:0;
}


/* SINGLE PROGRESS BAR */

.progressBar{
	width:250px;
	height:15px;
	background:url(../css/images/bg_bar.gif) no-repeat 0 0;
	position:relative;
	margin:0px 0px 0px 0px;
	float:right;
}
.progressBar span{
	position:absolute;
	display:block;
	width:250px;
	height:15px;
	background:url(../css/images/bar.gif) no-repeat 0 0;
	top:0px;
	left:0px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:250px;
	height:25px;
	background:url(../css/images/bg_cover.gif) repeat-x 0 0;
	top:0;
}

/* Contact Us Styles */
fieldset {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#626262;
	border-color:#CCC;
	line-height:2em;
}
#fs_tag {
	font-size:16px;
}
#page_title {
	width:720px;
	height:50px;
}
#page_title h1 {
	margin-left:10px;
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	line-height:.5em;
}
#page_body {
	width:720px;
	height:auto;
}
#page_body p {
	margin:10px 10px 10px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	letter-spacing:0;
}
#block_1, #block_2 {
	float:left;
	width:350px;
	heigh:200px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#626262;
	line-height:1.2em;
}
#block_1 {
	margin:5px 10px 50px 0;
}
#block_2 {
	margin:5px 0 50px 8px;
}
#block_1 p, #block_2 p {
	margin:10px;
	padding:0;
	letter-spacing:0;
}
#sub_text {
	font-size:12px;
	font-weight:100;
	font-style:italic;
}
#required {
	color:#F00;
}
.sub_header {
	font-weight:bold;
}
/* End Contact Us Styles */

/* begin footer styles */
#footer {
	clear:both;
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
	color:#333;
}
#footer_container {
	background-color:white;
	border-top:#333 solid thin;	
	width:960px;
	height:145px;
	padding:0px;
	margin:50px 0;
}
#foot_1, #foot_2, #foot_3, #foot_4, #foot_5 {
	float:left;
	width:192px;
	height:145px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#foot_1 {
	width:212px;
	font-size:10px;
}
#foot_2 {
}
#foot_3 {
}
#foot_4 {
}
#foot_5 {
	width:172px;
}
.foot_title {
	display:block;
	font-size:11px;
	font-weight:700;
	color:#0088c0;
	padding:10px 10px 0px 10px;
}
#foot_copyright {
	display:block;
	padding:10px;
}
#footer hr {
	width:88%;
	color:#0088c0;
	border-style:dotted;
	margin:auto;
}
#footer a {
	margin:10px;
	font-size:11px;
	line-height:1.5em;
	padding-top:10px;
	text-decoration:none;
	color:#333;
}
#footer a:hover {
	color:#47beef;
}
#footer img {
	margin-right:10px;
	margin-top:5px;
}
/* end footer styles */
