/* CSS Document */
body {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6C4143;
	text-align: center;
}

.title {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:italic;
	font-weight: bold;
	color: #6C4143;
	padding-right:10px;
	padding-left:5px; /*added 24sep07 when putting images into tables rather than divs for contribute viewing*/
}

h1 {
	font-size: 1.2em;
	color: #72C3E6;
	font-weight: bold;
	padding-bottom:5px;
	padding-top:5px;
}

h2 {
	font-size: 1.0em;
	color: #2E3286;
	font-weight: bold;
	font-style:italic;
	
}
#blueoutline {
	border: #2E3286 2px solid;
	background-color:#FFFFFF;
	margin: 0px auto; /* the auto part is needed to centre the box in firefox */
	padding-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 20px;
	position:relative;
	text-align: left;
	width: 745px;
}

#skipnav {
	background-color:#FFFFFF;
	color:#FFFFFF;
	text-decoration: none;
	text-indent: -9999px;
	font-size:1px;
	height:1px;
}

#top {
	padding: 0px;
	margin: 0px;
	background-image: url(imgs/topimage.jpg);
	background-repeat:no-repeat;
	border-bottom: #2E3286 2px solid;
}

.linkimage {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.imageborder {
	border: #2E3286 3px solid;
}
.imageborderprogress {
	border: #2E3286 3px solid;
	position:relative; 
	float:left; 
	margin-left:0px; margin-right:10px; margin-bottom:2px; margin-top:10px; 
	width:600px;
}
.emptydiv {
	font-size:1px;
	line-height:0;
	height:0px;
	overflow:hidden;
}

#navigation {
	background-color: #72C3E6;
	height: 30px;
	border-bottom: #2E3286 2px solid;
}

#nav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block; 		
	overflow: hidden;
	width: 452px;
}

#nav li {
	position: absolute;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
	height: 30px; 		
}

#nav li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	height: 30px;
}

li#nav_intro {
	left: 0px; width: 113px; 
}
li#nav_intro a{
	background: url(imgs/intro.gif) top left no-repeat;
}
li#nav_intro a:hover, #nav_intro a.selected {
	background: url(imgs/intro.gif) no-repeat;
	background-position: 0 -30px;
}
li#nav_philosophy {
	left: 114px; width: 113px;
}

li#nav_philosophy a {
	background: url(imgs/philosophy.gif) top left no-repeat;
}
li#nav_philosophy a:hover, #nav_philosophy a.selected{
	background: url(imgs/philosophy.gif) no-repeat;
	background-position: 0 -30px;
}
li#nav_portfolio {
	left: 228px; width: 113px;
}
li#nav_portfolio a {
	background: url(imgs/portfolio.gif) top left no-repeat;
}
li#nav_portfolio a:hover, #nav_portfolio a.selected {
	background: url(imgs/portfolio.gif) no-repeat;
	background-position: 0 -30px;
}
li#nav_contact {
	left: 342px; width: 113px;
}
li#nav_contact a {
	background: url(imgs/contact.gif) top left no-repeat;
}
li#nav_contact a:hover, #nav_contact a.selected {
	background: url(imgs/contact.gif) no-repeat;
	background-position: 0 -30px;
}

#content {
	padding-left: 10px; padding-right: 10px; 
	margin-top: 20px;
}

#footerlinks {
	clear: both;
	position:relative;/*added new 24sep07 for contribute layout*/
	padding-top: 10px;
	font-size: 0.9em;
	text-align: center;
}

#footer {
	clear: both;
	position:relative;/*added new 24sep07 for contribute layout*/
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;
}

li {
	list-style-image: url(imgs/bullet.gif);
	padding-bottom: 4px;
}

a:link {
	color:#72C3E6;
	}

a:visited{
	color:#9D6A64;
	}
	
a:active{
	color:#2E3286;
	}
