/* Cascading style sheet for SmartSpaces. */

body {
	background-color: #c3c3c3;
	color: #000000;
	margin: 0px;
	font: 12px normal Arial, Helvetica, sans-serif;
	line-height: 18px;

}

a {
	text-decoration: none;
	color: #ee2e24;
	background-color: transparent;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #ee2f24;
}

img {
	border: none;
}

h2 {
	margin: 0px;
	padding: 0px;
        font-size: 18px;
	font-weight: normal;
	font-color: #999999;
}

h3 {
	font-color: #336666
        margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
        font-color: #336666
}

p {
	margin-top: 12px;
	line-height: 18px;
}

p.date {
margin-top: 4px;
}

#pageContainer {
	width: 905px;
	margin: 10px auto 0px auto;
	background-color: #ffffff;
	position: relative;
}

	#featurePicHome {
		position: absolute;
		top: 0px;
		left: 380px;
		z-index: 10;
	}

#header {
	height: 130px;
	position: relative;
	z-index: 15;
	background-color: #ffffff;
	opacity: 0.92;
	-moz-opacity: 0.92;
	filter: alpha(opacity=92);
}

	#header #cornerTopLeft {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#header #cornerTopRight {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	#header #logo {
		position: absolute;
		left: 45px;
		top: 38px;
	}
	
	#header #navMenu {
		position: absolute;
		left: 580px;
		top: 8px;
                margin-bottom:0px;
		width: 260px;
		line-height: 17px;
	}

#subleveltitlebar  {
margin:0px;
	background-color: #e4e4e4;
	color: #45525c;
        font-weight: lighter;
        font-size:18px;
        padding-left:45px;
        padding-top:8px;
        padding-bottom:0px;
	position: relative;
	z-index: 5;
}

#subleveltitlebar  #underline  {
padding-bottom:-2px;
border-bottom:6px solid #d8d8d8;
width:330px;
}

#feature {
	height: 128px;
	background-color: #e4e4e4;
	color: #727272;
	position: relative;
	z-index: 5;
}

	#feature #featureQuote {
		position: absolute;
		left: 45px;
		top: 15px;
	}
	
	#feature #featureReadMore {
		position: absolute;
		left: 45px;
		bottom: 20px; 
	}
	
#mainBody {
	min-height: 258px;
	position: relative;
	z-index: 15;
	background-color: #ffffff;
	opacity: 0.92;
	-moz-opacity: 0.92;
	filter: alpha(opacity=92);
}

	#mainBody #colLeft {
		float: left;
		margin-top: 15px;
		margin-left: 45px;
		width: 495px;
	}
	
	#mainBody #colRight {
		float: right;
		margin-top: 15px;
		margin-right: 65px; 
		width: 260px;
	}
	
#footer {
	clear: both;
	height: 125px;
	position: relative;
}

	#footer #cornerBottomRight {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	#footer #cornerBottomLeft {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	#footer p {
		position: absolute;
		left: 53px;
		top: 30px;
		width: 557px;
	}

.spacer6 {
padding-top:6px;
}

.spacer12 {
padding-top:12px;
}

.spacer24 {
padding-top:24px;
}