/* Design, Development and CSS by Jesse Spink - http://jessespink.com, for Fusebox Creative - http://fuseboxcreative.com */

body {
	margin: 0;
	background-image: url(../images/comp_logo_pattern.gif);
	background-color: #212121;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.3em;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}

h1 { font-size: 175%;}
h2 { font-size: 150%;}
h3 { font-size: 125%;}
h4 { font-size: 110%;}
h5 { font-size: 100%;}
h6 { font-size: 90%;}

img {
	border: 0;
}

a, a:active, a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

#wrapper {
	width: 100%;
	margin: auto;
}

#clear {
	clear: both;
	height: 0px;
}

#page {
	width: 975px;
	margin: auto;
}

#header {
	height: 80px;
	margin: 10px 0 10px 0;
}

#content {
	height: 450px;
	background-image: url(../images/comp_content_bg.gif);
	background-repeat: no-repeat;
	padding: 15px 15px 0 15px;
}

#content_home {
	height: 450px;
	background-image: url(../images/comp_content_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

#heading {
	padding-bottom: 5px;
}

#column1 {
	width: 230px;
	height: 395px;
	padding: 0 5px 0 0;
	overflow: auto;
	overflow-y: auto;
	overflow-x:hidden;
	float: left;
}

#column2 {
	width: 325px;
	height: 395px;
	margin-left: 5px;
	padding: 0 25px 0 10px;
	border-left: solid 1px #777777;
	overflow: auto;
	overflow-y: auto;
	overflow-x:hidden;
	float: left;
}

#column3 {
	width: 310px;
	height: 395px;
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: solid 1px #777777;
	float: left;
}

#column2right {
	width: 680px;
	height: 395px;
	margin-left: 5px;
	padding: 0 10px 0 10px;
	border-left: solid 1px #777777;
	float: left;
}

#subnav {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #252525;
}

#indeximage {
	width: 680px; 
	height: 395px; 
	padding-left: 5px;
}

#mainimage {
	margin: 5px 0 5px 0;
}

#boxes {
	height: 100px;
}

#box1 {
	width: 210px;
	height: 100px;
	float: left;
	margin-right: 18px;
	padding: 10px 10px 0 10px;
	background-image: url(../images/comp_box_bg.gif);
	background-repeat: no-repeat;
}

#box2 {
	width: 210px;
	height: 100px;
	float: left;
	margin-right: 18px;
	padding: 10px 10px 0 10px;
	background-image: url(../images/comp_box_bg.gif);
	background-repeat: no-repeat;
}

#box3 {
	width: 210px;
	height: 100px;
	float: left;
	margin-right: 19px;
	padding: 10px 10px 0 10px;
	background-image: url(../images/comp_box_bg.gif);
	background-repeat: no-repeat;
}

#box4 {
	width: 210px;
	height: 100px;
	float: left;
	padding: 10px 10px 0 10px;
	background-image: url(../images/comp_box_bg.gif);
	background-repeat: no-repeat;
}

#footer {
	height: 30px;
	margin: 10px 0 5px 0;
	font-size: 9px;
	text-transform: uppercase;
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}


