@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html, body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #250700;
	color: #927c62;
}

ol, ul {
	list-style: circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}





/*---------------------------------
	MAIN STYLES STYLES
---------------------------------*/

#wrapper{
	margin: 0px auto 0px auto;
	width: 950px;
}

#header{
	width: 950px;
	height: 100px;
}

#mainNav{
	width: 100%;
	height: 30px;
	float: right;
}

#footer{
	float: left;
	position: relative;
	width: 950px;
	height: 30px;
	padding-top: 10px;
	text-align: right;
	border-top: solid 2px #927c62;
}

#sidebar{
	position: relative;
	width: 200px;
	_width: 180px;
	float: left;
	margin-right: 25px;
}

#mainContent{
	float: left;
	position: relative;
	width: 925px;
	padding: 25px 0px 25px 25px;
}



/*---------------------------------
	HEADER STYLES
---------------------------------*/


#header img{
	float: left;
}


/*---------------------------------
	PORTFOLIO STYLES
---------------------------------*/


.thumb_container{
	position: relative; /*leave this value alone*/
	float: left;
	width: 680px;
	_width: 690px;
}

.thumb_container .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 680px;
	_width: 690px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


.homepage{
	position: relative; /*leave this value alone*/
	float: left;
	width: 740px;
	margin-left: 120px;
	*margin-left: 50px;
}

.homepage table{
	margin-top: 20px;
	font: bold 12px Verdana, "Times New Roman", Times, serif;
	text-align: center;
}

.homepage table td{
	text-align: center;
}

.homepage .panel img{
	margin: 0px;
}

.homepage .panel a{
	float: left;
	border: solid 5px #927c62;
	margin-left: 13px;
}

.homepage .panel a:hover{
	float: left;
	border: solid 5px #925725;
	margin-left: 13px;
}

.panel img{
	margin: 0px;
}

.panel a{
	float: left;
	border: solid 5px #927c62;
	margin: 5px;
}

.panel a:hover{
	float: left;
	border: solid 5px #925725;
	margin: 5px;
}



/*---------------------------------
	H STYLES
---------------------------------*/


h2{
	font: normal 16px Verdana, "Times New Roman", Times, serif;
	color: #927c62;
	height: 25px;
	text-align:center;
	border-bottom: solid 1px #927c62;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*---------------------------------
	MAIN CONTENT STYLES
---------------------------------*/


.imgborder{
	border: solid 7px #925725;
	float: left;
}

div.about{
	float: left;
	width: 260px;
	margin-left: 25px;
}

.about a{
	font: normal 12px Arial;
	font: italic 13px Georgia, "Times New Roman", Times, serif !important;
	color: #925725;
	text-decoration: none;
}

.about a:hover{
	font: normal 12px Arial;
	color: #925725;
	text-decoration: underline;
}


div.photo{
	width: 614px;
	float: left;
}

div.photo p{
	font: normal 13px Verdana, "Times New Roman", Times, serif 
	padding-top: 10px;
}

blockquote{
	padding-top: 20px;
	font: italic 13px Georgia, "Times New Roman", Times, serif !important;
	text-align: center;
}

#mainContent p{
	line-height: 2.6;
	font: normal 12px Arial;
}

#mainContent a.sublinks{
	font: normal 12px Arial;
	color: #925725;
	text-decoration: none;
}

#mainContent a.sublinks:hover{
	font: normal 12px Arial;
	color: #925725;
	text-decoration: underline;
}



/*---------------------------------
	GENERAL STYLES
---------------------------------*/


hr{
	border: solid 1px #e4e4e4;
	margin-top: 15px;
}

em{
	font: italic 11px Georgia, "Times New Roman", Times, serif;
}

strong{
	font: bold 11px Verdana, "Times New Roman", Times, serif;
}



/*---------------------------------
	NAVIGATION STYLES
---------------------------------*/

a.active{
	text-decoration:none;
	color: #925725 !important;
}

.headerNav{
	position: relative;
	float: right;
	margin-top: 40px;
}

.headerNav ul {
	margin:0 0 0 0;
	padding:0;
}

.headerNav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.headerNav ul li a {
	float: left;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-right: 10px;
	border-right: solid 1px #927c62;
	display: block;
	text-indent: 10px;
	text-decoration:none;
	color:#927c62;
	font: italic 15px Georgia;
}

.headerNav ul li a:hover {
	text-decoration:none;
	color: #925725;
}


/*---------------------------------------------*/


.sidenav{
	margin-top: 30px;
}

.sidenav ul {
	margin:0 0 0 0;
	padding:0;
}
.sidenav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}
.sidenav ul li a {
	text-align: right;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	display: block;
	text-decoration:none!important;
	color:#927c62;
	font: 12px Verdana !important;
	width: 180px;
}
.sidenav ul li a:hover {
	text-decoration:none!important;
	color: #925725!important;
}