@import url("jquery-ui-1.7.2.custom.css");
@import url("styles.css");
@import url("nav.css");
html,body {
	margin:0 auto;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#dedede;
	background-color: #333333;
	background-image: url(../pix/bk-page.jpg);
	background-repeat: repeat;
}
#wrapper {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}
#content {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	width: 960px;
	background-image: url(../pix/bk-content.png);
	background-repeat: repeat-y;
}
/* Head */
#head {
	width: 948px;
	height: 71px;
	margin: 0px auto;
	text-align:center;
	background-image: url(../pix/bk-topnav.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
}
#headLogo {
	height: 68px;
	width: 462px;
	margin: 0px;
	float:left;
	text-align:left;
}
#headInfo {
	float: right;
	height: 58px;
	width: 360px;
	text-align:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#headInfo img {
	float: left;
	margin: 0px;
}

/* Home */
#homeBanner {
	margin: 0px;
	height: 104px;
	width: 950px;
	margin: 0 auto;
	background-image: url(../pix/bk-banner.jpg);
	background-repeat: no-repeat;
}
#homeBanner2 {
	margin: 0px;
	height: 81px;
	width: 950px;
	margin: 0 auto;
	background-image: url(../pix/bk-banner2.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #767676;
}
#homeMain {
	background-color: #aaaaaa;
	margin: 0px;
	height:auto !important;
	height:100%;
	min-height:100%;
	width: 950px;
	margin: 0 auto;
}
#homeMainContent {
	width: 626px;
	float: left;
	margin:0;
	padding:0px;
}

#homeMainWelcome {
	width: 626px;
	height: 140px;
	margin:104px 0 0;
	padding:0px;
	background-image: url(../pix/bk-home-col1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.ie6 #homeMainContent, .ie #homeMainWelcome  {
	width: 622px;
}
#homeMainInfo {
	width: 580px;
	margin:0;
	padding:18px;
	float:right;
	min-height:534px;
	text-align:left;
	border: 1px solid #767676;
	background-image: url(../pix/bk-column.jpg);
	background-repeat: repeat-x;
}
.ie6 #homeMainInfo {width: 576px;height:534px;}
#homeMainSignUp {
	width: 324px;
	min-height: 310px;
	float: right;
	margin:0 auto;
	padding:0px;
	text-align:right;
}
.ie6 #homeMainSignUp {margin: 0}
#homeMainSignUpAd {
	width: 296px;
	background-color: #7e7e7e;
	border: 1px solid #DDDDDD;
	float:right;
	;
	margin-top: 104px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#homeMainSignUpFrm {
	width: 260px;
	height: 610px;
	float: right;
	margin:0 10px 0 0;
	padding:18px;
	background-color:#222222;
	border: 1px solid #a6a6a6;
	text-align:left;
	background-image: url(../pix/bk-column.jpg);
	background-repeat: repeat-x;
}
.ie6 #homeMainSignUpFrm {margin:0 7px 0 0;}
/* Buffer */
#bottompanel {
	margin: 0 auto;
	padding:10px 0 71px 0; /* bottom padding for footer */
}
/* Content */

#contentMain {
	width: 950px;
	margin: 0 auto;
	padding:0;
	text-align:center;
	min-height: 500px;
	background-color: #e2e2e2;
	background-image: url(../pix/bk-content-main.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#contentBanner {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../pix/bk-banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#contentCol1 {
	width: 716px;
	margin: 10px 0 0 9px;
	float: left;
	text-align:left;
	min-height: 400px;
	border-right: 1px solid #dedede;
}
.contentCol1Main {
	width: 666px;
	padding: 16px;
	background-color: #222222;
	background-image: url(../pix/bk-column.jpg);
	background-repeat: repeat-x;
	border: 1px solid #a6a6a6;
}
#contentCol2 {
	margin: 10px 9px 0 0;
	width: 200px;
	float:right;
	min-height: 200px;
	text-align:center;
}

#contentAdBanner {
	width: 182px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contentCol1Sub {
	min-height: 170px;
	width: 666px;
	margin:10px 0 0;
	padding: 16px;
	background-color: #949494;
	border: 1px solid #7b7a7a;
}
/* Buffer */
#bottompanel {
	margin: 0 auto;
	padding:10px 0 71px 0; /* bottom padding for footer */
}
/* Footer */
#footer {
	position:absolute;
	margin:0 auto;
	height:71px;
	bottom:0;
	left:0px;
	text-align:left;
	width:100%;
}
#footerContent {
	height: 61px;
	width: 928px;
	padding: 5px 10px;
	margin: 0px auto;
	text-align:left;
	background-color: #222222;
	background-image: url(../pix/bk-footer.gif);
	background-repeat: repeat-x;
}
#footerCol1 {
	float:right;
	width:286px;
	height: 61px;
	text-align:right;
}
#footerCol2 {
	float:left;
	width:600px;
	height: 61px;
	text-align:left;
	padding-right:10px;
}

/* tidying */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}

