@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, Geneva, "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing:.05em;
	line-height:13px;
	background: url(../images/home-body-bg.png) repeat-x;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:1012px;
	min-height:400px;
}
	#header {
		position: relative;
		background: url(../images/header-bg.jpg) no-repeat;
		height: 152px;
		padding: 0 86px;
	}
	#header h1 {
		margin: 0;
	}
	#header h1 a {
		display: block;
		width: 257px;
		height: 152px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -999999em;
	}
	.ie6 #header h1 a {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/logo.png', sizingMethod='crop');
	}
	#nav {
		position: absolute;
		bottom: 20px;
		right: 40px;
	}
	#nav ul li {
		float: left;
		margin-right: 20px;
		list-style-type: none;
	}
	#nav ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #b7b7b7;
		text-transform: uppercase;
		text-decoration: none;
		background: none;
		padding-bottom: 8px;
	}
	#nav ul li a:hover {
		color: #00afef;
		background: url(../images/nav-dot.png) bottom no-repeat;
	}
	#secondary-nav {
		position: absolute;
		top: 0;
		right: 50px;
		background: url(../images/secondary-nav-left.png) left no-repeat;
		padding-left: 15px;
	}
	.ie6 #secondary-nav {
		width: 460px;
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/secondary-nav-left.png', sizingMethod='crop');
	}
	#secondary-nav-right {
		background: url(../images/secondary-nav-right.png) right no-repeat;
		padding-right: 18px;
	}
	.ie6 #secondary-nav-right {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/secondary-nav-right.png', sizingMethod='crop');
	}
	#secondary-nav-bg {
		background: url(../images/secondary-nav-bg.png) repeat-x;
		height: 21px;
		padding: 5px 0 0 8px;
	}
	#secondary-nav li {
		float: left;
		list-style-type: none;
		margin-right: 10px;
	}
	#secondary-nav li a {
		background:transparent url(../images/secondary-nav-btn-right.png) no-repeat scroll top right;
		_background:transparent url(../images/secondary-nav-btn-right.gif) no-repeat scroll top right;
	    display: block;
	    font: normal 10px arial, sans-serif;
	    padding-right: 8px; /* sliding doors padding */
		height:13px;
		color:white;
		text-decoration:none;
		text-transform:uppercase;
	}
	.ie6 #secondary-nav li a {
		width: 120px;
	}
	#secondary-nav li a span {
		background:transparent url(../images/secondary-nav-btn-left.png) no-repeat left;
		_background:transparent url(../images/secondary-nav-btn-left.gif) no-repeat left;
	    display: block;
	    line-height: 10px;
	    padding: 1px 0 0px 8px;
		height:12px;
	}
	#secondary-nav li a:hover {
		outline:none;
		color:#000;
	}
	#secondary-nav li a:active {
		outline:none;
		color:#999999;
	}
	#body {
		position: relative;
		margin: 0 86px;
		padding: 30px 0;
		height: 500px;
	}
	.ie6 #body {
		padding: 15px 0;
		line-height: 11px;
	}
	#content {
		height: 300px;
	}
	#expando {
	}
	#expando li {
		float: left;
		border: 1px solid #c3e3ff;
		border-right: none;
		list-style-type: none;
	}
	#expando li.last {
		border-right: 1px solid #c3e3ff;
	}
	#expando li a {
		display: block;
		width: 275px;
		height: 133px;
		margin: 0;
		text-indent: -999999em;
		background: url(../images/expando.jpg) no-repeat;
	}
	
	#expando li a#expando-cfp {
		background-position: 0 0;
	}
	#expando li a#expando-cfp:hover {
		background-position: 0 -133px;
	}
	
	#expando li a#expando-ce {
		background-position: -505px 0;
	}
	#expando li a#expando-ce:hover {
		background-position: -505px -133px;
	}
	
	#expando li a#expando-testimonials {
		background-position: -1010px 0;
	}
	#expando li a#expando-testimonials:hover {
		background-position: -1010px -133px;
	}
	
	#footer {
		height:30px;
		background: url(../images/footer-bg.png) repeat-x;
		text-align: center;
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 11px;
		color: #ccc;
		padding-top: 9px;
	}

#content h2 {
	margin-top: 0;
}
h2 {
	font-size: 20px;
	line-height: 23px;
	margin: 10px 0px 5px;
	color: white;
	font-weight: normal;
}
p {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 17px;
	color: #ccc;
}

#flash-holder{ 
	float:right; 
	margin-left:20px;
}

br.clear {
	display: block;
	width: 0;
	height: 1px;
	margin-top: -1px;
	clear: both;
}


img#promo {
	position: absolute;
	top:200px;
	left: 50%;
	margin-left: 200px;
}