@charset "utf-8";
body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
	list-style-type: none;
}

em {
	font-weight:550;
}
#index {
	font-family: "Trebuchet MS", Georgia, Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	background-repeat: no-repeat;
	background-position: center;
}

#index h1 {
	font-size: 20px;
}

#index h2 {
	font-size: 16px;
	margin-bottom: -10px;
	padding-top: 5px;
}

img {
	border: 0;
}

#index img {
	padding: 80px;
	padding-bottom:0;
	margin-left: -25px;
}

#searchbutton {
	margin-bottom: -8px;
}

#sm_searchbutton {
	margin-bottom: -5px;
}

#statemenu {
	width: 500;
	margin: auto;
	list-style-type: none;
	font-size: 80%;
	padding-left: 40px;
}
#nav, #zipnav {
	list-style-type: none;
	float: left;
	background-color: #FFF;
	border: 0px;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 5px;
	background: #F5F5F5;
}
#nav h3, #zipnav h3 {
	font:bold 14px verdana, sans-serif;
	letter-spacing: -01px;
	margin: 5px;
	margin-right:0;
	margin-bottom:0;
	padding:0;
}

#nav ul {
	float: left;
	list-style-type: none;
	width: 100px;
	padding: 5px;
	padding-top:0px;
}

#zipnav ul {
	float: left;
	list-style-type: none;
	width: 45px;
	padding: 5px;
	padding-top:0px;
}

#statemenu ul {
	float: left;
	list-style-type: none;
	width: 100px;
	padding: 1px;
}

#nav a, #statemenu a, #zipnav a {
	color: #6C6C6C;
	text-decoration:none;
}

#nav a:hover, #statemenu a:hover, #zipnav a:hover {
	color: #0291F6;
	text-decoration:underline;
}

#nav a:active, a:visited, #statemenu a:active, a:visited, #zipnav a:active, a:visited {
	color: #6C6C6C;
	text-decoration:none;
}

#ads {
	align: center;
	margin: 25px;
}

.section {
	color: #222222;
	padding: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	font: 130% Arial, sans-serif;
	font-weight: 100;
	letter-spacing: -1px;
	border-bottom: 1px solid #F2F2F2;
}

.bigsection {
	width: 670px;
	color: #222222;
	padding: 0px;
	padding-left: 10px;
	margin-top: -20px;
	margin-bottom: 15px;
	font: 160% Arial, sans-serif;
	font-weight: 100;
	font-style: italics;
	letter-spacing: -1px;
	border-bottom: 1px solid #F2F2F2;
}

.center {
	text-align: center;
}

#inset {
/*	background: #E3CA78; 	color: #333333;
	background: #535846; 	color: #D6C583;*/
	background: #DBE1BF;	color: #3B411F;
	width: 90%;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: -1px;
	border: 1px solid #535846;
	border-top: #D2DDBE;
	border-left: 0px;
	padding:5px;
	margin-top: 10px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#inset p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#inset img {
	padding: 0;
	padding-right: 5px;
	margin: 0;
	vertical-align: -20%;
}

#bot {
	width: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
	background: #780000;
	color: #FFFFFF;
	border: 1px solid #530000;
	border-top: 1px solid #CC0000;
	border-bottom: 3px solid #530000;
	border-right: 2px solid #530000;
	border-left: 1px solid #780000;
	padding:15px;
	padding-bottom: 0;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#bot p {
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0px auto;
}

#bot input {
	margin-top: 10px;
	font-size: 30px;
	background: #D2D2D2;
	border: 2px solid #BBBBBB;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #D2D2D2;
	border-bottom: 2px solid #888888;
	color: #004400;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bot .small {
	font-size: 14px;
}

#bot p:first-letter { 
	font-size: 200%;
	background-color: #780000;
	color: #FFFFFF;
	font-weight: 100;
	font-family: "French Script MT", "Palatino Linotype", serif;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: -4px;
	margin-right: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	line-height: 50%; /* Adjustment for IE/Chrome. Otherwise it doesn't line up correctly */
}


#didyoumean {
	padding-left: 10px;
	color: #F67110;
}
.matched {
	padding-left: 10px;
	margin-bottom:5px;
	
}
#didyoumean a {
	color: #3333FF;
	text-decoration:underline;
	font-style: italic;
}

#didyoumean a:hover {
	color: #0291F6;
	text-decoration:underline;
	font-style: italic;
}

