/* CSS Document - OPBR_MasterStyles.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #255a84;
	margin: 50px 0px 20px 0px;
	line-height: 140%;
	background-image: url(../images/bg_grad.gif);
	background-repeat: repeat-x;
}
a {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #235d85;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #235d85;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-color: #6d859e;
	margin: 0px;
	padding: 3px;
}
h4 {
	font-size: 12px;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	color: #235d85;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
h6 {
	font-size: 10px;
	color: #000000;
}
form {
	padding: 0px;
	margin: 0px;
}
input, select , textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
	margin: 20px 0px;
}

/* IDs */

#container {
	width: 950px;
	margin: auto;
}
#feet {
	position: absolute;
	margin-left: -55px;
}
#phone {
	position: absolute;
	top: 10px;
	margin-left: 800px;
}
#logo {
	float: left;
	width: 336px;
	padding-top: 10px;
	padding-left: 50px;
}
#menu {
	float: right;
	padding-top: 23px;
	padding-bottom: 1px;
}
#banner {
	margin: 0px;
	padding: 0px;
}
#main {
	width: 100%;
	background-color: #FFFFFF;
	border-top: 5px solid #CCCCCC;
	z-index: 1;
	position: relative;
}
#leftMenu {
	width: 200px;
	background-color: #EFEFEF;
	border-right: 1px dotted #CCC;
	height: 400px;
	vertical-align: top;
}
#leftMenu div {
	padding: 5px 10px 10px 10px;
	line-height: 200%;
}
#leftMenu a {
	font-weight: normal;
	text-decoration: none;
}
#leftMenu a:hover {
	text-decoration: underline;
}
#content {
	vertical-align: top;
	padding: 3px 10px 10px 10px;
}
#footer {
	border-top: 5px solid #6d859e;
	clear: both;
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	color: #AAAAAA;
	z-index: 1;
	position: relative;
}
#footer a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}
#flower1 {
	position: absolute;
	margin-left: 900px;
	margin-top: -60px;
	z-index: 2;
}
#flower2 {
	position: absolute;
	margin-left: 815px;
	margin-top: -155px;
	z-index: 0;
}

/* Custom Classes */

.menuItem {
	float: left;
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #FFFFFF;
	border-bottom: 5px solid #6d859e;
	margin-left: 2px;
}
.menuItemCurrent {
	border-bottom: 5px solid #CCCCCC;
}

.borderBottom {
	border-bottom: 1px solid #CCCCCC; 
	padding-bottom: 10px;
}
.leftCell {
	border-right: 1px solid #CCCCCC;
	padding-right: 15px;
}
.middleCell {
	padding-left: 15px; 
	padding-right: 15px;
	border-right: 1px solid #CCCCCC;
}
.rightCell {
	padding-left: 15px;
}

.newsletter {
	float: right;
	width: 306px;
	padding-left: 15px;
}

.newsletter div.content {
	padding: 15px; 
	background-color: #CCCCCC;	
}

.left {
	float: left;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}

.smallText {
	font-size: 10px;
}

.headRow {
	background-color: #6d859e;
	color: #FFF;
	font-weight: bold;
}
.oddRow {
	background-color: #CCC;
}

ul.noLeftPadding {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/* Drop-Down Menus */

#dropmenudiv{
	position:absolute;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
}
