/* top elements */
* { padding: 0; margin: 0; }

body {
	width: 100%;
	max-height: 500px;
	margin: 0;
 	padding: 0;
	}

p, h1, h2, h3 {	margin: 10px 15px; }
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
	}

/* images */
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }

code {
	margin: 5px 0;
	padding: 10px;
	display: block;
	overflow: auto;  
	/* white-space: pre; */
	border: 1px solid;  
	border-left: 3px solid;
	}
acronym {
	cursor: help;
	border-bottom: 1px solid;
	}
blockquote {
	margin: 15px; 	
	padding: 0 0 0 20px;  	
  	background-position: 8px 10px;
	border: 1px solid; 
	border-left: 3px solid;
	}

/* start - table */
/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid; 
	}
label {
	display:block;
	margin:5px 0;
	}
input {
	padding: 2px;
	border:1px solid;
	}
textarea {
	width:400px;
	padding:2px;
	border:1px solid;
	height:100px;
	display:block;
	}
input.button { 
	margin: 0; 
	padding: 2px 3px; 
	border: 1px solid;	
	}

/* search form */
.searchform {
	border: none;	
	margin: 0; 
	padding: 0;	
	}
.searchform p { 
	margin: 10px; 
	padding: 0; 
	}
.searchform input.textbox { 
	width: 130px;
	height: 20px;
	padding: 2px;	
	vertical-align: top;
	}
.searchform input.button { 
	width: 60px;
	height: 26px;
	border: 1px solid;
	padding: 3px 5px;	
	vertical-align: top;
	}

/***********************
	  LAYOUT
************************/

#wrap { 
	width: 100%; 
	position: relative;
	/*top: 20px;*/
	}

#header-content, #content, #footer-content { width: 100%; }

/* header */
#header { width: 900px; height: 119px; }
#header-content {	
	margin: 0 auto; 
	padding: 0;
	position: relative;
	}
#header-content h1#logo {
	position: absolute;	
	margin: 0; 
	padding: 0;		
	top: 0; left: -70px;
	}
#slogan2 {
	position: absolute;	
	margin: 0; 
	padding: 0;
	top: 0px; right: -50px;
	}

/* header menu */
#header-content ul {
	position: absolute;
	right: -60px; top: 15px;
	list-style: none;
	margin: 0; 
	padding: 0;		
	}
#header-content li { display: inline;}
#header-content li a {
	float: left;
	display: block;
	padding: 3px;
	border-right: #006 1px solid; 
	}
#header-content li a img {
	border: 0;
	padding: 0;
	}

/* header img */
.header_img {
	margin: 0 auto;
	width: 900px;
	height: 160px;
	padding-top: 30px;
	}
.header_img .dark-top {
	width: 900px;
	height: 21px;
	background-color: #006;
	position: relative;
	top:-30px;
	clear:both;
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	}
.header_img p {
	color: #36c;
	font: bold 3.6em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: -40px; left: -75px;
	}
.header_img #p-shadow {
	color: #006;
	font: bold 3.6em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: -39px; left: -305px;
	}
.header_img #p-top {
	color: #fff;
	font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 0px; left: -500px;
	}
.header_img img {
	position:relative;
	top: -20px;
	}
.header_img_dive {
	width: 900px;
	height: 200px;
	}
/* logo img */
.logo_img {
	margin: 0px;
	border:0px;
	height: 109px;
	float:left;
	padding-left: 20px;
	}
.menu {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 160px;
	position: relative;
	top:-8px;
	}
.menu ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	}
.menu li { 
	display: inline; 
	width: 150px;
	background-color: #006;
	}
.menu li a {
	width: 150px;
	float: left;
	display: block;
	text-decoration: none;
	background-color: #006;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	}
.menu li a:hover{
	background-color: #fff;
	color: #36c;
	}
#selected {
	background-color: #fff;
	color: #36c;
	-moz-opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.8;
	}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	}
#content {
	margin: 0 auto;	
	min-width: 900px;
	position: relative;
	top: 0px;
	border-top: #f30 1px solid;
	}
.container {
	height: 100%;
	}
.home {
	display:inline;
	vertical align:top;
	}
.home img {
	width:60px;
	height:60px;
	}

/* sidebar */
#sidebar {
	float: right;
	width: 580px;
	padding: 0;	
	}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	border-bottom: #f30 1px solid;
	}
.sidebox {
	margin-top: 10px;
	margin-left: 10px;
	}
.sidebox img { 
	border: #333 2px solid; 
	margin-bottom: 10px; 
	}
.sidebox td img {
	border: #333 2px solid; 
	vertical-align: middle;
	}

.sidebox table { margin-left: 10px; }

.sidebox h2 {
	text-transform: none;
	color: #36c;
	margin-left: 0;
	}
.sidebox a:hover h2{
	text-decoration: none;
	color: #006;
	}

td a { color: #fff; text-decoration: none; }
td a:hover { background-color:#006; color: #fff; text-decoration: none; }

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	}
#sidebar ul.sidemenu li { padding: 0px 10px; }
#sidebar ul.sidemenu a {
	display:block;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed;
	}
#sidebar ul.sidemenu a.top { border-top: 1px dashed; }
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid;
	}

/* main */
#main {
	float: left;
	width: 300px;	
	height: 100%;
	padding: 10px;
	padding-top:12px;	
	/*margin-bottom: 10px;*/
	}
#container {
	height: 100%;
	}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin-right: 80px;
	border-bottom: 1px solid; 	
	}
#main ul {
	padding-right: 10px;
	margin-right: 0;
	}
#main ul li { 
	list-style-image: url('../images/bullet.gif'); 
	text-align: left;
	}

#main h5 {
	font-size: .7em;
	padding-left: 10px;
	}
#main a {
	color: #fff;
	}
#main a img {
	border: 0;
	vertical-align: middle;
	}
#main a:hover {
	text-decoration: none;
	font-weight: bold;
	}

/* tables */
table {
	padding: 10px;
	width: 100%;
	}
th {
	padding: 2px 10px;
	color: #006;
	border: 1px solid #333;
	text-align: center;
	}
th h3 {
	padding: 0;
	margin: 0;
	}
td {
	color: #fff;
	}
td h3 {
	padding: 0;
	padding-top: 5px;
	margin: 0;
	border-bottom: #fff 1px solid;
	}
#left {
	width: 70%;
	}
#left_td {
	padding-left: 20px;
	text-align: left;
	}
#right {
	text-align: right;
	padding-right: 20px;
	}

/* footer */
#footer {
	clear: both;
	position: relative;
	top: 0px;
	}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	min-width: 900px;	
	border-top: 1px solid;
	margin: 0 auto;
	border-bottom: #006 5px solid;
	}
#footer-content ul {
	list-style: none;
	margin: 0; 
	padding: 0;
	}
#footer-content .col {
	width: 250px;
	padding-left: 30px;
	}
#footer-content .col2 {
	width: 250px;
	padding-right: 0px;
	}
.pad-left {
	margin-left: 10px;
	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }

/* additional classes */
.clear { clear: both; }


