@charset "utf-8";
/* CSS Document */

/**
 *  Fonts & sizes
 */  

body, td, input, span, div, th, p, label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

h1 {
}

a {
	color:#3a549a;
	text-decoration:underline;
}

a:hover {
	color: #3a549a;
	text-decoration:none;
}

/**
 *   Template
 */  

* {
	margin:0pt;
	padding:0pt;
}

p {
	margin-top:10px;
}


body {
	background: #FFFFFF;
	background-repeat:repeat-x;
	margin:0;
}

#main {
	width: 776px;
	height: auto;
	margin:0pt auto;
	margin-top:15px;
	position:relative;
	text-align:left;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

.clear-left {
	clear:left;
	width:1px;
	height:1px;
	font-size:1px; 
	line-height:1px;
}

.clear-right {
	clear:right;
	width:1px;
	height:1px;
	font-size:1px; 
	line-height:1px;
}

.clear-both {
	clear:both;
	width:1px;
	height:1px;
	font-size:1px; 
	line-height:1px;
}

/**
 *   Header
 */ 

#header {
	background-image:url(../images/header-bg.gif);
	background-repeat:repeat-x;
	height:119px;
}

h1 a {
	background-image:url(../images/logo.gif);
	position:absolute;
	top:30px;
	left:35px;
	display:block;
	text-decoration:none;
	width :265px;
	height:64px;
}

h1 a:hover {
	text-decoration:none;
}

h1 a span {
	visibility:hidden;  
}

#quickbar {
	background-image:url(../images/quickbar-bg.gif);
	width:775px;
	height:28px;
	padding-top:40px;
}

#micronav {
	color:#FFFFFF;
	font-size:10px;
	margin-left:36px;
}

#micronav span {
	color:#ff8a00;
}

#quickbar  a {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
}

#quickbar  a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#admin {
	float:right;
	background-image:url(../images/admin.gif);
	background-repeat:no-repeat;
	width:9px;
	height:13px;
	margin-right:70px;
	margin-top:-15px;
}

#admin span {
	margin-left:15px;
	margin-top:-2px;
}

/**
 *   Navigation
 */ 

#navigation {
	list-style: none;
}

#navigation li {
	float: left;
	list-style:none;
}


a.navmenu span {
	visibility:hidden;  
}

a.navmenu {
	position:absolute;
	top:130px;
	margin-left:15px;
	display:block;
	text-decoration:none;
	width:57px;
	height:128px;
} 


a#home:hover, a#services:hover, a#contact:hover  {
	background-position: left -135px;
}

a#home_active, a#services_active, a#contact_active {
	background-position: left -135px;
}

#home {
	left:0px;
	background-image:url(../images/nav-home.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#services {
	left:65px;
	background-image:url(../images/nav-services.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#contact {
	left:130px;
	background-image:url(../images/nav-contact.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#home_active {
	left:0px;
	background-image:url(../images/nav-home.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#services_active {
	left:65px;
	background-image:url(../images/nav-services.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#contact_active {
	left:130px;
	background-image:url(../images/nav-contact.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/**
 *   Content
 */ 

#content {
	background: #404758 url(../images/content-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:5px;
	padding:15px;
}

#real-content {
}

.ul-h {
	font-weight:bold;
}

/**
 *   Footer
 */ 

#footer {
	background-image:url(../images/footer-background.gif);
	background-repeat:repeat-x;
	height:59px;
	padding-top:17px;
	padding-left:25px;
}

#footer span {
	font-size:10px;
}

.h1-orange {
	padding:3px;
	background-color:#404758;
	border-bottom: 3px solid #ff6200;
}

.h1-blue {
	padding:3px;
	background-color:#404758;
	border-bottom: 3px solid #2e71e4;
}

.h1-red {
	padding:3px;
	background-color:#404758;
	border-bottom: 3px solid #c42938;
}
