html { 
overflow: -moz-scrollbars-vertical; 
}

html { 
	overflow-x: auto; 
	}



body
{
	margin: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	background-color: white;
	background-image: url(/images/common/bg.png);
	background-repeat: repeat-x;
}

	a:focus { 
	-moz-outline-style: none; 
	}


img
{
	border: 0 none;
	vertical-align: middle;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3b5177;
}

form
{
	margin: 0;
	border: 0;
}

fieldset
{
	border: 1px solid #aaa;
	padding: 3px;
	margin: 1em 0;

}

legend
{
	font-size: x-small !important;
	font-size: xx-small;
	font-weight: bold;
}

input, select, textarea
{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	margin: 5px 5px 2px 0;
	vertical-align: middle;
}

table
{ 
	color: #555;
	font-size: 93%;
	margin: 1.5em 0;
}

a
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

th
{
	text-align: left;
	color: #a0a0a0;
}

h1
{
	border: 0 none;
	vertical-align: middle;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3b5177;
	font-weight:lighter;
}

h1.img
{
	padding: 21px 0 0 0;
	height: 0px !important;
	height: 21px;
	margin: 36px 0 32px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3b5177;
}

h2
{
	font-size: 100%;
	color: black;
}

h3
{
	font-size: 100%;
	color: #354e1c;
}

h2.member, h3.member
{
	color: white;
	background-color: #818e52;
	background-image: url(/images/common/member-sub.png);
	background-repeat: repeat-x;
	padding: 3px;
}

ul, ol
{
	padding-left: 1.75em;
}

ul
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 2px;
}

