body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#page {
	position: relative;
	margin: 0 auto 0 auto;
	width: 980px;
	text-align: left;
}
/*
* BANNER AREA
*/
#header {
	background: url(/images/signinBG.jpg) left top no-repeat;
}
#headerinner {
	position: relative;
	width: 980px;
	height: 151px;
	background: url(/images/frog-with-character.jpg) 505px 12px no-repeat;
}
#header img.logo {
	margin: 28px 0 0 0;
}
#header img.phone {
	position: absolute;
	top: 97px;
	right: 28px;
}
#header form {
	position: absolute;
	top: 10px;
	left: 755px;
	border-left: solid 1px #FFFFFF;
	margin: 0;
	font-size: 90%;
	color: #FFFFFF;
}
#header form label {
display: block;
float: left;
width: 70px;
text-align: right;
margin: 0;
padding: 2px 5px 0 0;
}
#header form input {
	font-size: 90%;
}
/*
* TAB MENU
*/
#tabmenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 980px;
}
#tabmenu a {
	float: left;
	display: block;
	margin: 0 1px 0 1px;
	background: #5faf1f url(/images/menuL.gif) left top no-repeat;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#tabmenu a span {
	display: block;
	padding: 2px 20px 2px 20px;
	background: url(/images/menuR.gif) right top no-repeat;
}
#tabmenu a:hover {
	background: #fbe62e url(/images/menuHL.gif) left top no-repeat;
	color: #479b05;
}
#tabmenu a:hover span {
	background: url(/images/menuHR.gif) right top no-repeat;
}
#tabmenu a.current:link, #tabmenu a.current:visited {
	background: #fbe62e url(/images/menuHL.gif) left top no-repeat;
	color: #4A4A4A;
}
#tabmenu a.current:link span, #tabmenu a.current:visited span {
	background: url(/images/menuHR.gif) right top no-repeat;
}
#tabmenu b {
	display: none;
}
/*
* MENU
*/
#menu {
	width: 980px;
	background: #ffe500 url(/images/menubar.gif) left top repeat-x;
	font-size: 90%;
	text-align: right; 
	padding: 5px 0 2px 0;
}
#menu a {
	padding: 0 10px 0 10px;
}
#menu a:link, #menu a:visited {
	color: #777777;
	text-decoration: none;
}
#menu a:hover {
	color: #6aba2c;
}
#menu b {
	display: none;
}
#menu .emailfriend {
	padding: 2px 10px 2px 25px;
	background: url(/images/smallicons.gif) 5px -65px no-repeat;
	float: left;
}
/*
* CONTENT
*/
#content {
	position: relative;
	color: #5b5b5b;
	width: 980px;
}
#content h1 {
	margin: 0;
	padding: 20px 48px 10px 48px;
	font-size: 120%;
	color: #444444;
}
#content h2 {
	margin: 10px 48px 10px 48px;
	font-size: 110%;
	font-style: italic;
	color: #ffc000;
}
#content h3 {
	margin: 10px 48px 10px 48px;
	padding: 0;
	font-size: 120%;
	color: #444444;
}
#content h4 {
	margin: 10px 48px 10px 48px;
	font-size: 110%;
	color: #479b05;
}
#content h5 {
	margin: 10px 48px 0 48px;
	font-size: 100%;
	color: #479b05;
}
#content h6 {
	margin: 10px 48px 0 48px;
	font-size: 100%;
	color: #4444;
}
#content p {
	margin: 0 48px 10px 48px;
	font-size: 100%;
}
#content ul {
	list-style-image: url(/images/dot.gif);
	margin: 0 20px 10px 68px;
	padding: 0;
	font-size: 100%;
	color: #479b05;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #000000;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
	width: 874px;
	margin: 0 auto 0 auto;
}
.col1 {
	width: 874px;
	margin: 10px 0 0 0;
	text-align: left;
	background: url(/images/box.gif) left top repeat-y;
}
.col1 div {
	background: url(/images/boxT.gif) left top no-repeat;
}
.col1 div div {
	background: url(/images/boxB.gif) left bottom no-repeat;
	padding: 0 0 10px 0;
}
#content .col1 h1 {
	background: url(/images/boxH1.gif) left top no-repeat;
}
.col2, .col2n {
	float: left;
	margin-top: 10px;
	text-align: left;
	width: 430px;
	background: url(/images/col.gif) left top repeat-y;
}
.col2 {
	margin: 10px 14px 0 0;
}
.col2 div, .col2n div {
	background: url(/images/colT.gif) left top no-repeat;
}
.col2 div div, .col2n div div {
	background: url(/images/colB.gif) left bottom no-repeat;
	padding: 0 0 10px 0;
}
#content .col2 h1, #content .col2n h1 {
	background: url(/images/colH1.gif) left top no-repeat;
}
#content .col h1 {
	margin: 0;
	padding: 7px 20px 7px 20px;
}
#content .col h2 {
	margin: 10px 20px 10px 20px;
}
#content .col h3 {
	background: #bbbbbb;
	margin: 5px 0 5px 0;
	padding: 7px 20px 7px 20px;
	color: #ffffff;
}
#content .col h4 {
	margin: 10px 20px 10px 20px;
}
#content .col h5, #content .col h6 {
	margin: 10px 20px 0 20px;
}
#content .col p {
	margin: 0 20px 10px 20px;
}
#content .col ul {
	margin: 0 20px 10px 40px;
}
#content .search {
	margin: 10px auto 10px auto;
	width: 874px;
	height: 79px;
	background: url(/images/searchBG.jpg) left top no-repeat;
}
#content .search label {
	display: block;
	float: left;
	text-align: left;
	padding: 15px 0 0 20px;
	color: #393939;
	font-weight: bold;
}
#content .search p {
	clear: both;
	padding: 3px 0 0 0;
	text-align: left;
	font-size: 90%;
}
#content .registration {
	position: relative;
	width: 874px;
	height: 43px;
	background: url(/images/registrationBG.gif) left top no-repeat;
	text-align: left;
}
#content .registration p {
	width: 384px;
	height: 33px;
	background: url(/images/registration-arrow.gif) right top no-repeat;
	margin: 0;
	padding: 10px 44px 0 20px;
	font-size: 150%;
}
#content .registration a {
	position: absolute;
	display: block;
	top: 7px;
	left: 515px;
	width: 276px;
	height: 30px;
	text-align: center;
	padding-top: 7px;
}
#content .registration a:link, #content .registration a:visited {
	background: url(/images/registration-button.gif) left top no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
