@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	border:0;
	width:100%; 
	font-family:'Trebuchet MS', 'Lucida Grande', sans-serif;
	font-size:12px;
	color:#555;
	background:#011ea0;
}
a {
	outline:none;
}
p {
	font-size:16px;
	line-height:1.4em; 
	color:#666;
}
.clear {
	clear:both;
	background:none;
}
hr {
	display:block;
	height:5px;
	border-bottom:5px solid #0249be;
	margin:20px 0;
}
abbr {
	border-bottom:1px dotted #CCC;
	font-style:italic;
	cursor:help;
}
h1, h1 a {
	font-size:24px;
	color:#EE8800;
	margin:10px 0 0 0;
	/*color:#50CB2F; */
	letter-spacing:-1px;
	line-height:1.1em;
	text-decoration none;
}
h2, h2 a {
	font-size:18px;
	margin:0;
	color:#FF9900;
	/*color:#1F9913;
	/*color:#667D20;*/
	text-decoration:none;
}
h3, h3 a {
	font-size:18px;
	color:#444;
	margin-top:40px;
	text-decoration:none;
}

/* BEGIN HEADER */
#wrapper { 
	width:100%;
	height:100%; 
	background:#ffffff;
}
#headerWrap {
	height:150px;
	background:url(../images/header-bg.jpg) top repeat-x;
}
#header {
	position:relative;
	min-width:985px;
	max-width:1160px;
	height:150px;
	background:url(../images/top-right-corner.jpg) right bottom no-repeat;
}	
#logoTop {
	position:absolute;
	top:0;
	left:0;
	width:168px;
	height:150px;
}
#loginBtn {
	position:absolute;
	top:0;
	right:150px;
}
#beta {
	position:absolute;
	top:8px;
	right:0;
	display:none;
}

/* BEGIN NAVIGATION */
#navigation {
	position: absolute;
	top: 91px;
	left: 170px;
}
#nav {
	width: 150px;
}
#nav ul {
	margin:0;
	padding:0;
	width:800px;
}
#nav li {
	list-style: none;
	line-height: 18px;
	text-align: center;
	display: inline;
}
#nav a {
	color: #D8E9FE;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	text-align:center;
	outline: none;
	height:24px;
	width:128px;
	padding-top:7px;
	display:block;
	float:left;
	margin-right:2px;
	font-weight:bold;
	background:url(../images/nav-tab.gif) no-repeat center;
}
#nav a:hover {
	color: #fff;
	background:url(../images/nav-tab-over.gif) no-repeat center;
}
#nav li.current_page_item a {
    color: #2E84f5;
    background: url(../images/nav-tab-up.gif) no-repeat center;
}
#nav a.selected {
	color: #2E84f5;
	text-align:center;
	background: url(../images/nav-tab-up.gif) no-repeat center;
}
#nav li small {
	font-size:10px;
}

