* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, sans-serif;
	font-size:0.9em;
	padding:15px;
	background-color:#deeacb;
}

a {
	color:#C83430;
}

a:hover {
	color:#2a3f01;
}

.main {
	background:white url('../images/footer-bg.png') repeat-x bottom left;
	padding:10px 15px;
}

/* HEADER
************************************************************************/

#header {
	width:800px;
	position:relative;
	border-bottom:5px #649417 solid;
}

#title-bar {
	background:#2a3f01;
	padding:5px;
	color:white;
}

#title-bar h2 {
	margin:0;
	padding:0;
}

#header h1 {
	font-size:0;
}

#header h1 a {
	display:block;
	text-indent:-9999px;
	width:338px;
	height:100px;
	background:url('../images/logo-white.png') no-repeat center left;
	padding:0;
	padding-left:10px;
	font-size:0;
}

* html #header h1 a {
	behavior: url('iepngfix/iepngfix.htc');
}

/* MENU
************************************************************************/

ul.main-nav {
	padding:0;
	float:right;
	list-style-type:none;
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0;
}

ul.main-nav li {
	float:left;
}

ul.main-nav li a {
	padding:10px;
	display:block;
	text-decoration:none;
	font-size:0.9em;
	margin-left:2px;
	font-weight:bold;
	background:#deeacb;
	color:black;
}

ul.main-nav li a:hover {
	color:white;
	background:#93b956;
	border-color:#93b956;
}

/* LAYOUT CHOOSER
************************************************************************/

#layout-chooser {
	clear:right;
	float:right;
	font-size:80%;
	margin:4px 0;
	text-align:right;
	position:absolute;
	top:5px;
	right:0px;
}

#layout-chooser strong {
	font-weight:normal;
	color:#777;
}

#layout-chooser a {
	text-decoration:none;
	color:#aaa;
}

#layout-chooser a:hover {
	color:black;
}

/* BACKGROUND CHOOSER
 * See @css/layout.css.php@
************************************************************************/

#bgchooser {
	position:absolute;
	right:0px;
	top:28px;
	font-size:80%;
	width:300px;
}

#bgchooser strong {
	display:block;
	float:right;
	font-weight:normal;
	padding-right:0.5em;
	color:#666;
}

#bgchooser div {
	width:12px;
	height:12px;
	text-indent:-999px;
	float:right;
	margin-right:2px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
}

/* ACTIVE MENU ITEMS
************************************************************************/

ul.main-nav li a.act {
	color:white;
	background:#649417;
	border-color:#649417;
}

/* MAIN LAYOUT ELEMENTS
************************************************************************/

.hint {
	width:826px;
	/*padding:5px;*/
	margin:auto;
	background:#fcee94;
	border:2px #ffa21a solid;
	border-top:0;
	font-size:90%;
	color:black;
	position:relative;
	top:-15px;
}

.hint code {
	color:black;
	font-weight:bold;
}

#hide-hint {
	float:right;
	color:black;
	text-decoration:underline;
}

#hint-body, #hide-hint {
	padding:5px;
	padding-top:8px;
}

#content {
	clear:both;
	padding-top:10px;
}

#footer {
	text-align:center;
	padding:10px 8px;
	font-size:80%;
	clear:both;
	width:60%;
	margin:auto;
	margin-top:15px;
	color:white;
}

#footer a {
	color:white;
}

#footer a:hover {
	color:#8d0b0b;
}

#footer hr {
	display:none;
}

/* GENERAL DEFINITIONS
************************************************************************/

p, ul, ol, form, h1, h2, h3, h4, h5, blockquote, pre {
	margin-bottom:0.6em;
}

h2, h3, h4 {
	margin-top:0.8em;
}

h1 { font-size:200%; }
h2 { font-size:150%; }
h3 { font-size:120%; margin-bottom:0.3em; }
h4 { font-size:110%; margin-bottom:0.3em; }

.sep {
	border-bottom:1px #ccc solid;
	padding-bottom:1px;
}

.first {
	margin-top:0 !important;
}

.highlight {
	background:#fde388;
}

.clear {
	font-size:0;
	line-height:0;
	clear:both;
	height:10px;
}

#content ul, #content ol {
	margin-left:2.5em;
}

optgroup option {
	padding-left:15px;
}

input, select, label, textarea {
	float:left;
	width:200px;
	margin-bottom:0.8em;
}

label {
	text-align:right;
	width:120px;
	padding-right:20px;
}

textarea {
	width:550px;
	height:300px;
	font-family:inherit;
}

input.submit {
	margin-left:140px;
	width:auto;
	padding:0 20px;
}

input.button {
	width:auto;
	padding:0 15px;
	margin-right:2px;
}

form br {
	clear:left;
}

form div.note {
	font-size:0.8em;
	color:#444;
	padding-left:5px;
	float:left;
}

table th {
	text-align:left;
}

.sortable li {
	cursor:move;
}
