@charset "utf-8";

/* CSS Document */



body {
	margin: 0;
	padding: 0;
	background-color: #AA9B7E;
	font-family: Verdana;
	font-size: 12px;
	color: #533A01;
}

#header {
	position: relative;
	height: 130px;
	background-color: #695324;
}

#header h1 {

	margin: 0 0 0 15px; padding: 40px 0 0 0;

	width: 220px; height: 50px;

	background: left bottom no-repeat url(../../template/GreenAndBlack/img/bcklogo.gif);

	font-size: 0;

	text-indent: -99999em;

}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #F06000;
}

#header ul {

	position: absolute;

	margin: 0; padding: 0;

	list-style-type: none;

}

#header .primary {

	right: 0; bottom: 0;

}

#header .primary li {
	float: left;
	font-size: 15px;
	font-weight: bold;
}

#header .primary li a {
	float: left;
	margin: 0 10px;
	padding: 0 10px;
	line-height: 38px;
	color: #F06000;
	text-decoration: none;
}

#header .primary li a:hover {
	background: repeat-x url(../../template/GreenAndBlack/img/bckprimarylink.gif);
	color: #C72C2B;
}

#header .secondary {
	right: 5px;
	top: 10px;
	font-weight: bolder;
	font-size: 16px;
}

#header .secondary li {
	display: inline;
	color: #F06000;
}

#header .secondary li a {
	margin: 0 5px;
	color: #F06000;
	text-decoration: none;
}

#panel {

	padding: 0 25px 0 15px;

	height: 60px;

	background: repeat-x url(../../template/GreenAndBlack/img/bckpanel.gif);

	border-top: #5c5c5c 1px solid; border-bottom: #5c5c5c 1px solid;

}

#panel ul {

	float: left;

	margin: 10px 0 0 0; padding: 0;

	list-style-type: none;

	width: 265px;

}

#panel li {

	display: inline;

	font-size: 17px; font-weight: bold;

}

#panel li a {
	color: #533A01;
	text-decoration: none;
}

#panel li a:hover {
	color: #F06000;
	text-decoration: none;
}

#panel form {

	float: right;

	margin: 15px 0 0 0;

}

#panel form * {
	vertical-align: middle;
	font-family: Verdana;
	font-size: 12px;
	color: #533A01;
}

#panel form .text {
	margin: 0 5px 0 0;
	padding: 5px;
	width: 200px;
	background-color: #D6D5C3;
	border: #bcbfb1 1px solid;
}

#panel form .btn {

	padding: 7px 0;

	width: 85px;

	background: no-repeat url(../../template/GreenAndBlack/img/bckpanelformbtn.gif);

	border: none;

	cursor: pointer;

}

#container {
	padding: 20px 0;
	width: 100%;
	background-color: #AA9B7E;
}

#container:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

#sidebar {

	float: left;

	padding: 0 0 0 15px;

	width: 220px;

}

#sidebar .box {
	margin: 0 0 25px 0;
	padding: 0 10px 10px 10px;
	background-color: #D6D5C3;
	border: #A0E300 1px solid;
}

#sidebar ul {

	margin: 0; padding: 0;

	list-style-type: none;

}

#sidebar h3 {
	margin: 0 -10px 10px -10px;
	padding: 10px 0 10px 5px;
	background-color: #695324;
	border-bottom: #A0E300 1px solid;
	font-size: 12px;
	color: #D1FA00;
}

#sidebar a {
	color: #F06000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #C72C2B;
	text-decoration: none;
}

#contentcontainer {

	float: right;

	width: 100%;

	margin: 0 0 0 -250px;

}

#content {

	margin: 0 15px 0 250px;

}

#content a {
	color: #F06000;
	text-decoration: underline;
}

#footer {

	padding: 15px 0 75px 0;

	background: repeat-x url(../../template/GreenAndBlack/img/bckfooter.gif);

	border-top: #646464 1px solid;

	text-align: center;

	font-size: 10px;

}

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

#footer ul {

	margin: 0 0 15px 0; padding: 0;

	list-style-type: none;

}

#footer li {

	display: inline;

}



#welcome {
	margin: 0 0 15px 0;
	background-color: #F2F1DF;
	padding: 15px;
}
#welcome a:link {
	
	color: #F06000;
	
}

#welcome h1 {

	font-size: 16px;

}

.clearfloat {

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

#central {
	padding: 0 15px;
	background-color: #F2F1DF;
	border: #A0E300 1px solid;
}

#central h1 {
	margin: 0 -15px 20px -15px;
	padding: 10px 0;
	background-color: #695324;
	border-bottom: #A0E300 1px solid;
	text-align: center;
	font-size: 16px;
	color: #D1FA00;
}



#central hr {
	color: #AA9B7E;
	height: 1px;
	border: none;
	border-top: #bbb98a 1px solid;
}



#listing {
	padding: 5px;
	border: #bbb98a 1px solid;
	border-bottom: none;
	background-color: #D6D5C3;
}

#listingD {
	padding: 0 5px;
	border-left: #bbb98a 1px solid;
	border-right: #bbb98a 1px solid;
	background-color: #F2F1DF;
}

#stats {
	padding: 5px;
	border: #bbb98a 1px solid;
	border-top: none;
	background-color: #F2F1DF;
}



#details img {

	border: none;

}



#soc {

	margin: 15px auto 0 auto; padding: 5px;

	text-align: center;

}



#sbf {

	font-family: Tahoma;

	font-size: 14px;

}

#sbf input {
	border: 1px solid #FF9900;
	color: #533A01;
}

#sbf select {
	border: 1px solid #FF9900;
	color: #4FAB1A;
}

#sbf textarea {
	border: 1px solid #FF9900;
	color: #533A01;
}

.style3 {font-size: 11px}#listingdt {

	font-family: Tahoma;

	font-size: 14px;

}

.style1x {font-size: 11px}

#gene {

	font-family: Tahoma;

	font-size: 12px;

}

#gene a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #F06000;
	text-decoration: none;
}

#gene a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #E76E35;
	text-decoration: none;
}

#gene a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #F06000;
	text-decoration: underline;
}

