@charset "utf-8";
/* Basic */

body { 
	text-align: center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#285a95;
	color:#333333;
	font-size:14px;
}

.wpc_container {
	zoom:1;
}
p, ul, li, div {
	letter-spacing:1px;
}

p {
	line-height:1.4em;
}

h2 {
	font-size:16px;
	color:#4e86c7;
	padding:15px;
}

h3 {
	font-size:14px;
	color:#4e86c7;
	padding:15px;
	margin-bottom:0px;
}

a img {
	border:none;
}

a {
	color:#4e86c7;
	outline-style:none !important;
}

strong {
	color:#4e86c7;
}

#content {
	background-color:#ffffff;
	width:100%;
	display:block;
	overflow:hidden;
}

#container {
	margin:auto;
	width:940px;
	text-align:left;
	background-color:#ffffff;
	min-height:300px;
}

#headerbg {
	background-image:url(../gfx/headerbg.gif);
	width:100%;
	background-color:#4e86c7;
	background-position:top left;
	background-repeat:repeat-x;
	height:195px;
}

#header {
	width:940px;
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
	height:195px;
	background-position:top left;
	margin:auto;
}

#header p {
	background-color:#285a95;
	text-align:center;
	width:100%;
	color:#a9bdd5;
	line-height:25px;
	height:25px;
	display:block;
	font-size:12px;
	letter-spacing:1px;
	margin:0px;
}

#logo {
	float:left;
	display:block;
	width:250px;
	height:100px;
}
	
/* Slideshow */

#cycle-prev { background-position:0px 0px; }
#cycle-pause { background-position:0px -0px; }
#cycle-paused {	background-position:-21px -0px; }
#cycle-next { background-position:-42px -0px; }
.item {	background-position:-63px -0px; }
.activeSlide { background-position:-84px -0px; }
#cycle-status {	color:#e96f1a; }

#slideshow {
	overflow:hidden;
	padding-bottom:15px;
}

#cycle-controls {
	width:250px;
	float:left;
	overflow:hidden;
}

#cycle-pager {
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
}

#cycle-pager li {
	float:left;
	margin-right:2px;
	list-style:none;
}

#cycle-pager li a {
	color:#ffffff;
	line-height:20px;
	height:20px;
	display:block;
	overflow:hidden;
	font-size:11px;
	text-decoration:none;
}

#cycle-pager li a:hover {
	text-decoration:none;
}

.item {
	background-image:url(../gfx/sprite_buttons.png);
	height:20px;
	width:20px;
	display:block;
	overflow:hidden;
}

#cycle-prev {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-pause {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-paused {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#cycle-next {
	background-image:url(../gfx/sprite_buttons.png);
	width:20px;
	height:20px;
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
}

#home-cycle {
	width:940px;
	height:332px;
	overflow:hidden;
	margin:25px 0px 10px;
}
ul#cycle-nav {
	margin:0px;
	text-align: right;
	padding:0px;
	float:right;
}
ul#cycle-nav li {
	display: block;
	float:left;
	margin: 0 2px;
}
ul#cycle-nav li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
ul#cycle-nav a:focus {
	outline: none;
}
ul#cycle-nav li#cycle-status {
	display: block;
	float: left;
	margin: 3px 10px 0 0px;
	font-size: 11px;
	font-weight: bold;
}
.cycle-prev {
	background-image:url(../gfx/sprite_buttons.png);
	background-position:0px -60px;
}

.homepage_content {
	float:left;
	width:300px;
	padding-bottom:20px;
	margin-right:20px;
}

.last {
	margin-right:0px;
}

.homepage_content h1 {
	padding:15px;
	border-top:solid 3px #4e86c7;
	border-bottom:solid 3px #4e86c7;
	color:#4e86c7;
	font-size:16px !important;
	margin-bottom:0px;
}

h1 {
	padding:15px;
	border-bottom:solid 3px #4e86c7;
	color:#4e86c7;
	font-size:18px;
	margin-bottom:0px;
}

h1 span {
	color:#333333;
	font-size:14px;
}

.homepage_content h1 span {
	display:block;
	font-weight:normal;
}

.homepage_content p {
	padding:20px 20px 0px 20px;
	margin:0px;
	color:#4e86c7;
}

.homepage_content #top {
	display:none;
}

.homepage_content a {
	background-image:url(../gfx/more.png);
	background-position:top right;
	height:16px;
	line-height:16px;
	padding-right:20px;
	background-repeat:no-repeat;
	color:#4579b7;
	font-weight:bold;
	display:block;
	margin:20px 0px 0px 20px;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	float:left;
}

