@import url("reset.css");

body {
	margin: 0;
	padding: 24px 0;
	font: small/180% Verdana, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #333366 url(../images/bg_body.jpg) 50% 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}
/* -------------------------------------
LOGO AND NAV
------------------------------------- */

#logo_and_nav {
	height: 208px;
	background: #ffffff url(../images/bg_logo_and_nav.png) no-repeat 0 0;
	position: relative;
}
#logo_and_nav ul {
	position: absolute;
	top: 86px;
	left: 234px;
	float: left;
	font-size: 90%;
}
#logo_and_nav ul li {
	float: left;
	margin: 0 6px 0 0;
}
#logo_and_nav ul li a {
	float: left;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #333366;
	background-color: transparent;
}
#logo_and_nav ul li.current a {
	padding: 3px 7px;
	border: 1px solid #FF6600;
}
#logo_and_nav ul li a:hover {
	padding: 3px 7px;
	border: 1px solid #336699;
}

p#locations {
	position: absolute;
	top: 156px;
	left: 240px;
	font-size: 85%;
	color: #333366;
	}

/* -------------------------------------
HOMEPAGE STYLES
------------------------------------- */

#hero_photo,
#slideshow_object {
	float: left;
	width: 600px;
	height: 141px;
	}

img.welcome_img {
	float: right;
	}

/* -------------------------------------
SUB NAV
------------------------------------- */

ul#subnav {
	font-size: 90%;
	border: 1px solid #dddddd;
	border-bottom: none;
}
ul#subnav li a {
	display: block;
	padding: 0.5em 0.8em;
	border-bottom: 1px solid #dddddd;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
}
ul#subnav li a:hover {
	color: #333333;
	background-color: #eeeeee;
}
ul#subnav li.current a {
	color: #333333;
	background-color: #e5e5ff;
}

/* -------------------------------------
HEADER
------------------------------------- */

#header {
	border-top: 5px solid #339900;
	/*border-bottom: 4px solid #339900;*/
	line-height: 0;
}

/* -------------------------------------
LINKS, IMAGES, AND OTHER
------------------------------------- */

a:link {
	color: #3366CC;
	background: transparent;
}
a:visited {
	color: #993366;
	background: transparent;
}
a:hover {
	color: #000000;
	background: transparent;
}
a:active {
	color: #3366CC;
	background: transparent;
}
img.right {
	float: right;
	display: inline;
	margin: 0 0 0 12px;
}
img.left {
	float: left;
	display: inline;
	margin: 0 12px 0 0;
}
img {
	border: none;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 0;
	padding: 0;
}
hr {
	display: none;
}
/* -------------------------------------
CONTENT
------------------------------------- */

#content {
	clear: both;
	width: 900px;
	margin: 30px 30px 0 30px;
	padding: 0;
}
#main_col {
	float: right;
	width: 570px;
}
#main_col h1 {
	margin-bottom: 1em;
	font-size: 120%;
	color: #FF6600;
	background-color: transparent;
}
#main_col h2 {
	font-size: 110%;
	color: #333366;
	background-color: transparent;
}
#main_col h2.project_title {
	font-size: 100%;
	margin: 2em 0 0.5em 0;
	padding: 0.2em 0.8em;
	color: #ffffff;
	background-color: #333366;
	clear: both;
}
#main_col h3 {
	font-style: italic;
}
#main_col p {
	margin-bottom: 1em;
}
#main_col ul {
	margin-bottom: 1em;
}
#main_col ul li {
	margin-left: 1.5em;
	padding-left: 0.5em;
	list-style:circle;
}
#sub_col {
	float: left;
	width: 300px;
}
#sub_col h1 {
	font-size: 110%;
	line-height: 220%;
	color: #333366;
	background-color: transparent;
}

p.welcome {
	line-height: 240%;
}

/* -------------------------------------
LINKS
------------------------------------- */

ul#external_links li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#external_links li a {
	display: block;
	border: 1px solid #dddddd;
	float: left;
	width: 180px;
	height: 180px;
	margin: 0 8px 8px 0;
	text-decoration: none;
	}

ul#external_links li a:hover {
	border-color: #999999;
	}

/* -------------------------------------
CONTACT US STYLES
------------------------------------- */

div.location_info {
	float: left;
	width: 178px;
	margin: 0 16px 16px 0;
	}

div.last {
	margin-right: 0 !important;
	}

/* -------------------------------------
FOOTER
------------------------------------- */

#footer {
	clear: both;
	font-size: 85%;
	margin: 3em 0 0 0;
	padding: 1em 30px;
	background: #ffffff url(../images/bg_footer.png) no-repeat bottom left;
}

/* -------------------------------------
CLEAR STYLES
Clears floats without extra markup.
------------------------------------- */

#wrapper:after,
#content:after,
#header:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