#notfound {
	list-style-type: none;
	float: left;
	background-color: #FFF;
	border: 0px;
	font-size: 90%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 5px;
	padding-bottom: 0px;
}

#notfound p {
	padding: 5px;
}

#notfound h3 {
	font-family: "Helvetica", "Georgia";
	letter-spacing: -01px;
	font-size:110%;
	margin: 0px;
	margin-right:0;
	margin-bottom:0;
	padding:0;
}
#notfound h4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#notfound ul {
	float: left;
	list-style-type: none;
	width: 230px;
	padding: 5px;
	padding-top:0px;
	margin-top: 0;
}

#notfound a, #statemenu a {
	color: #6C6C6C;
	text-decoration:none;
}

#notfound a:hover, #statemenu a:hover {
	color: #0291F6;
	text-decoration:underline;
}

#notfound a:active, a:visited, #statemenu a:active, a:visited {
	color: #6C6C6C;
	text-decoration:none;
}

#notfound strong {
	color: #42c1Ff;
}

.asterix {
	font-size: 16px;
	color: #DD4400;
}

#vendorbox {
	margin-left: 240px;
	padding: 20px;
	padding-top: 30px;
	width: 500px;
}

#vendorbox h1 {
	font: bold 28px 'Lucida Grande','Trebuchet MS',sans-serif;
	color: #434343;
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom:5px;
	padding: 0px;
	margin-left: -25px;
}

#vendorbox .freetrial {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #2D7FB7;
	font-size: 20px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 30px;
}

#vendorbox .poweredby {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #434343;
	font-size: 20px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	margin-left: -28px;
	width: 100%;
	text-align: center;
}

#vendorbox .poweredby img{
	vertical-align: -15%;
}

#vendorbox form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 0;
	margin: 0 auto;
}

#vendorbox label {
	display: inline-block;
	width: 120px;
}

#vendorbox input {
	margin-left: 0px;
	width: 140px;
}

#vendorbox ul {
	list-style-type: none; 
	margin: 0; 
	padding: 7px 0 0 40px;
}
#vendorbox li {
	margin: 0;
	padding: 0 0 10px 0;
}

#vendorbox .vendorbutton {
	height: 27px;
	padding: 0;
	margin: 11px 0 0 0;
	margin-left: 165px;
	cursor: pointer;
}

.embedlink {
	text-align: right;
	padding: 2px;
	padding-right: 5px;
	margin-top: -10px;
}

#embed {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

#embed textarea {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FDFDFD;
	overflow: hidden;
	border: 1px #FF0000 dotted;
}

#embed ul {
	list-style-type: none; 
	text-align: left;
	padding: 5px;
}

#embed li {
	padding-top: 15px;
	padding-bottom: 15px;
}

#embed h1 {
	font: 160% Arial;
}

#embed h2 {
	text-align: left;
	font: 105% Arial;
	font-style: oblique;
	font-weight: bold;
}

#embed TypeLayer {
	width: 360px;
	background: #F23309;
}

#mainContent a{
	color: #506C7F;
	text-decoration:none;
}

#mainContent a:hover {
	color: #0291F6;
	text-decoration:underline;
}

#mainContent a:active, a:visited {
	color: #506C7F;
	text-decoration:none;
}

#mainContent h1 a{
	color: #434343;
	text-decoration:none;
}

#mainContent h1 a:hover {
	color: #434343;
	text-decoration:none;
}

#mainContent h1 a:active, a:visited {
	color: #434343;
	text-decoration:none;
}

.twoColFixRtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	list-style-type: none;
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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: url('../img/gradient.png') repeat-x; 
} 
.twoColFixRtHdr #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 */
}

.twoColFixRtHdr #header img {
	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 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* F2F2F2 #2A5DB0 the background color will be displayed for the length of the content in the column, but no further */
	text-align: left;
	list-style-type: none;
	list-style-type: none;
	list-style-image: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left:10px;
	padding: 2px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	min-height: 500px;
}

.twoColFixRtHdr #mainContent h1 {
	font:bold 28px 'Lucida Grande', 'Trebuchet MS', sans-serif;
	letter-spacing: -01px;
	margin-bottom: 5px;
	color: #434343;
	/*
	font-size: 28px;
	letter-spacing: 1px;
	font-family: "Helvetica", "Arial";
	*/
}

