@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/Body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFEF;
	background-image: url(images/Container_bg.gif);
	background-repeat: repeat-y;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/banner.jpg);
	height: 140px;
	background-color: #7B96A5;
	background-repeat: no-repeat;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#header h2 {
	display: none;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 188px;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}

#sidebar1 .button {
	border: 1px solid #333333;
	height: 26px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}
#sidebar1 .button a {
	border: 0;
}
#sidebar1 .button a:hover {
	color: #FFFF99;
	font-weight: bold;
}
#sidebar_content {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 0.95em;
}
#sidebar_content a:link {
	color: #5A1010;
	font-weight: bold;
}

#sidebar_content  a:visited   {
	color: #BD2029;
	font-weight: bold;
}
#sidebar_content a:hover {
	font-style: normal;
	font-weight: bold;
	color: #C62031;
	text-decoration: none;
}
.white {
	color: #FFFFFF;
}
#sidebar_lead {
	font-size: 13px;
	font-weight: bold;
}
#mainContent #slideshow {
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
}
#mainContent  #quality   {
	margin-left: 260px;
}


#Alt_CSS {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
}
#crumbs {
	margin-right: 20px;
	margin-left: 210px;
	height: 20px;
	margin-top: 5px;
}

#Alt_CSS ul {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
#Alt_CSS li {
	display: inline;
}

#mainContent  {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 240px;
	padding: 0;
	min-height: 350px;
} 
#mainContent  #thanx {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}
#mainContent #thanx #bizName {
	font-size: 110%;
	font-weight: bold;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
}

#footer  {
	background-color: #660000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer #newa_address {
	font-size: 11px;
}
#footer #newa_bizname {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer #newa_address a {
	color: #FFFF99;
}

#footer_logo {
	float: right;
	border: 2px solid #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#portfolioContent {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 210px;
	padding: 0;
	min-height: 350px;
}
#portfolioContent #left_col {
	text-align: center;
	float: left;
	width: 47%;
	padding-right: 10px;
}
#portfolioContent #right_col p {
	margin-bottom: 30px;
	margin-top: 10px;
}

#portfolioContent #left_col img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#portfolioContent #right_col {
	text-align: center;
	float: right;
	width: 47%;
	padding-left: 10px;
}
#portfolioContent #left_col p {
	margin-top: 10px;
	margin-bottom: 30px;
}


#portfolioContent #right_col img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#domain_quote {
	width: 96%;
	border: 1px solid #00FFFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Begin Domain Availability styling */
#main {
    margin: auto;
	border: 1px solid #cccccc;
	width: 400px;
	background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
}

form {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 250px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

#result {
    margin-left: 100px;
	border: 1px solid #cccccc;
	width: 250px;
	background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:50px;
}

.text {
	border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}


#caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:100px;
    height:100px;
    float:left;
    background-image:url(images/icon.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:100px;
    height:100px;
    float:left;
    background-image:url(images/icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
  text-align:right;
  align:right;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#CCCCCC;
}
/* End Domain Availability styling */

/* hosting signup styles */

.displaytable {BACKGROUND: #fff2bd; font-family: Arial, Helvetica, sans-serif; color: #000000; line-height: normal; font-size: 11px}
.displaytableheader {FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: #214152; COLOR: #FFFFFF; FONT-FAMILY: arial,helvetica,sans serif; TEXT-DECORATION: none}
.displaytableheader a {color: #FFFFFF;}
.error {FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; FONT-FAMILY: arial,helvetica,sans serif}
/* The hint to Hide and Show */
.hint {
    width: 200px;
    padding: 10px 12px;
	margin-left: 7px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(https://secure.startlogic.com/images/pointer.gif) left top no-repeat;
}
/*    display: none;
    position: absolute;
	align: right;
    margin-top: -4px;
    border: 1px solid #c93;
    background-color: #ffc;
*/
#hostsignup #choose_domain {
	margin: 0px;
}
#hostsignup {
	margin: 0px;
	width: 510px;
}
#mainContent #left_col {
	float: left;
	width: 50%;
	text-align: center;
}
#mainContent #right_col {
	float: right;
	text-align: center;
	width: 50%;
}
.twoColFixLtHdr #container #mainContent #left_col img {
	margin-bottom: 10px;
}
#mainContent #right_col img {
	margin-bottom: 10px;
}
#imageList {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#screenshots  {
	display: inline;
	list-style-type: none;
}
#screenshots  li  {
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	border: 0;
}
#screenshots  a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#screenshots  img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#screenshots  div  {
	text-align: center;
	height: 230px;
	width: 330px;
}
#contact_form {
	width: 440px;
}
#contact_form #textArea {
	text-align: center;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #E7E7E9;
	padding: 10;
}

