@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/sb_bg_colors.jpg);
	background-repeat: repeat-y;
}
#header {
	background-color: #D6D4AB;
	height: 107px;
}
#banner {
	height: 85px;
	float: left;
}
#navbar {
	text-align: center;
	height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D4AB;
	padding-top: 0px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
#searchengine {
	float: right;
	margin-right:12px;
}
#searchengine form a.hd { /*hide jrank logo*/
	display:none;
}
#navbar ul {
	margin: 0px 0px 0px 72px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#navbar  ul li {
	position: relative;
	display: inline;
	float: left;
}
#navbar  ul  li a.odd {
	display: block;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #999A00;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navbar  ul  li a.even {
	display: block;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
}
#contentwrapper {
}
#sidebar {
	width: 200px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	background-color: #717D35;
}
#memberlogo {
	text-align: center;
	margin-bottom: 6px;
}

#box1 {
	background-color: #9CA472;
	border-bottom-color:#9CA472;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style:solid;
	border-bottom-width: 4px;
	border-top-style:solid;
	border-top-width: 5px;
	border-top-color: #717D35;
}
#box1  p {
	margin-left: 2px;
}
#box1 a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
#box1 #flag .mediumbr img { /*images on non-member pages are put in a flag div which is in the box1 div tag*/
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: -1px;
}
#box2 {
	background-color: #BAC09D;
	width: 94%;
	padding-right: 8px;
	padding-left: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BAC09D;
	overflow:hidden;
}
#box2 #cPanel {
	font-size:12px;
}
#box2 #cPanel p{
	margin-top:2px;
	margin-bottom:2px;
}
#box2 #cPanel p a{
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
#box2 #cPanel a:hover{
	text-decoration:underline;
	color:#000000;
	font-size:12px;
}
#flag {
	text-align: center;
	margin-top: 6px;
}
#flag .mediumbr img { /*images on member pages are put in a flag div tag which is in the sidebar div*/
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
}
#memberphoto {
	width: 555px;
	margin-top: 5px;
}

#content {
	font-size: 13px;
	float: right;
	width: 576px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: justify;
	background-color: #D6D4AB;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
#content .banner {
	margin-right: 0px;
	margin-left: 2px;
}
#content .cmtmemberleft {
	overflow: hidden;
	padding-right: 2px;
	padding-left: 2px;
	width: 48%;
	float:left;
	height:180px;
}
#content .cmtmemberleft img {
	margin-left: auto;
	margin-right: auto;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
}
#content .cmtmemberleft h3 {
	margin-top:2px;
	margin-bottom:2px;
	margin-right:10px;
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	color: #009900;
	text-align:center;	
}
#content .cmtmemberleft p {
	margin-top:2px;
	margin-bottom:2px;
	font-size:12px;
	font-weight:normal;
	text-align:center;	
}
#content .cmtmemberright {
	overflow: hidden;
	padding-right: 2px;
	padding-left: 2px;
	width: 48%;
	float:right;
	height:180px;
}
#content .cmtmemberright img {
	margin-left: auto;
	margin-right: auto;
	margin-top:4px;
	margin-bottom:4px;
	display:block;
}
#content .cmtmemberright h3 {
	margin-top:2px;
	margin-bottom:2px;
	margin-right:5px;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	color: #009900;
	text-align:center;	
}
#content .cmtmemberright p {
	margin-top:2px;
	margin-bottom:2px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
#content    .emph1 {
	font-style: normal;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
#content .emph2 {
	font-style: italic;
	font-weight: bold;
	color: #717D35;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .emph3 {
	font-weight: bold;
}
#content table{
	margin-left:10px;
}
#content table table{
	margin-left:0px;
}
#content p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom:12px;
}
#content p img.l {
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 6px;
}
#content   p   .r {
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 6px;
}
#content ul.small{
	margin-top: 0px;
	margin-bottom:0px;
}
#content ul,#content ol {
	margin-right: 10px;
}
#content ul ul,#content ol ol,#content ul ol,#content ol ul{
	margin-right: 10px;
	list-style-type: lower-alpha;
	list-style-position: outside;
	list-style-image: none;
}
#content ul ul ul,#content ul ul ol,#content ul ol ul,#content ul ol ol,#content ol ol ol,#content ol ol ul,#content ol ul ol{
	margin-right: 10px;
	list-style-type: lower-roman;
	list-style-position: outside;
	list-style-image: none;
}

#content .sep {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #A7AC7E;
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	clear: both;
	background-color: #D6D4AB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
h1 {
	font-size: 30px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #717D35;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #717D35;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 8px;
}
h3 {

}
h4 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	margin-top: 18px;
	margin-bottom: 18px;
}
h5 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 4px;
}
h6 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
}
.smallbr{
	margin-top: 2px;
	margin-bottom: 2px;
}
.mediumbr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#form1 {
	width:180px;
	margin:0px auto 2px 2px;
}
#form1 label {
	display:block;
	font-weight:bold;
	font-size: 11px;
}
#form1 #login, #form1 #change {
	cursor:pointer;
	border:1px outset #CCCCCC;
	background:#CCCCCCC;
	color:#666666;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-right:1px;
	background-image: url(../images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
	height: 18px;
	font-size:10px;
}
.logintextinput {
	width:173px;
	height: 13px;
	font-size: 11px;
}
#form2{
	font-weight:bold;
	font-size: 11px;
	margin-top: 32px;
	margin-bottom: 5px;
}
#form2  #commit { /*search button*/
	cursor:pointer;
	border:outset 1px #ccc;
	background:#CCCCCCC;
	color:#666666;
	font-weight:bold;
	padding-top: 1px;
	padding-bottom: 3px;
	background-image: url(../images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
	height: 20px;
	font-size:10px;
	margin-bottom: 1px;
}
#form2 #q {/*search box */
	width: 176px;
}
#feedback, #frmemail, #frmforgot {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}
#feedback label, #frmemail label, #frmforgot label {
	display:block;
	font-weight:bold;
	font-size: 12px;
}
#feedback #submit, #frmemail #send, #frmforgot #reset, #frmUser #submit {
	cursor:pointer;
	border:1px outset #CCCCCC;
	background:#CCCCCCC;
	color:#666666;
	font-weight:bold;
	padding: 1px 2px;
	background-image: url(../images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	margin-top: 2px;
}
#feedback .textinput, #frmemail .textinput, #frmUser .textinput {
	width:260px;
	font-size: 13px;
}
#frmforgot .textinput {
	width:320px;
	font-size: 13px;
}
#feedback .dropdown {
	width:200px;
	font-size: 13px;
}
#feedback textarea {
	width:400px;
	font-size: 13px;
	font-family:inherit;
}
#frmemail textarea {
	width:552px;
	height:200px;
	font-size: 13px;
	font-family:inherit;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.formerror {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
.formsuccess {
	font-size: 11px;
	color: #009900;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}