@charset "utf-8";


/* Adjustable Values -------------------------------------- End */

/* BG Color Values - Comment this section for use --------- Start */
/*#wrapper {
	background-color: #CCFFFF;
}
#container {
	background-color: #99FFCC;
}
#content {
	background-color: #996699;
}
#navigation {
	background-color: #FFFFCC;
}
#footer {
	background-color: #CCCC99;
}
#additional-content {
	background-color: #CCCCFF;
}
#banner {
	background-color: #000000;
}*/
/* BG Color Values ---------------------------------------- End */

* {
	margin: 0;

}
/* --------SEO 2 column Fixed 3rd Column Float w Banner and Footer------------ */

/* Page width = 893px */
/* Left Padding/Margin = 56px */
/* Right Padding/Margin = 20px */
/* Banner height = 246px */


#wrapper{
	width: 893px;
}


/* Banner Elements */
#banner {
	height: 218px; /* Banner height */
	width: 893px; /* Page width */
}
#logo {
	width:201px;
	margin-left: 50px;
	margin-top: 68px;
	margin-bottom: 9px;
}
#banner-content {
	width:592px;
	margin-right: 19px;
	margin-top: 81px;
}
/* Navigation Elements */
#navigation {
	margin-left: 0px;
	margin-top:234px;
	width: 224px;
	padding-left: 56px;
}


/* Content Elements */
#container {
	width: 590px;
	margin-top:234px;
}
#nav-content {
	margin-top: 15px;
}

#content {
	width: 550px;
}
#additional-content {
	width: 180px;
}
#global-nav {
	width: 796px;
	margin-left: 56px;
	height: 20px;
	margin-top: 0px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
}
#footer {
	width: 893px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
}

body {
	text-align:center;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding: 0;
	padding-left: 0px;
}

#container {
	float: right;
	margin-left: 0px;
}
#content {
	float: left;
	margin-left: 0px;
}
#footer {
	clear: both;
	text-align: center;
}
#additional-content {
	float: right;
}
#banner {
	position: absolute;
	top:0px;
}
#banner-content {
	float: right;
}
#navigation {
	float: left;
}

#logo {
	float: left;
}
#global-nav {
	clear: both;
}
.clearit {
	clear: both;
}
.skip {
	display: none;
}

#logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.column1 {
	float: left;
	width: 262px;
	margin-right: 24px;
}
.column2 {
	float: right;
	width: 262px;
}
.column1 img, .column2 img {
	margin-top: 0px;
	margin-bottom: 5px;
}

