/*Global Settings*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #293F1D;
	text-decoration: none;
}
a:visited {
	color: #293F1D;
	text-decoration: none;
}
a:hover {
	color: #69A24A;
}
h1 {
	text-align: center;
	margin: 1em 0px 0px 0px;
}
h2,h3 {
	text-align: center;
	margin-top: -1em;
}

/*Boxes and Primary Layout*/
.main-window {
	width: 798px;
	height: 630px;
	margin: auto;
}
.top-logo {
	background-image: url(images/tsb-dnsservice-logo.jpg);
	background-color: #293F1D;
	height: 100px;
	width: 140px;
	float: left;
	margin: 1px 1px 1px 0px;
}
.top-heading {
	background-image: url(images/top-of-page-bg.jpg);
	background-color: #293F1D;
	height: 100px;
	width: 656px;
	float: left;
	margin: 1px 0px 1px 1px;
}
.top-menu {
	background-color: #69A24A;
	height: 20px;
	text-align: center;
	padding: 1px 0px;
	margin: 75px 2px 1px 2px;
}
.left-menu {
	background-image: url(images/left-menu-bg.jpg);
	background-color: #69A24A;
	font-size: 12pt;
	float: left;
	margin: 1px 1px 1px 0px;
	width: 140px;
	height: 478px;
	line-height: 1.3em;
	text-align: left;
}
.left-menu-box {
	margin: 30px 15px;
	width: 110px;
}
.top-menu a:link {
	font-weight: bold;
	color: #F7EFAD;
}
.top-menu a:visited {
	font-weight: bold;
	color: #F7EFAD;
}
.top-menu a:hover {
	color: #293F1D;
}
.menu-item a:link {
	font-weight: bold;
	color: #F7EFAD;
}
.menu-item a:visited {
	font-weight: bold;
	color: #F7EFAD;
}
.menu-item a:hover {
	color: #293F1D;
}
.menu-item {
	border-bottom: 1px solid #F7EFAD;
}
.top-border {
	background-color: #1E2D15;
	width: 798px;
	height: 15px;
	overflow: hidden;
	margin: 0px 0px 1px 0px;
}
.bottom-border {
	background-color: #1E2D15;
	width: 798px;
	height: 15px;
	overflow: hidden;
	text-align: center;
	float: left;
	color: White;
	font-size: 9pt;
	letter-spacing: 1px;
	margin: 1px 0px 0px 0px;
}
.main {
	background-color: #F7EFAD;
	height: 478px;
	width: 656px;
	float: left;
	margin: 1px 0px 1px 1px;
	color: #293F1D;
	text-align: left;
}

/*Content Layout*/
h3.what-is-DNS {
	padding-top: 30px;
}
div.main-content {
	margin: 15px;
}
p.main-content {
	width: 600px;
	text-indent: 3em;
	font-size: 90%;
}
div.customers {
	overflow: auto;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	width: 640px;
	height: 478px;
	font-size: 90%;
	text-align: left;
}
p.customer-info {
	height: 90px;
	margin: 0px;
	padding: 0px 7px 15px 0px;
	font-size: 85%;
}
p.tools-link {
	height: 70px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 85%;
}
img.customer-thumbs {
	float: left;
	padding-right: 8px;
}
p.main-content a:link {
	text-decoration: underline;
}
p.main-content a:visited {
	text-decoration: underline;
}
p.customer-info a:link {
	text-decoration: underline;
}
p.customer-info a:visited {
	text-decoration: underline;
}
p.tools-link a:link {
	text-decoration: underline;
}
p.tools-link a:visited {
	text-decoration: underline;
}
div.footer-links {
	font-size: 80%;
	font-style: italic;
}

/*Form layout*/
b#contact-us {
	font-size: 110%;
	padding-left: 150px;
}
div#requiredFieldMessage {
	color: Red;
	padding-left: 150px;
}
div.requiredMessage {
	color: Red;
}
.form-area {
	height: 400px;
	width: auto;
	margin: 15px 45px;
	font-size: 85%;
}
.form-item {
	height: 25px;
}
.form-lable {
	text-align: left;
	width: 150px;
	float: left;
}
.form-input {
	float: left;
}

/*Who is search box*/
.whois-box {
	border: 1px solid #1E2D15;
	background-color: #F7EFAD;
	margin: 5px;
	font-size: 9pt;
	text-align: center;
}