ul li
{
	background-image: url(/images/common/icon-bullet-1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1em;
}

td.note
{
	padding: 2em 0 1em 136px;
}

.half
{
	width: 50%;
}

.full
{
	width: 100%;
}

.date
{
	font-size: x-small !important;
	font-size: xx-small;
	font-weight: normal;
	color: #999;
}

input.full, input.half, textarea.full, textarea.half
{
	border: 1px solid #555;
	background-color: #dfe3d4
}

.directory
{
	border-bottom: 1px solid #ccc;
	margin: 1em 0 0 0;
	padding: 0.5em 0;
}

.story
{
	margin: 1em 0 -0.75em 0;
	padding: 1em 0 0 0;
	background-image: url(/images/common/dots.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.link
{
	padding: 6px 0 0 12px;
	background-image: url(/images/common/member-link.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 2em 0 1em 0;
}

.members
{
	padding: 6px 0 0 12px;
	background-image: url(/images/common/member-link.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 1.5em 0 2em 0;
}

.back
{
	padding: 0 0 6px 12px;
	background-image: url(/images/common/icon-link-2.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin: 2em 0 1em 0;
	border-bottom: 2px solid #0066cc;
	width: 20%;
}

table.list
{
	margin: 1em 0 2em 0;
}

table.list th
{
	vertical-align: bottom;
	padding-bottom: 6px;
	border-bottom: 2px solid #ccc;
}

table.list .row_on td
{
	background-color: #f0f0f0;
}

table.list .row_off td
{
	background-color: #e6e6e6;
}

.profile
{
	padding: 0;
	border-spacing: 0;
}

.profile .row_on td, .profile .row_on th
{
	background-color: #f0f0f0;
	border-top: 1px solid white;
	padding:5px;
}

.profile .row_off td, .profile .row_off th
{
	background-color: #f0f0f0;
	border-top: 1px solid white;
	padding: 5px;
}

ul.list
{
	margin: 1em 0;
	padding: 0;
	list-style-type: none;
}

ul.list li
{
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 18px;
	background-image: url(/images/common/icon-arrow-1.png);
	background-repeat: no-repeat;
	background-color: #e0e0e0;
	background-position: left center;
}

ul.list li p
{
	margin: 0;
	padding: 0;
}

.spacer
{
	display: block;
	clear: both;
	height: 1px !important;
	overflow: hidden;
}

.divider
{
	display: block;
	clear: both;
	background-image: url(/images/common/divider.png);
	background-repeat: repeat-x;
	margin: 1em 0;
}

.img
{
	background-repeat: no-repeat;
	overflow: hidden;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#3b5177;
}

.col_l
{
	float: left;
	width: 280px !important;
	width: 292px;
	padding-right: 12px;
}

.col_r
{
	float: left;
	width: 280px !important;
	width: 292px;
	padding-left: 12px;
}

#layout_common, #layout_home
{
	width: 780px;
	position: relative;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/images/common/container-bg.png);
	background-repeat: no-repeat;
	background-position: 0 29px;
}

#container
{
	margin: 0 17px;
	background-color: white;
	background-image: url(/images/common/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 29px;
}

#layout_home #container
{
	background-image: url(/images/home/home-bg.jpg);
	background-position: 0 29px;
}

#header
{
	width: 127px;
	float: left;
	font-size: xx-small !important;
	font-size: xxx-small;
	padding: 211px 0 0 0;
}

#header dl
{
	margin: 0;
	padding: 0;
}

#header dd
{
	margin: 0px 0 1px 1px;
	padding: 0px 1px 1px 1px;

}

#header dd a
{
	display: block;
	padding: 5px 5px 5px 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #8da657;
	background-image: url(/images/common/nav-bg2.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	border:1px solid #8da657;
}

#header dd a:hover
{
	color: #38441F;
	background-color: white;
	background-image: url(/images/common/nav-bg2_hover.jpg);
	background-repeat: no-repeat;
	background-position:left center;
}

#header dd.on
{
	background-image: url(/images/common/nav-on.png);
}

#header dd.on a
{
	color: white;
}

#header fieldset
{
	border: 0 none;
	padding: 0;
	margin: 1px 0 1px 1px;
}

#header #sitesrchquery_lg
{
	padding: 4px 4px 0px 15px;
	width: 104px !important;
	width: 125px;
	height: 18px !important;
	height: 20px;
	line-height: 16px;
	margin-right: 0;
}

#content
{
	width: 585px !important;
	width: 613px;
	padding: 32px 14px 14px 14px;
	float: right;
	background-color: white;
	background-image: url(/images/common/content-bg.jpg);
	background-repeat: no-repeat;
	color: #555;
	margin-top: 29px;
}

#layout_home #content
{
	margin-top: 208px;
	background-color: transparent;
	background-image: none;
}

#footer
{
	font-size: x-small !important;
	font-size: xx-small;
	clear: both;
	padding: 10px 12px 8px 16px;
	background-color: white;

}

#footer dd
{
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
}

#footer dd a
{
	color: #818e52;
}

#footer dd.right
{
	float: right;
	padding-right: 0;
}

#member
{
	font-size: x-small !important;
	font-size: xx-small;
	color: white;
	position: absolute;
	top: 0px;
	left: 17px;
	width: 712px !important;
	width: 746px;
	height: 19px !important;
	height: 29px;
	background-color: #14243f;
	padding: 10px 17px 0 17px;
	z-index: 100;
}

#member a
{
	color: white;
}

#member a:hover
{
	color: grey;
}

#member a.on
{
	border-top: 1px solid red;
}

#member_details
{
	height: 1.25em;
}

#member_details dd
{
	float: left;
	background-color: #e0e1e2;
	padding: 0;
	margin: 0 1px 0 0;
}

#member_details dd a
{
	display: block;
	padding: 5px 5px 5px 16px;
	width: 100px !important;
	width: 121px !important;
}

#profile
{
	margin: 0;
	float: right;
}

#logo
{
	position: absolute;
	left: 5px;
	top: 37px;
	width: 66px;
	height: 1px !important;
	height: 66px;
	overflow: hidden;
	padding-top: 65px;
	background-image: url(/images/common/logo-sm.png);
	background-repeat: no-repeat;
}

#layout_home #logo
{
	left: 0px;
	top: 59px;
	width: 127px;
	height: 1px !important;
	height: 127px;
	padding-top: 126px;
	background-image: url(/images/home/logo-lg.png);
	background-repeat: no-repeat;
}

#header dt,
#footer dt,
#sitesrch label,
#member_details dt,
ul.list li em,
dd em
{
	display: none;
}


ul.links {
margin:0px;
padding:0px;

}

ul.links li {
list-style-type:none;
float:left;
background:nonr;
padding:0px;
}

ul.links li a {
display:block;
width:181px;
height:64px;
}

ul.links li a.find_pr {
background:url('/images/home/find_pr.jpg') no-repeat;
margin-right:15px;
}

ul.links li a.join {
background:url('/images/home/join.jpg') no-repeat;
margin-right:15px;
}

ul.links li a.contact {
background:url('/images/home/contact.jpg') no-repeat;
}


