/****************************************************/
/* (c) 2009 Invision Power Services					*/
/* By Rikki Tissier 								*/
/****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/*********** GENERIC BODY STYLES ************/

body {
	background-image: url(pix/page_bg.png);
}
#apDiv1 {
	position:absolute;
	width:42px;
	height:41px;
	z-index:10001;
	left: 21px;
	top: 23px;
}

#away_notice{
	background: #00c6ff;
	color: #fff;
	border-top: 1px solid #1b3942;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000000;
}

#away_notice div{
	padding: 10px;
	text-align: center;
}

body {
	font-family: Candara, "Trebuchet MS", helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	margin: 0 auto;
	background: #0d253e url(../pix/page_bg.png) repeat-x 0px 0px; /* set to 50px when sale is on */
}
	
#wrapper {	
	width: 960px;
	margin: 0 auto;
}

.clearfix {
	overflow: hidden;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

#masthead {
	color: #fff;
	height: 85px;
}

/*	body#homepage #masthead {
		background-image: none;
	}*/

	#primary_navigation {
		margin-top: 28px;
		margin-right: 10px;
		float: right;
		position: relative;
		z-index: 10000;
	}
	
		#primary_navigation li {
			float: left;
			font-size: 14px;
			margin-right: 22px;
			text-shadow: #0a1a2b 1px 1px 2px;
		}
			
			#primary_navigation li:last-child {
				margin-right: 0px;
			}
			
			#primary_navigation li {
				float: left;
				font-size: 15px;
				margin-right: 15px;
			}
			
				#primary_navigation > li > a {
					display: block;
					padding: 7px 8px;
					color: #fff;
					text-decoration: none;
				}
				
				#primary_navigation li a:hover,
				#primary_navigation li.active > a {
					background: #0d1b2a;
					color: #26d0cc;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}
				
		#primary_navigation .main_menu {
			display: block;
			background: #0d1b2a;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			z-index: 50000;
			margin-top: -5px;
			padding: 10px 5px 5px;
			min-width: 150px;
		}
		
			#primary_navigation .main_menu li {
				display: block;
				font-size: 12px;
				padding: 4px 6px;
				float: none;
			}
				
				#primary_navigation .main_menu li a {
					text-decoration: none;
					color: #fff;
					display: block;
					padding: 4px;
					text-shadow: none;
				}
				
				#primary_navigation .main_menu li a:hover {
					color: #26d0cc;
				}

#branding {
	float: left;
	padding-top: 24px;
	margin-left: 10px;
}

#content {
	min-height: 1px;
	background: #fff;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 15px 30px;
	position: relative;
	background: white url(../pix/content_bg.png) repeat-x top;
	z-index: 10;
}

.content_footer {
	background: transparent url(../pix/center_bottom.png) no-repeat;
	width: 1000px;
	height: 24px;
	z-index: 0;
}

#footer {
	background: #dbe6f1;
	min-height: 125px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #163e62;
}
	
	#newsletter,
	#support_sales,
	#about_us {
		height: 90px;
		width: 290px;
		margin-top: 20px;
		float: left;
		border-right: 1px solid #c2d3e4;
	}
	
	#footer h2 {
		font-size: 14px;
	}
	
	#footer .input_text {
		padding: 4px;
		background: #fff;
		border: 2px solid #dadcdd;
		margin-left: 6px;
	}
	
	#footer .button {
		color: #66707c;
		font-size: 10px;
		font-family: helvetica, arial, tahoma, sans-serif;
		text-align: center;
		padding: 7px 0;
		height: 28px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#footer .input_submit {
		border: 0;
		background: url(../pix/footer_button_2.png) no-repeat;
		width: 82px;	
	}
		
	#newsletter {
		margin-left: 20px;
	}
	
		#newsletter span,
		#about_us span {
			display: block;
			margin: 4px 0 6px 6px;
		}

	#support_sales {
		margin-left: 20px;
	}
	
		#support_sales strong {
			margin-top: 4px;
			font-size: 11px;
			display: block;
		}
	
		#support_sales .phone {
			font-size: 22px;
			margin-left: 6px;
		}
		
			#support_sales .phone.sub {
				font-size: 17px;
			}
	
	#about_us {
		border: 0;
		margin-left: 20px;
	}
	
		#full_contact {
			display: block;
			width: 148px;
			background: url(../pix/footer_button_1.png) no-repeat;
		}
		
