/* Start of CMSMS style sheet 'bs-layout' */
body {
	background: transparent url(images/bd-bg.gif) repeat-x scroll 0px 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

h2 {
	margin: 15px 0 10px 0;
	font-size: 1.6em;
	font-weight: bold;
}

	h2.center {
		text-align: center;
	}

a {
	color: #00B0DB;
}

input, textarea {
	padding: 2px;
	border: 1px solid #AAA;
}

em {
	font-style: italic;
}

hr.week-sep {
	height: 1px;
	background-color: #999;
	border: none;
	/*border: 1px solid #999;*/
}

/*---------------------------------------------------------------------*/
/*HEADER AND MIDDLE*/
/*---------------------------------------------------------------------*/
#header, #middle {
	width: 920px;
	margin: 0 auto;
}

#header {
	height: 100px;
	position: relative;
}

	#header h1 a {
		width: 295px;
		height: 78px;
		background: transparent url(images/logo.png) no-repeat;
		position: absolute;
		top: -10px;
		text-indent: -999px;
		overflow: hidden;
		outline: none;
	}

#middle-bg {
	width: 100%;
	background: transparent url(images/grad2.gif) repeat-x bottom;
}

	#middle {
		margin-top: 15px;
	}

/*---------------------------------------------------------------------*/
/*COLUMNS*/
/*---------------------------------------------------------------------*/
#left, #shadow, #right {
	float: left;
	padding: 0 0 40px 0;
}

#left {
	width: 690px;
}

#shadow {
	width: 15px;
	margin: 0 0 0 18px;
	background: transparent url(images/col-center.gif) repeat-y left;
	position: relative;
}

	#shadow-top {
		position: absolute;
		top: 0px;
	}
	
	#shadow-bot {
		position: absolute;
		bottom: 0px;
	}		

#right {
	width: 180px;
	margin: 0 0 0 17px;
}

/*---------------------------------------------------------------------*/
/*LEFT COLUMN*/
/*---------------------------------------------------------------------*/
#slideshow {
	width: 690px;
	height: 250px;
	margin: 0 0 18px 0;
	background-color: #CCCCCC;
	background-image: url(images/header1.jpg);
}

#left-boxes {
	width:180px;
	float: left;
}

	#member-login, #work-with-us, #newsletter {
		width: 180px;
		margin: 0 0 18px 0;
		background: url(images/box-bg.gif) no-repeat bottom;
	}
	
	#work-with-us {
		clear: left;
	}
	
	#newsletter {
		clear: left;
	}
	
		.box-title {
			width: 150px;
			height: 23px;
			padding: 8px 0 0 30px;
			background-image: url(images/box-title-bg.gif);
			color: #DDD;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		.box-content {
			padding: 20px;
			font-size: 1.2em;
			line-height: 1.6;
		}
		
			.box-content li, .box-content div {
				margin: 0 0 5px 0;
			}
			
			.box-content input {
				width: 130px;
			}
			
			.box-content .submit input {
				width: auto;
				background-color: #666;
				border: 1px solid #333;
				color: #FFF;
			}

#content {
	width: 492px;
	padding: 0 0 20px 0;
	float: right;
	border-bottom: 1px dashed #AAA;
	font-size: 1.2em;
	color: #333;
}

	#content h1 {
		width: 462px;
		height: 23px;
		padding: 8px 0 0 30px;
		background-image: url(images/h1-bg.gif);
		color: #FFF;
		font-size: 1.1em;
		font-weight: bold;
	}
	
	#content p {
		padding: 10px 0 8px 0;
		line-height: 1.6;
	}
	
	#not-alone {
		margin: 30px 0 0 0;
		float: right;
	}

/*---------------------------------------------------------------------*/
/*RIGHT COLUMN*/
/*---------------------------------------------------------------------*/
.right-message {
	margin: 0;
	padding: 40px 0;
	clear: both;
	border-bottom: 1px dashed #AAA;
	font-size: 1.2em;
	line-height: 1.6em;
}

/*---------------------------------------------------------------------*/
/*FOOTER*/
/*---------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 50px;
	padding-top: 58px;
	clear: both;
	background: #333 url(images/grad2.gif) repeat-x top;
	color: #BBB;
	font-size: 1.1em;
}

	#footer-content {
		width: 920px;
		margin: 0 auto;
		padding: 15px 0 0 0;
	}
		
		#copyright {
			float: left;
		}
		
		#wdl {
			float: right;
		}

/*---------------------------------------------------------------------*/
/*FORMS*/
/*---------------------------------------------------------------------*/
.bs-form {
	margin: 20px 0 0 0;
}

.bs-form div {
	float: left;
	clear: left;
	margin: 0 0 15px 0;
}

.bs-form label, .bs-form input, .bs-form textarea {
	float: left;
}

.bs-form label {
	width: 120px;
	margin: 0 10px 0 0;
}

	.bs-form label.label {
		width: 140px;
	}

.bs-form input {
	margin: 0 10px 0 0;
}

.bs-form textarea {
	width: 300px;
}

.bs-form .submit input {
	background-color: #666;
	border: 1px solid #333;
	color: #FFF;
}









/* End of 'bs-layout' */

