/* CSS Document */

.theBody {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
form {
	margin: 0px;
}

img {
	border: 0px;
}

.container {
	margin: 15px auto 0px auto;
	width: 750px;
}



.header {
	clear: both;
}


#wrap {
width:894px;
margin:0 auto 0 auto;
background-color:#303d53;
background-repeat:repeat-y;
position: relative;
}
#members-panel {
    background: #303D53;
    position: absolute;
    top: 38px;
    left: 0px;
    padding: 4px 8px;
    height: 18px;
}
#members-panel a {
    color: #AFCADF
}
#contentback {
background-image:url(../Images/backing-road.jpg);
background-repeat:no-repeat;
min-height:748px;
}
#contentbackhome {
background-image:url(../Images/backing-road-home.jpg);
background-repeat:no-repeat;
min-height:748px;
}
#footer {
background-image:url(../Images/backing-bottom.gif);
background-repeat:no-repeat;
background-position:bottom;
height:20px;
padding:60px 20px 0 10px;
clear:both;
color:#fff;
font-size:10px;
text-align:right;
}

#footer div {
float:left;
padding:0 20px 0 0;
}
#footer a {
color:#fff;
text-decoration:underline;
}
#navigation {
background-color:#303d53;
height:27px;
color:#fff;
border-bottom:2px solid #fff;
}

#leftcolumn {
float:left;
padding:0 0 0 0;
width:214px;
margin:150px 0 0 0;
background-color:#54606d;
}
#leftrevolving{
    padding: 10px;
    padding-top: 0px;
}
#rightcolumn {
float:left;
width:215px;
margin:150px 0 0 0;
padding:10px 0 0 20px;
}
#rightcolumnhome {
float:left;
width:215px;
margin:0 0 0 0;
padding:0 0 0 20px;
}
#contentpanel {
float:left;
margin:150px 0 0 0;
width:410px;
padding:10px;
padding-top: 0;
}
#contentpaneldefault {
float:left;
margin:150px 0 0 0;
width:640px;
padding:10px;
}
#leftheading, .leftheading, #updates {
padding:0 10px 0 10px;
}
#navigation ul {
list-style-type:none;
margin:0px;
padding:0px;
}
#navigation img {
display:block;
}
#navigation li {
	float:left !important;
	margin:0px;
	padding:0px;
	text-align:center;
}




.forum table {
	width: 100%;
}
.forum th {
	text-align: center;
	background-color: #54606C;
	color: #fff;
	padding: 0.75em;
	white-space: nowrap;
}
.forum td {
	background-color: #eee;
	padding: 0.75em;
	color: #000;
}
.forum th.name {
	text-align: left;
}
.forum td.count {
	text-align: center;
}
.forum td p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.forum td.lastPost {
	font-size: smaller;	
	white-space: nowrap;
	text-align: right;
}

.forum .starter {
	font-size: smaller;
}

.forum.posts td {
	vertical-align: top;
}

.forum.posts td .postHeader {
	border-bottom: 1px solid #444;
	clear: both;
}
.forum.posts td .postTitle {
	font-weight: bold;
	float: left;
}
.forum.posts td .postDateTime {
	float: right;
	font-size: smaller;
}
.forum.posts td .postAttachment {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #444;
	margin-top: 5px;
	font-size: smaller;
}
.forum.posts td .postMessage {
	padding-top: 5px;
	
}
.forum.posts td .postReply {
	text-align: right;
}
.forum.posts td.poster {
	width: 10em;
}
.forum.posts td.poster .postCount {
	font-size: smaller;
}
.forum.posts th {
	text-align: left;
}

.forum label {
	font-weight: bold;
}

.forum .notes {
	font-size: smaller;
}
.forum .forumpageindex {
	text-align: right;
	padding-bottom: 5px;
}
.adtable {
color:#fff;
border-collapse:collapse;
font-size:10px !important;
}
.adtable td {
border:1px solid #fff;
}
.rohead {
background-color:#404a56;
}
.ro1 {
background-color:#708090;
}
.ro2 {
background-color:#54606d;
}

#contentpanel h2.newssection {
    padding: 5px 10px;
    background-color:#708090;
}
#contentpanel h2.newssection a {
	color: white;
	text-decoration: none;
}
#contentpanel h2.newssection a:hover {
	text-decoration: underline;
}

#contentpanel .news h3 {
    background-color: #90a0b0;
    clear: left;
}

#contentpanel .news .newsimage {
    float: left; padding-bottom: 10px; padding-right: 10px;
}

br.clear, p.clear {
    clear: both;
}
#contentpanel .news .newsseparator {
    line-height: 1;
    font-size: 1px;


}

.searchResult {
    font-size: 13px;
    font-weight: bold;
}

.blogfooter {
    margin-bottom: 10px;
}
.blog h4 {
    border-top: 1px solid #999;
    padding-top: 5px;
}

.members-boxes {
    padding-top: 10px;
    overflow: auto;
}
.members-box {
    display: block;
    float: left;
    border: 2px solid #ccc;
    width: 120px;
    padding: 120px 10px 10px 10px;
    height: 30px;
    text-align: center;
    color: #ccc;
    cursor: pointer;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 7px;
}
.members-box:hover {
    text-decoration: none;
    color: white;
    border-color: white;
}
.members-box-edit-profile {
    background: url('../Images/members-edit-profile.png') no-repeat left top;
}
.members-box-view-listing {
    background: url('../Images/members-view-listing.png') no-repeat left top;
}
.members-box-edit-listing {
    background: url('../Images/members-edit-listing.png') no-repeat left top;
}
.members-box-logout {
    background: url('../Images/members-logout.png') no-repeat left top;
}

