* {
	margin: 0;
	padding: 0;
}
html { background-color: #4E4A43; }
body {
	text-align: center;
	color: #4B4841;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 962px;
	text-align: left;
}
#container {
	float: left;
	width: 962px;
	background: transparent url(/images/bg.jpg) repeat-y 0 0;
}
#header {
	float: left;
	width: 918px;
	height: 140px;
	padding-top: 77px;
	margin-left: 22px;
	margin-bottom: 2px;
}
#logo {
	float: left;
	display: inline;
	margin: 5px 50px 0 60px;
}
#header .callout {
	float: right;
	display: inline;
	margin: 67px 35px 0 0;
	text-align: right;
	line-height: 24px;
}

	/* navigation */

	ul#nav {
		float: left;
		display: inline;
		width: 150px;
		padding: 10px 0;
		line-height: 18px;
		font-size: 12px;
		border-left: 1px solid #E3E1DE;
	}
	ul#nav.selected { border-right: 1px solid #E3E1DE; }
	ul#nav li {
		position: relative;
		float: left;
		display: inline;
		width: 130px;
		margin-left: 20px;
	}
	ul#nav li a, ul#nav li a:active, ul#nav li a:visited {
		display: block;
		width: 130px;
		color: #4E4A43;
		text-decoration: none;
	}
	ul#nav li a:hover, ul#nav li.selected a, ul#nav li.hover a { color: #FF4F00; }
	
		/* sub navigation */
		
		ul#nav li ul {
			display: none;
			position: absolute;
			top: 0;
			left: 130px;
		}
		ul#nav li ul li {
			margin-left: 0;
			text-indent: 20px;
		}
		ul#nav li.hover ul { display: block; }
		ul#nav li.hover ul li a, ul#nav li.selected ul li a:active, 
		ul#nav li.hover ul li a:visited { color: #4E4A43; }
		ul#nav li.hover ul li a:hover, ul#nav li.hover ul li.selected a { color: #FF4F00; }
	
/* main flash area */

#flash {
	float: left;
	width: 940px;
	height: 320px;
}

/* content area */

#content {
	float: left;
	display: inline;
	width: 918px;
	margin-left: 22px;
	background-color: #B4CACA;
}
#content.white { background-color: #B4CACA; }
#content .left {
	float: left;
	display: inline;
	width: 640px;
	margin: 30px 0 50px 0;
	line-height: 16px;
	border-right: 1px solid #A9B7B4;
}
#content .left .inner {
	float: left;
	display: inline;
	width: 540px;
	margin-left: 65px;
	padding: 15px 0;
}
#content .right {
	float: left;
	display: inline;
	width: 275px;
	padding-top: 30px;
}
#content .right .inner {
	float: left;
	display: inline;
	width: 215px;
	margin: 0 30px;
	padding: 15px 0;
}
#content h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#content h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
#content p { margin-bottom: 15px; }
#content p.spacer { margin-bottom: 30px; }
#content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
#content ul.benefits {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.benefits li {
	margin-bottom: 8px;
	padding-left: 12px;
	background: transparent url(/images/bullet.gif) no-repeat 0 3px;
}

	/* home page */

	#home-content {
		float: left;
		display: inline;
		width: 439px;
		height: 415px;
		font-size: 12px;
		background: transparent url(/images/home-content-bg.gif) no-repeat 0 0;
	}
	#home-content .inner {
		float: left;
		display: inline;
		width: 290px;
		margin: 70px 0 0 50px;
		line-height: 22px;
	}
	#home-callouts {
		float: right;
		display: inline;
		width: 479px;
		height: 415px;
		font-size: 11.5px;
		line-height: 16px;
		background-color: #A5B9B9;
	}
	#home-callouts .callout {
		float: left;
		display: inline;
		width: 375px;
		margin: 75px 0 0 30px;
	}
	#home-callouts .callout2 {
		float: left;
		display: inline;
		width: 375px;
		margin: 25px 0 0 30px;
	}
	#home-callouts .callout .title {
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	#home-callouts .callout form {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	#home-callouts .callout input {
		float: left;
		display: inline;
		margin-right: 8px;
		padding: 3px;
		width: 136px;
		color: #80756F;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
		border: 1px solid #94958B;
		background-color: #FAF2DB;
	}
	#home-callouts .callout .button { margin: 4px 0 0 5px; }

#interior-header {
	position: relative;
	float: left;
	display: inline;
	width: 918px;
	height: 299px;
	margin: 17px 0 0 22px;
}
#interior-header .header-text {
	position: absolute;
	top: 125px;
	left: 470px;
	width: 400px;
	line-height: 16px;
}
#interior-header .header-text p { margin-bottom: 15px; }
#interior-header img.interior-header-image {
	position: absolute;
	top: 0;
	left: 0;
}
#interior-header #actions {
	position: absolute;
	top: 30px;
	right: 28px;
	width: 250px;
	height: 240px;
	border-left: 1px solid #D9D3C9;
}
#interior-header #actions .inner {
	position: relative;
	float: left;
	display: inline;
	width: 220px;
	height: 195px;
	margin: 45px 0 0 30px;
}
#interior-header #actions .inner #mailing {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 220px;
	padding: 10px 0;
	border-top: 1px solid #D9D3C9;
}
#interior-header #actions .inner p {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
#interior-header #actions .inner form {
	float: left;
	width: 100%;
}
#interior-header #actions .inner #mailing form input {
	float: left;
	display: inline;
	margin-right: 5px;
	padding: 3px;
	width: 104px;
	color: #80756F;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #94958B;
	background-color: #FAF2DB;
}
#interior-header #actions .inner #mailing form a {
	float: left;
	display: inline;
}
#interior-header #actions .inner #action-links a {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#interior-header-small {
	position: relative;
	float: left;
	display: inline;
	width: 918px;
	height: 124px;
	margin: 17px 0 0 22px;
}


