/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 arial, helvetica, sans-serif;
color:#795F3E;
}

/*
* { border:1px red dashed; }
*/
/***** Wrapper *****/
 
#wrap {
width:900px;
margin:0 auto;
position:relative;
border:1px white solid;
padding:106px 0 0 0 ;
}

#logo{
	position:absolute;
	font-size:18px;
	font-weight:bold;
	left: 15px;
	top: 30px;
	text-align:center
}

#logo_big{font-size:24px}

#footer{
	height:64px;
	width:900px;
	text-align:center;
	padding:16px 0 0 0 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8A8B8B;
	clear:left;
	margin:0;
}

#home_image_box{  height:450px; }
#home_col_one{ width:67px; height:450px; background:url(../images/home_left_col.gif) repeat-y; float:left; padding:0;  }
#home_col_two{ width:762px; height:450px; float:left; padding:0; background:url(../images/home_bkg.gif)  }
#home_col_three{ width:70px; height:450px; background:#795F3E; border-left:1px solid white; float:left; padding:0;  }

#sub_box{    width:900px; background-image:url(../images/sub_bkg.gif); position:relative; padding:0; margin:0 }
#about_box{    width:900px; background-image:url(../images/about_bkg.gif); position:relative; }
#big_image{width:525px; margin:0 0 0 142px; text-align:center}

#about_text{width:449px; margin:0 0 0 142px; padding:30px 38px; float:left;  height:450px;}

.arrows{margin-bottom:-1px;}

#nav {
	position:absolute;
	top:45px;
	left:238px;
	padding:0;
	margin:0;
	z-index:100;
}

#nav  li {
	display:inline;
	list-style:none;
	padding: 0 16px;
	border-right: 1px solid #717045;
	float:left;
	
}

#nav a { 
	width:90px; 
	display:block; 
	color:#333; 
	text-decoration:none; 
	font-size:11px; 
	text-align:center; 
	vertical-align:bottom;  
	height:20px; 
	padding-top:2px
}

#nav  a:hover { 
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	background-image:url(../images/nav_bkg.gif); 
	background-repeat:no-repeat;
	background-position:0px 2px;

}

#nav a.current { 
	display:block; 
	color:#FFF; 
	text-decoration:none; 
	background-image:url(../images/nav_bkg.gif); 
	background-repeat:no-repeat;
	background-position:0px 2px;

}

#nav  li.last { border-right:0 none; }


#port {
	padding:0;
	margin:23px 0 20px 1px;

}

#port a { 
	color:#795F3E; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-decoration:none;
	text-align:left;  
	margin-top:auto; 
	height:20px; 
	display:block;
	width:151px; 
	padding:5px 0 0 10px; 
}

#port a:hover { 
	color:#795F3E; 
	text-decoration:none; 
	background-color:#CDBBA6  
	}

#port a.current { 
color:#795F3E; 
text-decoration:none; 
background-color:#CDBBA6  
}

#port li {
margin:0;
padding:0;
display:block;
}

#port_thumbs{ width:159px; border-top:1px solid white;  padding:3px 0; margin:6px 2px 0 2px; }
.thumb{border:1px solid white; margin:2px 0 1px 2px; float:left}
.thumb_selected{border:1px solid #795F3E; margin:2px 0 1px 2px; float:left; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
#prev_next{margin-top:3px; padding-top:5px; font-size:10px; float:left; color: #795F3E; border-top:1px solid white; clear:left; width:159px;  }
#col_right{ position:absolute; right:69px}


a .thumb_selected img {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {

letter-spacing:-1px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2em;
display:block;
border-bottom:1px white dotted;
margin:0 0 15px 0;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
color: #795F3E;

}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
table tr td {
padding:2px;
}


/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