#content .registration a:hover {
	background: url(/images/registration-buttonH.gif) left top no-repeat;
	color: #4a4a4a;
}
#content .redtext {
	color: #9D0A0E;
}
/*
*  FOOTER
*/
#footer {
	width: 980px;
	height: 39px;
	background: url(/images/footer.gif) left top repeat-x;
	padding: 23px 0 0 0;
	font-size: 85%;
	color: #4a4a4a;
	text-align: center;
}
#footer span {
	padding: 0 45px 0 45px;
}
#footer a:link, #footer a:visited {
	color: #4a4a4a;
	text-decoration: none;
}
#footer a:hover {
	color: #6aba2c;
}
/*
* CATEGORY LISTING
*/
#level1 {
	position: relative;
	width: 300px;
	margin-top: 10px;
}
#level1 label {
	display: block;
	width: 292px;
	padding: 0 0 0 3px;
	background: url(/images/tabCat1Ln1.png) left top no-repeat;
}
#level1 .tab {
	display: block;
	width: 282px;
	height: 20px;
	background: url(/images/tabCat1Rn1.png) right top no-repeat;
	padding: 3px 5px 0 10px;
	border-bottom: solid 1px #ffffff;
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
#level1 .tab:link, #level1 .tab:visited {
	color: #4A4A4A;
}
#level1 .tab:hover {
	color: #479b05;
}
#level1 ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	background: #fee50b url(/images/cat1BG.jpg) left top repeat-x;
	padding: 0 10px 10px 10px;
	width: 278px;
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}
#level1 li {
	margin: 0 0 0 0;
	width: 300px;
}
#level1 ul .cat {
	display: block;
	color: #4A4A4A;
	width: 275px;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	border-bottom: solid 1px #e2cb00;
	xborder-top: solid 1px #cccccc;
}
#level1 .cat:hover {
	color: #479b05;
	xborder-bottom: 1px solid #e2cb00;
}
#level1 ul .res {
	display: block;
	color: #4A4A4A;
	width: 275px;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	border-bottom: 1px solid #e2cb00;
}
#level1 .res:hover {
	color: #479b05;
	xborder-bottom: 1px solid #e2cb00;
}
#level1 ul .active {
	color: #FFFFFF;
	background-color: #8cc63e;
}
#level1 ul label {
	background: url(/images/tabCat2Ln1.png) left top no-repeat;
}
#level1 ul .tab {
	background: url(/images/tabCat2Rn1.png) right top no-repeat;
}
#level1 ul ul {
	background: #dadc1e url(/images/cat2BG.jpg) left top repeat-x;
}
#level1 ul ul .cat {
	border-bottom: solid 1px #c3c500;
}
#level1 ul ul .res {
	border-bottom: solid 1px #c3c500;
}
#level1 ul ul label {
	background: url(/images/tabCat3Ln1.png) left top no-repeat;
}
#level1 ul ul .tab {
	background: url(/images/tabCat3Rn1.png) right top no-repeat;
}
#level1 ul ul ul {
	background: #a9c948 url(/images/cat3BG.jpg) left top repeat-x;
}
#level1 ul ul ul .cat {
	border-bottom: solid 1px #769c01;
}
#level1 ul ul ul .res {
	border-bottom: solid 1px #769c01;
}
#level1 ul ul ul label {
	background: url(/images/tabCat4Ln1.png) left top no-repeat;
}
#level1 ul ul ul .tab {
	background: url(/images/tabCat4Rn1.png) right top no-repeat;
}
#level1 ul ul ul ul {
	background: #7eb950 url(/images/cat4BG.jpg) left top repeat-x;
}
#level1 ul ul ul ul .cat {
	border-bottom: solid 1px #3d8b00;
}
#level1 ul ul ul ul .res {
	border-bottom: solid 1px #3d8b00;
}
#level1 ul .show {
	position: absolute;
	left: 135px;
	top: 0px;
	xwidth: 22em;
}
#level1 ul .hide {
	display: none;
}
/*
* RESULTS
*/
#results {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 980px;
}
#results h2 {
	background: #4c9e0d;
	margin: 0;
	padding: 3px 15px 3px 15px;
	font-size: 120%;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	border-top: solid 1px #FFFFFF;
	color: #FFFFFF;
}
#results .vcard {
	padding: 10px 15px 10px 15px;
	background: #FFFFFF;
	border-top: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}
