/* -----------------------------------
// General Tags
// -----------------------------------*/



body {
	font-family: arial,sans-serif;
	background-color: #c4bfb6;
	text-align: center;
	color:#333;
	font-size: 12px;
	margin: 20px 0 20px 0;
	behavior: url("scripts/csshover.htc");
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #920a01;
	padding-top: 0px;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	margin: .5em 0;
}

h2 {
	font-size: 1.75em;
	margin: .5em 0;
}

h3 {
	font-size: 1.5em;
	margin: .5em 0;
}

h4 {
	font-size: 1.25em;
	margin: .5em 0;
}

form {
	margin-top: 1em;
}


a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #920a01;
}

/* -----------------------------------
// General Layout
// -----------------------------------*/

#content {
	background-color: #c4bfb6;
	padding: 0px;
	margin: 0 auto;
}

#mainContainer {
	display: table;
	margin: 0 auto;
}

#mainContent {
  background-color: #d9d5ce;
	width: 950px;
	height: 700px;
	clear: none;
	margin: 0 auto;
}

#leftSide {
  float: left;
  background-color: #998f81;
  width: 150px;
  height: 660px;
}

#rightSide {
	float: left;
}


#mainHeader {
	background-color: #998f81;
	height: 40px;
	text-align: left;
}

#bottomUI {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

#leftUI {
	float: left;
	margin-top: 50px;
	margin-right: 5px;
}

#floatingUI {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #555;
	opacity:0.4;
	filter:alpha(opacity=40);
	padding: 2px 5px;
}

#floatingUI a { color:#000; }
$floatingUI a:hover { color: #974533; }

#logo {
	text-align: center;
	width: 150px;
	height: 30px;
	background-color: #974533;
	padding: 10px 0px 0px 0px;
	float: left;
}

#logo a:hover, #logo a {	font-size: 18px; color: #fff; }




/* -----------------------------------
// Widgets & UI Elements
// -----------------------------------*/



.widget {
	background-color: #fff;
	padding: 5px;
}

#bottomUI .widget {
	float: left;
	margin: 10px;
}

.widget .instructions {
	text-align: left;
  font-size: .9em;
  margin: 5px 0px;
  border: 1px solid #aaa;
  padding-bottom: 5px;
}

.widget .instructions li {
	margin-top: 4px;
}

.widget table .label {
  text-align: right;
}

.widget table tr td {
  text-align: left;
}


.active {
	background-color: #fee;
}

.dragging {
	background-color: #cce;
}

.feedback {
	background-color: #f33;
	color: #fff;
	padding: 2px;
	margin-bottom: 2px;
	text-align: center;
}


/* -----------------------------------
// Main Layout Table
// -----------------------------------*/


#layoutTable tr td tbody {
  border: 0px;
  padding: 0px;
  margin: 0px;
}


#layoutTable {
	border: 0px;
	padding: 0px;
	width: 100%;
	margin: 0px 0px;
	clear: none;
	background-color: #fff;
}

#layoutTableHeader {
	background-color: #f0f0f0;
	height: 50px;
	margin: 0px
}

#layoutTableRight{
  vertical-align: top;
}

#layoutTableLeft{
  vertical-align: top;
	text-align: left;
	background-color: #998f81;
	margin: 0px;
}


/* -----------------------------------
// Images & Thumbnails
// -----------------------------------*/

img { border: none; padding: 0px; margin: 0px; }

.imgMini { height: 20px; }



/* -----------------------------------
// Navigation Menu
// -----------------------------------*/

#navigation {
	float: left;
	margin-top: 14px;
	margin-left: 15px;
	font-size: 12px;
	text-align: right;
}

#navigation p {
  display: inline;
  margin-right: 10px;
}

#navTable {
	display: block;
	width: 210px;
}

#navTable a {
  font-size: 12px;
  color: #e6e6e6;
}

#navTable td {
	width: 70px;
	vertical-align: bottom;
	padding: 0px;
}

.navActive a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}



/* -----------------------------------
// CSS Menus
// -----------------------------------*/

#menu {
	width:100%;
	background: #eee;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	background: #998f81;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
	float: left;
}

#menuContainer {
	float: left;
	width: 800px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-align: right;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #e6e6e6;
	background: #998f81;
	text-decoration: none;
	font-size: 12px;
}

.submenu a {
	background: #c4bfb6;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #555;	
}

#menu a:hover {
	color: #974533;
	background: #eee;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
