@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}



#maincontainer{
width: 900px; /*Width of main container*/
margin: 12px auto; /*Center container on page*/
}

#topsection{
	background-color:#FFFFFF;
	padding:20px 0 0 20px;
	height: 153px; /*Height of top section*/
	background-image:url(../images/kingsheader.jpg);
	background-position:left top;
	background-repeat: repeat-x;
}

#topsection h1{
margin:0 ;
padding-top: 0px;
font-size:105%;
color:#4C6984;
font-weight:bold;
}
#timebox
{
float:right;
padding:12px 0 0 25px;
font-size:80%;
font-weight:bolder;
color:#4C6984;
width:220px;
height:79px;
text-transform:uppercase;
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
background-position:left top;
}

/* navigation */
#nav-menu
{
float:left;
width:655px;
height:79px;
font-size:70%;
font-weight:bolder;
padding:-10px 0;
margin:0;
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
background-position:left top;

} 


#nav-menu ul
{
list-style: none;
padding:18px 0 0 15px;;
margin: 0px;
} 
#nav-menu li
{
float: left;
margin: 0 0.25em;
line-height:1em;

}
#nav-menu li a
{
float: left;
display: block;
padding:0 10px 0 3px;
border-right: 1px solid #dcdce9;
color: #4C6984;
text-decoration: none;
text-align: left;
} 
#nav-menu li a:hover,#nav-menu .selected
{
	color: #000000;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */ 

.clearer {clear: both;}

.fleft
{
float:left;
padding-right:10px;
}
.fright
{
float:right;
}
.erros
{
color:#FF0000;
}
.noerros
{
color:#00CC00;
}
#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/* margin-left: 200px; Set left margin to LeftColumnWidth*/
margin:0;
padding:0;
background-image:url(../images/crown.gif);
background-position:right bottom;
background-repeat:no-repeat;
}
#contentcolumn h2
{
display:block;
background-color:#256C80;
color: #FFFFFF;
font-size:95%;
margin:0 0 0 400px;
padding:0 0 0 15px;
text-align:left;
}
#contentcolumn h3
{
display:block;
background-color:#256C80;
color: #FFFFFF;
font-size:95%;
margin:0;
padding:0 0 0 15px;
text-align:left;
}
#contentcolumn h4
{
font-size:90%;
margin:0;
padding:0 0 0 15px;
color:#256C80;
}
#contentcolumn p
{
font-size:90%;
line-height:1.2em;
padding:10px 10px 10px 400px;
margin:0;
}
#contentcolumn p.wider
{
font-size:90%;
line-height:1.2em;
padding:10px;
margin:0;
}
#contentcolumn p.widernote
{
font-size:70%;
line-height:1.2em;
padding:10px;
margin:0;
color:#666666;
}
#contentcolumn ul
{
list-style:none;
padding:15px 0;
margin:0;
color:#4C6984;
}
#contentcolumn li
{
line-height:1.6em;
}
#contentcolumn img
{
border:0;
padding:15px;
}


#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}
/* forms */
/* form elements */
form {
	margin:10px 15px;
	padding: 0;
	border: 1px solid #EAEAEA;
	background-color: #b7ddf2;
}
label {
	display:block;
	font-weight:bold;
	font-size:100%;
	margin:5px 0;
	text-align:right;
	vertical-align:top;
}
input {
	padding:3px;
	border:1px solid  #666666;
	font: normal Verdana, sans-serif;
	color:#333333;

}
select {
	border:1px solid #333333;
	font: normal Verdana, sans-serif;
	color:#333333;

}
textarea {
	width:300px;
	padding:4px;
	font: normal Verdana, sans-serif;
	border:1px solid #333333;
	height:100px;
	display:block;
	color:#333333;

}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px;
	background: #CCC url(../test/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}
.warning
{
color:#FF0000;
font-size:80%;
}
em
{
font-style:italic;
color:#0000FF;
font-size:12px;
display:block;
width:100%;
line-height:normal;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized table{

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
/*
#stylized label{
font-size:90%;
display:block;
font-weight:bold;
text-align:right;
width:240px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:70%;
font-weight:normal;
text-align:right;
width:240px;
}
#stylized input{
float:left;
font-size:90%;
padding:4px 55px 0 0;
margin-bottom:0px;
margin-top:5px;
border:solid 1px #aacfe4;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:90%;
padding:4px 55px 0 0;
border:solid 1px #aacfe4;

margin:2px 0 20px 10px;
}
#stylized select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized .warning
{
color:#FF0000;
}

*/
#footer{
clear: left;
width: 100%;
height:61px;	
font-size:85%;
background-image:url(../images/footer.jpg);
background-repeat:repeat-x;
color: #000000;
padding: 4px 0;
}
#aknowledge
{
float:right;
width:230px;
padding:0 20px 0 0;

}
#aknowledge a
{
color:#000000;
text-decoration:none;
}
#aknowledge p
{
padding:0;
margin:0;
color:#000000;
font-size:65%;
}
#aknowledge .logind
{
padding:0 0 0 30px;
font-size:85%;
color:#666666;
}
#nav-crumb 
{
float:left;
width:500px;
}
#nav-crumb p
{
padding:0 0 0 20px;
color:#999999;
}

#nav-crumb ul
{
list-style: none;
padding:0 0 0 5px;;
margin: 0px;
font-size:65%;

}
#nav-crumb li
{
float: left;
margin: 0 0.25em;
line-height:0.8em;

}
#nav-crumb li a
{
float: left;
display: block;
padding:5px 10px 0 3px;
border-right: 1px solid #000;
color: #000000;
text-decoration: none;
text-align: left;
} 
#nav-crumb li a:hover
{
text-decoration:underline;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
