﻿/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	background:url(images/backgrounds/bg.jpg) repeat-x #8A1315;
}
	
#container {
	margin:0 auto;
	padding:8px 21px;
	width:858px;
	text-align:left;
	border-top:20px solid #000000;
	background:#FFFFFF;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
}


/* Typography */

h1.homeHeading {
	background:url(/images/backgrounds/double_line.gif) repeat-x;
	padding:17px 0 0 0;
	margin:15px 0 0 0;
	height:30px;
	border-bottom:1px solid #000000;
}

.viewButton {
	background:url(images/backgrounds/view_button_bg.gif) no-repeat;
	text-align:center;
	width:91px;
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
	height:19px;
	padding:2px 0 0 0;
	line-height:18px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.viewButton:hover {
	color:#FFFFFF;
}

h1 .viewButton {
	float:right;
	margin:-3px 0 0 0;
}

.blackHeading {
	color:#231F20;
}

h2.newsTitle {
	font-size:15px;
}


/* Header */

#loggedStatus {
	background:url(/images/backgrounds/header_logo_bg.gif) no-repeat top right;
	float:right;
	height:30px;
	padding:52px 72px 0 25px;
	font-size:10px;
}

.loggedSeparator {
	color:#CCCCCC;
}


/* Main Navigation */

#mainNav {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:25px;
	padding-top:3px;
	margin:0 0 21px 0;
}

.loggedInNav {
	padding-left:105px;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	background:url(images/backgrounds/nav_spacer_dots.gif) repeat-y top right;
	padding:1px 24px;
	height:20px;
}

#mainNav li.last {
	background:none;
	padding:1px 0 1px 24px;
}

#mainNav a {
	float:left;
	margin:6px 0 0 0
}


/* Left Col */

#leftCol {
	width:218px;
	float:left;
}

#searchBox {
	background:url(images/backgrounds/double_line.gif) repeat-x bottom;
	margin:0 0 13px 0;
	font-size:10px;
	padding:0 0 16px 0;
}

#searchBox p {
	text-align:center;
	margin:6px 0 2px 0;
}

#searchBox select {
	width:216px;
}

#searchBox .viewButton {
	margin:7px 0 0 61px;
}

#blogContainer {
	background:url(images/backgrounds/double_line.gif) repeat-x 0 20px;
	margin:8px 0 0 0;
}

#blogContainer h3 {
	color:#EC1C24;
	font-weight:bold;
	font-size:14px;
	padding:8px 0 0 15px;
}

#blogContainer p {
	font-size:11px;
	line-height:14px;
	border-bottom:1px solid #CCCCCC;
	padding:4px 18px 10px 15px;
}

#blogContainer p.last {
	border:none;
}


/* Content */

#contentContainer {
	background:url(images/backgrounds/single_divider_bg.gif) 238px 0 repeat-y;
}

#content {
	width:598px;
	float:right;
}

#content p, #content table, #noLCcontentContainer table, #noLCcontentContainer p, #noLCcontentContainer ul, #content ul {
	margin:0 0 18px 0;
}

#content li, #noLCcontentContainer li {
	background:url(/images/spacers/red_arrow.gif) no-repeat 0 6px;
	list-style:none;
	padding:0 0 0 15px;
}

#content p.homePara {
	background:#4D4D4D;
	text-align:center;
	color:#FFFFFF;
	margin:1px 0 0 0;
	padding:4px 0 8px 0;
}

.centerPara {
	text-align:center;
}

.joinPrice {
	font-size:14px;
	font-weight:bold;
	color:#EC1C24;
}


/* Profile List */

#profileListContainer {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:3px 0;
	font-size:11px;
}

#profileListContainerHome {
	border-bottom:1px solid #000000;
	font-size:11px;
}

.profileListItem {
	margin:3px 0;
	background:#231F20;
	color:#FFFFFF;
	padding:5px 6px;
	height:110px;
}

.homeProfile {
	width:278px;
	float:left;
}

.homeProfileRight {
	float:right;
	width:278px;
}

.profileListIMG {
	width:110px;
	height:110px;
	float:left;
}

.profileListDetails {
	float:left;
	width:173px;
	margin:0 0 0 4px;
	line-height:19px;
	height:110px;
}

.homeProfile .profileListDetails, .homeProfileRight .profileListDetails {
	width:163px;
}

.profileListDetails h2, .profileViewDets h2 {
	font-size:14px;
	color:#000000;
	background:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	height:20px;
	padding:2px 0 0 9px;
}

.profileListDetails h2 a {
	color:#000000;
}

#content .profileListDetails p {
	margin: 3px 0 0 9px;
}

