@CHARSET "ISO-8859-1";

html, body {
	height: 100%;
	font-family: verdana, helvetica, sans-serif;
	color: #666666;
	background: url('../img/body-background.gif') repeat-x;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width: 900px;
}

div.clear {
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
}

a {
	color: #f73232;
	text-decoration: none;
}	
a:hover {
	color: #f73232;
	text-decoration: underline;
}
a:visited {
	color: #f73232;
}

/* _______________________________________________________________________________________ Header */

#header {
	height: 64px;
}
	#header img#brand  {
		display: block;
		margin-top: 10px;
		margin-left: 7px;
	}
	#header .header-col {
		width: 300px;
		float: left;
	}
	#header .header-col.align-right {
		text-align: right;
		padding-top: 15px;
		padding-right: 20px;
		width: 280px;
	}	
	#header p {
		color: #666666;
		line-height: 1.2em;
		font-size: 0.8em;
		font-weight: bold;
	}
	#header p a {
		color: #fe0000;
		text-decoration: none;		
	}
	#header p a:hover {
		text-decoration: underline;	
	}	

/* ___________________________________________________________________________________ Navigation */

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 42px;
	background: url('../img/nav-background.jpg') no-repeat;
	margin-top: 10px;
}
	#nav li {
		float: left;
	}
		#nav li a {
			display: block;
			float: left;
			color: #fff;
			font-size: 0.75em;
			padding: 7px 10px 19px 10px;
			text-align: center;
			text-decoration: none;
			line-height: 1.2em;
			background-repeat: repeat-x;
			border-right: 1px #fff solid;
			
			
		}
		#nav li a:hover {

			text-decoration: underline;
		}
		#nav li a.active {
			background-image: url('../img/nav-a-active.jpg');
			color: #fff;
			font-weight: bold;
		}
/* _______________________________________________________________________________________ Banner */

#banner-container {
}
	#banner {
		width: 680px;
		height: 300px;
		float: left;		
	}
	#brochure-cta {
		width: 210px;
		height: 300px;
		float: left;
		background-color: #fff;
		padding-left: 10px;
	}
	
/* _______________________________________________________________________________________ Panels */


#content-wrapper {
	background: url('../img/content-wrapper-background.gif') repeat-y;
	border-bottom: 2px #cd0101 solid;
}
.content-container {
	padding: 20px;
}
	#content-wrapper .left, #content-wrapper .right {
		float: left;
	} 
	
	#content-wrapper .left {
		width: 690px;
	}

	#content-wrapper .right {
		width: 210px;
		background: url('../img/bottom-logos.gif') no-repeat bottom;
		/*padding-bottom: 60px;*/
	}	

		#content-wrapper img.inset-left {
		float: left;
		display: block;
		margin-right: 10px;
	}
	#content-wrapper h1 {
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 1.2em;
		font-weight: bold;
		letter-spacing: -0.02em;
		margin-bottom: 5px;
	}
	#content-wrapper h2 {
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: -0.02em;
		margin-bottom: 5px;
	}	
	#content-wrapper p {
		font-size: 0.7em;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
		
ul.tick-bullets {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
	ul.tick-bullets li {
		background: url('../img/tick-bullets.gif') no-repeat;
		width: 310px;
		height: 26px;
		color: #fff;
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		font-size: 1em;
		margin-right: 5px;
		float: left;
		margin-bottom: 2px;
		padding-top: 2px;
		padding-left: 10px;
		letter-spacing: -0.02em;
}
	
#contact-form {
}
	#contact-body {
		width: 210px;
		background: url('../img/contact-body.gif') repeat-y;
		padding: 5px 0 0 10px;
	}
	#contact-bottom {
		width: 210px;
		height: 4px;
		background: url('../img/contact-bottom.gif') no-repeat;
	}
	
#footer {
	margin: 0 auto;
	height: 93px;
	background: url('../img/footer-background.gif') no-repeat;
	width: 868px;
	margin-top: 10px;
	padding: 7px 20px;
	clear: both;
	
}
	#footer p {
		font-size: 0.6em;
	}

#footer, #push {
	height: 100px;
}
				
