* {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

ul {
	margin-left: 3em;
	padding-left: 0px;
}

html, body{
	height: 100%;
	border-style: none;
	background: #fff;
	color: #222;
}

img {
	border-style: none;
	vertical-align:middle;
}

button {
	border: 0px;
	background: transparent;
	cursor: pointer;
}


/* General text styles */

h1,.contentheading {
	font-family: arial narrow;
	color:#036;
	font-size:21px;
	padding-bottom:7px;
}

h2 {
	color: #0D796A;
	font-size: 16px;
	font-weight: bold;
	font-size:17px;
	padding-bottom:3px;
}

h3 {
	color:#036;
	font-size:17px;
	padding-bottom:10px;
	text-transform:capitalize;
	text-align:left;
}

a.btnlink {
	margin-right: 2em;
}

a.btnlink:hover {
	color: #ff0000;
}

.mandatoryfield {
	color: #ff0000;
}

/* Wrapper styles */
/* logo panel */
#logotabs-wrap {
background:url("../images/logo-bg.gif");
}

/* orange tabs menu panel */
#tabs-panel {
float:right;
font-weight:700;
height:50px;
line-height:normal;
padding-top:37px;
text-transform:capitalize;
width:700px;
}

#tabs-panel ul {
list-style:none;
margin:0;
padding:10px 10px 0 50px;
}

#tabs-panel a {
background:url("../images/tableftI.gif") no-repeat left top;
float:right;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}

#tabs-panel a span {
background:url("../images/tabrightI.gif") no-repeat right top;
color:#fff;
display:block;
float:none;
padding:5px 15px 4px 6px;
}

#tabs-panel  a:hover span{
background-position:100% -42px;
color:#fff;
}

#tabs-panel a:hover {
background-position:0 -42px;
}

#tabs-panel li {
display:inline;
margin:0;
padding:0;
}

/* login panel */
#login-wrap-text {
/* this is for fixing IE's crap */
color: #fff;
font-weight:700;
}

#login-wrap {
font-weight:700;
background:#0d7a73;
/*color:#b2e3e0;*/
color: #fff;
height:30px;
}

#login-wrap2 {
font-weight:700;
background:#005b55;
color: #fff;
height:30px;
}

#login-wrap a, #login-wrap2 a {
/*color:#b2e3e0; */
color: #fff;
text-decoration:none;
}

#login-wrap a:hover, #login-wrap2 a:hover {
color:#fc0;
text-decoration:none;
}

/* main panel */
#main-panel {
	text-align:left; 
}

/* right side panel */
#side-panel-wrap {
color:#fff;
height:100%;
}

#side-panel-wrap img {

}

#side-panel-wrap p.caption {
	text-align:left;
	font-weight:700;
}

/* 1st side panel */
#side-1-wrap {
	background:url("../images/stripesbg.gif");
	text-align:left;
}

/* 2nd side panel */
#side-2-wrap {
	background:#ceb18e;
	text-align:left;
	font-size:9px;
}

#side-2-wrap hr {
	height:1px;
	border-style:none;
	color:#fff;
	background-color:#fff;
	margin:7px auto;
}

/* 3rd side panel */
#side-3-wrap {
	background:#c3a986;
	padding: 20px;
	color:#333;
	text-align:left;
}

#sidepanel {
	background:#e6d4b3;
}

/* 4th side panel */
#side-4-wrap {
	padding: 20px;
	background:#e6d4b3;
	color:#333;
	text-align: center;
	font-size:9px;
	vertical-align: top;
}

/* footer panel */
#footer-panel {
font-size:9px;
text-align:center;
text-transform:capitalize;
margin-top:25px;
}

#footer-panel div {
width:600px;
}

#footer-panel ul {
list-style:none;
}

#footer-panel li {
display:inline;
}

#footer-panel ul#mainlevelgreen,#footer-panel ul#mainlevelgreen a {
color:#0d7a73;
text-decoration:none;
}

#footer-panel ul.blue,#footer-panel ul.blue a {
color:#036;
text-decoration:none;
}

#footer-panel ul#mainlevelgreen a:hover,#footer-panel ul.blue a:hover {
color:#CC6600;
}

#footer-panel p {
	font-weight:100;
}

a {
	font-weight: bold;
	color: #0D796A;
	text-decoration: none;
	border-style: none;
}


a.pagenav {
	text-decoration : underline;
}
a.pagenav:hover {
	font-size : 10px;
}
a.pagenav:active {
	font-size : 10px;
}



/* polls hacks */
.pollstableborder {
	text-align: left;
	padding: 5px 0px 0px 0px;
	width: 100%;
}
.pollstableborder label {
	color: #fff;
	padding: 5px 0px 0px 0px;
}

#login-fields-wrap label {
	color: #b2e3e0;
	font-weight: bold;
}

#login-fields-wrap {
	color: #fff;
	font-weight: bold;
}

#login-fields-wrap td {
	padding: 5px;
	white-space: nowrap;
}

.white {
	color: #fff;
}



table.related-agentsbox {

padding:5px 2px;
}

table.related-agentsbox td {
padding:3px;
}

table.related-agentsbox td *{
font-size:9px;
color:#036;
}

/* registration form */
td.regform-header {
	border-top:	20px solid #fff;
	border-bottom:	15px solid #fff;

	padding: 3px 10px 3px;
	color: #fff;
	background-color: #888;
	font-weight: 700;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

