body
{
	background: #E5E4E2;
}

h1
{
	font-size: 15px;
}

a
{
	color: rgb(255,185,15);
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: rgb(204,48,11);
}


#container
{
	left: 50%;
	margin-left: -512px;
	width: 1024px;
	min-height: 800px;
	position: absolute;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 10px;
	background: rgb(255,255,255);
	border-radius: 10px;
}

#header
{
	width: 100%;
	height: 170px;
	position: relative;
}

#headerImage
{
	background-image: url('../img/headimage.jpg');
	width: 1025px;
	height: 210px;
	position: absolute;
}

#headerText
{
	font-size: 45px;
	margin: 25px;
	color: rgb(204,48,11);
}

#headerTextSub
{
	font-size: 25px;
	margin: 60px 25px;
	color: rgb(255,255,0);
}

#secheader
{
	top: 205px;
	left: 828px;
	width: 86px;
	height: 123px;
	background-image: url('../img/secheader.jpg');
	position: absolute;
}

#tabs
{
	width: 100%;
	height: 35px;
	margin: 0px;
	background: rgb(204,48,11);
	position: relative;
	border-radius: 10px;
}

#textfield
{
	width: auto;
	margin: 5px;
	position: relative;
	min-height: 645px;
	background: rgb(255,255,255);
}

/* 
	tabs config
*/
#mainMenu,#mainMenu ul {
    list-style: none;
}

#mainMenu, #mainMenu > li{
    float: left;
    margin: 0;
}

#mainMenu li a {
	display: block;
    height: 31px;
    line-height: 2em;
    padding: 0 1.5em;
    text-decoration: none;
}

#mainMenu ul {
    position: absolute;
    display: none;
	z-index: 999;
}

#mainMenu ul li a {
    width: 80px;
}

#mainMenu li:hover ul {
    display: block;
	border-bottom-left-radius: 15px;
}

#mainMenu {
    font-family: Arial;
    font-size: 12px;
	
	border: 1px solid rgb(204,48,11);
    background: rgb(204,48,11);
}

#mainMenu > li > a {
	border: 1px solid rgb(204,48,11);
    color: #fff;
    font-weight: bold;
}

#mainMenu > li:hover > a {
    background: rgb(255,255,255);
	border: 1px solid rgb(204,48,11);
    color: rgb(0,0,0);
}

#mainMenu ul {
    background: rgb(204,48,11);
}

#mainMenu ul li a {
	border: 1px solid rgb(204,48,11);
    background: rgb(255,255,255);
    color: rgb(0,0,0);
}

#mainMenu ul li:hover a {
	border: 1px solid rgb(204,48,11);
    background: rgb(204,48,11);
    color: rgb(255,255,255);
}