/* Register - basic.css
---------------------------------------*/

body {
  background:#fff;
  font-family:trebuchet, "Trebuchet MS", sans-serif;
  font-size:12px;
  color:#56594b;
  }

* {
  margin:0;
  padding:0;
  }
  
#contentColumns {
	margin-top:30px;
	}

a {
  color:#0089be;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
}


img {
  border:none;
  text-decoration:none;
  }

.imgButton {
	background:none;
	border:none;
	padding:0;
	height:auto;
	width:auto;
}

p {
  line-height:auto;
  margin:0 0 1em 0;
  }

.col_L {width:575px; padding-right:10px; float:left; }

.col_R {width:300px; padding-left:10px; border-left:1px solid #d9d9d9; float:right;  }

.col_L strong {
	color:#303326;
	}

.clearFix {
	*height:1%;
}

.clearFix:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;	
}



h1 {
	font-size:32px;
	color:#33a1cc;
	margin:0px;
	}
	
h2 {
	font-size:18px;
	color:#7d8170;
	margin-top:-8px;
	}
	
h3 {
	font-size:16px;
	color:#33a1cc;
	margin:0px;
	}
	
	
.articleHeader2 h1 {
	font-size:43px;
	color:#303326;
	margin:0px;
	}
	
.articleHeader2 h2 {
	font-size:23px;
	color:#7d8170;
	margin-top:-8px;
	}
	
.blackTitle {
	font-size:18px;
	color:#000000;
	}

	
.rightList {
	margin-top:40px;
	
	}
	
.rightList a {
	font-weight:bold;
	}
	

	
.article img {
	padding:10px;
	}
	
.rImg {
	padding-left:10px;
	padding-bottom:5px;
	}
	
hr {
	background:transparent url(../imgs/global/bgDottedLineHorizontal.gif) repeat-x bottom;
	border:none;
	margin-bottom:10px;
	padding-top:1px;
	height:1px;
	font-size:1px;
	clear:both;	
}

.hrline {
	background:transparent url(../imgs/global/bgDottedLineHorizontal.gif) repeat-x bottom;
	border:none;
	margin-bottom:10px;
	margin-top:10px;
	_margin-top:0px;
	height:1px;
	width:100%;
	clear:both;	
}

.hrlineMP {
	background:transparent url(../imgs/global/bgDottedLineHorizontalMP.gif) repeat-x bottom;
	border:none;
	margin-bottom:10px;
	padding-top:10px;
	_padding-top:0px;
	height:1px;
	width:100%;
	clear:both;	
}

.hrlineList {
	background:transparent url(../imgs/global/bgDottedLineHorizontal.gif) repeat-x bottom;
	border:none;
	margin-bottom:10px;
	padding-top:0px;
	margin-top:5px;
	_margin-top:-10px;
	height:1px;
	width:100%;
	clear:both;	
}

.col_L hr {

	background:transparent url(../imgs/global/bgDottedLineHorizontal.gif) repeat-x bottom;
	border:none;
	margin-bottom:10px;
	margin-top:10px;
	height:1px;
	font-size:1px;
	clear:both;	
}

.step {
	padding-top:2px;
	padding-right:10px;
	}


	/*Article Footer*/
	
.articleFooter {
	position:relative;
	margin-top:30px;
	line-height:15px;
	font-size:11px;
	}
	
.articleFooter a {
	font-weight:bold;
	}
	
.articleFooter strong {
	color:#000000;
	font-size:16px;
	}

.articleFooterLeft {
	position:relative;
	float:left;
	width:245px;
	height:115px;
	background-color:#e8f3f7;
	padding:20px;
	margin-top:3px;
}

.articleFooterRight {
	position:relative;
	float:right;
	width:245px;
	height:115px;
	background-color:#e8f3f7;
	padding:20px;
	margin-top:3px;
	}



/* MOST Popular */

.mostPopular {
	width:575px;
	background-color:#e8f3f7;
	margin-top:0px;
	}
	
.txtMostPopular {
	position:relative;
	top:15px;
	left:15px;
	width:550px;
	padding-bottom:30px;
	}
	
.txtMostPopular hr {
	position:relative;
	top:8px;
	}
	
.txtMostPopularLeft {
	float:left;
	width:275px;
	padding-top:8px;
	}
	
.txtMostPopularRight {
	float:left;
	width:275px;
	padding-top:8px;
	}
	
