/**************************
Copyright (c) Oactave 2007
Handcoded by Steve Arscott
www.stevesportfolio.co.uk
**************************/

/*GLOBAL WHITE SPACE RESET*/
* 	{
	padding:0;
	margin:0;
	}
	
/*RESET EVERYTHING*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

/*PAGE LAYOUT*/
html, body{
	font-family: Tahoma, helvetica, sans-serif; 
	color: #474747; 
	background: url(img/bg.gif) repeat-x scroll;
}

#wrapper{
	width: 650px;
	margin: 0 auto;
}

.center{
	text-align: center;
}

.right{
	float: right;
	padding-left: 10px;
}
.left{
	float: left;
	padding-right: 10px;
}

img {
  	border: 0;
	z-index: -17;
}
.list{
	font-size: 14px;
	padding: 0;
	margin: 0 0 25px;
}
blockquote {
	font-size: 15px;
}
blockquote em{
	font-size: 13px;
}
blockquote div {
 	background: transparent url(img/quote.gif) left top no-repeat;
	padding-left: 24px;
}

/*MAIN CONTENT*/
#main_content{
	width: 600px;
	padding: 0 25px;
}

#content{
	padding-top: 28px;
}


/*NAVIGATION*/
#nav{
  	font-weight: normal;
  	text-align: center;
  	font-size: 125%;
  	padding-top: 9px;
  	padding-bottom: 11px;
  	}

#nav ul{ 
	list-style: none;
	margin: 0; 
	color: #c1c1c1;
}

#nav li{
	display: inline;
	margin: 0; 
}
#nav li span{
	padding: 0 5px;
	color: #fff;
}

#second_nav{
  	font-weight: normal;
  	text-align: center;
  	font-size: 95%;
	background-color: #4396bd;
	height: 27px;
	color: #ffffff;
	margin-top: 3px;
}

#second_nav ul{ 
	list-style: none;
	padding: 8px 0 13px;
	margin: 0;
	color: #c1c1c1;
}

#second_nav li{
	display: inline;
	margin: 0;
	padding: 2px;
}
#second_nav li span{
	color: #ffffff;
}
.t{
	background: url(img/sec_nav_shadow.gif) repeat-x 0 0;
	padding-top: 1px;
}
.b{
	background: url(img/sec_nav_bot.gif) repeat-x 0 26px;
}

#skip{
	font-size: 11px;
}

#breadcrumb{
	height: 25px;
	float: left;
	margin: 12px -500px 0 4px;
}
#search {
	height: 25px;
	margin: 0 0 -40px;
	padding: 15px 5px 0 0;
}


/*TEXT*/
h1{
	font-weight: normal;
	margin: 0;
	padding-bottom: 18px;
	font-size: 150%;
	color: #103f5b;
}

h2{
	font-weight: normal;
	margin: 0;
	padding-bottom: 18px;
	font-size: 125%;
	color: #103f5b;
}
h4{
	margin: 0;
	font-size: 105%;
}

p{
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

#content p{
	padding-bottom: 25px;
}
#breadcrumb p {
	font-size: 11px;
}

.text{
	color: #8d8d8d;
}

/*LINKS*/
a{
	color: #0079c5;
	font-weight: normal;
	text-decoration: none;
}

a:visited{
	color: #d4632a;
}

a:hover{
	text-decoration: underline;
}

#nav{
	color: #ebebeb;
}

#nav a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

#nav a:visited{
	color: #ffffff;
}

#nav a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #f7f7f7;
}

#second_nav a{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;

}

#second_nav a:visited{
	color: #ffffff;
}

#second_nav a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #f7f7f7;
}
#skip a:visited{
	color: #0079c5;
}

.gallery ul{ 
	list-style: none;
	padding: 10px;
	margin: 0; 
}

.gallery li{
	display: inline;
	padding: 5px;
	margin: 0; 
}
.gallery img{
	margin-bottom: 12px;
}

.contact{
	margin: 0;
}

/*WHATS NEXT SECTION*/

#next_list ul{
	margin: 0;
	}
#next_list li {
	border-bottom: 1px solid #fff;
	font-size: 125%;
	letter-spacing: -.5px;
	list-style: none;
	margin: 0 0 25px;
}
#next_list li a {
	border: 1px solid #474747;
	display: block;
	background: #f7f6f7;
	padding: 15px;
	color: #0079c5;
	}
#next_list li a:hover {
	border: 1px solid #474747;
	background: #fff;
	}

/*FOOTER*/

#footer p{
	text-align: center;
	margin: 0;
	font-size: 11px;
}

#footer {
  padding: 30px 0 20px 20px;
  clear: both;
  }


/*CLEAR FLOATS*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

