@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a {
	color: #5464af;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.replace {
	text-indent: -9000px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.clear {
	clear: both;
}

h1 .replace {
	background: url(../images/title.gif) bottom left no-repeat;
	width: 747px;
	height: 50px;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	margin-bottom: -15px;
}

input {
	margin-top: 2px;
 	*margin-top: 1px;
}

.searchbutton {
	*margin-bottom: -1px;
}

#fontsize {
	float: right;
	margin: 5px 5px 0 0;
}

#fontsize img {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

table p {
	margin: 0;
}

table.noborder td {
	border:0;
}

th, td {
	border: 1px solid #adaaad;
	padding: 3px 10px;
}

#container {
	margin: 0 auto;
	min-height: 100%;
	width: 990px;
}

#accessifynav {
	display: none;
}

#header {
	width: 990px;
}

#header img {
	border: none;
}

#header img, #header h1, #intro, .floatleft {
	float: left;
}

#header h1 {
	background-image: url(../images/title.gif);
	display: block;
	width: 747px;
	height: 31px;
	margin-top: 24px;
}

/* Begin CSS Drop Down Menu */

#nav {
	width: 990px;
	height: 25px;
	float: left;
	background: #d0d4e6;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

#menuh {
	font-size: small;
	float:left;
	width: 990px;
}

#menuh a {
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 4px 4px 5px 4px;
}

#menuh a.top_parent, #menuh a.top_parent_long, #menuh a.top_parent_medium {
	background: url(../images/nav-back.gif) top left repeat-y;
	padding: 4px 8px 5px 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	cursor: default;
	width: 55px;
	text-align: center;
}

#menuh a.top_parent_medium {
	width:84px;
	background-color:#9cb2df;
}

#menuh a.top_parent_long {
	width: 120px;
}

#menuh a#menufirst.top_parent {
	background: none;
	padding-left: 8px;
}

#menuh a:link, #menuh a:visited, #menuh a:active {	/* menu at rest */
	color: #fff;
	text-decoration:none;
}

#menuh a:hover {	/* menu at mouse-over  */
	color: #c5c6ff;
	background-color: #424242;
	text-decoration:none;
}

#menuh a.top_parent:hover, #menuh a#menufirst.top_parent:hover, #menuh a.top_parent_long:hover, #menuh a.top_parent_medium:hover {
	color: #000;
	background-color: #c1cee9;
}

#menuh ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}

#menuh li {
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
}

#menuh ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width: 160px;
}

#menuh ul ul a {
	background-color: #333;
	font-size: 8pt;
	padding-left: 10px;
	line-height: 15px;
	/* Code to make menus slightly transparent. Removed due to a complaint.
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	KhtmlOpacity: .95;
	opacity: .95; */
}

#menuh ul ul ul {
	top:0;
	left:100%;
}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {
	display:none;
}

div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {
	display:block;
}

/* End CSS Drop Down Menu */


#mainbody {
	clear: both;
}

#content {
	float: left;
	width: 570px;
}

#content.home {
	width: 473px;
}

#images {
	float: left;
	width: 497px;
	padding-left: 20px;
}

#images img {
	padding-bottom: 15px;
}

#intro {
	width: 428px;
	margin-right: 20px;
}

.featurebox {
	height: 170px;
	width: 320px;
	background-color: #d0d4e6;
	float: left;
	margin: 15px 15px 10px 0;
	position: relative;
}

#feature1 {
	clear: left;
}

#feature3.featurebox {
	margin-right: 0;
}

.featurebox h3 {
	background-color: #5464af;
	margin: 0 0 14px 0;
	padding: 4px 0 7px 10px;
	color: #fff;
}

.featurebox h3 a {
	color: #fff;
	text-decoration: none;
}

.featurebox ul {
	list-style: none;
	padding: 0 10px 0 15px;
	margin: 0;
}

.featurebox li {
	margin-bottom: 5px;
}

li.more {
	position: absolute;
	top: 145px;
	left: 250px;
}

.featurebox li a {
	color: #5464af;
	text-decoration: none;
	font-size: 1.2em;
}

#footer {
	clear: both;
	float:left;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding-top: 4px;
	margin: 15px 0 15px 0;
	height: 20px;
	width: 100%;
}

