/*global*/

BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #666;
	background-color: #FFF; background-image: url('images/body_back.jpg'); background-repeat: no-repeat; background-position: top center;
}

H1 {
	margin: 0px; padding: 10px
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #666;
}

H2 {
	margin: 0px; padding: 10px;
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #666;
}

P {
	line-height: 15px;
	margin: 0px; padding: 10px;
	display: block;
}

UL {
	line-height: 15px;
	list-style: square;
	margin: 0px 15px 0px 35px; padding: 10px 0px 10px 0px;
	display: block;
}

OL {
	line-height: 15px;
	margin: 0px 15px 10px 35px; padding: 10px 0px 10px 0px;
	display: block;
}

LI {
	margin: 0px; padding: 0px;
}

IMG {
	display: block;
}

HR {
	border: 1px solid #ccc;
	height: 1px;
}

A {
	color: #666; 
	text-decoration: underline;
}

A:hover {
	color: #ee3024;
	text-decoration: underline;
}

/*alt text*/

H1.head {
	margin: 0px; padding: 10px;
	font-family:  Arial, Georgia, Verdana, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #ee3024;
}

H1.nopad {
	margin: 0px; padding: 0px;
	font-family:  Arial, Georgia, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666;
}

P A {
	color: #666;
}

P A:hover {
	color: #ee3024;
}

B.highlight {
	color: #ee3024;
}

UL.news {
	margin: 0px; padding: 0px;
	list-style: none;
}

UL.news LI{
	line-height: 15px;
	margin: 0px; padding: 5px 10px 5px 35px;
	border-bottom: 1px solid #ebebeb;
	background-image: url(''); background-repeat: no-repeat; background-position: top left;
}

UL.case {
	margin: 0px; padding: 0px;
	list-style: none;
}

UL.case LI{
	line-height: 15px;
	margin: 0px 0px 0px 0px; padding: 10px 10px 10px 35px;
	border-bottom: 1px dashed #ee3024;
	background-image: url('images/case_studies/case_bullet.gif'); background-repeat: no-repeat; background-position: top left;
}

UL.orange {
	line-height: 15px;
	list-style: square;
	margin: 0px 15px 0px 35px; padding: 5px 0px 10px 0px;
	color: #ee3024;
}

UL.location {
	line-height: 15px;
	list-style: none;
	margin: 0px 15px 0px 10px; padding: 10px 0px 10px 5px;
}

P.welcome {
	line-height: 15px;
	margin: 0px; padding: 35px 10px 10px 10px;
	color: #666;
	display: block;
}

/*forms*/

.form_layout {
	margin: 10px;
}

FORM.login {
	margin: 10px 10px 0px 10px;
}

INPUT.login {
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #666;
	width: 110px; height: 18px;
	border: 1px solid #ccc;
}

LABEL.login {
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #666;
	float: left;
	display: block;
	width: 60px;
}

FORM {
	margin: 10px;
}

INPUT {
	color: #666;
	width: 400px;
	border: 1px solid #CCC;
}

INPUT.check {
	color: #666;
	width: 20px;
	border: 0px solid #CCC;
}

INPUT.button {
	color: #666;
	width: 80px;
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #666;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

TEXTAREA {
	color: #666;
	width: 400px;
	border: 1px solid #ccc;
}

SELECT {
	color: #666;
	width: 185px;
	border: 1px solid #ccc;
}

LABEL {
	color: #666;
	float: left;
	display: block;
	width: 120px;
}

/*nav*/

#main_nav {
	height: auto; width: 800px;
	margin: 0px; padding: 0px;
	background-color: #ee3024; background-image: url(''); background-repeat: no-repeat; background-position: bottom right;
}

#main_nav A {
	color: #FFF;
	text-decoration: none;
}

#main_nav A:hover {
	color: #666;
	text-decoration: none;
}

#main_nav A.selected {
	color: #ee3024;
	text-decoration: none;
}

#main_nav A.selected:hover {
	color: #ee3024;
	text-decoration: none;
}

#nav {
	padding: 0px 0px 0px 1px; margin: 0px;
	list-style-type: none;
}

#nav UL {
	padding: 0px 0px 0px 0px; margin: 0px;
	list-style-type: none;
}

