/* TABLE OF CONTENTS 
Color Key
General Page Formatting
Navigation
Footer
Home Page-Specific Content
About Page-Specific Content
Projects Page-Specific Content
Contact Page-Specific Content
*/

/* COLOR KEY
background blue = #32496E
lt. blue = #6E819F
dk. blue = #343862
lt. grey = #D3D3D3
*/

/* BEGIN GENERAL PAGE FORMATTING */
html {
	overflow: scroll;
}

body {
	background: #32496E;
	text-align: center;
	min-width: 780px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

#container {
	position: relative;
	width: 780px;
	padding: 0;
	margin: 0 auto;	
	background: url(images/container_bg.gif) 100% 0 repeat-y #fff;
}


#content-wrap {
	float: left;
	width: 780px;
	background-position: 100% 0;
	background-repeat: no-repeat;
} 

#content {
	background: url(images/content_bottom_bg.jpg) 100% 100% no-repeat/* #fff*/;
	float:left;
	min-height: 380px;
	text-align: justify;
	width: 706px;
	padding: 10px 30px;
}

*html #content {
	margin-top: -3px;
	height: 380px;
}

#texthead {
	margin: 20px 200px 0 27px;
}

p, li {
	color: #343862;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 17px 0;
}

h1 {
	color: #6E819F;
	font-family: Helvetica, Verdana, sans-serif;
	text-align: left;
	font-size: 39px;
	font-weight: normal;
	margin: 15px 0 0 0;
}

.t {
	font-style: italic;
}

.b {
	font-weight: bold;
}

#content p a, #content li a {
	color: #343862;
	text-decoration: none;
	border-bottom: 1px dashed #6E819F;
}

#content p a:hover, #content p a:active, #content li a:hover, #content li a:active {
	border-bottom: 1px solid #D3D3D3;
	background: #D3D3D3;
}

a img {
	border: 1px #67A1D3 solid;
}

a:hover img, a:active img {
	border: 1px #BB2D04 solid;
}

#header {
	width: 780px;
	height: 187px;
	float: left;
}

#logo {
	margin-top: 20px;
}

a {
	outline: none;
}
/* END GENERAL PAGE FORMATTING */

/* BEGIN NAVIGATION */
/* EXCEPT Index Navigation */
#nav{
	float: left;
	list-style: none;
	margin: 154px 0 0 15px;
	padding: 0px;
	height: 33px;
	display: inline;
	overflow: hidden;
	width: 410px;
	background-color: #6E819F;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	margin: 0 6px 0 5px;
	padding: 33px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:33px; /* for IE5/Win */
}
	
#nav a:hover {
	background-position: 0 -33px;
}

#nav a:active {
	background-position: 0 -33px;
}

#nav a:hover.selected, #nav a.selected {
	background-position: 0 -66px;
}

#nhome a {
	width: 77px;
	background: url(images/nav_home.gif) top left no-repeat;
}

#nabout a {
	width: 81px;
	background: url(images/nav_about.gif) top left no-repeat;
}

#nprojects a {
	width: 103px;
	background: url(images/nav_projects.gif) top left no-repeat;
}

#ncontact a {
	width: 98px;
	background: url(images/nav_contact.gif) top left no-repeat;
}
/* END NAVIGATION */

/* BEGIN FOOTER */	
#footer {
	clear: both;
	width: 760px;
	height: 25px;
	background: #6E819F;
	padding: 2px 10px 0px 10px;
	margin: 0;
}

*html #footer {
	border-bottom: none;
}

#footer p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #D3D3D3;
}

#co {
	float: left;
	width: 350px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#cred {
	float: right;
	width: 400px;
	text-align: right;
	padding: 0;
	margin: 0;
}

#footer a {
	color: #D3D3D3;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
/* END FOOTER */	

/* BEGIN HOME PAGE-SPECIFIC CONTENT */
#index #container {
	position: relative;
	width: 780px;
	padding: 0;
	margin: 0 auto;	
	background: none;
}

#index-content {
	width: 731px;
	height: 354px;
	background: #6E819F;
	border: 6px solid #343862;
}

#index-steve {
	width: 257px;
	float: left;
}

#index-melanie {
	width: 257px;
	float: right;
}

#index-logo-nav {
	padding-top: 30px;
}

*html #index-logo-nav {
	float: left;
}

#index #nav{
	float: left;
	list-style: none;
	margin: 20px 44px 0 44px;
	padding: 0px;
	height: 150px;
	display: inline;
	overflow: hidden;
	width: 128px;
	background-color: #6E819F;
}
	
#index #nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#index #nav a {
	float: left;
	margin: 0 0 8px 0;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win */
}
	
#index #nav a:hover {
	background-position: 0 -40px;
}

#index #nav a:active {
	background-position: 0 -40px;
}

#index #nabout a {
	width: 101px;
	margin: 0 14px 8px 13px;
	background: url(images/nav_index_about.gif) top left no-repeat;
}

#index #nprojects a {
	width: 128px;
	background: url(images/nav_index_projects.gif) top left no-repeat;
}

#index #ncontact a {
	width: 122px;
	margin: 0 3px 8px 3px;
	background: url(images/nav_index_contact.gif) top left no-repeat;
}
/* END HOME PAGE-SPECIFIC CONTENT */

/* BEGIN ABOUT PAGE-SPECIFIC CONTENT */
#about #header {
	background: url(images/header_2.jpg) 0 0 no-repeat #6E819F;
}

#about #content-wrap {
	background-image: url(images/content_bg_2.jpg);
}

.biopic_r {
	float: right;
	margin: 5px 0px 1px 10px;
	border: 1px solid #9b9b9b;
}

.biopic_l {
	float: left;
	margin: 5px 10px 1px 0px;
	border: 1px solid #9b9b9b;
}
/* END ABOUT PAGE-SPECIFIC CONTENT */

/* BEGIN PROJECTS PAGE-SPECIFIC CONTENT */
#projects #header {
	background: url(images/header_3.jpg) 0 0 no-repeat #6E819F;
}

#projects #content-wrap {
	background-image: url(images/content_bg_3.jpg);
}
/* END PROJECTS PAGE-SPECIFIC CONTENT */

/* BEGIN CONTACT PAGE-SPECIFIC CONTENT */
#contact #header {
	background: url(images/header_1.jpg) 0 0 no-repeat #6E819F;
}

#contact #content-wrap {
	background-image: url(images/content_bg_1.jpg);
}
/* END CONTACT PAGE-SPECIFIC CONTENT */