@CHARSET "UTF-8";
* {
	font-family: arial, helvetica;
	font-size: 10pt;
}

body, html, td, div, span, th, b, h1, h2, h3 {
	font-family: arial, helvetica;
	font-size: 10pt;
}
td {
	vertical-align: top;
}

img {
	border: 0px;
}

body {
	color: #7f7f7f;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18pt;
	color: Black;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16pt;
	font-weight: normal;
	display: block;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: 48pt;
	color: Black;
	font-weight: normal;
}

th {
	text-align: left;
	color: Black;
	font-weight: normal;
}

table {
	width: 100%;
}

.header {
	width: 900px;
	height: 80px;
	margin: 10px auto;
}

.top {
	margin-bottom: 10px;
	padding: 0px;
	height: 295px;
}

.menu {
	width: 866px;
	width: 880px;
	
	padding: 0 10px;
	margin: 4px auto;
}

.submenu {
	width: 866px;
	width: 880px;

	padding: 0 10px;
	margin: 0px auto;
}

.menu a {
	text-decoration: none;
	margin-right: 10px;
	color: white;
	font-size: 10pt;
}

.menu a:hover {
	color: white;
	text-decoration: underline;
}

.submenu a {
	text-decoration: none;
	margin-right: 10px;
	color: white;
	font-size: 9pt;
}

.submenu a:hover {
	color: white;
	text-decoration: underline;
}

.menu li {
	display: inline;
	list-style-type: none;
}

.submenu li {
	display: inline;
	list-style-type: none;
}

li.current a {
	color: #97C524;
}

.page {
	width: 900px;
	margin: 0 auto;
	min-height:300px;
}

.footer {
	width: 900px;
	height: 150px;
	margin: 10px auto;
	background-color: #2e2e2e;
	color: #fff;
	position: relative
}

.box {
	height: 60px;
	width: 292px;
	float: left;
	margin-right:12px;
	position: relative;
}

.blue {
	color: #fff;
	background-color: Black;
	margin-right: 0px;
	height: 100%;
	width: 292px;
	float: right;
	border-left: 1px solid white;
}

.blue div {
	text-align: center;
	width: 292px;
	position: absolute;
	top: 52px;
	white-space: nowrap;
}

.blue div em {
	font-family: georgia;
	font-size: 20pt;
	font-style: normal;
}

.blue div a {
	font-family: georgia;
	font-size: 18pt;
	color: white;
}

.blue div a:hover {
	color: white;
	text-decoration: underline;
}

.blue div small {
	display: block;
	font-size: 9pt;
	white-space: nowrap;
}

.logo {
	background: #fff;
	padding-left: 10px;
	height: 40px;
	padding: 0px 0 0px 10px;
	width: 282px;
}

.gray {
	background: #fbfbfb;
}

.double {
	padding: 10px;
	min-height: 280px;
	width: 576px;
	float: left;
	background: #fbfbfb;
	position: relative;
}

a {
	text-decoration: none;
	color: #6F901B;
}

a:hover {
	text-decoration: underline;
}

.double form {
	margin-top: 20px;
}

.double select {
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	padding: 2px 0;
	width: 208px;
	color: #7F7F7F;
}

.double br {clear: left;}

.double .third {
	width: 60px;
	margin-left:2px;
	margin-right:2px;
}

.double .twothird {
	width: 120px;
	margin-left:2px;
	margin-right:2px;
}

.double input {
	border: 1px solid #CCCCCC;
	color: #7F7F7F;
	margin-bottom: 2px;
	padding: 3px;
	width: 200px;	
}

.double textarea {
	border: 1px solid #CCCCCC;
	color: #7F7F7F;
	margin-bottom: 2px;
	padding: 3px;
	width: 200px;
}

.double label {
	line-height: 22px;
	float: left;
	clear: both;
	width: 290px;
	text-align: right;
	margin-right: 10px;
}

.double #submit {
	background: #97c524;
	border: 2px outset #77A504;
	color: white;
	margin-left: 300px;
	padding: 1px 5px;
	width: auto;
}

.double #shortnum {
	background-color: #666666;
}

.full {
	background: #fbfbfb;
	min-height: 280px;
	width: 880px;
	padding: 10px;
	position: relative;
} 

.login {
	background: #f3f8f3;
	margin-right: 0px;
	padding: 10px;
	width: 272px;
	height: 60px;
	position: relative
}