#content p.homeProfileSummary {
	margin:5px 0 4px 9px;
	line-height:16px;
}

.detailsLabel {
	color:#808080;
}

.profileListSummary {
	float:right;
	background:#333333;
	width:282px;
	height:100px;
	padding:10px 5px 0 8px;
	line-height:17px;
}

#content .profileListSummary p {
	margin:0 0 10px 0;
}

.viewProfile, .viewProfilePrev {
	background:url(images/spacers/w_arrow_r_box.gif) top right no-repeat;
	padding:0 24px 2px 0;
	font-size:10px;
	text-transform:uppercase;
	float:right;
}

#content .displaying {
	text-transform:uppercase;
	font-size:10px;
	margin:0 0 4px 0;
}

#content .nextPrevLinks {
	color:#000000;
	font-size:10px;
	text-transform:uppercase;
	margin:8px 0;
} 

.nextPrevLinks .viewProfile, .viewProfilePrev, .newsSummary .viewProfile {
	float:none;
	padding:3px 24px 2px 0;
}

.viewProfilePrev {
	background:url(images/spacers/w_arrow_r_box_back.gif) no-repeat;
	padding:3px 0 2px 24px;
}

.nextPrevLinks a.pageNumber {
	color:#000000;
}

.nextPrevLinks span.pageNumber {
	text-decoration:underline;
}


/* Profile View */

.profileViewIMG {
	width:272px;
	text-align:center;
	vertical-align:middle;
	height:210px;
	padding:0 4px 0 0;
}

.extraImages {
	vertical-align:bottom;
	width:276px;
}

.extraImages img {
	margin:4px 4px 0 0;
}

.profileViewDetsTopLine {
	border-top:1px solid #000000;
	background:#fff;
	height:3px;
	font-size:1px;
}

.profileViewDets {
	background:url(/images/backgrounds/profile_dets_bg.gif) repeat-x bottom #231F20;
	color:#FFFFFF;
	font-size:11px;
	line-height:17px;
}

#content .profileViewDets h2 {
	margin: 5px 4px 10px 4px;
}

#content .profileViewDets p {
	margin: 0 14px 16px 14px;
}


#content p.memberDetails {
	line-height:19px;
	margin:8px 14px 14px 14px;
}


/* Online Enquiry Form */

.onlineEnquiryTable {
	width:488px;
	background:url(/images/backgrounds/contact_table_bg.gif) repeat-y;
}

.profileContactTable {
	width:272px;
	background:none;
}

.onlineEnquiryTable td {
	padding:0 0 5px 27px;
	font-size:10px;
	line-height:13px;
	vertical-align:middle;
}

.profileContactTable td {
	padding:0 0 5px 0;
	font-size:10px;
	line-height:13px;
	vertical-align:middle;
}

.onlineEnquiryTable td.tableTitle {	
	padding:12px 0 15px 16px;
	background:url(/images/backgrounds/rounded_corners_top.gif) no-repeat;
}

.onlineEnquiryTable td.tableTitleNoBG {	
	padding:12px 16px 15px 16px;
}

.onlineEnquiryTable td.tableTitleNoBG h3 {	
	background:url(images/backgrounds/double_line.gif) repeat-x;
	padding:18px 0 0 0;
}

.mandFields {
	float:right;
	padding:0 13px 0 0;
}

.requiredFields {
	text-align:right;
	padding:7px 18px 0 0;
	font-size:11px;
}

.labelNote {
	font-size:11px;
	color:#808080;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:282px;
}

.profileContactTable input.textinput, .profileContactTable input.textinputhover, .profileContactTable textarea {
	width:250px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #CCCCCC;
	padding:2px 5px;
}

.textinputhover {
	border:1px solid #EC1C24;
	padding:2px 5px;
}

.onlineEnquiryTable td.smalltextinput input.textinput, .onlineEnquiryTable td.smalltextinput input.textinputhover {
	width:86px;
}

select {
	font-size:14px;
	color:#000000;
}

.onlineEnquiryTable td.submit {
	padding:17px 15px 0 11px;
	text-align:right;
	background:url(images/backgrounds/rounded_corners_bottom.gif) no-repeat #FFFFFF;
}

.profileContactTable td.submit {
	padding:17px 15px 0 11px;
	background:none;
}

.submit .viewButton {
	float:right;
}

.agreement {
	float:left;
	font-size:12px;
	line-height: 17px;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	color:#fff;
	font-size:11px;
	line-height:19px;
	padding:10px 0;
	width:880px;
	margin:0 auto;
	text-align:left;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#fff;
}

#footer li {
	display:inline;
	list-style:none;
	color:#FFFFFF;
}

#footer li a {
	color:#FFFFFF;
}

