/*
	The layout will work in most modern CSS-capable browsers:
	- IE6 and 7
	- Firefox 1 and up
	- Opera 8.5 and up
	
	The code is XHTML 1.0-Transitional valid
*/

/* GENERAL */
body
	{	
	background: #fff url('../images/right-blue-expander.gif') repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

img 
	{
	border: 0;
	}
	
.clear {
	clear: both;
	height:1px;
}
	
.clearRight {
	clear: right;
}


/* POSITIONING */	
#container
	{
	margin:0px auto;
	width: 640px;
	}

#bg_fix 
	{
	position: absolute;
	left: 0px; 
	top: 0px; 
	height: 153px; 
	width: 500px;
	background: url('../images/left-blue-expander.gif') repeat-x; 
	}
	
/* HEADER */
#menu
	{
	width: 640px;
	height: 153px;
	background: url('../images/fullBG-nologo.gif') no-repeat left center;
	position: relative;
	z-index: 100;
	font-size: 10px;
	color: white;
	}
	
#print_logo
	{
	display: none;
	}
	
#logo
	{
	float: left;
	width: 209px;
	}

#logo img
	{
	padding: 2px 0;
	}
	
#logo_wrapper
	{
	padding-bottom: 11px;
	}
	
#first_menu	
	{
	padding: 73px 0px 0px 208px;
	}

#first_menu ul
	{
	list-style-type: none;
	margin:0;
	padding:0;	
	}

#first_menu ul li
	{
	padding: 0;
	margin: 0;
	display: inline;
	}
a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:underline;
}

#menu a, #menu a:visited
	{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

#menu a:hover
	{
	color: red;
	}

#menu li#current a, #menu li#current a:visited	
	{
	color: red;
	}

	
#first_menu li a
	{
	padding: 0 12px 0 9px;
	}
	
	
#sub_menu
	{
	clear: both;
	margin-top: 6px;
	}
	
#sub_menu ul
	{
	list-style-type: none;
	margin:0;
	padding:0 0 0 55px;
	}
	
#sub_menu ul li
	{
	padding: 0;
	margin: 0;
	display: inline;
	}

#sub_menu ul li a
	{
	padding: 0 9px 0 9px;
	}
	
h1
	{
	display: block;
	color: red;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 0;
	}
	
h1 span
	{
	float: right;
	font-size: 10px;
	margin: -8px 0 0;
	}
	
/* Main part */	
#main_wrapper,
#listing_wrapper,
#request_wrapper
	{
	border-left: 1px solid #6b9ac4;
	border-right: 1px solid #6b9ac4;
	background: url('../images/body_bg.jpg') repeat-y;
	padding-bottom: 10px;
	}
	
#listing_wrapper,
#request_wrapper {
	background: none;
	padding: 0 10px;
}

#listing_wrapper h3 {
	font-size:13px;
}

#listing_wrapper a {
	font-size:12px;
	line-height:20px;
}
	
#sidebar
	{
	display: inline; /* IE6 Fix */
	float: left;
	width: 188px;
	border-top: 1px solid #6699CC;
	padding-top: 10px;
	color: #333333;
	}
	
#content_wrapper
	{
	margin-left: 198px;
	}

/* Sidebar */
#sidebar h2 {
	font-size: 12px;
	margin: 0;
	padding: 0 0 0 10px;
}
#sidebar a, #sidebar a:visited
	{
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}

#sidebar a:hover
	{
	text-decoration: underline;
	color: #FFFF00;
	}

#sidebar ul#mainlist
	{
	list-style-type: none;
	padding:0 0 0 10px;
	margin:20px 0 0;
	}
	
/*#sidebar ul#mainlist li
	{
	margin-bottom: 15px;
	}*/

#sidebar ul#mainlist li a
	{
	padding-left:10px;
	padding-right:10px;
	}

#sidebar ul#mainlist li ul.nomarkers
	{
	list-style-type: none;
	margin-left: 7px;
	}

#sidebar ul#mainlist li ul.withmarkers	
	{
	list-style-type: square;
	margin-left: 40px;
	}

#sidebar ul#mainlist li ul.withmarkers li
	{
	margin-bottom: 0;
	}
	
#sidebar hr
	{
	margin: 79px 10px 10px;
	border: 0;
	border-top: 2px solid #003399;
	}
#sidebar a.print {
	text-align: center;
}
	
/* Content*/
#content_wrapper h2
	{
	font-size: 18px;
	color: white;
	background-color: #003399;
	line-height: 18px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0 0 0 -10px;
	}
	
#content	
	{
	color: #333333;
	padding-left: 2px;
	line-height:15pt;
	}
#content a,
#content_wrapper {
	/*color: #003399;*/
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#content, #content_wrapper p {
	line-height:15pt;
}

div#content_wrapper ul.star { 
list-style-image: url(/images/star.gif);
text-indent: -2px;
margin-left:20px;
}
div#content_wrapper ul.star ul { 
list-style-image: url(/images/star.gif);
text-indent: -2px;
margin-left:30px;
}


