/***
colors:

***/
/*** common classes ***/
.blue-back { background-color: #1e4376; }
.green-back { background-color: #537c53; }
.tan-back { background-color: #e0e09f; }
.blue-text { color: #1e4376; }
.green-text { color: #537c53; }
.tan-text { color: #e0e09f; }
.tan-text a { color: #ffffff; }
.full-width {
	display:block;
	width: 960px;
	margin: 0 auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.centered {
	text-align: center;
}
.justify-left {
	text-align: left;
}
.justify-right {
	text-align: right;
}
.bolded {
	font-weight: bold;
}
.more-spacing {
	line-height: 18px;
}
.more-padding {
	padding: 3px;
}
.border-all {
	border: 1px solid #b6b6b6;
}
.border-bottom {
	border-bottom: 1px solid #666;
}
.border-left {
	border-left: 1px solid #666;
}
.border-right {
	border-right: 1px solid #666;
}
.border-top {
	border-top: 1px solid #666;
}
.no-display {
	display: none;
}
.light-text {
	color: #f0f0f0;
}
.mid-text {
	color: #909090;
}
.font11 {
	font-size: 11px !important;
	line-height: 15px !important;
}
.hidden {
	display: none !important;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.margin-top-0 {
	margin-top: 0 !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-sides-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.width20 { width: 20% !important; }
.width30 { width: 30% !important; }
.width40 { width: 40% !important; }
.width45 { width: 45% !important; }
.width50 { width: 50% !important; }
.width60 { width: 60% !important; }
.width70 { width: 70% !important; }
.width80 { width: 80% !important; }
.hspacer-div {
	clear: both;
	height: 5px;
}
.vspacer-div {
	float: left;
	width: 27px;
	height: 5px;
}
.inner-div, .inner-div-plus {
	margin: 8px 16px;
}
.inner-div-plus {
	padding: 3px 0;
}
.width33 {
	width: 33%;
}
.rounded-corners-4 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius : 4px;
}
ul.extra-space li{
	margin-bottom: 0.5em;
}
body {
	background-color: #fff;
	background-image: url(../images/p7exp_pbg2.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	color: #333;
}
div {
	margin: 0;
	padding: 0;
	font: normal 12px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 0;
	padding: 6px 0 6px 0;
	font-size: 16px;
	color: #243e53;
}
h2 {
	margin: 0;
	padding: 6px 0 6px 0;
	font-size: 15px;
	color: #243e53;
}
h3 {
	margin: 0;
	padding: 6px 0 6px 0;
	font-size: 14px;
	color: #243e53;
}
h4 {
	margin: 0;
	padding: 6px 0 6px 0;
	font-size: 12px;
	color: #243e53;
}
p.read-more {
	text-align: right;
	margin-top: -1em;
	padding: 0;
}

/*** iab banner and nav bar ***/
/* for banner image 960 by 155
#iab_banner_container {
	margin: 0 auto;
	background-color: #1e4376;
	background-image: url(../images/banner1.jpg);
	width: 960px;
	height: 155px;
	padding: 0;
	overflow: hidden;
}
#iab_text_div {
	margin: 32px 0 0 14px;
	padding: 0;
	height: 102px;
}*/
/* for banner image 960 by 120 */
#iab_banner_container {
	margin: 0 auto;
	background-color: #1e4376;
	background-image: url(../images/banner-west-ridge-full-color4c.jpg);
	width: 960px;
	height: 120px;
	padding: 0;
	overflow: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
#iab_text_div {
	float: left;
	margin: 22px 0 17px 14px;
	padding: 0;
	height: 60px;
}
#search_div {
	float: right;
	margin: 24px 20px 0 0;
	color: #fff;
	font-size: 10px;
}
#search_div select {
	font-size: 11px;
}
#search_div input, #search_div option {
	font-size: 11px;
	height: 13px;
}
#bw_banner_info {
	position: absolute;
	clear: both;
	margin-top: -13px;
	margin-left: 924px;
}
#menuwrapper {
	background-color: transparent;
	background-image: url(../images/100px-50opacity.png);/**/
	/* lets the gradient image through, otherwise could be #1e4376; */
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}
.clearit, .clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	border: none !important;
}
.solid-border {
	border: 1px solid #aaaaaa !important;
}
.dashed-border {
	border: 1px dashed #aaaaaa !important;
}
.no-border {
	border: none !important;
}
.shaded {
	background-color: #f0f0f0 !important;
}
.shaded2 {
	background-color: #c0c0c0 !important;
}
.image-div {
	clear: both;
	margin: 0;
	padding: 0;
}
.image-div img.right {
	float: right;
	padding-left: 8px;
	padding-bottom: 6px;
	border: none;
}
.image-div img.left {
	float: left;
	padding-right: 8px;
	padding-bottom: 6px;
	border: none;
}
.image-div p {
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}
div.text-box {
	border: 1px solid #ccc;
	margin: 1em;
	padding: 1em;
}
div.text-box li {
	margin: 0 0 0 -20px;
	padding: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#p7menubar {
	/*margin-left: 10px;*/
	/*width: 69em;*/
	width: 850px; /*900px;*/
	margin: 0 auto; /*auto;*/
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 3px 14px 3px 14px;
/*	border-right: 1px solid #333;*/
	font-size: 1.1em;
	line-height: 15px;
	color: #e0e09f;
}
#p7menubar li:first-child a {
/*	border-left: 1px solid #333;*/
}
#p7menubar a.trigger {
	padding: 3px 20px 3px 12px; /*14px;*/
	background-image: url(../images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
}
#p7menubar li ul {
	width: auto;
	padding: 6px 0 10px 0;
	z-index: 1001;
}
#p7menubar ul li {
	clear: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 12px;
	/*width: 100%;
	margin-right: 0px;*/
}
#p7menubar ul li a.locked {
	padding: 3px 20px 3px 12px;
	background-image: url(../images/lock.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li ul {
	position: absolute;
	z-index: 10001;
	display: none;
	background-color: transparent;
	background-image: url(../images/100px-75opacity.png);
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: #000;
}
#p7menubar li.selected:hover a, #p7menubar li.selected.p7hvr a {
	/* keep the background color for a selected li */
	background-color: transparent;
}
#p7menubar li.selected {
	color: #e0e09f; /*#fff;*/
	background-color: #990000; /*#1e4376; #537c53;*/
	background-image: url(../images/white_pointer.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #e0e09f;
	background-color: transparent;
	font-size: 1.0em;
	/*background-image: none;*/
}
#p7menubar li ul li.selected2 a {
	color: #ffffff !important;
	background-color: #990000 !important;
}
/*#p7menubar li ul, #p7menubar li ul li a {
	background-color: #333333 !important;
	background-image: none;
}*/
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #000!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
			
