html, body
{
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
	font-family: Times New Roman, Verdana, Helventica, Monospace;
	width: 100%;
	height: 100%;
}

html>body, html>body #contents
{
	height: auto;
}

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	color: #6395EC;
	font-family: Verdana, Helventica, Times, Monospace;
}

h2
{
	color: #6395EC;
	font-family: Verdana, Helventica, Times, Monospace;
}

h3
{
    color: #6395EC;
	font-family: Verdana, Helventica, Times, Monospace;
}

select
{
	border: solid 1px #000000;
	width: 80%;
}

td.smallText
{
	font-weight: bold;
	font-size: 10pt;
}

table.portfolioTable
{
	width: 100%;
	border: 0px;
}

span.required
{
	color: red;
}

span.note
{
	font-size: 8pt;
}

span.underline
{
	text-decoration: underline;
}

#homepageTable td
{
	width: 33%;
}

.textBox
{
	border: solid 1px #000000;
}

#navigation
{
	margin: 75px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #6395EC url(layout/bar.jpg) no-repeat bottom right;
	width: 100%;
	height: 16pt;
	position: absolute;
}

#navigation a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}

#navigation a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10pt;
}

#quoteContent
{
	margin: 125px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	width: 98%;
	position: absolute;
	/*border: solid 1px #000000;*/
}

#plantable
{
    width: 80%;
    margin-left: 50px;
}

.planinfo
{
    background-color: #0033CC;
    color: #ffffff;
    padding: 10px;
}

.boxContainer .right { background: url(layout/ur_active.gif) no-repeat top right; }
.boxContainer .left { background: url(layout/ul_active.gif) no-repeat top left; }
.boxContainer .bleft { background: url(layout/bl_active.gif) no-repeat bottom left; padding-top: 100px; }
.boxContainer .bright { background: url(layout/br_active.gif) no-repeat bottom right; }
.boxContainer .bcenter { background: url(layout/bc.gif) repeat-x bottom left; }
.boxContainer .center { background: url(layout/bc.gif) repeat-x top left; }

.boxContainer
{
	width: 100%;
	background-color: #6395EC;
}

.boxContainer .boxContents
{
	margin-left: 25px;
	line-height: 1.4;
	letter-spacing: 1.8;
	background-color: #6395EC;
}

.boxContents h3
{
    color: #ffffff;
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
}

.boxContents p
{
    color: #ffffff;
    font-weight: bold;
}

/* WFS 2.0 */

#content
{
	padding: 10px;
}

#aboutbox
{
	width: 60%;
	float: left;
}

.homepageTable
{
	clear: both;
}

.homepageTable .rounded
{
	float: left; 
	width: 32%;
}

.homepageTable .rounded p
{
	font-size: 10pt;
	color: #ffffff;
	letter-spacing: 200%;
	line-height: 125%;
}

p.center
{
	text-align: center;
}

/* Begin Content Pages */

#content-left
{
	float: left;
	width: 75%;
}

#content-right
{
	float: left;
	width: 24%;
}

#content-right .rounded li
{
	margin-left: 15px;
	color: #ffffff;
	font-size: 10pt;
}

#content-right .rounded p
{
	padding-left: 0px;
	font-size: 10pt;
}

#content-right .rounded a
{
	color: #ffffff;
}

/* End Content Pages */

/* Begin Banner */

#banner
{
	width: 100%;
	margin: auto;
	text-align: center;
}

#banner-left
{
	width: 270px;
	float: left;
}

#banner-left img
{
	padding: 0px;
	margin: 0px;
	clear: right;
	display: block;
}

#banner-right
{
	width: 498px;
	float: left;
}

#banner-container
{
	width: 781px;
	margin-left: auto;
	margin-right: auto;
}

/* End Banner */

/* Begin infoBox */

div.infoBoxHeader
{
	width: 98%;
	padding: 0px;
	padding-left: 5px;
	background: #6395EC url(layout/bar.jpg) no-repeat top right;
	color: #FFFFFF;
	border: solid 1px #000000;
	border-bottom: 0px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Helventica, Times, Monospace;
}

div.infoBoxHeader a
{
	color: #ffffff;
}

div.infoBoxContent
{
	width: 98%;
	border: solid 1px #000000;
	border-top: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: auto;
}