.txtMostPopular a {
	font-weight:bold;
	}
	

/* Learning Center Menu begin */

.lcMenu {
	position:relative;
	width:100%;
	border-top:5px solid #e8f3f7;
	border-bottom:5px solid #e8f3f7;
	text-transform:uppercase;
	padding-top:5px;
	height:32px;
	float: right;
	margin-bottom: 23px;
	_margin-bottom: 0;
	margin-top: 0;
	}
		
#lcLinks { 
	position:absolute;
	left:176px;
	top:10px;
	}
	
#lcLinks:empty {
 	/*hack safari*/
	position:absolute;
	left:176px;
	top:12px;
}
	
.lcMenu a {
	padding-right:23px;
	font-weight:bold;
	font-size:13px;
	}
	
#aCEO {
	padding:0px;
	}





/*---- INTERACT FORM begin ----*/


#intForm { 
	display:none;
}

#intFormImg { 
	margin-bottom:-5px;
	margin-top:7px;
}

#openIntForm { 
	display:block;
	font-size:11px;
	margin-bottom:15px;
}

#interact_form {
	margin-bottom:15px;
	}

#interact_form .btnSubmit {
	width:84px;
	height:39px;
	margin-left:-7px;
	background:none;
	border:none;
	padding:0;
}


#interact_form label{
color:#56594B;
display:block;
font-size:16px;
font-weight:bold;
left:5px;
margin-bottom:-22px;
position:relative;
top:3px;
}
#interact_form label.hiddenLabel {
overflow:hidden;
text-indent:-999px;
}

#interact_form label.selectLabel {
display:none;
left:0px;
top:0px;
z-index:-999;
}

#interact_form .imgButton {
	width:164px;
	height:42px;
	}
	
#interact_form .submitButton {
	width:164px;
	height:42px;
	}



#interact_form #name {
	width:287px;
	margin-bottom:10px;
	}
	
#interact_form #email {
	width:287px;
	margin-bottom:10px;
	}
	
#interact_form #location {
	width:287px;
	margin-bottom:10px;
	}
	
#interact_form select {
	width:301px;
	margin-bottom:10px;
	}
	

	
#interact_form textarea {
	width:287px;
	height:116px;
	margin-bottom:10px;
	border:2px solid #b8b9b9;
	padding:2px 5px 0px 5px;
	font-size:16px !important;
	color:#56594B;
	font-weight:bold;
	background:url(../imgs/formElements/bgTextArea349.gif) no-repeat;
	}
	
input {
	height:22px;
	margin-bottom:10px;
	margin:0;
	border:2px solid #b8b9b9;
	padding:2px 5px 0px 5px;
	font-size:16px !important;
	color:#56594B;
	font-weight:bold;
	background:url(../imgs/formElements/bgTextField349.gif) no-repeat;
}

select {
	border:2px solid #B8B9B9;
	color:#56594B;
	font-family:trebuchet,"Trebuchet MS",sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0pt;
	padding:0px 0px 0px 0px;
}

select.smallSelect {
	font-size:12px;
	padding:1px;
	border:1px solid #b8b9b9;
}

input.noborder {
	border:medium none;
	height:auto;
	padding:0pt;
	width:auto;
}

form {
  margin:0;
  padding:0;
  }
	


/*----INTERACT FORM end ----*/



/* clear float issues */
.clearer { clear:both; height:0px; background-color:#FFF; text-align:left; }

.lastItem {
	/* this style is useful if the last item in a list of items doesn't need an underline for example */
	background-image:none !important;
}

/* structural elements */

#shadowWrapper {
	width:966px;
	margin-right:auto;
	margin-left:auto;
	background:url(../imgs/global/bgShadowBox.gif) repeat-y top center;
	min-height:500px;
}

#shadowWrapperCap {
	background:url(../imgs/global/bgShadowBoxCap.gif) no-repeat left;
	height:13px;
	margin-right:auto;
	margin-left:auto;
	width:966px;
	font-size:1px;
}
#content {
	margin:0pt 23px 0pt 24px;
	*margin:0px 18px 0 32px;
	padding:19px 0 36px 0;
}

/* header elements */
#logoHeader {
	margin-bottom:8px;
}

#topAd {
	float:right;
	width:auto;
}

#logoHeader #registerLogo {
	float:left;
	display:block;
	width:auto;
}

