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



body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 87.5%;/*14px=87.5%=1em*/
	font-weight: bold;
	line-height: 1.714em;
	color: #006a72;
	text-align: justify;
}

html, body, #contentwrapper {height: 100%;}

body > #contentwrapper {height: auto; min-height: 100%;}


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

a:hover {
	color: #006a72;
	text-decoration: underline;
}

#right a:link, #right a:visited {
	color: #fff;
}

#right a:hover {
	color: #fff;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
}

h2 {
	font-size: 1.286em;
	font-weight: bold;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.143em;
	font-weight: bold;
}

p {margin: 12px 0;}

#contentwrapper {
	width: 100%;
}

#topcontentwrapper {
	background-image:url(../images/contentbackground.jpg);
	background-repeat: repeat-x;
	height: 122px;
}

/*HEADER*/

#topcontent {
	height: 122px;
	background-image:url(../images/headerlinebackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	width: 891px;
	margin-left: 9px;
}

h1.logo {	
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 293px;
	height: 32px;
	margin: 25px 0 0 0;
}

h1.logo span {
	display: none;
}

ul.mainnav {
	padding-top: 18px;
	height: 25px;
}
ul.mainnav li {
	display: inline;
	font-size: 1.071em;
	padding-right: 28px;
	height: 25px;
}

.mainnav li a {
	height: 25px;
}

.mainnav li a:link {
	height: 25px;
}

.mainnav li a:hover {
	color: #fdbc5f;
	text-decoration: none;
}

.mainnav li a.onpage {
	color: #fdbc5f;
	text-decoration: none;
}

/*COLUMNS*/
#columns {
	padding-bottom: 93px;
}

#left {
	padding-top: 20px;
	padding-bottom: 30px;
}

#index #left {
	padding-top: 60px;
}

#aboutme {
	background-image:url(../images/aboutmebackground.jpg);
	background-repeat: no-repeat;
	width:433px;
	height: 256px;
	padding: 41px 29px 0 25px;
	font-weight: normal;
	line-height: 1.429em;
	margin-top: 10px;
}

.mainimage {
	margin-bottom: 12px;
}

#thumbnails {
	margin-bottom: 25px;
}

#thumbnails img {
	margin-right: 12px;
}

#right {
	color: #fff;
	padding-top: 39px;
	background-image:url(../images/rightcolumnbackground.jpg);
	background-repeat:repeat-y;
}

#rightholder {
	margin-left: 33px;
	width: 205px;
	margin-bottom: 10px;
	min-height: 350px;
	_height: 350px;
}

#otherlinks {
	text-align: left;
	margin-bottom: 15px;
	padding-left: 15px;
}

#right h2 {
	margin-bototm:13px;
	font-weight: bold;
	width: 205px;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding-bottom: 7px;
}

/*RECENT WORK*/

#recentwork {
	width: 200px;
	padding: 0;
	margin: 0 auto;
}

#recentwork li {
	list-style-type: none;
	margin-bottom: 14px;
}

#recentwork li a:link img, #recentwork li a:visited img {
	padding: 2px 0;
}

#recentwork li a:hover img {
	background-color: #fdbc5f;
}

/*FOOTER*/
#footerwrapper {
	background-image:url(../images/11original.jpg);
	background-repeat: repeat;
	/*position: fixed;*/
	/*bottom: 0;*/
	z-index: 100;
	height: 81px;
	border-top: 12px solid #fdbc5f;
	width: 100%;
	margin-top: -93px;
}

#footernav {
	color:#fff;
	font-weight:normal;
	font-size: 0.929em;
	width: 706px;
	margin: 17px auto 0 auto;
}

#footernav li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px;
}

#footernav li.listlast {
	border-right: none;
}

#footernav li a:link, #footernav li a:visited {
	color: #fff;
}

#footernav li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerlogo {
	opacity: .3;
	filter:alpha(opacity=30);
	width: 187px;
	float: right;
	margin-right: 26px;
}
