@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	color:#414141;
	margin:0 0px 0 0px;
	height:100%;
	background-color: #FFFFFF;
}
a,
a:link 
a:active {
	text-decoration: underline;
	color: #339900;
}
a:visited {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color:#FF3300;
}
h1 {
	color: #339900;
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: .4em;
	border-bottom: solid 1px #FF9900;
	margin: 8px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
p {margin:8px 0 8px 0;}
#container {
	width: 758px;
	padding: 5px;
	background-color: #f5f5e8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 80px;
	position: relative;
}

#nav {
	background: url(../images/nav_bg.gif) no-repeat;
	height: 27px;
	width: 100%;
	padding-top: 15px;
}

#header .mesg {
	font-size: 11px;
	margin-left: 10px;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 8px;
}

#nav ul {
	list-style: none;
}
#nav li {
	float: left;
	margin: 0 10px;
}
#nav a {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
#nav #nav-links {
	float: left;
	width: 700px;
}


#nav #nav-rht {
	float: right;
	width: 50px;
	text-align: right;
	padding-right: 8px;
}
#intro {
	background: #faf9e4 url(../images/intro_img1.jpg) no-repeat top right;
	border-bottom: solid 3px #ff9900;
	height: 191px;
	position: relative;
	line-height:150%;
}

#intro #intro-txt {
	position: absolute;
	left: 22px;
	top: 29px;
	width: 450px;
}
#intro #intro-lnk {
	position: absolute;
	top: 116px;
	left: 23px;
	border-left: solid 5px #FF9900;
	padding-left: 5px;
}
#intro-lnk a {
	text-decoration: none;
}

#content {
	padding: 5px;
	line-height:170%;
}
#content ul {
	list-style: none;
	margin: 1em 0 1em 2em;
}
#content li {
	background: url(../images/bult.gif) no-repeat 2px 8px;
	padding-left: 15px;
}
#content #clm-lft {
	float: left;
	width: 430px;
	margin-right: 10px;
}
#content #clm-rht {
	float: left;
	width: 308px;
}


#footer {
	border-top: solid 3px #ff9900;
	padding: 5px;
	font-size: 11px;
	clear: both;
	text-align: center;
}
.thumb {
	background-color: #CCCCCC;
	padding: 5px;
	float: left;
	width: 135px;
	margin-right: 5px;
}
.thumb img {
	border: 0px;
}

.accessibility {
	display:none;
	visibility:hidden;
}
.clearboth {
	clear: both;
	font-size:1px;
	height:1px;
	line-height: 1px;
}
#domain-search-form {
	text-align: center;
}