/************************************* =2c. Navigation ***************/
ul#bannerNav { list-style:none; position:relative; left:-8px; width:934px; margin:0; padding:0; z-index:1000; }
ul#bannerNav li { float:left; position:relative; width:auto;  }
ul#bannerNav li a { display:block; overflow:hidden; height:40px; background-position:0px 0px; text-indent:-500px; z-index:1000; }
body#email ul#bannerNav li#email a.topLevelLinkActive { background-position:0px -49px !important; }
ul#bannerNav li#home a { background: #f7f7f7 url(../imgs/navs/navHome.png) no-repeat; width:33px; }
ul#bannerNav li#domain a { background: #f7f7f7 url(../imgs/navs/navGetADomain.png) no-repeat; width:117px; }
ul#bannerNav li#email a { background: #f7f7f7 url(../imgs/navs/navAddEmail.png) no-repeat; width:95px; }
ul#bannerNav li#build a { background: #f7f7f7 url(../imgs/navs/navBuildAWebsite.png) no-repeat; width:123px; }
ul#bannerNav li#hosting a { background: #f7f7f7 url(../imgs/navs/navHostAWebsite.png) no-repeat; width:123px; }
ul#bannerNav li#security  { background: #f7f7f7 url(../imgs/navs/navSecureYourSite.png) no-repeat; width:129px; }
ul#bannerNav li#learn a { background: #f7f7f7 url(../imgs/navs/navLearn.png) no-repeat; width:68px; }
ul#bannerNav li#marketing a { background: #f7f7f7 url(../imgs/navs/navMarketYourSite.png) no-repeat; width:130px; }
ul#bannerNav li#yourAccount a { background: #f7f7f7 url(../imgs/navs/navYourAccount.png) no-repeat; width:116px; }
ul#bannerNav li div { display: none; position:absolute; left:-4px; top:36px; z-index:1000; }
ul#bannerNav li ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0px 0px -5px 6px; }
ul#bannerNav li ul li { margin:0; padding:0;}
ul#bannerNav li ul li a { display:block; overflow: hidden; height: auto; margin: 0; padding:9px 2px 9px 9px; border-bottom: 1px dotted #d6d3d6; background-image: none !important; background-repeat: no-repeat !important; font-weight:bold; font-size:12px; color:#303326; line-height:15px; text-decoration: none; text-indent:0; z-index:1; }
ul#bannerNav li ul li a:hover  { background-color:#ffcc00 !important; }
ul#bannerNav li ul li.last { margin-left: -2px; margin-top: -2px; bottom: -2px; background: transparent none no-repeat scroll left bottom; z-index: 2; }
ul#bannerNav li ul li.last a { border-bottom: none; margin-left: 2px; margin-bottom: 5px;  }

ul#bannerNav li#home:hover a,
ul#bannerNav li#domain:hover a,
ul#bannerNav li#email:hover a,
ul#bannerNav li#build:hover a,
ul#bannerNav li#hosting:hover a,
ul#bannerNav li#security:hover a,
ul#bannerNav li#learn:hover a,
ul#bannerNav li#marketing:hover a,
ul#bannerNav li#yourAccount:hover a { background-position: 0px -98px; }
ul#bannerNav li#home:hover div,
ul#bannerNav li#domain:hover div,
ul#bannerNav li#email:hover div,
ul#bannerNav li#build:hover div,
ul#bannerNav li#hosting:hover div,
ul#bannerNav li#security:hover div,
ul#bannerNav li#learn:hover div,
ul#bannerNav li#marketing:hover div,
ul#bannerNav li#yourAccount:hover div { display: block; }


/* Get a Domain */
ul#bannerNav li#domain div { width: 124px; background:transparent url(../imgs/navs/bgDropdownShadow_GetADomain.png) repeat-y scroll 0%; }
ul#bannerNav li#domain ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:112px; }
ul#bannerNav li#domain ul li a { width:101px; }
ul#bannerNav li#domain ul li.last { width: 124px; background-image: url(../imgs/navs/dropdownBottomCap_GetADomain.png);}

/* Add Email */
ul#bannerNav li#email div { width: 102px; background:transparent url(../imgs/navs/bgDropdownShadow_AddEmail.png) repeat-y scroll 0%; }
ul#bannerNav li#email ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:90px; }
ul#bannerNav li#email ul li a  { width:79px;  }
ul#bannerNav li#email ul li.last { width: 102px; background-image: url(../imgs/navs/dropdownBottomCap_AddEmail.png);  }

