html,body,form,
h1,h2,h3,h4,h5,h6,p
{
	margin:0px;
	padding:0px;
}

body
{
	background:#1e1f1d;
	font-size:0.8em;
	color:#777;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

.contentwidth
{
	width:1000px;
	margin:0 auto;
}

p, h1, h2, h3, h4, h5, h6
{
	padding:4px 0;
	font-weight:normal;
}
h1
{
	font-size:1.8em;
	font-weight:bold;
}
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.4em; }
h5 { font-size:1.3em; font-weight:bold; }
h6 { font-size:1.1em; font-weight:bold; }
a
{
	color:#2f83be;
}
a:hover
{
	color:#393b32;
}
a img
{
	border:0px;
}
.right {
	display:block;
	float:right;
}

#header-container
{
	background:#393632;
	height:60px;
}
#header #logo
{
	float:left;
	width:460px;
	color:#fff;
	position:relative;
	top:1em;
}
#header #headertools
{
	float:left;
	width:540px;
	text-align:right;
	padding-top:30px;
}

#header #headertools p.welcome
{
	font-size:1.7em;
	padding:20px 0 0 0;
}
#header #headertools p
{
	color:#fff;
}
#header #headertools a
{
	color:#fff;
	text-decoration:none;
}
#header #headertools a:hover
{
	text-decoration:underline;
}

#menu UL
{
	margin:0;
	padding:2px 0 0 0;
}

#menu UL LI
{
	display:inline;
	padding:0 1px;
}	
#menu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	padding:6px 18px 10px 18px;
}
#menu UL LI a:hover
{
	text-decoration:underline;
}
#menu UL LI a.active
{
	background:#fff;
	color:#393632;
	color:#777;
}

#submenu UL
{
	margin:0;
	padding:2px 0 0 0;
}
#submenu UL LI
{
	display:inline;
	padding:0 1px;
}	
#submenu UL LI a
{
	line-height:41px;
	text-decoration:none;
	color:#2f83be;
	font-size:0.85em;
	padding:6px 18px 8px 18px;
}
#submenu UL LI a:hover, #submenu UL LI a.active
{
	background:#fff;
	color:#393632;
}

#menu-container
{
	background:#fff url(../images/menuBgBlue.jpg) repeat-x;
	border-bottom:1px solid #d9dad3;
	margin-bottom:1em;
}


#breadcrumbs p
{
	line-height:4em;
	font-size:0.85em;
}
#breadcrumbs a
{
	text-decoration:none;
}

.content
{
	background:#fff;
	padding:15px;
	margin-bottom:15px;
}
#main p
{
	line-height:1.3em;
	margin-bottom:.4em;
}
.borders
{
	border-top:6px solid #2f83be;
	border-bottom:1px solid #2f83be;
}

#mainCol
{
	float:left;
	width:770px;
}
#sideCol
{
	float:left;
	margin:0 0 0 18px;
	width:210px;
}
#singleCol
{

}

form h4 {
	padding-bottom:0.7em;
}

form .field label
{
	display:block;
	font-weight:bolder;
	margin-right:.9em;
	float:left;
	width:120px;
	text-align:right;
	color:#787878;
}
form .field
{
	padding:5px 0;
	color:#333;
}
form fieldset {
	margin:1em 0 0.4em 0;
	padding:0 0 0 0;
	border-top:1px solid #CCC;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
form .legend {
	font-weight:bolder;
}

form .textbox-small, 
form .textbox, 
form .textbox-large, 
form .textarea-small,
form .textarea,
form .textarea-large,
select
{
	padding:2px 3px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
}
form .textbox-small
{
	width:170px;
}
form .textbox
{
	width:300px;
}
form .textbox-large
{
	width:400px;
}

form .textarea-small
{
	width:250px;
	height:100px;
	
}
form .textarea
{
	width:350px;
	height:70px;
}
form .textarea-large
{
	width:400px;
	height:70px;
}

form .button-bold, form .button-subdued
{
	font-weight:bold;
	color:#fff;
	padding:4px;
}
form .button-bold
{
	border:1px solid #2f83be;
	background:#2f83be;
}
form .button-subdued
{
	border:1px solid #ccc;
	background:#ccc;
}
form .grey {
	color:#666;
}

#main p.success, #main p.error, p.success, p.error
{
	line-height:2em;
	margin:0.6em 0 1em 0;
	color:#fff;
	font-weight:bold;
	padding:0 .5em;
}
p.success, .button-orange
{
	/*background:#86ca5d;*/
	background:#9d8335;
	border:2px solid #786428;
}
p.success a, p.error a, .button-orange a, .button-red a
{
	color:#fff;
}
p.error, .button-red
{
	background:#d44937;
	border:2px solid #aa2b1a;
}
.button-red, .button-orange
{
	color:#fff;
	font-weight:bolder;
	padding:4px 3px;
}
a.button-red, a.button-orange
{
	text-decoration:none;
}

label.error
{
	color:#990000;
}
.rightalign {
	text-align:right;
}
table {
	table-layout:fixed;
}
td {
	overflow:hidden;
}

.tabledata
{
	border:1px solid #ccc;
	margin-bottom:10px;
}
.tabledata th
{
	font-weight:bold;
	background:#ccc;
	color:#fff;
	text-align:left
}
.tabledata .shaded
{
	background:#eee;
}
.tabledata .center {
	text-align:center;
}

#login
{
	width:350px;
	margin:40px auto;
	background:#fff;
	padding:20px;
}
.bottomspace {
	margin-bottom:.7em;
}

/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* clearfix end */ 