div.infoBoxContent ul
{
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

div.infoBoxContent li
{
	display: inline;
	padding-left: 20px;
	list-style-type: none;
}

div.infoBoxContent a
{
	padding-left: 20px;
	margin: 0px;
	background-image: url(/includes/bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

div.infoBoxContent a.active
{
	padding-left: 20px;
	margin: 0px;
	background-image: url(/includes/bullet_selected.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* End infoBox */

/* Begin header */

#topBar
{
	margin: 0px;
	padding: 0px;
	background-color: #6395EC;
	width: 100%;
}

#headerContent
{
    margin-left: auto;
    margin-right: auto;
	width: 650px;
}

#logo
{
	float: left;
	vertical-align: top;
}

#support
{
	font-size: 10pt;
	color: #f7be26;
	font-weight: bold;
	text-align: right;
	float: left;
	vertical-align: top;
}

#support a
{
    color: #f7be26;
}

#subBar
{
	border-top: 1px solid #f7be26;
    background-color: #0033cc;
    padding: 0px;
    margin-top: -2px;
    width: 100%;
}

#tabs
{
	clear: both;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
}

/* End header */

/* Begin footer */

#footer
{
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#footer a
{
	font-size: 8pt;
}

#contactinfo
{
	width: 400px;
	border: 0px;
	margin: auto;
}

#address
{
	text-align: center;
	font-size: 10pt;
	padding: 20px;
	float: left;
}

#sslcert
{
	padding: 20px;
	text-align: center;
	float: left;
}

#copyright
{
	text-align: center;
	font-size: 8pt;
	clear: both;
}

/* End Footer */

/* Begin Horizontal Rules */

.regHR
{
    background-color: #f7be26;
    color: #f7be26;
    height: 1px;
    border: 0px;
}

div.hr
{
  height: 15px;
  background: #fff url(layout/hr1.gif) no-repeat scroll center;
}

div.hr hr
{
  display: none;
}

/* End Horizontal Rules */

/* Begin Domain Availability */

#domain
{
	margin-bottom: 5px;
}

#domainform
{
	text-align: center;
}

#domain input#dname
{
	width: 50%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#domain select#extension
{
	width: 35%;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#domain input#checkit
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* End Domain Availability */

/* Terms and Service Agreement */

.redbold
{
	color: #FF0000;
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

blockquote
{
	font-size: 10pt;
}

/* End Terms and Service Agreement */

/* Begin BlogBox */

#blogbox
{
	width: 35%;
	float: left;
}

#blogbox p
{
	text-align: center;
}

#blogbox form
{
	text-align: center;
}

#blogbox b
{
	color: #ffffff;
	font-size: 10pt;
}

#blogbox input
{
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#blogbox #blogsubmit
{
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#blogbox #blogname
{
	margin-left: 6px;
}
/* End BlogBox */

/* Begin Plans Table */

tr.planHeading
{
	font-weight: bold;
	background: #6395EC url(layout/bar.jpg) no-repeat bottom right;
	color: #FFFFFF;
}

#plans
{
	border-collapse: collapse;
	font-size: 10pt;
	width: 98.5%;
	margin-left: 1px;
}

#plans td
{
	border: solid 1px #000000;
}

tr.featureYesNo
{
	background-color: #C0C0C0;
}

tr.featureYesNoAlt
{
	background-color: #D7D5D5;
}

td.featureHeading
{
	font-weight: bold;
}

tr.dullRow td
{
	border: 0px !important;
}

/* End Plans Table */

/* SSL Layout */

.layoutTableSSL
{
	clear: both;
}

.layoutTableSSL div
{
	float: left;
	width: 48%;
}

/* End SSL Layout */

/* Begin SSL Classes */

.retailprice
{
	color: #ffffff !important;
	text-decoration: line-through;
	font-size: 12pt;
}

.retailpricetable
{
	text-decoration: line-through;
}

.yourprice
{
	color: #ffffff !important;
	font-size: 16pt;
	font-weight: bold;
}

.yourpricetable
{
	font-size: 14pt;
	font-weight: bold;
}

.pricelabel
{
	font-size: 12pt;
	color: #ffffff !important;
}

/* End SSL Classes */

/* Blog */

label
{
	color: #ffffff !important;
	font-size: 10pt;
}


input
{
	background-color: #ffffff !important;
	border: 1px solid #000000;
}

textarea
{
	background-color: #ffffff !important;
	border: 1px solid #000000;
}

/* End Blog */

/* Begin Whois Form */

div.off {
	display:none;
}

.box07 {
	background: white;
	border-top: 1px solid #bab8af;
	border-left: 1px solid #bab8af;
	border-bottom: 1px solid #5c5a50;
	border-right: 1px solid #5c5a50;
	padding: 0px 0px 9px 0px;
}

.domainlink
{
	color: #ffffff;
	background-color: #6395ec;
	font-weight: bold;
	font-size: 12pt; 
}

.domainlink select
{
	background-color: #000000;
}

/* End Whois Form */

/* End WFS 2.0 */