/* Build a Website + Host a Website*/
ul#bannerNav li#build div,
ul#bannerNav li#hosting div { width: 130px; background:transparent url(../imgs/navs/bgDropdownShadow_BuildASite.png) repeat-y scroll 0%; }
ul#bannerNav li#build ul,
ul#bannerNav li#hosting ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:118px; }
ul#bannerNav li#build ul li a,
ul#bannerNav li#hosting ul li a { width:107px; }
ul#bannerNav li#build ul li.last,
ul#bannerNav li#hosting ul li.last { width: 130px; background-image: url(../imgs/navs/dropdownBottomCap_BuildASite.png); }

/* Secure your Site */
ul#bannerNav li#security div { width: 136px; background:transparent url(../imgs/navs/bgDropdownShadow_SecureYourSite.png) repeat-y scroll 0%; }
ul#bannerNav li#security ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:124px; }
ul#bannerNav li#security ul li a   { width:113px;  }
ul#bannerNav li#security ul li.last { width: 136px; background-image: url(../imgs/navs/dropdownBottomCap_SecureYourSite.png); }

/* Market your Site */
ul#bannerNav li#marketing div { width: 137px; background:transparent url(../imgs/navs/bgDropdownShadow_MarketYourSite.png) repeat-y scroll 0%; }
ul#bannerNav li#marketing ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:125px; }
ul#bannerNav li#marketing ul li a { width:114px; }
ul#bannerNav li#marketing ul li.last { width: 137px; background-image: url(../imgs/navs/dropdownBottomCap_MarketYourSite.png); }

/* Learn */
ul#bannerNav li#learn div { width: 130px; background:transparent url(../imgs/navs/bgDropdownShadow_learn.png) repeat-y scroll 0%; }
ul#bannerNav li#learn ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:118px; }
ul#bannerNav li#learn ul li a { width:107px; }
ul#bannerNav li#learn ul li.last { width: 130px; background-image: url(../imgs/navs/dropdownBottomCap_BuildASite.png); }

/* Your Account */
ul#bannerNav li#yourAccount div { width: 116px; background:transparent url(../imgs/navs/bgDropdownShadow_YourAccount.png) repeat-y scroll 0%; }
ul#bannerNav li#yourAccount ul { background:url(../imgs/navs/bgDropdownVerticalGradient.gif) repeat-x bottom; width:105px; }
ul#bannerNav li#yourAccount ul li a { width:93px; }
ul#bannerNav li#yourAccount ul li.last { width: 116px; background-image: url(../imgs/navs/dropdownBottomCap_account.png); }

/*----*

/* FOOTER NAVS */

#footer {
	width:948px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:13px;
	margin-bottom:50px;
	text-align:center;
}

ul#footerNavs {
	list-style:none;
	margin:0;
	padding:0;
}

ul#footerNavs li{
	list-style:none;
	float:left;
	width:auto;
}

ul#footerNavs li {
	height:22px;
	border-right:1px solid #d8d8d8;
	margin-left:23px;
	padding-right:23px;
	*padding-right:22px;
	*margin-left:22px;
	white-space:nowrap;
}

ul#footerNavs li.lastItem {
	padding:0px;
	border:none;
}

ul#footerNavs li a {
	font-family:trebuchet, "Trebuchet MS", sans-serif;
	font-size:15px;
	font-weight:bold;
}


/* style for loaded ads */
#footerAds {
	height:52px;
	overflow:hidden;
	margin-top:24px;

}
#footerAds table {
	width:100%;
	border-top:1px solid #e9e9e9;
}
#footerAds table td {
	text-align:center;
	padding:0;
	margin:0;
	padding-top:20px;

}

#disclaimer {
	font-size:11px;
	color:#a6a6a6;
	margin-top:40px;
}

#disclaimer a {
	color:#5ec0e7;
}

/* MISC standard items */
#phoneBanner {
	background-color:#faf6e7;
	text-align:center;
	font-size:14px;
	color:#898989;
	padding:1px 0px 2px 0px;
	margin-bottom:4px;
	z-index:0;
}

#phoneBanner span {
	color:#363636;
}

#phoneBanner .phoneNumber {
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
}



.btnAskYourQuestion {
	position:relative;
	left:-7px;
	margin-top:10px;
}


.list {
	padding-left: 15px;
}
.list li {
	padding-top: 5px;
}
