BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF url("../images/bg/body-bg.jpg") repeat-x left top;
    font-size: 12px;
}
A {text-decoration: underline;}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
LABEL, BUTTON {cursor: pointer;}
H1, H2, H3, H4, H5, H6, P, UL, OL, FORM, BLOCKQUOTE {
	padding: 0;
	margin: 0;
}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 979px;
}

/*  Header  */


.header, .content, .footer {
	width: 100%;
	float: left;
}
.header {position: relative;}
.header .projects-number {
	width: 260px;
	float: left;
	margin: 26px 0 0 34px;
	display: inline;
	text-align: center;
	font-size: 17px;
	line-height: 130%;
	color: #5F6062;
}
.header A.member-login {
	float: left;
	background: url("../images/icons/lock-icon.gif") no-repeat left top;
	font-size: 13px;
	line-height: 170%;
	color: #780032;
	padding-left: 21px;
	margin: 26px 0 0 14px;
}
.header .tagline {
	float: right;
	margin: 60px 4px 0 0;
	display: inline;
}

/* Popup Box */
.header .popup-box {
	position: absolute;
	display:none;
	top: 45px;
	right: 82px;
	float: left;
	width: 294px;
	z-index: 100;
}
.header .popup-box .top, .header .popup-box .bottom, .center {float: left;}
.header .popup-box .top, .header .popup-box .bottom {
	font-size: 1px;
	line-height: 0px;
	height: 10px;
	width: 100%;
}
.header .popup-box .top {background: url("../images/bg/popup-box-t.png") no-repeat top left;}
.header .popup-box .bottom {background: url("../images/bg/popup-box-b.png") no-repeat top left;}
.header .popup-box .center {
	background: #EFEFEF url("../images/bg/popup-box-c.jpg") repeat-x top left;
	border-width: 0 1px;
	border-style: solid;
	border-color: #BDBCBD;
	min-height: 182px;
	height: auto!important;
	height: 182px;
	width: 292px!important;
	width: 100%;
}
.header .popup-box H4 {
	padding: 0 0 16px 65px;
	margin: 12px 20px 0 24px;			
	font-size: 23px;
	line-height: 110%;
	background: url("../images/icons/lock-icon-big.jpg") no-repeat left top;
	font-weight: normal;
}
.header .popup-box H4 SPAN.blue {color: #19A3C6;}
.header .popup-box H4 SPAN.small, .header .popup-box FORM LABEL {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
} 
.header .popup-box H4 SPAN.small {display: block;}
.header .popup-box FORM {
	margin: 0 0 0 18px;
	width: 240px;
}
.header .popup-box FORM LABEL {
	float: left;
	text-transform: uppercase;	
	margin-top: 18px;
}
.header .popup-box FORM LABEL.small-label {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	margin: 14px 10px 0 6px;
}
.header .popup-box FORM .input-box {
	background: url("../images/bg/input-bg.gif") no-repeat top left;
	width: 164px;
	height: 26px;
	float: right;
	margin-top: 12px;
}
.header .popup-box FORM INPUT, .header .popup-box FORM BUTTON {float: right;}
.header .popup-box FORM INPUT {margin-top: 13px;}
.header .popup-box FORM INPUT.input-text, .header .popup-box FORM BUTTON {
	border: none;
	outline: none;
}
.header .popup-box FORM INPUT.input-text {
	background: transparent;
	width: 156px;
	margin: 5px 0 0 4px;
	font-size: 11px;
}
.header .popup-box FORM BUTTON {
	background: url("../images/buttons/login-button.gif") no-repeat top left;
	width: 53px;
	text-align: center;
	text-indent: -5000px;
	padding: 4px 0 10px 0;
	margin-top: 7px;
}

/* Logo */
.header .logo {
	float: left;
	margin: 24px 0 0 2px;
	display: inline;
}

/* Top Navigation */
.header UL.top-nav {
	margin-top: 30px;
	float: right;
}
.header UL.top-nav LI, .header UL.top-nav LI A {color: #6C6C6C;}
.header UL.top-nav LI {
	list-style: none;
	font-size: 13px;
	line-height: 120%;
	float: right;
}
.header UL.top-nav LI A {margin: 0 2px;}

/* Main Navigation */
.header UL.main-nav {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.header UL.main-nav LI {
	list-style: none;
	text-transform: uppercase;
	line-height: 36px;
	border-right: 1px solid #fff;
	float: left;
}
.header UL.main-nav LI A {
	color: #fff;
	background-color: #780032;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
.header UL.main-nav LI A:HOVER {
	background-color: #19A3C6;
	text-decoration: none;
}
.header UL.main-nav LI.first A {
	background-image: url("../images/bg/main-nav-l.gif");
	background-position: top left;
	width: 96px;  
}
.header UL.main-nav LI.last A {
	background-image: url("../images/bg/main-nav-r.gif");
	background-position: top right;
	width: 87px;
}
.header UL.main-nav LI.first A:HOVER {background-position: bottom left;}
.header UL.main-nav LI.last A:HOVER {background-position: bottom right;}
.header UL.main-nav LI.item-1 A {width: 129px;}
.header UL.main-nav LI.item-2 A {width: 45px;}
.header UL.main-nav LI.item-3 A {width: 90px;}
.header UL.main-nav LI.item-4 A {width: 196px;}
.header UL.main-nav LI.item-5 A {width: 101px;}
.header UL.main-nav LI.item-6 A {width: 144px;}
.header UL.main-nav LI.item-7 A {width: 80px;}

/*  Content  */
.content {margin-top: 1px;}
.content UL {margin: 10px 0 10px 20px;}
.planroom, .bxnet {
	font-size: 1px;
	line-height: 0;
}
.bxnet {
	float: right;
	margin-top: -98px;
	position: relative;
	z-index: 10;
}

/* Planroom */
.planroom {
	float: left;
	margin-top: 24px;
	clear: both;
	background: url("../images/bg/planroom-bg.jpg") no-repeat top left;
	width: 451px;
	height: 208px;
	position: relative;
}
.planroom .title {
	position: absolute;
	top: 4px;
	left: 4px;
	background: url("../images/titles/private-planroom.png") no-repeat top left;
	width: 234px;
	height: 145px;
	text-indent: -5000px;
}
.planroom A {
	float: left;
	background: url("../images/titles/planroom-signup.png") no-repeat top left;
	width: 402px;
	height: 38px;
	margin: 162px 0 0 27px;
	text-indent: -5000px;
	cursor: pointer;
}

/* Main Content */
.main-content {
	float: left;	
	width: 822px;
}
.main-content A {color: #770031;}

/* Flash Box */
.main-content .flash-box {
	float: left;
	width: 100%;
	background: #B7B1B1 url("../images/bg/flash-box-bl.gif") no-repeat bottom left;
	/*font-size: 1px;
	line-height: 0;*/
}
.main-content .flash-box .corner {
	background: url("../images/bg/flash-box-br.gif") no-repeat bottom right;
	padding-bottom: 11px;
}
.main-content .flash-box #testimonials {margin: 10px 0 0 3px;}

/* Box */
.main-content .box {
	width: 262px;
	float: left;
	margin: 14px 18px 0 0;
	display: inline;
	min-height: 214px;
	height: auto!important;
	height: 214px;
}
.main-content .box.red {background: url("../images/bg/corner-red.gif") no-repeat top left;}
.main-content .box.grey {background: url("../images/bg/corner-grey.gif") no-repeat top left;}
.main-content .box.blue {
	background: url("../images/bg/corner-blue.gif") no-repeat top left;
	margin-right: 0;
}
.main-content .box H3 {
	padding-bottom: 6px;			
	margin: 14px 0 0 22px;			
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 100%;
	color: #1D1F21;
	font-weight: normal;
}
.main-content .box H3 STRONG {
	font-size: 26px;
	text-transform: uppercase;
	display: block;
}
.main-content .box.red H3 STRONG {color: #7E0034;}
.main-content .box.grey H3 STRONG {color: #5F6062;}
.main-content .box.blue H3 STRONG {color: #19A3C6;}
.main-content .box UL.actions {margin: 0 0 0 24px;}
.main-content .box UL.actions LI {
	list-style: none;
	margin-top: 14px;
	float: left;
	width: 234px;
}
.main-content .box UL.actions LI A {font-weight: bold;}
.main-content .box UL.actions LI P {margin-top: 2px;}
.main-content .box UL.actions LI A.image {
	float: left;
	background: url("../images/bg/photo-shadow.gif") no-repeat top left;
	width: 107px;
	height: 90px;
	padding: 4px 0 0 5px;
	margin: 2px 2px 20px 0;
}

/* Side Content */
.side-content {
	float: right;
	width: 153px;
}
.side-content .shadow {background: url("../images/bg/side-content-c.gif") repeat-y top left;}
.side-content .top {background: url("../images/bg/side-content-t.gif") no-repeat top left;}
.side-content .bottom {
	background: url("../images/bg/side-content-b.gif") no-repeat bottom left;
	min-height: 218px;
	height: auto!important;
	height: 218px;
	padding-bottom: 40px;
}
.side-content H3 {
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #801642;
}
.side-content .contact-info H3 {text-align: left;}
.side-content .banner {
	float: left;
	margin: 12px 0 0 26px;
	display: inline;
}

/* Contact Info */
.content .contact-info {
	float: right;
	width: 153px;
}
.content .contact-info P {
	margin-top: 8px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
}

/* Links List */
UL.links-list {
	margin: 10px 0 0 0;			
	float: left;
	width: 100%;
	height: 137px;
	background: url("../images/bg/links-list-bg.jpg") no-repeat top left;
}
UL.links-list LI {
	list-style: none;
	display: inline;
	float: left;
	margin: 8px 33px 0 33px;
}
UL.links-list LI A {
	float: left;
	text-indent: -5000px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 101px;
	cursor: pointer;
	outline: none;
}
UL.links-list LI.link-1 A {
	background-image: url("../images/links-list/buyer-guide.png");
	width: 176px;
}
UL.links-list LI.link-2 A {
	background-image: url("../images/links-list/search.png");
	width: 127px;
}
UL.links-list LI.link-3 A {
	background-image: url("../images/links-list/calendar.png");
	width: 130px;
}
UL.links-list LI.link-4 A {
	background-image: url("../images/links-list/news.png");
	width: 84px;
}
UL.links-list LI.link-5 A {
	background-image: url("../images/links-list/become-member.png");
	width: 116px;
}
UL.links-list LI.link-1 A:HOVER {background-image: url("../images/links-list/buyer-guide-hover.png");}
UL.links-list LI.link-2 A:HOVER {background-image: url("../images/links-list/search-hover.png");}
UL.links-list LI.link-3 A:HOVER {background-image: url("../images/links-list/calendar-hover.png");}
UL.links-list LI.link-4 A:HOVER {background-image: url("../images/links-list/news-hover.png");}
UL.links-list LI.link-5 A:HOVER {background-image: url("../images/links-list/become-member-hover.png");}

/*  Footer  */
.footer, .footer A {color: #5D6B72;}
.footer {
	padding-bottom: 20px;
	font-size: 10px;
	text-transform: uppercase;
}
.footer UL {
	padding-bottom: 22px;			
	margin-top: 7px;
	float: left;
	width: 100%;
}
.footer UL LI {
	list-style: none;
	float: left;
	margin: 0 2px;
}
.footer P {margin: 0 0 0 2px;}