#results .vcard h3 {
	color: #469905;
	margin: 0;
	font-size: 110%;
	float: left;
}
#results .enhance h3 {
	color: #ff0000;
}
#results .vcard .web {
	float: left;
	padding: 0 0 0 20px;
}
#results .vcard h4 {
	color: #469905;
	margin: 0;
	font-size: 110%;
	text-align: right;
	float: right;
	line-height: 1.5;
}
#results .vcard p {
	clear: left;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 100%;
}
#results .vcard .type {
	display: none;
}
#results .vcard .email, #results .vcard .skype {
	padding: 0 0 0 10px;
}
#resultsfoot {
	height: 8px;
	padding: 0 0 0 8px;
	background: url(/images/resultBL.png) left bottom no-repeat;
}
#resultsfoot div {
	height: 8px;
	padding: 0 8px 0 0;
	background: url(/images/resultBR.png) right bottom no-repeat;
}
#resultsfoot div div {
	height: 7px;
	padding: 0;
	background: #FFFFFF;
	border-bottom: solid 1px #d3d3d3;
}
/*
*  FORM CSS
*/
.info {
	color: green;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.warn {
	color: purple;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.error {
	color: red;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.form {
	padding: 0.5em;
}
#content .form p {
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 0 0 12em;
}
#content .form p.highlight {
	margin: 0 0 0 10px;
	color: red;
}
#content .form p.full {
	padding: 5px;
	margin: 0;
}
.form legend {
	font-size: 120%;
	font-weight: bold;
}
.form fieldset {
	padding-bottom: 10px;
}
.form-error {
	color: red;
	font-weight: bold;
}
.form label {
	padding-left: 10px;
	white-space: nowrap;
}
.form label.ml {
	float: left;
	width: 12em;
	text-align: right;
	padding: 0 5px 0 0;
	white-space: normal;
	margin-left: -12em;
	font-weight: bold;
}
.form label.req {
	color: #E00000;;
}
.form b {
	margin-right: 5px;
}
.form span {
	margin-left: 10px;
	font-style: italic;
}
.form input, .form textarea, .form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.form input.jog {
	margin-left: 3px;
}
.form p>input.jog {
	margin-left: 0;
}
.form input.submit {
	text-align: center;
}
.form input:focus, .form textarea:focus {
	background-color: #dedede;
}
.form .element {
	float: left;
}
.form div.formdivL, .form div.formdivR {
	float: left;
}
.flyout {
	visibility: hidden;
	position: absolute;
	width: 300px;
	border-top: solid 2px #E8EDF0;
	border-left: solid 2px #E8EDF0;
	border-right: solid 2px #638196;
	border-bottom: solid 2px #638196;
	background: #CAD7E0;
	padding: 5px;
	z-index: 1;
}
#content .form .flyout p {
	margin: 0;
	padding: 0;
}
/*
*  INVOICE
*/
table {
	margin: auto;
}
.costs th {
	background: #444444;
	color: #CCCCCC;
	padding: 2px 5px 2px 5px;
}
table td {
}
.costs td {
	background: #DDDDDD;
	padding: 2px 5px 2px 5px;
}
.num {
	text-align: right;
}
.tot {
	background: #666644;
	text-align: right;
}
.costs .blank {
	background: #000000;
}
#thankyou {
	clear: both;
	width: 500px;
	margin: 0 auto 10px auto;
	text-align: left;
}
