/* CSS RESET */
html{color:#000;background:#FFF;}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset, img{border:0px none;}address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;font-weight:normal;}li{list-style:none;}caption, th{text-align:left;}h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}q:before, q:after{}abbr, acronym {border:0px none;font-variant:normal}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre, code, kbd, samp, tt{font-family:monospace;line-height:100%;}

/* GENERAL LAYOUT */
body 
{
	scrollbar-face-color: #FFFFFF; 
    scrollbar-highlight-color: #FFFFFe; 
    scrollbar-3dlight-color: #333333;
    scrollbar-darkshadow-color: #000000;  
    scrollbar-arrow-color: #FFFFFF;   
    scrollbar-shadow-color: #55533c;   
    scrollbar-track-color: #C0C0C0;
}

#wrap 
{
	width: 445px; /* This value is the width of the site (900px) minus the left & right padding values (445px & 10px) */
	text-align: left;
	margin: 0 auto;
    background: url('background4.jpg') no-repeat top;
    min-height: 550px; height:auto !important; height:550px !important; /* This gives the site a minimum height so the background image is visible */
    position: relative; padding-left:445px; padding-right:10px; padding-top:20px; padding-bottom:0px
}

#content
{
  padding: 10px; 
}

/* MAIN MENU */
#header
{
    width: 255px;
    height: 21px;
    border-top: solid 3px #918178; 
    border-bottom: solid 3px #918178;
    margin-left: 182px; 
}

#header li
{ 
    float: left; 
    padding: 0 6px; 
    line-height: 21px; 
}

#header ul
{  
    font-size: 11px;
}

#header li a:hover 
{ 
    background: #918178; 
    text-decoration: none;
}

#header h1 
{
    height: 40px; 
    width: 450px; 
    position: absolute; 
    right: 470px; 
    top: 50px;
}

#nav .active 
{
	background: #918178;
}

/* SUB MENU */
#menu 
{
    margin: 0;
    padding: 0;
}

#menu li 
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#menu a:link, #menu a:visited 
{
    float: left;
    font-size: 120%;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 10px 12px 6px 10px;
    text-decoration: none;
}

#menu .active 
{ 
    color: #918178;
    background: url('img/rounded.gif') no-repeat bottom center;
}

#menu
{  
    font-size: 11px; 
}

#menu a:hover 
{ 
    color: #918178; 
    background: url('img/rounded2.gif') no-repeat bottom center; 
    text-decoration: none
}


/* GENERIC FORMATTING */
a 
{
	text-decoration:none;
	color:#000
}

a:hover 
{
	text-decoration: underline;
}

.clearfix 
{
    clear:both
}

h2
{
    font-size: 22pt;
    font-weight: bold;
    margin-bottom:20px;
}


/* HOVERBOX */
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -60px;
	left: -80px;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	vertical-align: top;
	width: 95px;
	height: 70px;
	z-index: 1;
}

.hoverbox li
{
	background: #eee;
	display: inline;
	float: left;
	margin: 18px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 260px;
	height: 200px;
}


/* COPYRIGHT */
#copyright 
{
    font-family: arial;
    color:#6d6b6e;
    left: 255px;
    top: 550px;
	position: absolute;
    font-size:10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 400px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04b.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: #c5c5c5 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}