/* GENERAL STYLES */
body {
	margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fdfae7;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

a {
  	color:#369;
}
a:hover {
	color:#673301;
	background:#fdfae7;
	text-decoration:none;
}
h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
}
p {
        margin:.4em 0 .8em 0;
        padding:0;
}
img {
	margin:10px 0 5px;
}


/* HEADER STYLES */
#header {
        clear:both;
        float:left;
        width:100%;
	background-color: #673301;
	border-bottom:1px solid #fdfae7;
}
#header a {
  	color:#fdfae7;
}
#header a:hover {
	color:#fdfae7;
	background:#673301;
	text-decoration:none;
}
.main_menu {
	vertical-align: middle;
	font-family: Tahoma, san-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #481E05;
	color: #FFFFFF;
	padding: 5px 0px;
	padding-left: 8px;
	border-top:1px solid #fdfae7;
}
.main_menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.main_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.main_menu a:hover {
	color:  #FF9933;
	text-decoration: none;
	background-color: #481E05;
}
.main_menu a:active {
	color: #FF9933;
	text-decoration: none;
}


/* COLUMN CONTAINER */
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fdfae7;		/* right column background colour */
}
.threecol .colmid {
	right:18%;			/* width of the right column */
	background:#fdfae7;		/* center column background colour */
	border-right: 1px solid #673301;
}
.threecol .colleft {
	right:64%;			/* width of the middle column */
	background:#DA8E22;	/* left column background colour */
	text-align: left;
	font-family: Tahoma, san-serif;
	font-size: 0.8em;
}
.threecol .col1 {
	width:62%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:87%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


/* 2 COLUMN LAYOUT STYLES */
.colmask_2col {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright_2col,
.colmid_2col,
.colleft_2col {
	float:left;
	width:100%;
	position:relative;
}
.col1_2col,
.col2_2col,
.col3_2col {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu_2col {
	background:#fdfae7;		/* right column background colour */
}
.leftmenu_2col .colleft_2col {
	right:82%;			/* right column width */
	background:#DA8E22;	/* left column background colour */
}
.leftmenu_2col .col1_2col {
	width:77%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu_2col .col2_2col {
	width:16%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

/* FOOTER STYLES */
#footer {
        clear:both;
        float:left;
        width:100%;
	border-top:1px solid #fdfae7;
	background-color: #673301;
	color: #FFFFFF;
	text-align: center;
	vertical-align: center;
	font-family: Tahoma, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}
#footer p {
        padding:10px;
        margin:0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited 
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover 
{
	color:  #FF9933;
	text-decoration: none;
	background-color: #673301;
}
#footer a:active 
{
	color: #FFFFFF;
	text-decoration: none;
} 

#footer2 {
        clear:both;
        float:left;
        width:100%;
	border-top:1px solid #fdfae7;
	background-color: #481E05;
	color: #FFFFFF;
	text-align: center;
	vertical-align: center;
	font-family: Tahoma, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
}


/*  LEFT NAV STYLES */
#leftnav ul {
	list-style: none;
	margin-top: 4px;
	margin-left: 0px;
	padding: 0;
	font-weight: bold;
}

#leftnav a {
	display: block;
	color: #481E05;
	width: 95%;
	padding: 5px 1px 5px 3px;
	text-decoration: none;
}

#leftnav a:hover {
	background-color: #fdfae7;
	color: #481E05;
}

#leftnav li a{
}

#leftnav li li a{
	display: block;
	color: #481E05;
	width: 90%;
	padding: 5px 0px 3px 15px;
	text-decoration: none;
}

#leftnav li a.select{
	color: #fdfae7;
	font-weight: bold;
}

#leftnav li a:hover {
	background-color: #fdfae7;
	color: #481E05;
}


/*  RIGHT NAV STYLES */
#rightnav{
	margin-left: 0px;
	padding: 0;
	font-weight: bold;
}
#rightnav a {
  	color:#369;
}
#rightnav a:hover {
	color:#fdfae7;
	background:#DA8E22;
	text-decoration:none;
}



hr {
	border-bottom: 1px solid #673301;
}

.floatleft {
	float: left; 
	margin-right: 10px;
	width: 170px;
}

.item_description {
	margin-top: 5px;
	min-height: 250px;
}

table.specialize {
	background-color: #8c6e54;
	color: #FFFFFF;
	font-size: 8pt;
}
table.specialize td {
 	vertical-align: top;
 	padding: 2px;
}
table.specialize a {
	color: #ffffff;
}
table.specialize a:hover {
	color: #ffffff;
	background-color: #8c6e54;
}

.titlebar{
        background-color: #673301;
        height: 20px;
        color: #FFFFFF;
        font-weight: bold;
}

td.contentmenu
{
	border-bottom: 1px solid #673301;
}

#container {
	position:relative;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

#rotate {
	position:relative;
}


 