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

body {
	background-color:#CCC;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	color:#0F0;
	font-weight:normal;
	font-size:24px;
}

h2 {
	color:#FF3200;	
	font-size:20px;
	font-style:italic;	
}

h3 {
	color:#333;
	font-size:16px;
}

h4 {
	color:#333;
	font-size:14px;
}

a {
	color:#333;
}

a:hover {
	color:#0F0;
}

img {
	border:none;
}

/* layer styles */


#container {
	position:relative;
	top:4px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	background-color:#FFF;
}

#banner {
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:80px;
	background-color:#666;
	border-top-color:#949494;
	border-top-style:solid;
	border-top-width:8px;
}	

#logo {
	position:absolute;
	top:28px;
	left:28px;
	width:220px;
	height:36px;
}

#contact {
	position:absolute;
	top:6px;
	right:28px;
	width:200px;
	text-align:right;
	font-size:14px;
	color:#CCC;
}

#contact a {
	text-decoration:none;
	color:#CCC;
}

#contact a:hover {
	color:#999;
}

#navigation {
	position:absolute;
	top:88px;
	left:0px;
	width:980px;
	height:26px;
	font-size:12px;
	color:#333;
	text-align:right;
	line-height:22px;
	background-color:#949494;
}

#navigation a {
	color:#333;
	text-decoration:none;
	padding:0 30px 0 30px;
}

#navigation a:hover {
	color:#CCC;
}

#banner-image {
	position:absolute;
	top:114px;
	left:0px;
	width:980px;
	height:228px;
	background-color:#FFF;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	border-top-color:#666;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	z-index:3;
}

#content {
	position:absolute;
	top:342px;
	left:0px;
	width:924px;
	padding:28px 28px 0 28px;
	background-color:#FFF;
	font-size:12px;
}


#marketing-boxes {
	float:left;
	width:412px;
	padding:0 20px 0 30px;
}

#marketing-boxes img {
	border-color:#666;
	border-style:solid;
	border-width:1px;
}

#bullets {
	color:#666;
	font-size:16px;	
}

#bullets ul li {
	padding-bottom:10px;
	list-style:url(../images/arrow-list.jpg);
}

#tail {
	clear:both;
	width:924px;
	background-color:#666;	
	font-size:10px;
	color:#FFF;
	text-align:center;	
}

#tail a {
	color:#FFF;
}

#tail a:hover {
	color:#999;
}

/* class styles */

.image-left {
	float:left;
	margin-right:10px;
}

.image-right {
	float:right;
	margin-left:10px;
}
