/* generic selectors
----------------------------------------------- */
body {
background: #404040;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}

p {
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
}
	
a, a:link, a:visited {
color: #000;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: #fff;
text-decoration: none;
font-weight: normal;
}

/* layout
----------------------------------------------- */
#container {
position: relative;
background: lightblue;
margin: 20px auto;
padding: 0px;
width: 750px;
border: 5px solid #fff;
}

#pageHeader {
/*width:100%;*/
background: #fff url(../images_public/logo.png) top right no-repeat;
height: 123px;
margin: 0;
border-bottom: 5px solid #fff;
/*border: 1px solid #000*/
}

#pageHeader h1 {
font-weight: normal;
color: #000;
font-size: 2em;
margin: 0;
padding: 50px 0px 0px 25px;
}

#pageHeader h2 {
font-weight: normal;
color: #000;
font-size: 0.8em;
margin: 0;
padding: 0px 0px 0px 25px;
}


/* horizontal menu
-------------------------------------*/

#menu {
	padding:0px 15px 0px 25px;
	background:#000080;
	/*border-top: 5px solid #fff;*/
}

ul#simple-menu{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
	}
ul#simple-menu li{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
	}

ul#simple-menu li.left{
	margin:0;
	}

ul#simple-menu li a{
	display:block;
	float:left;
	color:#000;
	background:#fff;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
	}

ul#simple-menu li a.right{
	padding-right:19px;
	}

ul#simple-menu li a:hover{
	background:#000080;
	color:#fff;
	}

ul#simple-menu li a.current{
	color:#000;
	background:lightblue;
	}

ul#simple-menu li a.current:hover{
	color:#000;
	background:lightblue;
	}

/*content
-------------------------------------*/
#content {
	padding:10px 0px 0px 25px;
	/*background:#c6eff7;*/
	/*border-bottom: 2px solid #fff;*/
}

#content h1 {
font-weight: bold;
color: #000;
font-size: 1em;
margin: 0;
padding: 5px 5px 10px 5px;
}

#content h2 {
font-weight: normal;
color: #000;
font-size: 0.8em;
margin: 0;
padding: 0px 0px 0px 25px;
}

#content .p1 {
font-weight:bold;
padding: 0px 0px 0px 5px;
}

#content .col1 {
float:left;
width:33%;
}

#content .col2 {
float:left;
width:33%;
}

#content .col3 {
float:right;
width:33%;
}

/*two column
-------------------------------------*/
#columleft {
color: #000;
width: 200px;

}

#columnright{
float: right;
width: 600px;
color: #000; 
}



/*footer
-------------------------------------*/

#footer {
/*margin: 25px 0 0 0;*/
clear:both;
background: #000080;
height: 1.5em;
text-align: right;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}
