/*###########################################################################################
##                                                                                         ##
##  All (x)html, css and php code contained in this program remain the property of and     ##
##  are copyright © 2007 Layne Enterprises, Inc. (www.layneent.com). All rights reserved.  ##
##  This file may not be redistributed in whole or significant part.                       ##
##                                                                                         ##
##  AkuaSolutions.com v1.3, the images and the content used therein remain the property    ##
##  of and are copyright © 2007 Akua Solutions, LLC (www.akuasolutions.com).               ##
##  All rights reserved.                                                                   ##
##                                                                                         ##
##  Design and development performed by LEI / Chazz Layne under contract by Layne          ##
##  Enterprises, Inc. LEI / Chazz Layne and Layne Enterprises, Inc. assume no liability    ##
##  for any damages or loss of information resulting from use of this program or any       ##
##  derivatives thereof.                                                                   ##
##                                                                                         ##
###########################################################################################*/



/* Base Settings */

body {font-family: Verdana;
	font-size: 62.5%; /* Resets 1em to 10px */
	min-width: 780px;
	margin: 0px;
	background-color: #FFF;
	background-image: url('image/header.jpg');
	background-repeat: repeat-x;
	color: #555;
}

img {border: none;}

a {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}
a:hover {color: #F00; text-decoration: underline;}



/* Page Layout */

#page {
	overflow: hidden;
	position: relative;
	width: 875px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#page .column {
	position: relative;
	float: left;
	padding-bottom: 20000px; /* X + padding-bottom */
	margin-bottom: -20000px; /* X */
}



/* Menu and Logo Column */

#menu {
	width: 180px;
	margin: 0;
	text-align: right;
	font-size: 1.0em;
	line-height: 1.6em;
	background-image: url('image/menubackground.gif');
	background-repeat: repeat-y;
}



/* Content Layout */

#content {
	width: 695px;
	margin: 0;
	color: #555;
}

#title {
	clear: both;
	height: 100px;
	margin: 0px;
	margin-left: 25px;
}

#content h2 {
	margin: 0px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1.6em;
}

#content h3 {
	margin: 0px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1.4em;
}

#content h4 {
	margin: 0px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1.0em;
}

#content p {
	margin: 0px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 1.2em;
	line-height: 1.6em;
}



/* Charts and Spreadsheets */

#content .service {
	width: 390px;
	margin-left: 25px;
	background-color: #EEE;
}

#content .service_title {
	height: 20px;
	background-color: #777;
	background-image: url('image/thbackground.gif');
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
}

#content .service_title_plus {
	height: 20px;
	background-color: #555;
	background-image: url('image/thbackground_plus.gif');
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

#content .service_title_premium {
	height: 20px;
	background-color: #B2DA0C;
	background-image: url('image/thbackground_premium.gif');
	background-repeat: repeat-x;
	color: #000;
	font-weight: bold;
}

#content .service_price {
	background-color: #999;
	color: #FFF;
	font-size: 0.9em;
}

#content .service_plus {
	background-color: #DDD;
}

#content .service_premium {
	background-color: #CF6;
}

#content .service_category {
	background-color: #CCC;
	font-weight: bold;
}



/* Forms */

#content form {
	margin: 0;
	font-size: 1.0em;
}

#content input {
	padding: 2px;
	border: #777 1px solid;
	background-color: #FFF;
	color: #000;
	font: 1.2em Verdana;
	width: 300px;
}

#content textarea {
	padding: 2px;
	border: #777 1px solid;
	background-color: #FFF;
	color: #000;
	font: 1.2em Verdana;
	width: 375px;
}

#content .error {
	background-color: #FF0000;
}

#content .submit {
	padding: 1px;
	color: #555;
	background-color: #B2DA0C;
	font-size: 1.8em Verdana;
	font-weight: bold;
	width: 200px;
}



/* Sidebar Layout */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	margin-left: 25px;
	background-color: #DDD;
}

#sidebar h2 {
	margin: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	font-size: 1.4em;
}

#sidebar h3 {
	margin: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	font-size: 1.2em;
}

#sidebar h4 {
	margin: 25px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000;
	font-size: 1.0em;
}

#sidebar p {
	margin: 25px;
	margin-top: 5px;
	font-size: 1.1em;
	line-height: 1.5em;
}



/* Breadcrumb Layout */

#breadcrumb {
	margin: 0px;
	margin-left: 25px;
	margin-top: 50px;
	margin-bottom: 25px;
}



/* Footer Layout */

#footer {
	clear: both;
	text-align: center;
	background-image: url('image/footerbackground.jpg');
	background-repeat: repeat-x;
	color: #888;
	height: 125px;
	font-size: 0.9em;
	line-height: 20px;
}

#footer a {color: #777; text-decoration: none;}
#footer a:visited {color: #777; text-decoration: none;}
#footer a:active {color: #777; text-decoration: none;}
#footer a:hover {color: #33F; text-decoration: underline;}

#footer p {
	margin: 0;
}

#copyright {
	width: 875px;
	text-align: left;
}