@charset "UTF-8";
/* CSS Document */

/* 

**********  Colour pallet:  **********
Orange #f9a455;
Pale grey #EAECED;

*/

body {
	background: #949699;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a, a:link, a:visited {
	color: #464749;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*headings and paragraphs*/

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

h2 {
	font-size: 1em;
	font-weight: normal;}


p, li, h2 {
	line-height: 1.2em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* text colours and backgrounds */


.black {
	color: #000000;
}


img {
	border: none;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}

/*structural styling*/


#wrapper {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*height: 100%;*/
}

#centerContent {
	margin: 30px auto;
	padding: 0px;
	width: 990px;
}

#contentBg {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 990px;
}

#leftCol {
	position: relative;
	float: left;
	top: 182px;
	width: 180px;
	margin: 0px;
}

#leftCol p {
	display: block;
	width: 168px;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* Navigation Styling */

a.topnav, a.topnav:link, a.topnav:visited {
	display: block;
	width: 168px;
	height: 14px;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

a.home, a.home:link, a.home:visited {
	background: transparent url(../images/home.gif) no-repeat top right;
}

a.homeSel, a.homeSel:link, a.homeSel:visited {
	background: transparent url(../images/home_f3.gif) no-repeat top right;
}

a.home:hover {
	background: transparent url(../images/home_f2.gif) no-repeat top right;
}



a.about, a.about:link, a.about:visited {
	background: transparent url(../images/about_neil.gif) no-repeat top right;
}

a.aboutSel, a.aboutSel:link, a.aboutSel:visited {
	background: transparent url(../images/about_neil_f3.gif) no-repeat top right;
}

a.about:hover {
	background: transparent url(../images/about_neil_f2.gif) no-repeat top right;
}



a.current, a.current:link, a.current:visited {
	background: transparent url(../images/current.gif) no-repeat top right;
}

a.currentSel, a.currentSel:link, a.currentSel:visited {
	background: transparent url(../images/current_f3.gif) no-repeat top right;
}

a.current:hover {
	background: transparent url(../images/current_f2.gif) no-repeat top right;
}



a.portfolio, a.portfolio:link, a.portfolio:visited {
	background: transparent url(../images/portfolio.gif) no-repeat top right;
}

a.portfolioSel, a.portfolioSel:link, a.portfolioSel:visited {
	background: transparent url(../images/portfolio_f3.gif) no-repeat top right;
}

a.portfolio:hover {
	background: transparent url(../images/portfolio_f2.gif) no-repeat top right;
}



a.contact, a.contact:link, a.contact:visited {
	background: transparent url(../images/contact.gif) no-repeat top right;
}

a.contactSel, a.contactSel:link, a.contactSel:visited {
	background: transparent url(../images/contact_f3.gif) no-repeat top right;
}

a.contact:hover {
	background: transparent url(../images/contact_f2.gif) no-repeat top right;
}

a.std, a.std:link, a.std:visited {
	display: block;
	width: 168px;
	text-align: right;
	font-size: 0.85em;
	color: #464749;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

a.std:hover {
	color: #666;
	text-decoration: none;
}

a.sel, a.sel:link, a.sel:visited {
	color: #ffffff;
}



#content {
	position: relative;
	float: left;
	width: 810px;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	margin: 70px 0px 67px 0px;
	padding: 0px;
}

#header p {
	font-size: 0.8em;
	color: #464749;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#bodycopy {
	position: relative;
	float: left;
	/*background: #eeeeee;*/
	left: 25px;
	width: 300px;
	margin: 0px 0px 0px 0px;
}

#contentHolder {
	float: left;
	width: 810px;
	height: 408px;
	margin: 0px;
	padding: 0px;
}

.blue {
	float: left;
	margin: 0px;
	background: #B4C5D1;
	width: 810px;
	height: 333px;
}

.column {
	float: left;
	color: #464749;
	margin: 0px;
	width: 276px;
	height: 333px;
}

.blue img {
	margin: 0px 0px 0px 25px;
}

.blue h1, .column h1 {
	margin: 25px 25px 3px 25px;
}

.blue h2, .column h2 {
	margin: 0px 25px 8px 25px;
}

.blue p, .column p {
	font-size: 0.98em;
	margin: 0px 25px 15px 25px;
}



.midGrey {
	background: #D5D5D5;
}

.grey {
	background: #EAEAEA;
}


#picHolder {
	display: block;
	float: right;
	width: 460px;
	height: 515px;
	margin: 0px;
	padding: 0px;
}

#picHolder.home {
	float: left;
	width: 810px;
	height: 408px;
	margin: 0px;
	padding: 0px;
}

.caption {
	/*position: absolute;
	top: 470px;*/
}

#picHolder p {
	font-size: 0.75em;
	margin: 10px 25px 0px 0px;
}

#picHolder p.portrait {
	margin: 10px 25px 0px 72px;
}

#prevNext {
	position: absolute;
	z-index: 1000;
	top: 450px;
	left: 25px;
}

#prevNext a, #prevNext a:link, #prevNext a:visited {
	color: #000000;
	text-decoration: underline;
}

#prevNext a:hover {
	text-decoration: none;
}

#thumbHolder {
	display: block;
	float: left;
	width: 810px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

#thumbHolder img {
	float: left;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}


#flashInterface {
	margin: 0px 0px 15px 0px;
	background: #dddddd;
	width: 810px;
	height: 333px;
}

.formel {
	border: none;
	background: #E6DEEC;
	color: #330066;
	width: 140px;
	padding: 2px 2px 2px 5px;
}

