/* CSS Document */

/*---------------------------------------------------------------------------------------------------------CSS RESET*/
html, body, form, fieldset {
        margin: 0;
        padding: 0;
		font: 100%/120% Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

/*---------------------------------------------------------------------------------------------------------GLOBAL STYLES*/

html, body {
	height: 100%;
}

body {
	background:url(../images/page-bg.jpg) center repeat-y #121312;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; /*need to replace w/ em size*/
	line-height:24px;
	color:#fff;
	}
	
div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:900px;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	/*background-color:#363835;*/
}

.clear {
	clear:both;
	}
	
/*---------------------------------------------------------------------------------------------------------HEADER STYLES*/

div#header {
	width:900px;
	height:295px;
	border-bottom:5px solid #d15138;
	background:url(../images/header-image.jpg) center bottom no-repeat;
	position:relative;
	}
	
div#header a.logo {
	position:absolute;
	left:40px;
	top:0px;
	}

div#header ul#nav {
	list-style:none;
	display:block;
	height:45px;
	margin:0;
	padding:5px 0px 0px 340px;
	background-color:#9fcbdf;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	/*border-bottom:5px solid #d15138;*/
	}
	
div#header ul#nav li {
	float:left;
	margin:0px 5px 0px 0px;
	background:url(../images/nav-button-right.jpg) top right no-repeat;
	}
	
div#header ul#nav li.active {
	background:url(../images/nav-active-right.jpg) top right no-repeat;
	}
	
div#header ul#nav li a {
	text-decoration:none;
	color:#363835;
	display:block;
	padding:10px;
	height:25px;
	background-color:#9fcbdf;
	float:left;
	}	
	
div#header ul#nav li.active a {
	color:#fff;
	background:url(../images/nav-active-left.jpg) top left no-repeat;
	}
	
div#header ul#nav li a:hover {
	text-decoration:none;
	color:#fff;
	background:url(../images/nav-button-left.jpg) top left no-repeat;
	}
	
div#header ul#nav li.active a:hover {
	background:url(../images/nav-active-left.jpg) top left no-repeat;
	}

div#header ul#subnav {
	display:block;
	height:30px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	background-color:#d15138;
	list-style:none;
	padding:0px 0px 0px 350px;
	margin:0px;
	}
	
div#header ul#subnav li {
	float:left;
	margin:8px 20px 0px 0px;
	}
	
div#header ul#subnav li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	}
	
div#header ul#subnav li.active a {
	text-decoration:underline;
	}
	
div#header ul#subnav li a:hover {
	text-decoration:underline;
	}

/*---------------------------------------------------------------------------------------------------------CONTENT AREA STYLES*/

div#content {
	width:820px;
	padding:40px;
	}
	
div#content h1 {
	font-size:24px;
	line-height:36px;
	font-weight:bold;
	font-style:italic;
	margin:0px 0px 40px;
	}
	
div#content h1 a {
	color:#9fcbdf;
	text-decoration:none;
	}
	
div#content h1 a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
	}
	
div#content h2 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#9fcbdf;
	margin:0px 0px 20px;
	border-bottom:1px dotted #d15138;
	}
	
div#content p {
	margin:0px 0px 20px 0px;
	}
	
div#content p a {
	color:#9fcbdf;
	text-decoration:none;
	}
	
div#content p a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
	}
	
div#content div.rule {
	display:block; 
	clear:both; 
	padding:0; 
	border:0; 
	margin-bottom:30px; 
	width:820px; 
	height:0px;
	border-bottom:1px dotted #d15138;
	}

div#content div.columnA {
	float:left;
	width:260px;
	margin-right:20px;
	}
	
div#content div.columnB {
	float:left;
	width:540px;
	margin-right:20px;
	}
	
div#content div.columnC {
	width:820px;
	}
	
div#content div.project1 {
	margin-right:20px; 
	float:left;
	width:260px;
	margin-bottom:30px;
	}
	
div#content div.project2 {
	margin-right:20px; 
	float:left;
	width:540px;
	margin-bottom:30px;
	}
	
div#content div.project1 h3, div#content div.project2 h3 {
	font-size:12px;
	line-height:24px;
	margin:10px 0px 0px;
	color:#d15138;
	/*font-weight:bold;*/
	}
	
div#content div.project1 p, div#content div.project2 p {
	margin:0px;
	}
	
/*div#content div.project1 p strong, div#content div.project2 p strong {
	color:#d15138;
	}*/
	
div#content div.project1 a {
	display:block; 
	width:250px; 
	height:115px; 
	border:5px solid #fff;
	}
	 
div#content div.project2 a {
	display:block; 
	width:530px; 
	height:160px; 
	border:5px solid #fff;
	}
	 
div#content div.project1 a:hover, div#content div.project2 a:hover {
	border:5px solid #9fcbdf;
	}
	
div#content div.project1 a.set, div#content div.project2 a.set {
	display:none; 
	border:none;
	}
	
div#content form {
	font-size:12px;
	line-height:22px;
	}
	
div#content form label {
	float:left;
	width:100px;
	}
	
div#content form textarea {
	width:260px;
	height:120px;
	}
	
div#content form input#button {
	margin-left:100px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-color:#d15138;
	height:30px;
	}

div#content form input, div#content form textarea {
	background-color:#9fcbdf;
	border:1px solid #fff;
	}

/*---------------------------------------------------------------------------------------------------------FOOTER STYLES*/

div#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

div#footer {
	width:820px;
	padding:0px 40px;
	margin:auto;
	border-top:5px solid #d15138;
	background-color:#9fcbdf;
	}

div#footer p {
	margin:15px 40px 0px 0px;
	font-size:10px;
	width:350px;
	color:#363835;
	float:left;
	}
	
div#footer p a {
	color:#d15138;
	text-decoration:none;
	}
	
div#footer p a:hover {
	text-decoration:underline;
	}
	
div#footer ul {
	list-style:none;
	display:block;
	margin:15px 0px 0px 0px;
	float:right;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	}
	
div#footer ul li {
	float:left;
	padding:0px 10px 0px 10px;
	margin-left:0px;
	/*border-right:1px solid #363835;*/
	}
	
div#footer ul li a {
	float:left;
	text-decoration:none;
	color:#363835;
	}
	
div#footer ul li a:hover {
	text-decoration:underline;
	color:#d15138;
	}