#footer a {
	padding-right: 20px;
	float: left;
}

#footer a.copyright {
	float: right;
	padding-right: 0;
}

#company {
	float:left;
	font-size:0.8em;
}

#company p {
	margin:0 0 20px;
}

.nochex {
	float:right;
	font-size:0.8em;
}

.omegaleft {
	width: 260px;
	float: left;
	padding: 10px 0px 20px 0;
}

.omegaright {
	width: 200px;
	float: left;
	padding-right: 35px;
	}

.bodyimages {
	float: right;
	padding-left: 20px;
}

.caption {
	margin: 2px 0 20px 0;
	font-size: 0.85em;
}

.five_col, .five_col_right {
	float: left;
	width: 186px;
	background-color: #eeeff9;
	margin: 0 15px 20px 0;
}

.five_col_right {
	margin-right: 0;
}

.five_col_head {
	font-weight:bold;
}

.comm_head, .merch_head {
	background-color: #7f91d6;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}

.five_col p, .five_col_right p {
	margin: 5px 0;
	padding: 0;
}

.five_col p.name, .five_col_right p.name {
	color: #7f91d6;
	font-weight: bold;
}

.five_col p.contact, .five_col_right p.contact {
	padding-bottom: 10px;
	font-size: 0.85em;
}

/* .merch_item p, .merch_item_right p {
	padding: 0 14px 0 14px;
	margin-bottom: 8px;
	margin-top: 5px;
	font-size: 0.7em
}*/

#buttonend {
	 background: url(../images/nav-back.gif) repeat-y;
	 float: left;
	 width: 5px;
	 height: 25px;
}

#classified_text, #classified_image {
	width: 50%;
	float: left;
	margin-bottom:30px;
}

.awardsright {
	float: left;
	width: 460px;
	margin-left: 30px;
}

.footerimg {
	margin-bottom: -30px;
}

/* Transactional forms */

label {
	width:150px;
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
}

.dd label {
	width:208px;
}

.field_20 {
	width:20px;
}

.field_30 {
	width:30px;
}

.field_80 {
	width:80px;
}

.field_200 {
	width:200px;
}

.field_300 {
	width:300px;
}

.width_400 {
	width:400px;
}

.width_650 {
	width:650px;
}

.width_600 {
	width:600px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin:20px 0;
}

.margin0 {
	margin:0;
}

.reqdtext {
	font-size:0.85em;
	margin:-8px 0 20px;
}

.reqd {
	color:#09F;
}

input.button, div.button a{
	height:28px;
	display:block;
	overflow:hidden;
	cursor:pointer;
	text-indent:-9000px;
	margin:0;
	padding:0;
	border:0;
}

input.button:hover, div.button:hover{
	background-position:left bottom;
}

.btn_signup{
	background:url(../images/buttons/btn_signup.png) top left no-repeat;
	width:108px;
}

.btn_renew{
	background:url(../images/buttons/btn_renew.png) top left no-repeat;
	width:207px;
	margin-top:15px;
}

.btn_dd{
	background:url(../images/buttons/btn_dd.png) top left no-repeat;
	width:205px;
}

.btn_cc{
	background:url(../images/buttons/btn_cc.png) top left no-repeat;
	width:159px;
	margin-top:15px;
}

.btn_back{
	background:url(../images/buttons/btn_back.png) top left no-repeat;
	width:79px;
	margin-right:30px;
	float:left;
}

input.btn_next{
	background:url(../images/buttons/btn_next.png) top left no-repeat;
	width:79px;
	float:left;
}

.btn_submit{
	background:url(../images/buttons/btn_submit.png) top left no-repeat;
	width:113px;
}

.error_strings a {
	color:#96062b;
	font-size:0.85em;
	text-decoration:none;
}

.error_strings a ul {
	margin-bottom:20px;
}

#dd-guarantee {
	width:245px;
	border:1px solid black;
	padding:10px;
	float:right;
	margin-bottom:25px;
}

#dd-guarantee ul {
	font-size:0.8em;
	padding-left:30px;
	margin-bottom:0;
}

.globalsign {
	float:right;
}
