@charset "utf-8";

/* CSS Document */

/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	scrollbar-arrow-color:#1e1710;
	scrollbar-face-color:#d6c56b;
	scrollbar-highlight-color:#A79465;
	scrollbar-3d-light-color:#0C0E3F;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#ca0007;
	scrollbar-shadow-color:#ca0007;
	scrollbar-track-color:#c4b361;
	background-color:#65572d;
	background-image:url(images/bg_header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.35em;
	
	margin-top:0px;
	
	text-align:center;
	
}

#wrap
{
	position:relative;
	
	width:800px;
	
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0pt;
	
	height:100%;
	
	text-align:left;
}


#content
{
	
	position:relative;
	
	margin-left:auto;
	margin-right:auto;
	
	margin-top:0px;
	
	width:800px;
	
	z-index: 3;
}

/* text variations */

a { color: #65572d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { color: #542006;
	font-weight: bold;
	text-decoration: none;
}

.heading { font-size: 1.2em;
	color: #542006;
	font-weight: bold;
}

.photoheading { font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}


.emph { color: #65572d;
	font-weight: bold;
	font-size: 1.1em;
}

.emphreg { color: #65572d;
	font-weight: bold;
}

/* table */
table.header
{
	width:800px;
	border:none;
}

td.top_nav { height: 52px;}

td.left_nav
{
	width: 179px;
	height: 100%;
	
	vertical-align: top;
	
	background-color: #6D2B09;
	background-image: url(images/button_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

td.left_nav a {
	display: block;
	font-size: 12px;
	color: #D6C56B;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 5px 10px 15px;
	text-decoration: none;
}

td.left_nav a:hover {
	color: white;
	text-decoration: underline;
}

td.left_nav a.act {
	display: block;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 5px 10px 15px;
	text-decoration: none;
}

td.left_nav a.act:hover {
	color: #D6C56B;
	text-decoration: underline;
}

td.left_nav a.actsub {
	display: block;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 20px;
	text-decoration: none;
	line-height: 10px;
}

td.left_nav a.actsub:hover {
	color: #D6C56B;
	text-decoration: underline;
}


/* copy area */
td.copy
{
	color: #542006;		
	width: 621px;
	
	background-color:#793c1d;	
	
	vertical-align:top;
	background-image: url(images/copy_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

table.copyarea { width: 621px;
}

td.main_copy { 
	width: 621px;
	padding: 0 25px 15px 53px;
}
td.main_copy div.copy { background-color: white;
	padding: 20px 20px;
}

td.left_copy {
	width: 421px;
	vertical-align: top;
	text-align: left;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
}
td.left_copy div.copy { padding: 20px 20px 20px 73px;	
}

td.right_copy { width: 200px;
	vertical-align: top;
	text-align: left;
	background-image: url(images/right_bg.gif);
	background-repeat: repeat-y;
}
td.right_copy div.copy { padding: 20px 30px 20px 15px;
}

.portfolio { 
	padding: 0 25px 15px 53px;
}

#footer { background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	height:54px;
}

#footer .links { padding-top: 10px;
	text-align: center;	
	font-weight: normal;
	font-size: 12px;
}

#footer .links a { color: black;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}

#footer .links a:hover { 
	color: #c26601;
}

/* form */
.login { border: solid 1px #65572d;
}

hr { color: #542006;
	height: 1px;
}