/* BEGIN CONTENT */
#outerContentWrap {
	min-width:985px;
	max-width:1160px;
	background:url(../images/tile-contentL.jpg) left repeat-y;
}
#contentWrap {
	position:relative;
    width:100%;
    float:left;
    margin-right:-500px;
	background:url(../images/tile-contentR.jpg) right repeat-y;
}
#content {
	width:49%;
	min-height:615px;
    margin:0 500px 0 170px;
}
#content ol.howItWorks {
	font-size:16px;
	line-height: 1.4em; 
	color:#666;
}
#content ol.howItWorks li {
	padding-bottom:5px;
}
#antispamList {
	list-style:disc;
	font-size:16px;
}
#antispamList li {
	line-height:1.4em;
	padding:0 0 10px 0;
}
#homecall {
	padding:10px 0 0 0;
	margin:0 0 15px 0;
	width:100%;
	
	position:relative;
}
#homecall p {
	padding:0;
	margin:0;
	color:#fff;
	font-size:1.2em;
	line-height:1.2em;
	padding:10px 20px 10px 20px;
}
#homecall a {
	color:#9EE4FE;
}
#homecall h1 {
	color:#fff;
	font-size:1.6em;
	width:60%;
	display:block;
	padding:10px 0 0 10px;
}
#homecall div.h1 {
	background:#1F5FD6;
}
#homecall div.h1r {
	background: url(../images/h-1-r.png) no-repeat right top;
	width:100%;
}
#homecall div.h1l {
	background: url(../images/h-1-l.png) no-repeat left top;
	width:100%;
	position:relative;
}
#homecall div.h1l p.sites img {
	border:1px solid #878A91;
	background:#fff;
	padding:3px;
	float:left;
	margin-right:10px;
}
#homecall a.h1button {
	border:none;
	position:absolute;
    top:-15px;
    right:-15px;
}
#homecall div.h2 {
    background:#0029AC;
}
#homecall div.h2r {
    background: url(../images/h-2-r.png) no-repeat right top;
    width:100%;
}
#homecall div.h2l {
    background: url(../images/h-2-l.png) no-repeat left top;
    width:100%;
    padding:20px 0 0 0;
	position:relative;
}
#homecall div.h2l p {
}
#homecall a.h2button {
    border:none;
	position:absolute;
	top:5px;
	right:-15px;
}
#homecall div.h3 {
    background:#00158D;
}
#homecall div.h3r {
    background: url(../images/h-3-r.png) no-repeat right top;
    width:100%;
}
#homecall div.h3l {
    background: url(../images/h-3-l.png) no-repeat left top;
    width:100%;
    padding:20px 0px 0px 0px;
	position:relative;
}
#homecall div.h3l p.special {
	font-size:1.2em;
	color:#A0E3FB;
	border:1px solid #0444CA;
	background:#0432B4;
	margin:0 10px 0 10px;
}
#homecall div.h3l p.special strong{
	color:#fff;
}
#homecall div.h3l p.special small {
	font-size:10px;
}
#homecall div.h3l p.special img {
	float:left;
	margin-right:10px;
}
#homecall a.h3button {
    border:none;
    position:absolute;
    top:5px;
    right:-15px;
}
#homecall div.h4r {
    background: url(../images/h-4-r.png) no-repeat right bottom;
    width:100%;
}
#homecall div.h4l {
    background: url(../images/h-4-l.png) no-repeat left bottom;
    width:100%;
	height:20px;
}
.datatable, #packages {
	margin-bottom:20px;
}
.datatable td, #packages  td {
	font-size:11px;
	color:#000;
	padding:8px 7px;
	background-color:#D9E2F7;
}
.datatable .odd td, #packages .odd td {
	background-color:#EAEFFB;
	border-bottom:1px solid #CFDBF5;
	border-top:1px solid #CFDBF5;
}
.datatable .ttitle th, #packages .ttitle td {
	padding-top:30px;
	background-color:#FFF;
	text-align:left;
}
#packages em {
	font-size:9px;
	color:#999;
}

/* LOGIN FORM */
#loginWrap {
	text-align:center;
	margin:0 auto;
	padding:10px 50px 10px 50px;
}
#loginFormWrap {
	margin:0 auto;
	width:350px;
	padding:10px 10px 10px 10px;
	border-top:1px solid #D9E2F7;
	border-bottom:1px solid #D9E2F7;
	background:#EAEFFB;
}
#loginFormWrap p {
	font-size:16px;
	color:#666;
}
#loginFormWrap input {
	width:225px;
	padding:10px 10px 10px 10px;
	border:1px solid #D9E2F7;
	background:#fff;
	font-size:16px;
	color:#666;
}
#loginFormWrap td.btns {
	text-align:center;
}
#loginBtns {
	margin:0 auto;
	width:210px;
}
#loginBtns input {
	background:none;
	border:none;
	cursor:pointer;
}
#loginBtns .loginBtn {
	float:left;
	margin:0;
	padding:0;
	width:105px;
	height:50px;
	background:url(../images/form-loginBtn.jpg) top left no-repeat;
}
#loginBtns .clearBtn {
	float:left;
	margin:0;
	padding:0;
	width:105px;
	height:50px;
	background:url(../images/form-clearBtn.jpg) top left no-repeat;
}

