html,
body {
	margin: 0px;
	padding: 0px;
}

html,
body {
	font-family: verdana, arial, helvetica;
	font-size: 0.85em;
}

td {
	font-size: 0.8em;
}

a:link, 
a:visited {
	text-decoration: underline;
	padding: 5px;
	color: #0d626b;
}

a:hover {
	text-decoration: none;
}

.options,
.options a:link,
.options a:visited {
	font-family: arial, helvetica;
	font-size: 0.98em;
	color: #ffffff;
}

.nav {
	padding-left: 20px;
	color: #008588;
	font-weight: bold;
	line-height: 1em;
}

.nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav li {
	padding-bottom: 10px;
}

.page {
	position: absolute; 
	top: 130px; 
	left: 13em; 
	width: 45em; 
	z-index: 400;
}

.sidebar {
	position: absolute; 
	left: 60em; 
	width: 110%; 
	padding-top: 130px; 
	z-index: 350;
}

.sidebox a:link,
.sidebox a:visited,
.nav a:link,
.nav a:visited {
	color: #008588;
}

.banner {
	position:absolute; 
	z-index: 300; 
	width: 100%; 
	background-image: url(http://www.opendoormcc.com/template/images/odblubg.jpg); 
	background-repeat: repeat-x;
}

.logo {
	background-image: url(http://www.opendoormcc.com/template/images/odblu.jpg);
	background-repeat: no-repeat;
	width: 679px;
	height: 102px;
}

.logo img {
	width: 550px;
	height: 102px;
}

.header {
	width: 100%; 
	background-color: #008588; 
	background-image: url(http://www.opendoormcc.com/template/images/people_bg.gif); 
	background-repeat: repeat-x;
}

.headerimage { 
	background-image: url(http://www.opendoormcc.com/template/images/clear.gif)
}

.headerimage img {
	display: none;
	width: 750px;
	height: 83px;
}

.controls {
	position:absolute; 
	right: 0px; 
	z-index: 901; 
	width: 500px; 
	padding-top: 28px; 
	padding-right: 15px; 
	text-align: right;
}



.footer
.footer a:link {
	color: #8E468F; 
	font-size: 11px;
}

.specialtitle a:link, 
.specialtitle a:visited {
	color: #fff;
}

.specialbox {
	text-align: left; 
	border: 1px solid #FF053B; 
	background: #FF053B; 
	color: #ffffff;
}

.specialboxtitle { 
	padding: 2px; 
	padding-left:7px;
}

.specialboxcontent {
	color: #FF053B;
}

.mainboxtitle a:link, 
.mainboxtitle a:visited {
	color: #fff;
}

.mainbox {
	text-align: left; 
	border: 1px solid #008588; 
	background: #008588; 
	color: #ffffff;
}

.mainboxtitle { 
	padding: 2px; 
	padding-left:7px;
}

.mainboxcontent {
	color: #000000;
}

.sidebox {
	width: 250px;
	text-align: left; 
	border: 1px solid #008588;
	background: #008588; 
	color: #ffffff;
}

.sideboxtitle {
	padding: 2px; 
	padding-left: 7px;
}

.sideboxcontent {
	color: #000;
}

.sideboxcontent a:link, 
.sideboxcontent a:visited {
	color: #008588;
}

.sidebox li {
	padding: 3px; 
	padding-left: 0px; 
	color: ##008588;
}

.specialboxcontent,
.mainboxcontent,
.sideboxcontent {
	background: #ffffff;
	width: 100%;  
	padding: 10px;
}

.mainboxcontent ul,
.sideboxcontent ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select {
	font-size: 11px;
}

.button {
	background-image: url(/template/images/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #000;
}

.button_over {
	background-image: url(/template/images/button_over.gif);
	background-repeat: repeat-x;
	border: 1px solid #999;
	color: #ddd;
}

.error,
.error li {
	color: #E80923;
}

.error li {
	text-align: left;
}

.error {
	padding-top: 15px;
}

.error_border {
	border: 1px solid #E80923;
}

.message {
	padding: 15px;
	color: #090DE8;
}