div#content_wrapper ul.star2 { 
list-style-image: url(/images/star2.gif);
text-indent: -2px;
margin-left:20px;
}
div#content_wrapper ul.star2 ul { 
list-style-image: url(/images/star.gif);
text-indent: -2px;
margin-left:30px;
}

div#content_wrapper td h3.membername {
	font-size:1.1em;
}

div#content_wrapper td a.officemember {
	font-weight:bold;
}
	
/* Footer */
#footer 
	{
	height: 75px;
	background-color: #003399;
	color: white;
	font-size: 10px;
	padding-top: 20px;
	clear: both;
	text-align: center;
	}
	
#footer a, #footer a:visited
	{
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer a:hover
	{
	color: red;
	}
	
#copyright	
	{
	padding-top: 20px;
	}
	
/* LISTING FORM */
#listingFilter {
	border-top: 1px solid #6b9ac4;
	margin: 0 -10px;
	padding: 0 10px;
}
#listingFilter h2 {
	font-size: 12px;
	margin: 5px 0;
	padding-left: 150px;
}
#listingFilter div {
	margin: 5px 0;
}
#listingFilter div label {
	float: left;
	width: 150px;
}
#listingFilter div button {
	margin-left: 150px;
}
table#listings tr.grey {
	background-color: #ccc;
}
table#listings tr td a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
table#listings tr td a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.pagination {
	padding: 10px 0;
	text-align: center;
}
.pagination a {
	margin: 0 1px;
}

/* OFFICE */
img.officePhoto {
	float: left;
	margin: 0 5px 5px -10px;
}

/* REQUEST INFO */
#request_wrapper p {
	border-top: 1px solid #6B9AC4;
	margin: 0 -10px;
	padding: 12px 10px 12px;
}
#request_wrapper form {
	margin: 0;
	padding: 0 100px 50px;
}
#request_wrapper form fieldset {
	border: 0;
	padding: 0 0 0 10px;
}
#request_wrapper form fieldset legend {
	color: #cc0000;
	font-weight: bold;
	margin: 5px 0 5px -2px;
}
#request_wrapper form div {
	margin: 5px 0;
	padding-left: 108px;
}
#request_wrapper form.small div {
	padding-left: 0;
}
#request_wrapper form div a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#request_wrapper form div label {
	float: left;
	margin-left: -108px;
}
#request_wrapper form.small div label {
	margin-left: 0;
}
#request_wrapper form div input {
	width: 95%;
}
#request_wrapper form div input.checkbox {
	width: 15px;
}
#request_wrapper form div.btns input {
	width: 75px;
}
#request_wrapper form#afterLogin div label {
	float: none;
	padding-left: 10px;
}

.message h2,
.error h2 {
	font-size: 14px;
	margin-top: 0;
}
.message,
.error {
	padding-bottom: 50px;
}
//* ARTICLES *//
.logoimg {
	margin-right: 5px;
	width:275px;
	height:111px;
}
.logotitleblue {
	float:right;
	width:155px;
	text-align:center;
	color:#330099;
	height:111px;
	padding-top:45px;
	margin-bottom:-45px;
}

.logotitlebluetopcenter {
	float:right;
	width:155px;
	text-align:center;
	color:#330099;
	height:111px;
}

.logotitlebluetopleft {
	float:right;
	width:155px;
	text-align:left;
	color:#330099;
	height:111px;
}

.logotitlered {
	float:right;
	width:155px;
	text-align:center;
	color:#cc0000;
	height:111px;
	padding-top:45px;
	margin-bottom:-45px;
}

.logotitleredtopcenter {
	float:right;
	width:155px;
	text-align:center;
	color:#cc0000;
	height:111px;
}

.logotitleredleft {
	float:right;
	width:155px;
	text-align:left;
	color:#cc0000;
	height:111px;
}

.blue {
	color:#330099;
}

.red {
	color:#cc0000;
}

/* OFFICE MEMBERS */
.officeMember {
	padding: 16px 0 0;
}
.officeMember img {
	border: 1px solid #6699CC;
	float: right;
	margin-right: 10px;	
}
.officeMember h3 {
	font-size: 14px;
	margin: 0 0 16px;
}
.officeMember p {
	margin-right: 174px;
}
.officeMember a {
	color: #330099;
	font-weight: bold;
	text-decoration: none;
}

#officeemail a, #officeemail a:visited
	{
	color: blue;
	font-weight: bold;
	text-decoration: none;
	}

#officeemail a:hover
	{
	color: red;
	text-decoration:underline;
	}

#sidebullets {
	margin-left:15px;
	margin-top:15px;
}

#sidebullets ul{
	list-style: disc;
	margin:0;
	padding:0;
}

#sidebullets li {
	margin-top:-15px;
}

#additionalnavbutton {
	width: 200px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #90bade;
	color: #333;
	}
#additionalnavbutton ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#additionalnavbutton li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#additionalnavbutton li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #additionalnavbutton li a {
	width: auto;
	}

#additionalnavbutton li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}
.bold{font-weight:bold;font:bold;}

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

.stars li {
	list-style: none;
	background: url(http://www.usbb.biz/uploads/image/star2.gif) no-repeat 0 4px;
	padding-left: 18px;
}