.twoColFixRtHdr #mainContent h2 {
	padding: 3px;
	padding-right: 0;
	margin: 0;
	font-size: 18px;
	font-family: "Trebuchet", "Georgia";
	font-weight: 200;
}

.twoColFixRtHdr #mainContent h3 {
	font:bold 20px 'Lucida Grande', 'Trebuchet MS', sans-serif;
	letter-spacing: -.5px;
	color: #434343;
	margin-bottom: 0px;
}

.twoColFixRtHdr #mainpage {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color: #6C6C6C;
	text-align: center;
}

.twoColFixRtHdr #footer a {
	color: #6C6C6C;
	text-decoration:none;
}

.twoColFixRtHdr #footer a:hover {
	color: #0291F6;
	text-decoration:underline;
}

.twoColFixRtHdr #footer a:active, a:visited {
	color: #6C6C6C;
	text-decoration:none;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 15px sans-serif;
}

.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;
}

.grayfloat { /* 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;
	border-bottom: 1px dotted #BBBBBB;
}

p.maintext {
	padding-top: 15px;
	clear:left;

}

p.maintext:first-letter { 
	font-size: 290%;
	background-color: #fff;
	color: #444;
	font-weight: 100;
	float: left;
	/*font-family: "French Script MT", "Palatino Linotype", serif; */
	font-family: "times new roman";
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: -4px;
	margin-right: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	line-height: 50%; /* Adjustment for IE/Chrome. Otherwise it doesn't line up correctly */
}

p.subtext {
	margin-top: 10px;
}

p.caption {
	padding-top: 5px;
}

.tablist{
margin: 0;
margin-left: 65px;
padding: 0;
float: left;
font: 16px verdana;
line-height: 18px;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url('../img/gray_menu.png') center center repeat-x;
}

.tablist li{
display: inline;
}

.tablist li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.tablist li a:visited{
color: white;
}

.tablist li a:hover, .tablist li .current{
color: white;
background: transparent url('../img/green_menu.png') center center repeat-x;
}

#termsofuse {
	font-family: "Trebuchet MS", Georgia, Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin: 30px;
}

#termsofuse h1 {
	font-size: 25px;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#termsofuse h2 {
	font-size: 20px;
	padding-top: 5px;
	margin-bottom: 5px;
	background: #333;
	color: #FFF;
	border: 0px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#termsofuse h3 {
	font-size: 30px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: georgia;
	text-align: center;
}

#termsofuse p {
	text-align: justify;
	background: #F9F9F9;
	border: 1px solid #CCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#termsofuse a {
	color: #506C7F;
	text-decoration:none;
}

#termsofuse a:hover {
	color: #0291F6;
	text-decoration:underline;
}

#termsofuse a:active, a:visited {
	color: #506C7F;
	text-decoration:none;
}

.blue {
	font-family: "arial black";
	font-weight: bold;
	color: #0291F6;
}

.gray {
	font-family: "arial black";
	font-weight: bold;
	color: #333333;
}

.hint {
	font-size: 80%;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #D21111;

}

#contactpage {
	background: #F6F6F6;
	margin: 40px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 0px;
	font-size: 90%;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.red_label {
	color: #EE2222;
}

#contacthead {
	font-size: 190%;
	color: #FFF;
	background: #333;
	border: 0;
	margin: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 3px;
	padding-left: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contactpage h1 {
	font-size: 160%;
	padding: 20px;
	font-style: italic;
}

#contactpage input {
	font-style: bold;
	color: #0291F6;
	font-size: 120%;
}

.fee {
	font-size: 80%;
	font-weight: 800;
	color: #292;
	font-style: italic;
	vertical-align: 7%;
}

.twitter a {
	display:block;
	height:12px;
	width: 50px;
	padding:4px;
	font: bold 13px sans-serif;
	color:#333;
	text-decoration: none;
	background: url("../img/tweet.png") 0 0 no-repeat;
	text-decoration: none;
}

.twitter a:hover { 
	background-position: 0 -21px;
	color: #049;
}

.twitter a:active {
	background-position: 0 -42px;
	color:#fff;
}

#ext_top {
	background: #FFFFFF;
	width: 100%;
	display: block;
	float: left;
}

#logo img {
	float: left;
	border-style: none;
	margin: 10px;
}

#feedback {
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}

#feedback strong {
	font-size: 120%;
	font-weight: 100;
	vertical-align: -10%;
}