#legal {
	font-size: 10px;
	color: #89aacb;
	margin-top: -10px;
}

	#legal li {
		float: right;
		padding: 0 4px 6px;
	}
	
	#legal li#copyright {
		float: left;
	}
	
	#legal a {
		color: #89aacb;
	}
	
/**************************************************/

h1 {
	font-size: 32px;
	margin-top: 12px;
	margin-left: 10px;
	color: #0d2742;
	/*padding: 8px 0;*/
}

	h2 {
		font-size: 20px;
		color: #112f3f;
	}
	
	h3 {
		font-size: 16px;
		color: #272727;
	}

a {
	color: #3871ac;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}
	
strong {
	font-weight: bold;
}

p {
	font-size: 13px;
	line-height: 150%;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* Two columns */

.two_column {
	overflow: hidden;
}

	.two_column .left,
	.two_column .right {
		width: 48%;
	}

.blurb {
	font-size: 17px;
	color: #3e3e3e;
	margin: 0 25px 0 0;
	line-height: 130%;
}

.subinfo {
	font-size: 11px;
	line-height: 140%;
}

.icon {
	float: left;
}

.num_bullets {
	list-style-type: decimal;
}

	.num_bullets li,
	.bullets li {
		margin: 3px 0;
	}
	
.bullets {
	list-style-type: disc;
}

	.bullets .bullets {
		list-style-type: circle;
	}

.num_bullets, .bullets {
	margin-left: 20px;
}

.num_bullets.extra_pad li,
.bullets.extra_pad li {
	margin-bottom: 15px;
}

.wall_o_text {
	line-height: 150%;
	margin: 0 10px;
}

	.wall_o_text p {
		margin-bottom: 20px;
	}
	
	.wall_o_text h2, .wall_o_text h3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}

.mainwrap {
	margin: 0 10px;
}

.toggle {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	cursor: pointer;
}

	.toggle.open {
		background-image: url(../pix/toggle_open.png);
	}
	.toggle.closed {
		background-image: url(../pix/toggle_closed.png);
	}
	
a.link_button {
	display: block;
	float: right;
	margin: 1px 0px;
	padding: 5px 10px;
	background: #152e46;
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.link_button:hover {
	/*background: #1e4f7d;*/
	color: #26d0cc;
	text-decoration: none;
}

/**************************************************/

.page_header {
	overflow: hidden;
	padding: 0 28px 12px 10px;
	margin-bottom: 15px;
}

.page_header h1 {
	float: left;
}

.section_nav {
	float: right;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 8px;
	margin-top: -10px;
}
	.section_nav li {
		float: left;
		padding: 10px 10px 6px;
		color: #5889a3;
	}
	
	.section_nav li.active {
		color: #152e46;
		font-weight: bold;
		background: #c2d2d8;
		-moz-border-radius-bottom-left: 5px;
		-moz-border-radius-bottom-right: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		padding: 10px 12px 6px;
	}
	
	.section_nav a {
		color: #3c6284;
	}
	
	.section_nav li.active a {
		color: #152e46;
	}
		
/*ol.breadcrumb {
	font-size: 13px;
}

	ol.breadcrumb li {
		float: left;
		padding: 2px 5px 0;
		color: #96a7b8;
	}
	
	ol.breadcrumb li a {
		color: #96a7b8;
	}
	
	ol.breadcrumb li.active {
		font-weight: bold;
	}*/

/**************************************************/

.content_menu {
	width: 240px;
}

	.content_menu .panel_top {
		height: 50px;
		width: 100%;
		display: block;
		background: url(../pix/contentmenu_top.png) no-repeat right;
	}
	
	.content_menu .panel_bottom {
		height: 53px;
		width: 100%;
		display: block;
		background: url(../pix/contentmenu_bottom.png) no-repeat right;
	}
	
	.content_menu ul {	
		background: url(../pix/contentmenu_middle.png) repeat-y right;
	}
	
	.content_menu ul li {
		font-size: 15px;
		padding: 5px 20px;
		text-align: right;
		color: #112f3f;
	}
	
	.content_menu ul li.active {
		background: url(../pix/contentmenu_active.png) no-repeat right;
		padding: 15px 20px;
		margin: 6px 0;
		font-weight: bold;
	}
	
	.content_menu ul li.active:first-child {
		margin-top: 0;
	}
	.content_menu ul li.active:last-child {
		margin-bottom: 0;
	}
	
	.content_menu ul li a {
		color: #213f5e;
	}
	

.sidebox {
	margin: 0 0 25px 25px;
	background: #e7ecf1;
	padding: 10px;
	line-height: 150%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

	.sidebox h2 {
		margin-bottom: 8px;
	}

.callout {
	background: #f9fafc;
	border: 1px solid #e7ecf1;
	padding: 15px;
}

.message {
	background: #fdf7e5;
	padding: 10px;
	border: 1px solid #e6ad00;
	font-size: 13px;
}

/**************************************************/

.convert_box {
	margin-top: 15px;
	overflow: hidden;
}

	.convert_box li {
		list-style-image: url(../pix/icons/ok.png);
		margin: 3px 0;
	}
	
	.convert_box li.no {
		list-style-image: url(../pix/icons/delete2.png);
	}
	
	.convert_box li.maybe {
		list-style-image: url(../pix/icons/sign_warning.png);
	}
	
.convert_bullets {
	margin-left: 35px;
	font-size: 13px;
}

#purchase_suite {
	display: block;
	width: 264px;
	height: 48px;
	text-indent: -2000em;
	margin: 12px 0;
	background: url(../pix/products/purchase_com_suite.png) no-repeat;
}

/**************************************************/

.twin_list,
.single_list {
	margin-left: 15px;
}

.twin_list li {
	width: 46%;
	margin: 5px 0 15px;
	line-height: 150%;
}
	
	.twin_list .icon {
		margin: 0 8px 30px 0;
	}
	
.single_list li {
	margin: 5px 0 15px;
	line-height: 150%;
}

	.single_list .icon {
		margin: 0 16px 10px 0;
	}

/**************************************************/

.layout { overflow: hidden; }

.layout.full { width: 930px; }

.layout.thirds .single { width: 310px; }
.layout.thirds .double { width: 620px; }

.layout.doubles .single { width: 460px; }

.layout.quads .single { width: 232px; }
.layout.quads .double { width: 464px; }
.layout.quads .triple { width: 698px; }

/***************************************************/

.popupWrapper {
	background: url(../images/transbg.png);
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.popupInner {
		background: #fff;
		color: #000;
		border: 3px solid #d5dde5;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 8px;
		width: 500px;
		overflow: auto;
	}
	
		.popupInner h3 {
			background-color: #e7ecf1;
			font-size: 14px;
			border: 0;
			padding: 4px;
			font-weight: bold;
		}
		
.popupClose {
	position: absolute;
	right: 8px;
	top: 8px;
}

.popup_footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.popup_body {
	padding: 10px;
}

.stem {
	width: 31px;
	height: 16px;
	position: absolute;
}

	.stem.topleft {
		background-image: url(../images/stems/topleft.png);
	}
	.stem.topright {
		background-image: url(../images/stems/topright.png);
	}
	.stem.bottomleft {
		background-image: url(../images/stems/bottomleft.png);
	}
	.stem.bottomright {
		background-image: url(../images/stems/bottomright.png);
	}
	
.modal {
	background-color: #3e3e3e;
}

/***************************************************/

#sale_bar {
	background: #fdf7e5;
	border-bottom: 2px solid #e6ad00;
	height: 50px;
}

	#sale_bar p {
		width: 960px;
		margin: 0 auto;
		font-size: 14px;
		text-align: center;
		
		padding: 15px;
	}
	
	table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}
table.data tr.clientareatablepending td{background-color:#EFEFEF !important;}
table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;}
table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;}