/* FAQ PAGE */
#faqList {
	width:493px;
}
#faqList p {
	display:none;
	padding:2px 15px;
}
#faqList h3 {
	font-size:1.4em;
	margin:0 3px;
}
#faqList h3.link {
	border-bottom:1px solid #eee;
	cursor:pointer;
	padding:2px 10px 2px 10px;
}
#faqList h3.linkOn, #faqList h3.linkOver  {
	color:#EE8800;
	background:#ffffe0;
	border-color:#ccc;
}

/* BEGIN SIDEBAR */
#sidebar {
	position:absolute;
	top:0;
	right:0;
    width:283px;
	padding:0 0 0 20px;
	border-left:1px solid #ccc;
}
#memberLogos {
	width:100%;
	height:125px;
}
.break {
	padding:10px 0px;
}
#sidebar ul {
	margin:0;
	padding:0;
}
/*
#sidebar li {
	display: block;
	list-style: none;
}
*/
#sidebar p {
	line-height: 1.7em;
}
#sidebar .widget {
	margin-bottom:15px;
}
#sidebar .widgettitle {
	color:#0d3fa8;
}
#sidebar a {
        /*color:#003399;
        text-decoration: none;
        /*border-bottom: 1px dotted #003399;*/
}
#sidebar a:hover {
	color:#111;
}
#adrotator {
	background: url(../images/sidebar-bg.jpg) no-repeat top;
	display:block;
	width:213px;
	text-align:center;
	height:219px;
	color:#fff;
	padding:10px;
}
#adrotator h2 {
	font-size:1.3em;
	border-bottom:1px solid #4597f1;
	color:#fff;
	font-weight:normal;
	padding-bottom:4px;
	margin-bottom:10px;
}
#adrotator ul {
	margin:0 0 0 5px;
	text-align:left;
}
#adrotator ul li {
	display: block;
	list-style: none;
	background: url(../images/sidebar-bullet.gif) no-repeat 0px 8px;
	padding-left:10px;
	padding-top: 5px;
	vertical-align: top;
	line-height:14px;
}
#adrotator ul li ul {
	margin-left: 5px;
}
#adrotator ul li ul li {
	padding-left:2px;
	padding-top: 0px;
	background: none;
}
#adrotator ul li ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#adrotator small {	
	color:#f1f1f1;
	font-size:.6em;
}
#adrotator .reg {
	color:#3567B0;
	text-transform: capitalize;
	font-size:.8em;
	font-weight:normal;
}
#adrotator #button {
	padding-top:15px;
}
#adrotator img {
	border:none;
}
#sidebarNews {
	margin:20px 45px 0 0;
}
* html #sidebarNews {
	padding:0;
}
#sidebarNews h2 {
	margin:0;
	padding:0;
	color:#003399;
}
#sidebarNews p {
	margin-top:5px;
	color:#666;
	font-size:12px;
	line-height:1.2em;
}