/*** main content for the page ***/
#main-content {
	margin: 0 auto 0px auto;
	overflow: hidden;
	z-index: 100;
	min-height: 240px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius : 4px;
}
.no-border {
	border: none !important;
}

/*** bottom box for footer stuff ***/
#bottom-box {
	margin: 0 auto;
	background-color: #345C92; /*#d6d6c0;*/
	background-image: url(../images/footer_background3.png);
	color: #537c53;
	overflow: hidden;
	/*height: 132px;*/
}
#bottom-box h4 {
	color: #fff;
	margin: 4px 0;
	padding: 0;
}
#bottom-box span {
	/*background-color: #345C92 ;*/
}
#bottom-box a {
	color: #cfcfcf;
}
#bottom-box a:hover {
	color: #fff;
	text-decoration: none;
}

#bottom-text {
	float: left;
	width: 460px;
	margin: 0 auto;
	font-size: 11px;
	text-align: left;
	color: #ccc;
}
#bottom-text div {
	/*width: 140px;*/
	margin: 0 0 0 0px;
}
#bottom-box h4 {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
}
#bottom-menu {
	margin: 0;
	padding: 0;
}
#bottom-box h4 span {
	border-bottom: 1px solid #990000;
}
#bottom-text hr {
	color: #990000;
}
#bottom-text a {
	display: block;
	margin: 0px;
	padding: 0 2px;
	color: #e0e09f;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
#bottom-text a:hover {
	color: #ffffff;
	background-color: #990000;
	text-decoration: none;
}

#bottom-login-box {
	float: left;
	margin: 0 0 0 0px;
	width: 150px;
	height: 78px;
	background-color: transparent; /*#345C92;*/
	background-image: url(../images/login_background.jpg);
	background-repeat: repeat;/**/
	border: 1px solid #243e53; /*#484f5c; #345C92;*/
	color: #ccc;
	/*text-align: center;*/
	
}
#bottom-login-box img {
	margin-top: 0px;
	margin-left: 22px;
	width: 30px;
}
#login-input {
	height: 78px;
	/*width: 144px;*/
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding: 7px 4px 0 0;
}
#bottom-login-box input  {
	width: 78px;
	height: 14px;
	margin: 1px 0;
	font-size: 10px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #484f5c;
}
#bottom-login-box button {
	margin: 2px 0 0 0;
	font-size: 9px;
}
#bottom-text-box {
	margin: 0 auto;
}
.opacity50 {
	opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
.opacity75 {
	opacity: .75;
    -moz-opacity: .75;
    filter: alpha(opacity=75);
}
.opacity25 {
	opacity: .25;
    -moz-opacity: .25;
    filter: alpha(opacity=25);
}
p.image-caption {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
}