/* contact us page */

#contact-us-info {
	font-size: 12px;
	line-height: 18px;
}
#contact-us-info a, #contact-us-info a:active, #contact-us-info a:visited {
	color: #4B4841;
	text-decoration: underline;
}
#contact-us-info a:hover { text-decoration: none; }
#contact-us-info .address {
	font-size: 13px;
	margin-bottom: 20px;
}

	/* form styles */
	
	form .group {
		float: left;
		display: inline;
		width: 250px;
		margin: 0 15px 15px 0;
	}
	form .spacer {
		float: left;
		width: 100%;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
	}
	form .group label {
		float: left;
		width: 100%;
		font-size: 12px;
	}
	form .group .text-field {
		float: left;
		width: 95%;
		padding: 5px;
		margin-bottom: 5px;
		padding: 4px;
		width: 100%;
		color: #80756F;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
		border: 1px solid #94958B;
		background-color: #FAF2DB;
	}
	
/* news styles */

#news-listing .news-item { margin-bottom: 35px; }
#news-listing .news-item h1 {
	color: #000;
	font-weight: normal;
}
#news-listing .news-item h1 a {
	text-decoration: none;
	color: #4B4841;
}
#news-listing .news-item h1 a:hover { text-decoration: underline; }
#news-listing .news-item h3 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0;
}
#news-listing a, #news-listing a:active, #news-listing a:visited {
	color: #4B4841;
	text-decoration: underline;
}
#news-listing a:hover { text-decoration: none; }

/* clients */

#clients {
	float: left;
	width: 100%;
	padding-top: 40px;
	background-color: #B4CACA;
}
#content #clients h1 {
	float: left;
	width: 750px;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 65px;
}
#content #clients h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#clients h1 span { color: #FF4F00; }
#clients .client {
	float: left;
	display: inline;
	width: 750px;
	padding: 20px 0;
	margin-left: 60px;
}
#clients .client img {
	float: left;
	display: inline;
	margin-right: 20px;
}
#clients .client div {
	float: left;
	display: inline;
	width: 580px;
}
	
/* contact us */

#contact-us {
	float: left;
	width: 918px;
	height: 30px;
	margin: 30px 0 0 22px;
	padding-bottom: 100px;
	background: transparent url(/images/contact-us.gif) no-repeat 50px 0;
}
#contact-us p {
	float: left;
	display: inline;
	width: 700px;
	margin: 16px 0 0 153px;
	font-size: 11px;
}
#contact-us span { color: #FF4F00; }
#contact-us a, #contact-us a:active, #contact-us a:visited {
	color: #FF4F00;
	text-decoration: underline;
}
#contact-us a:hover { text-decoration: underline; }

/* careers */

#careers-list {
	font-size: 14px;
	line-height: 20px;
}
#careers-list a {
	color: #4B4841;
}
.career-detail {
	float: left;
	width: 100%;
	min-height: 679px;
	background: transparent url(/images/careers-bg.gif) no-repeat top right;
}
.career-desc {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 25px;
}
.interested { font-size: 14px; }

/* products */

#products {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #B4CACA;
}
#products .product {
	float: left;
	display: inline;
	width: 310px;
	margin-left: 65px;
	line-height: 16px;
}
#products .last { margin-left: 95px; }
#product-detail {
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #B4CACA;
}
#product-detail-inner {
	float: left;
	display: inline;
	width: 725px;
	margin-left: 65px;
	line-height: 16px;
}
#product-detail h1 { color: #4B4841; }
#product-detail h3 { cursor: pointer; }


/* support */

#support {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #B4CACA;
}
#support .product {
	float: left;
	display: inline;
	width: 310px;
	margin-left: 65px;
	line-height: 16px;
}
#support .last { margin-left: 95px; }
#support-detail {
	float: left;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #B4CACA;
}
#support-detail-inner {
	float: left;
	display: inline;
	width: 725px;
	margin-left: 65px;
	line-height: 16px;
}
#support-detail h1 { color: #4B4841; }

/* pagination */

.pagination { padding-top: 20px; }
#content .pagination a {
	margin-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#content .pagination a.back { margin-right: 10px; }
#content .pagination a.next { margin-left: 5px; }
.pagination a.selected {
	font-weight: bold;
	text-decoration: underline;
}

/* miscellaneous styles */

.text-bar {
	float: left;
	width: 100%;
	padding: 15px 0;
	background-color: #B4CACA;
}
#content .text-bar p {
	float: left;
	display: inline;
	margin: 0 0 0 65px;
	color: #4E4A43;
	font-size: 12px;
}
a img { border: 0; }
a, a:active, a:visited {
	color: #4B4841;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
p.guide { margin-right: 0; }
p.guide a {
	display: block;
	height: 25px;
	background: transparent url(/images/guide-icon.gif) no-repeat 0 0;
	padding-left: 30px;
	line-height: 25px;
	margin-bottom: -8px;
}
p.download { margin-right: 0; }
p.download a {
	display: block;
	height: 25px;
	background: transparent url(/images/download-icon.gif) no-repeat 0 0;
	padding-left: 30px;
	line-height: 25px;
	margin-bottom: -8px;
}