/* BEGIN FOOTER */
#footerWrap {
	height:175px;
	background:url(../images/footer-bg.jpg) top repeat-x;
}
#footer {
	position:relative;
	min-width:985px;
	max-width:1160px;
	height:175px;
}
#bottomCorners {
	position:relative;
	height:11px;
}
#leftCorner {
	position:absolute;
	top:0;
	left:143px;
	width:5px;
	height:11px;
	background:url(../images/leftCorner.jpg) no-repeat;
}
#rightCorner {
	position:absolute;
	top:0;
	right:25px;
	width:5px;
	height:11px;
	background:url(../images/rightCorner.jpg) no-repeat;
}
#logoBottom {
	position:absolute;
	top:11px;
	left:0;
	width:140px;
	height:103px;
	padding-top:2px;
}
#set1 {
	margin:15px 32px 0 150px;
	padding:0 0 10px 0;
	border-bottom: 1px solid #043DD4;
}
#footerLinks {
	float:left;
	width:350px;
}
#copyright {
	float:right;
	width:350px;
	color: #39F;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
}
#credits {
	float:left;
	width:350px;
}
#credits ul {
	margin:0;
	padding:0;
}
#credits li {
	float:left;
	list-style:none;
}
#credits a {
	border:none;
	padding-right:20px;
	color:#39F;
    text-transform:uppercase;
    font-size:10px;
    text-decoration:none;
}
#credits a:hover {
	color:#F1F1F1;
}
#set2 {
	margin:15px 32px 0 150px;
	padding:0 0 10px 0;
}
#systemStatus {
	float:left;
	width:350px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
}
#systemStatus h2 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#C4D1FF;
    text-decoration: none;
}
#latestSupport {
	float:right;
	width:350px;
	color: #39F;
    text-transform:uppercase;
    font-size:12px;
    text-decoration: none;
}
#latestSupport h2 {
	margin:0;
	padding:0 0 10px 0;
	font-size:20px;
	color:#C4D1FF;
    text-decoration:none;
}
#latestSupport a {
	color:#39F;
	text-decoration:none;
	margin-right:15px;
	border-bottom:1px dotted #39F;
}
#latestSupport a:hover {
	color:#F1F1F1;
}


input.button {
	border: none;
}

.iWrapper {
	border: 3px double #034abf; 
	padding: 5px; 
	background:#dfeff3;
	margin-bottom:10px;
}
iWrapper table, iWrapper img, .post p.iWrapper, form.iWrapper {
	text-align:center;
	margin:0 auto;
}


/* CUSTOMIZED THEMES */
#customizedThemes {
	width:490px;
	padding-top:10px;
}
#customizedThemes img {
	border:none;
}
#customizedThemes h2 {
	margin-bottom:10px;
}
#customizedThemes h3 {
	width:298px;
	margin:10px 0 0 0;
	font-size:16px;
	color:#666666;
}
#customizedThemes h3.link {
	width:298px;
	cursor:pointer;
	padding:2px 0;
}
#customizedThemes h3.linkOn, #customizedThemes h3.linkOver  {
	width:298px;
	background:#ffffe0;
	border-color:#ccc;
}
#customizedThemes .readMore {
	text-align:right;
	width:263px;
	padding:5px 35px 0 0;
	font-size:14px;
	color:#0033CC;
	text-decoration:underline;
}
#customizedThemes p {
	margin:0;
}
#customizedThemes .testimony {
	width:298px;
	margin:0;
	font-style:italic;
}
#customizedThemes .testimony span {
	color:#0033CC;
	font-weight:bold;
}
#customizedThemes .wrap {
	padding:15px 0;	
	width:490px;
	border-bottom:1px dotted #CFDBF5;
}
#customizedThemes .last {
	padding:15px 0;	
	width:490px;
	border-bottom:none;
}
#customizedThemes .customizedSite {
	width:175px;
	height:180px;
	padding:0 17px 0 0;
	float:left;
	text-align:center;
}
#customizedThemes .customizedText {
	float:left;
	width:298px;
	font-size:14px;
}
.readMore {
	text-align:right;
	padding:5px 35px 0 0;
	font-size:14px;
	color:#0033CC;
	text-decoration:underline;
}
#customizedThemes p {
	margin:0;
}
.testimony {
	margin:0;
	font-style:italic;
}
.testimony span {
	color:#0033CC;
	font-weight:bold;
}
#RSI,#ESI,#ASI, #PSI {
	padding:15px 0;	
	width:490px;
	border-bottom:1px dotted #CFDBF5;
}
#ASI.last {
	border-bottom:none;
}
.customizedSite {
	width:175px;
	height:180px;
	padding:0 17px 0 0;
	float:left;
	text-align:center;
}
.customizedText {
	float:left;
	width:298px;
	font-size:14px;
}

a {
    outline:none;
    color:#0033CC;
    text-decoration:underline;
}
a:hover {
    color:#0066FF;
}