#nav LI {
	height: auto;
	padding: 8px 10px 9px 10px; margin: 0px;
	float: left; 
}

#nav LI UL {
	width: 230px;
	left: -999em;
	background: #fff;
	padding: 0px; margin: 9px 0px 0px -10px;
	border: 1px solid #ee3024;
	position: absolute;
}

#nav LI:hover { 
	background: #ccc; background-image: url(''); background-repeat: no-repeat; background-position: top left;
}

#nav LI.sfhover {
	background: #ccc; background-image: url(''); background-repeat: no-repeat; background-position: top left;
}

#nav LI.selected {
	background: #fff; background-image: url('images/tab.gif'); background-repeat: no-repeat; background-position: top left;
}

#nav LI:hover UL { 
	left: auto;
	display: block;
}

#nav LI.sfhover UL {
	left: auto;
	display: block;
}

#nav LI UL LI {
	width: 220px; height: auto;
	padding: 5px; margin: 0px;
}

#nav A {
	padding: 0px;
	display: block;
}

#nav LI UL LI A {
	color: #666;
	text-decoration: none;
}

#nav LI UL LI A:hover {
	color: #ee3024;
	text-decoration: none;
}

/*float boxes*/

.float_right {
	width: 200px; height: auto;
	margin: 10px 10px 10px 10px; padding: 0px;
	float: right;
	border: 1px solid #ccc;
	overflow: auto;
}

.float_right_phil {
	width: 300px; height: auto;
	margin: 20px 0px 20px 20px; padding: 0px;
	float: right;
	border: 1px solid #ccc;
	overflow: auto;
}

.float_left_location {
	float: left;
	height: 200px; width: 250px;
	margin: 0px 6px 0px 6px; padding: 0px;
	background-color: ; background-image: url('images/locations/location_back.gif'); background-repeat: no-repeat; background-position: bottom left;
	overflow: auto;
}

/*gen layout*/

#background {
	width: 840px;
	margin-top: 0px;
	margin-left: auto; margin-right: auto;
	background-color: ; background-image: url(''); background-repeat: no-repeat; background-position: top right;
}

#wrapper {
	width: 800px;
	margin-left: auto; margin-right: auto;
}

#top_nav {
	height: 130px; width: 800px;
	margin: 0px 0px 0px 0px; padding: 0px;
	background-image: url('images/logo_back.gif'); background-repeat: no-repeat; background-position: top left;
	position: relative;
}

#banner {
	height: 200px; width: 800px;
	margin: 0px; padding: 0px;
	background-color: #ccc;
}

#content_wrapper {
	margin: 0px; padding: 0px 0px 0px 0px;
	background-color: #fff; background-image: url(''); background-repeat: repeat-y; background-position: top left;
	overflow: auto;
}

#left_col {
	height: auto; width: 240px;
	float: left;
}

#right_col {
	margin: 0px; padding: 0px 0px 10px 0px;
	height: auto; width: 560px;
	overflow: hidden;
	float: left;
}

#full_col {
	height: auto; width: 760px;
	margin: 0px; padding: 20px 20px 20px 20px;
	background-color: #fff; background-image: url('images/content_back.gif'); background-repeat: no-repeat; background-position: top left;
	overflow: hidden;
	float: left;
}

/*footer*/

#footer {
	height: 100px; width: 800px;
	margin: 0px; padding: 0px;
	background-color: #fff; background-image: url('images/foot_back.gif'); background-repeat: no-repeat; background-position: center center;
	position: relative;
	overflow: auto;
}

#footer UL {
	margin: 0px; padding: 0px;
	list-style-type: none;
	display: inline;
	position: absolute; top: 15%;
}

#footer LI {
	padding: 8px 10px 9px 10px; margin: 0px;
	list-style-type: none;
	display: inline;
}

/*misc classes*/

.col_content_fact {
	float: left;
	height: 100px; width: 170px;
	margin: 0px; padding: 20px 0px 0px 30px;
	background-color: ; background-image: url('images/col_content_fact.gif'); background-repeat: no-repeat; background-position: top left;
	overflow: hidden;
}

.col_content {
	height: auto; width: auto;
	margin: 0px 0px 5px 0px; padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #666;
	overflow: hidden;
}

.prop {
	height: 340px; width: 0px;
	float: left;
}

.clear {
	clear: both;
}