@import url('layout.css'); /* More css includes in this */
@import url('forms.html');
/* Navs */
@import url('topnav.css');
@import url('leftnav.css');
@import url('bottomnav.css');
/* Text */
@import url('links.css');
@import url('common.css');


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	background: #000 url('../images/bodybg.png') repeat-x left top;
}

div, td, th, input, textarea, select {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1, h2, h3 {
	margin: 0 0 20px 0;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ffb31f;
	margin: 0 0 20px 0;
	clear: both;
}

/*h1 span { color: #E2D544; }*/

h2 {
	font: normal 400 18px/17px Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	font: normal bold 14px/14pxArial, Helvetica, sans-serif;
	color: #ffb31f;
	font-size: 13px;
	margin: 0 0 10px 0 !important;
}

h4 {
	font: normal bold 14px/14px Arial, Helvetica, sans-serif;
	color: #ffb31f;
	margin: 0 0 10px 0;
}

img {	border: 0; }


ul {
	margin: 0px 10px 10px 17px;
	padding: 0;
}

ul li {
	list-style-position: outside;
	margin: 3px 0;
	padding: 0;
	list-style-image: url('../images/common/bullet.gif');
}

hr {
	border: 0;
	height: 1px;
	background: #DECCAC;
	color: #DECCAC;
	margin: 10px 0;
}

.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%;
}
