@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #908E93;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.nobreak {
	white-space: nowrap;
}


p { 
	font-size: 1em;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

H1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
	color: #42210B;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

#wrapper {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#header {
	width: 816px;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
}

#header img {
	margin: 20px 15px 0px 15px;
	padding: 0px;
}

#strapline {
	position: relative;
	float: left;
	width: 150px;
	color: #42210B;
	border-left: 2px solid #EFEBE8;
	margin: 20px 15px 0px 15px;
	padding: 0px 0px 0px 25px;
}

#contentWrap {
	padding: 0px;
	margin: 0px auto;
	width: 816px;
}


#contentHolder {
	position: relative;
	float: left;
	margin: 0px auto;
	padding: 0px;
	width: 816px;
}


/*main navigation*/

#mainNav {
	position: relative;
	float: left;
	display: block;
	margin: 0px;
	width: 816px;
	height: 42px;
}

#mainNav ul {
	list-style-type: none;	
	display: block;
	margin: 0px;
	padding: 0px;
}
	
#mainNav ul li {
	display: block;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#mainNav ul li.news {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px 8px;
}

#mainNav a {
	display: block;
	/*background: #EA9D21 url(../images/left_tab.gif) no-repeat center top;*/
	color: #ffffff;
	/*font-weight: normal;*/
	/*width: 91px;*/
	height: 28px;
	width: 100px;
	text-decoration: none;
	margin: 0px 1px 0px 1px;
	padding: 0px;
}

#mainNav a:hover {
	background-position: center bottom;
}

#mainNav a.selected, #mainNav a.selected:hover {
	background-position: center bottom;
}

#mainNav img {
	/*margin: 0px;*/
	padding: 0px;
}




#content {
	position: relative;
	float: left;
	/*top: 0px;*/
	width: 284px;
	margin: 10px 0px 0px 0px;
}

#content p.paging {
	text-align: right;
	margin: 0px 0px 20px 0px;
}

#content H1 {
	padding: 0px;
	margin: 0px 10px 15px 0px;
}

#content a:link { color: #42210B; text-decoration: none; }
#content a:visited { color: #42210B; text-decoration: none; }
#content a:hover { color: #42210B; text-decoration: underline; }

#content a.portfolio, #content a.portfolio:link, #content a.portfolio:visited {
	background: #ffffff url(../images/pagenum_bg_fade.gif) no-repeat;
	color: #42210B;
	text-align: center;
	text-decoration: none;
	padding: 5px 9px 5px 7px;
	margin: 0px 2px 0px 0px;
}

#content a.portfolio:hover {
	background: #ffffff url(../images/pagenum_bg.gif) no-repeat;
	color: #ffffff;
	text-align: center; 
	padding: 5px 9px 5px 7px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
}

#content a.selected, #content a:link.selected, #content a:visited.selected {
	background: #ffffff url(../images/pagenum_bg.gif) no-repeat;
	color: #ffffff;
	text-align: center; 
	padding: 5px 9px 5px 7px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
}

#content a:hover.selected {
	background: #ffffff url(../images/pagenum_bg.gif) no-repeat;
	color: #ffffff;
	text-align: center; 
	padding: 5px 9px 5px 7px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
}


.picholder {
	float: left;
	border: 1px solid #dddddd;
	width: 66px;
	height: 66px;
	margin: 0px 2px 2px 0px;
	vertical-align: middle;
	padding: 0px;
}

.picholder a, .picholder a:link, .picholder a:visited {
	display: block;
	border: 2px solid #ffffff;
	width: 62px;
	height: 62px;
}

.picholder a:hover {
	display: block;
	border: 2px solid #42210B;
	width: 62px;
	height: 62px;
}


#photo 
{
	position: relative;
	float: left;
	background: #ffffff url(../images/crop_marks.gif) no-repeat;
	display: table-cell;
	width: 528px;
	height: 528px;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
}

#photo img {
	margin-top: expression(( 528 - this.height ) / 2);
	vertical-align: middle;
}


#contact {
	position: relative;
	float: left;
	background: #F0ECE9;
	width: 816px;
	margin: 5px 0px 0px 0px;
}

#contact p {
	font-weight: normal;
	font-size: 0.8em;
	color: #42210B;
	padding: 6px 0px 6px 15px;
	margin: 0px;
}

#contact a, #contact a:link, #contact a:visited {
	color: #FCA14C;
}

#contact a:hover {
	text-decoration: underline;
}

#footerlink { 
	position: relative;
	float: left;
	font-weight: normal; 
	font-size: 0.8em; 
	color: #a09085; 
	margin: 5px 0px 0px 0px; 
}

#footerlink a, #footerlink a:link, #footerlink a:visited { 
	color: #a09085; 
	text-decoration: none; 
}
#footerlink a:hover { 
	text-decoration: underline; 
}

#scroll {
	padding: 0px 30px 0px 0px;
	width: 660px;
	overflow: auto;
	height: 340px;
}

#scroll hr {
	text-align: left;
	width: 540px;
	color: #ffffff;
	margin: 15px 0px 15px 0px;
}


/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbar {
	width: 16px;
	background: #ffffff url(../images/scroll_bar.gif) no-repeat;
	height: 16px !important;
}

.vscrollerbase {
	width: 16px;
	background: transparent url(../images/scroll_line.gif) repeat-y ;
	/*background: #ffffff;*/
	/*border-left: 1px #EA9D21 solid;*/
}

.vscrollerbasebeg {
	width: 0px;
	height: 0px !important;
	background: url(../images/scroll_top.gif) top left no-repeat;
}
.vscrollerbaseend {
	height: 18px;
	width: 18px;
	background: url(../images/scroll_bot.gif) no-repeat;
}

.hscrollerbase {
	height: 18px; 
	background-color: white;
}
.hscrollerbar {
	height: 18px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}

.scrollerjogbox {
	width: 18px;
	height: 18px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background: #ffffff;
}