.middle_top_box {
	padding: 10px 0px;
	height: 60px;
}

.login strong {
	font-size: 9pt;
}

.login input {
	float:left;
	height: 35px;
	margin-top: 7px;
	width: 60px;
	margin-left:10px;
}

.login .textbox {
	border: 1px solid #CCCCCC;
	clear: both;
	height: auto;
	margin-left: 0;
	padding: 3px 2px;
	width: 200px;
	color: #7F7F7F;
}

.login #submit {
	background: #97c524 none repeat scroll 0 0;
	border: 2px outset #77A504;
	color: white;
	float: left;
	height: auto;
	margin-left: 10px;
	padding: 1px 5px;
	width: auto;
}

.login .bottom a {
	color: #7F7F7F;
	font-size: 9pt;
	text-decoration: underline;
}

.login .bottom a:hover {
	color: black;
	text-decoration: underline;
}

.bottom {
	display:block;
	position: absolute; 
	left: 0px; 
	bottom: 0px;
	padding: 10px;
	color: #7F7F7F;
}

.footer .bottom {color: white; font-size: 11px;}
.footer .bottom a {font-size: 11px;}

.bottom P {
	margin-bottom: 0px;

}

.left {
	width: 272px;
	float: left;
	min-height:280px;
	padding: 10px;
	position: relative;
}
.middle {
	width: 272px;
	float: left;	
	min-height: 280px;
	margin-left: 12px;
	padding: 10px;
	position: relative;
}
.right {
	width: 272px;
	float: left;
	min-height: 280px;
	margin-left: 12px;
	padding: 10px;
	background-color: #f3f8f3;
	position: relative;	
}
.clearer {
	clear: both;
	height: 0px;
}
	
.our_label {
	width: 150px;
	float:left;
	clear: both;	
}

.extra label {
	float: left;
	clear: both;
}

.extra input {
	float: left;
}

.menuwrapper {
	background: #000;
	margin: 10px auto;
	width: 900px;
	
	padding: 10px 0px;
	
} 

BIG {
	font-family: Georgia;
	font-size: 38pt;
	display: block;
	text-align: center;
	
	color: #97c524;
}

.formbox {
	margin-left: 300px;
}

.showall {
	float:right;
	display: block;
	text-decoration: none;
}

.boximg_button {left: 30px;}

.boxIMG {
	bottom: 0;
	position: absolute;
	right: 30px;
}

li {
	padding-bottom: 10px;
}

li ul {
	padding-top: 10px;
}

.menuright {float: right;}

div.menuwrapper li {
	padding: 0px;
}

.greenbox {
	background: #6f901b;
	color: white;
}

.greenbox h1 {
	color: white;
}

input.radion_button {height: auto; width: auto; border: 0px; flaot: none;}
input.check_box {height: auto; width: auto; border: 0px; float: none;}

.bottom a {
	color: white;
	text-decoration: none;
}

.bottom a:hover {
	color: #7F7F7F;
	text-decoration: none;
}

.alt_row td {
	background: #F3F3F3;
}

#messagetable TD, #messagetable TH {
	padding: 3px;
	vertical-align: top;
}

#dibs_autosubmit_button {
	width: auto;
}

.nobr {
	white-space: nowrap;
}

.formbox * {
	font-size: 8pt;
}

label.check_box_label {
	clear: none;
	margin-left: 6px;
	text-align: left;
	width: auto;
}

.error {color:darkred;}

.double td input#submit {
	margin-left: 0px;
	float:right;
}

label.altlabel {
	float: none;
	clear: none;
	width: auto;
}

#del_keyworder {
	vertical-align: top;
}

#existing_alts {
	padding-left: 10px;
}

.sidebar_item {
	width: 100%;
	overflow:hidden;
	padding-bottom: 10px;
}

.features {
	list-style-type: square;
	padding-left: 15px;
}

.features li {
	font: 11pt arial ;
	padding: 0px;
}

ol.terms li {
	font-size: 1.6em;
}
ol.terms li ul li {
	font-size: 1em;
}
/* tooltip Box (Information box) */
#aInfo:hover {
	position: relative;
}

#spanInfo {
	display: none;
	text-align:left
}

#aInfo:hover #spanInfo {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #77A504; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	color:#FFF;
	width:160px;
	/* end formatting */
}
/* END */
