/* CSS Document - OPBR_MasterStyles.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a {
	font-size: 11px;
	color: #859583;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #859583;
}
a:visited {
	color: #859583;
	text-decoration: none;
	border-bottom: 1px dotted #859583;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #859583;
}
a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #859583;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #859583;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #16486a;
	margin-top: 0px;
}
h3 {
	font-size: 13px;
	color: #FFF;
	background-color: #859583;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 4px;
}
h4 {
	font-size: 12px;
	color: #555;
	margin-top: 5px;
}
h5 {
	font-size: 11px;
	color: #000;
}
h6 {
	font-size: 10px;
	color: #000;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #CCCCCC;
	margin: 15px 0px;
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* IDs */

#container {
	width: 974px;
	text-align: left;
}
#logo {
	position: absolute;
	top: 30px;
	margin-left: 
}
#header {
	margin-top: 85px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}
#banner {
	padding: 1px 0px;
	border-top: 10px solid #859583;
	border-bottom: 10px solid #859583;
	margin: 0px 37px; 
}
#menu {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 35px 30px 0px 37px; 
}
#main {
	clear: both;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	padding: 0px 37px; 
	line-height: 150%;
}
#leftMenu {
	width: 190px;
	border-right: 1px dotted #859583;
	border-top: 1px solid #FFF;
	background-image: url(../images/palms_bg_left.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#leftMenu img {
	border-bottom: 1px solid #859583;
	padding-bottom: 1px;
}
#leftMenu div {
	padding: 5px 5px 5px 20px;
	line-height: 200%;
}
#leftMenu a {
	border-bottom: none;
	color: #16486a;
}
#leftMenu a:hover {
	color: #16486a;
	border-bottom: 1px dotted #16486a;
}
#content {
	padding: 15px 20px 0px 20px;
	background-image: url(../images/palms_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 100px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 9px;
	padding-top: 50px;
	color: #AAAAAA;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer a {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	padding: 0px 10px 0px 10px;
	border: none;
}
#footer a:hover {
	text-decoration: underline;
}

#newsletter {
	float: right;
	background-image: url(../images/newsletter_bg.png);
	background-repeat: no-repeat;
	width: 323px;
	height: 131px;
	margin-left: 30px;
	padding: 10px 20px;
}

/* Custom Classes */

.menuItem {
	float: left;
	padding: 10px 34px 10px 35px;
	cursor: pointer;
}
.menuItem a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	text-decoration: none;
	border: none;
}
.menuItem a:hover {
	text-decoration: underline;
}

.heading {
	display: block;
	margin-bottom: 15px;
}

.smallText {
	font-size: 10px;
}

.thirdBox {
	float: left;
	width: 255px;
	height: 270px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #CCC;
}
.thirdBox.last {
	width: 285px;
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

.thirdBoxSmall {
	float: left;
	width: 209px;
	height: 220px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.thirdBoxSmall.last {
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}

table.rates {
	background-color: #FFF;
	border: 1px solid #859583;
}
.top td {
	background-color: #155582;
	color: #FFF;
	font-weight: bold;
}
.headRow td {
	background-color: #859583;
	color: #FFF;
	font-weight: bold;
}
.oddRow td {
	background-color: #EFEFEF;
}

ul.spaced li {
	padding-bottom: 10px;
}

.left {
	float: left;
}

.clickable {
	cursor: pointer;
}

.leftPic {
	float: left;
	padding-right: 10px;
}
.rightPic {
	float: right;
	padding-left: 10px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}
