/**
* Totem Training Stylesheet
*
*
*/

/* general styles */
* {
	padding: 0;
	margin: 0;
}

html, body {
	padding: 0;
	margin: 0;
	background: #BF9268;
	height: 102%;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background: #DDD8B0 url('art/gradient.gif') repeat-x top left;
}

p {
	padding-bottom: 1.5em;
}

ul {
	margin-left: 3em;
	margin-bottom: 1.5em;
}

hr {
	border: none 0;
	border-top: 1px solid #AB7849;
	margin: 1em 0 1em 0;
}

a, a:visited {
	color: #7E5936;
}

a:hover {
	color: #49331F;
}

.clear {
	clear: both;
}

.pad {
	padding: 10px;
}


h1 {
	color: #AB7849;
	border-bottom: 2px solid #AB7849;
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

h2 {
	color: #AB7849;
	border-bottom: 2px solid #AB7849;
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

h3 {
	color: #AB7849;
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

/* wrapper */
#outer_wrapper {
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

/* header */
#logo {
	float: left;
	width: 230px;
	margin-left: 35px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

#logo a img {
	border: none;
}

#headerbg {
	background:url('art/header_rev.jpg') top left no-repeat;
	width: 800px;
	height: 200px;
	/*margin-top: -49px;*/
	margin-bottom: 4px;
}

/* top navigation */
#nav {
	height: 49px;
	/*background: #6AA563 url('../images/green_grad.png') bottom left repeat-x;*/
	padding-right: 10px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul li {
	float: left;
	margin-left: 5px;
	height: 49px;
	background: #5B3A17 url('art/gradient.gif') top left repeat-x;
	border-bottom: 4px solid #D5C405;
}

#nav ul li a {
	font-size: 13px;
	height:14px;
	display:block;
	padding: 15px 10px;
	text-decoration: none;
	color: #fff;
}

/* body */
#body {
	background: #DDD8B0;
}

#content {
	float: left;
	width: 520px;
}

#sidebar {
	padding: 10px;
}

/* training courses table */

#content .courses {
	border: 0;
	width: 100%;
}

#content .courses td {
	background: #BECA9F;
	vertical-align: top;
	padding: 2px 10px 10px 5px;
	font-size: small;
	width: 49%;
}

#content .courses h3 {
	color: #657441;
}

#content .courses ul {
	margin-left: 1.5em;
}

/* footer */
#footer {
	clear:both;
	background: #DDD8B0 url('art/footer_gradient.gif') repeat-x top left;
}

/* box - green */
.box { 
	background: #BECA9F; 
	width: 250px;
	float: right;
	clear: right;
	margin: 10px 0 10px 0;
}

.boxtop { 
	background: url('art/box/ne.gif') no-repeat top right; 
}

.boxtop div { 
	font-size: 0;
	height: 10px; 
	background: url('art/box/nw.gif') no-repeat top left; 
}

.boxbottom { 
	background: url('art/box/se.gif') no-repeat bottom right; 
}

.boxbottom div { 
	font-size: 0;
	height: 10px; 
	background: url('art/box/sw.gif') no-repeat bottom left; 
}

.boxcontent {
	padding: 0px 10px 0px 10px;
}

.box ul {
	margin-left: 1.5em;
}

/* form styles */
form {
	font-size: 0.6em;
}

label {
	font-size: 1.2em;
	margin: 0;
	padding:0.2em;
	margin-top:0.3em;
	text-align:right;
	width:25%;
	float:left;
	text-transform:uppercase;
}

fieldset {
	background-color:#BECA9F;
	border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
	width:100%;
}

legend span {
	display: block;
	width: 194px;
	background: transparent url("art/form/legend_bg.gif") no-repeat;
	height:30px;
	color:#fff;
	font-size:2em;
	padding-left:0.5em;
	top:-1em;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	white-space:pre; /* hack: make sure */
}

.br {display:none;}  
  
.textfield {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	color:#333 ;
	margin:3px;
	height:20px;
	border:solid 0 #fff;
	padding: 3px 8px;
	background: transparent url("art/form/textfield_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:187px;
}

fieldset>input.textfield {
	background: transparent url("art/form/textfield_bg.gif") no-repeat;
}

textarea {
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#333 ;
	margin:3px;
	height:165px;
	border:solid 0 #fff;
	padding: 0 8px;
	background: transparent url("art/form/textarea_bg.gif") no-repeat fixed;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:190px;
}

fieldset>textarea {
	background: transparent url("art/form/textarea_bg.gif") no-repeat;
}

.submit {
	margin:3px;
	background: transparent url("art/form/submit.gif") no-repeat;
	height:20px;
	border:solid 0 #fff;
	width:80px;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
}