.homepage_content a:hover {
	background-position:right -50px;
	color:#e96f1a;
}

/* Contact Us */

.mgrfront-backlink {
	display:none;
}

/* Footer */

#footerbg {
	width:100%;
	display:block;
	height:120px;
	clear:both;
	overflow:hidden;
	background-color:#285a95;
}

#footer {
	background-image:url(../gfx/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	width:940px;
	height:120px;
	color:#b8d7fc;
	font-size:11px;
	text-align:left;
	margin:auto;
}

#footertext {
	float:left;
	margin-left:10px;
	margin-top:30px;
}

/* Interior Styles */

.wpc_container h1 {
	padding:15px;
	border-bottom:solid 3px #4e86c7;
	color:#4e86c7;
	font-size:18px;
	margin-bottom:15px;
}

.wpc_container p {
	margin:0px;
	padding:0px 15px 15px 15px;
}

/* Contact Us */

/* forms */
form#form_builder { padding: 5px 15px; }
.form_lcol { float: left; width: 180px; margin: 0; padding: 0.25em 0; font-size: 14px; }
.form_rcol { float: left; width: 490px; margin: 0; padding: 0.05em 0; font-size: 14px; }
.form_rcol input, .form_rcol select, .form_rcol textarea { font-size: 14px; }
.form_rcol input {  }
.form_rcol textarea { width:350px; }
.mgrfront-spacer { clear: both; height: 0.75em; line-height: 0.75em; font-size: 0.75em; }
.mgrfront-backlink { float: right; padding: 5px; }
.form_groupby {
	padding:15px 0px;
	border-bottom:solid 3px #edf3fa;
	color:#4e86c7;
	font-size:16px;
	margin-bottom:15px;
}

.form_subgroupby {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.mgrfront-buttons {
	margin: 15px 0;
	padding: 10px 0;
}
input.form_submit,
input.form_clear {
	margin-right: 10px;
	padding: 3px 7px;
	font-size: 15px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.mgrfront-required { color: #c00; }
.mgrfront-error { clear: both; color: #c00; font-weight: bold; padding: 0.2em 0; }
.form_rcol input#status_0,
.form_rcol input#status_1 { /* checkbox answers */
	width: auto;
}
.tooltip {
background-color: #fff;
color: #000;
padding: 3px;
text-align: left;
width: 180px;
border: 1px solid #ccc;
}
.tooltip-title {
background-color: #ccc;
color: #000;
padding: 3px;
text-align: left;
}

.form_dsc {
	padding:15px;
}

/* Interior Page Styles */

.content3col {
	padding:25px;
	background-color:#9abbe3;
	overflow:hidden;
	margin-bottom:25px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border:1px solid #9abbe3;
}

.list3col {
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:33%;
	color:#333333;
}

.list3col li {
	padding-bottom:5px;
	margin:0px 0px 0px 15px;
}

table p {
	padding:0px !important;
	text-indent:6px;
}

#lead_referral {
	float:right;
	margin-left:25px;
	border-collapse:collapse;
}

.table_heading {
	background:#4579b7;
	color:#ffffff;
	font-weight:bold;
}

.content1col {
	margin:0px;
	padding:0px 25px;
}

.content1col li {
	padding-bottom:10px;
}

.content2col {
	float:left;
	width:50%;
}

.content2col ul li {
	display:block;
	list-style:none;
	width:100% !important;
}

.container2col {
	overflow:hidden;
}

.container2col ul {
	padding:10px 25px 25px 25px;
	margin:0px;
	color:#4e86c7;
}

.overview {
	list-style-position:inside;
	padding:0px;
	margin:0px 0px 25px 25px;
}

.overview li {
	margin:0px;
	padding:0px;
}

/* Common content tabs */

ul.tab_list {
	float:left;
	width:195px;
	margin:15px 0px 0px 15px;
	padding:0px;
	list-style-position:outside;
}
.tab_list #title {
	color:#fff;
	font-weight:bold;
}
ul.tab_list li {
	display:block;
	width:100%;
	padding:5px 0px;
	margin:0px;
	list-style:none;
	zoom:1;
}
ul.tab_list li a {
	color:#ffffff;
	font-size:12px;
	text-align:left;
	display:block;
	text-indent:12px;
	text-decoration:none;
	zoom:1;
}
ul.tab_list li a.active {
	text-decoration:underline;
}
div.tab_container {
	display:block;
	float:right;
	margin:15px 15px 15px 0px;
	background-color:#ffffff;
	overflow:hidden;
	width:700px;
}

#tab_padding {
	display:block;
	width:100%;
}

