/* CSS Document */

body {
	background-image: url('images/bg.jpg');
	background-color: #627B8F;
	font-size: 11px;
	text-align: center;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #333;
}

textarea {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	border:0;
	width: 450px;
	height: 50px;
	background-color: #BDCEDE;
	text-align: center;
	overflow: hidden;
}

h2 {
	font-size: 18px;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	background-color: #DBDFE7;
	border: 1px solid;
}

#banner {
	width: 690px;
	border: 1px solid #888;
	height: 215px;
	background-color: #314E70;
	text-align: left;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#toppic{
	width: 470px;
	display: block;
	position: relative;
	float: left;
}

#rightnav {
	width: 220px;
	height: 100%;
	display: block;
	position: relative;
	float: left;
	font-weight: normal;
	line-height: 2.2em;
	background-color: #4C6B8F;
}

#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}


#rightnav li {
	border-bottom: 1px solid #999;
	color: #fff;
}

#rightnav li a {
	display: block;
	padding: 3px 0px 2px 0.5em;
	border-left: 5px solid #4C6B8F;
	border-right: 5px solid #4C6B8F;
	color: #fff;
	text-decoration: none;
	width: auto;
	background-color:#314E70;
}



#rightnav li a:hover {
	visibility: visible;
	border-left: 5px solid #222;
	border-right: 5px solid #222;
	color: #fff;
	background-color: #4C6B8F;
	font-weight:bold;
}

#rightnav li ul, #rightnav li a ul {
	list-style: none;
	display: block;
	position: absolute;
	visibility: hidden;
	width: 190px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
        margin-left: 30px;
        margin-top: -10px;
}

#rightnav ul li a:hover ul, #rightnav ul li:hover ul {
	visibility: visible;
}

#rightnav li a ul li {
	display: block;
	position: relative;
	float: vertical;
}

#rightnav li a ul li a {
	display: block;
	border-left: 5px solid #BDCEDE;
	border-right: 5px solid #BDCEDE;
	font-weight: normal;
	color: #fff;
	background-color:#4C6B8F;
	width: 100%
}



#rightnav li a ul li a:hover {
	border-left: 5px solid #4C6B8F;
	border-right: 5px solid #4C6B8F;
	color: #222;
	background-color:#BDCEDE;
	width: 100%
}

#rightnav table {
	margin-top: 0px;
        margin-left: 25px;
	font-size: 1em;
	z-index: 100;
	position: absolute;
	top: 0px;
	border-collapse: collapse;
}

.spacer {
	width: 100%;
	clear: both;
	}
	
#main {
	width: 460px;
	line-height: 1.6em;
	font-size: 12px;
	position: relative;
	float: left;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid;
}

#main a {
	text-decoration: none;
	font-size: 12px;
	color: #777;
}

#main a:hover {
	background-color: #4c6b8f;
	color: #fff;
}

#sidebar {
	width: 214px;
	border-left: 1px solid;
	text-align: center;
	position: relative;
	float: left;
	margin-left: -1px;
	padding-left: .5em;
}

#sidebar img {
	margin-bottom: 2em;
}

.tophr {
	margin-top: -10px;
	margin-left: 4px;
	margin-right: 4px;
}

#footer {
	width: 700px;
	border: 1px solid #000;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color: #314E70;
	line-height: 2.5em;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	font-weight; bold;
	color: #000;
	background-color: #DBDFE7;
}

#imageContainer {
	position: relative;
	border: 1px solid;
	background-color: #BDCEDE;
	text-align: center;
}

#imageContainer table{
	display: block;
}

.noteheader {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-bottom: 1em;
	margin-right: auto;
	font-weight: bold;
	font-size: 1em;
	line-height: 2em;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: center;
}

#inputs {
	width: 140px;
	margin: auto;
}

.noteblock
{
    background: #BDCEDE;
    width: 450px;
    padding: 5px;
    border: 1px solid #000;
    color: #000;
}

.notefooter
{
    background: #BDCEDE;
    width: auto;
    padding: 5px;
    color: #000;
    margin: 7px 0px 7px 0px;
    text-align: center;
}

.bio
{
	position: relative;
	padding: 5px 5px 0px 5px;
	width: 390px;
	border: 1px solid;
	background-color: #BDCEDE;
	text-decoration: none;
	color: #000;
	margin-bottom: 2em;
}

.biotext
{
	display: block;
	width: 275px;
	position: relative;
	float: left;
	margin-bottom: -1em;
        color: #333;
}

.biopic
{
	position: relative;
	margin-right: 5px;
	width: 100px;
	float: left;
	margin-bottom: -1em;
}

#cc
{
	width: 400px;
	text-align: center;
	padding-top: 1em;
	padding-left: 40px;

}

#contact
{
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	vertical-align: bottom;
	margin: 5px;
}

#contact a img
{
	border: 0;
}

.headertext4
{
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 450px;
	margin-left: 5px;
	background-color: #314E70;
	color: #fff;
}

#contact p
{
	margin-bottom: 1em;
}

#buyerlist li
{
	display: block;
}


#buyerlist li a div, #buyerlist li div
{
	text-align: justify;
}

#buyerlist a img{
	border: 0;
}

.center {
	display; block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
}

#links
{
	text-align: justify;
	width: 400px;

}

#links a
{
	text-decoration: none;
	color: #333;
}

#links a:hover
{
	visibility: visible;
}

#links a div
{
	visibility: hidden;
	display: block;
	position: absolute;
	bottom: -325px;	
	left: 115px;
	width: 250px;
	height: 307px;
}

#links a div span
{
	font-weight: bold;
	text-align: center;
	color: #333;
}

#links a:hover div
{
	visibility: visible;
}

#links a img {
	border:0;
}

#form
{
	text-align: center;
	margin-top: 100px;
	margin-left: 20px;
}

#form a
{
	text-decoration: none;
}

#form a:hover
{
	color: #000;
	text-decoration: underline;
	background-color: #DBDFE7;
}

#form a img
{
	margin-left: 7px;
	border: 0;
}