@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	color: #336666;
	text-decoration: underline;
}
a:hover {
	color: #336633;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	float: left;
	width: 500px;
	padding: 10px 15px 5px 10px;
}
#sidebar {
	float: right;
	width: 320px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/toptop.png);
	background-repeat: no-repeat;
	height: 230px;
	border-top: 3px solid #FF6600;
	position: relative;
}

#header #logo {
	position: absolute;
	left: 12px;
	top: 12px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 170px;
	height: 2.0em;
	line-height: 2em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006666;
	text-align: center;
	display: block;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #006633;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
	color: #006666;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#message #header #nMessage a,
#profile #header #nProfile a,
#business #header #nBusiness a,
#members #header #nMembers a {
	color: #006666;
	background-color: #FFFFFF;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	color: #336666;
}

#home #main a,
#message #main a {
	float: left;
	padding-right: 10px;
}

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	text-indent: 1em;
}
#home #main h2,{
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main ul li {
	margin-bottom: 6px;
	list-style: none;
}
#main ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#main ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
#members #main #memup {
	width: 490px;
	height: 460px;
}
#members #main  table {
}


#members #wrapper #main th {
	font-weight: normal;
	text-align: right;
}
#members #main table td {
	text-indent: 5px;
}
#members #main table td.name {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}



#members #main #meml {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #336666;
	margin-right: 10px;
	padding-right: 5px;
}
#profile #main table,
#members #main table,
#business #main table {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	border-top-color: #336666;
}
#profile #main table th,
#members #main table th {
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
} 
#profile #main table td,
#members #main table td,
#business #main table td{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#profile #main table tr.odd,
#members #main table tr.odd,
#business #main table tr.odd {
	background-color: #EFEFEF;
}
#business #main ol {
	margin-left: 1.5em;
}







#business #main td {
	white-space: nowrap;
}
#business #main dt {
	float: left;
	padding-right: 10px;
}

#business #main div {
	margin-top: 20px;
}



#sidebar  dl#news  dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#sidebar  dl#news  dd {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #336666;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer address {
	text-align: center;
}