div.tab_content {
	display:none;
}

#tabs {
	display:block;
	width:100%;
	overflow:hidden;
	background-color:#4e86c7;
	margin-bottom:20px;
}

#tabs_padding h1 {
	margin:0px 15px;
	padding-left:0px;
}

#tabs_padding div ul {
	width:100%;
	list-style-position:outside;
	padding:0px;
	margin:15px 0px 0px 0px;
}

#tabs_padding div ul li {
	margin:0px 15px 15px 15px;
}

#tabs_padding div ul.content1col {
	list-style-type:none;
	list-style-position:outside;
}

.content1col h1 {
	margin:0px 0px 10px 0px !important;
	padding:0px 0px 3px 0px !important;
	border-bottom:1px solid #4e86c7 !important;
	color:#333333 !important;
	font-size:14px !important;
}

.previous {
	float:left;
	margin:0px 0px 15px 15px;
	padding-left:20px;
	background-image:url(../gfx/more.png);
	background-position:left -100px;
	background-repeat:no-repeat;
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	height:16px;
	line-height:16px;
}

.previous:hover {
	background-position:left -150px;
	color:#e96f1a;
}

.next {
	float:right;
	text-transform:capitalize;
	margin:0px 15px 15px 0px;
	padding-right:20px;
	background-image:url(../gfx/more.png);
	background-position:right 0px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	height:16px;
	line-height:16px;
}

.next:hover {
	background-position:right -50px;
	color:#e96f1a;
}


/* Mailer */

#mailer {
	margin:0px;
	padding:0px;
	list-style:none;
}

#mailer li {
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	width:33%;
	height:250px;
}

/* Sitemap */

#sitemap {
	color:#4e86c7;
}

#sitemap li {
	margin-bottom:4px;
}

.webinar {
	display:block;
	width:248px;
	height:45px;
	background-image:url(../gfx/webinar.png);
	overflow:hidden;
	background-position:0px 0px;
}


.webinar:hover {
	background-position:0px -50px;
}

/* Portfolio */

#portfolio {
	overflow:hidden;
	display:block;
	margin:20px 0px;
}

#portfolio div {
	float:left;
	width:215px;
	margin-bottom:25px;
	text-align:center;
	margin:0px 10px 25px;
}

/* 404 Error */

#error {
	display:block;
	margin-top:30px;
	overflow:hidden;
}

#error_left {
	float:left;
	margin:0px 20px;
}

#error_right {
	float:left;
	width:740px;
}


/* login form */
.login_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
}
.login_overlay .login_overlay_bkg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.login_overlay .login_overlay_win {
	position: relative;
	width: 240px;
	margin: 18% auto;
	padding: 20px;
	background-color: #fff;
	color: #000;
	border: 6px solid #ddd;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-box-shadow: 1px 1px 6px #444;
	-webkit-box-shadow: 1px 1px 6px #444;
	box-shadow: 1px 1px 6px #444;
}
.login_wrap { margin: 1em; }
.login_title { margin-bottom: 0.25em; font-size: 14px; }
.login_field { margin-bottom: 1em; }
.login_field input { width: 200px; font: normal 14px Arial, Helvetica, sans-serif; }
.login_field input.pw {  }
.login_field input.un {  }
input.login_btn {
	display: block;
	width: auto;
	margin-top: 1em;
	padding: 0.25em 1em;
	border: 1px solid #ccc;
	font-weight: bold;
	cursor: pointer;
	outline: none;
}
.login_error {
	padding: 1em;
	background-color: #FFC;
	color: #c00;
	font-weight: bold;
}
input.login_btn_img {  }
.login_reqpw { clear: both; margin: 2em 1em; }
.login_reqpw_link {  }


.hideme {
	display:none !important;
}

#loggedin {
	background:#4579b7;
	float:left;
	margin-top:-7px;
	display:block;
	width:100%;
}

#loggedin li a {
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	margin:0px 2px;
	padding:5px 6px;
}

#loggedin li a:hover {
	background-color:#4e86c7;
}

#partners_img {
display:block;
margin:20px 40px 40px;
text-align:center;
}

#partners_img img {
display:inline-block;
margin:0px 10px;
}

.qmclear {
display:none !important;
}

#webinar {
margin:15px; }