/* LaineCom.com CSS Document */

/*
This source is (c) Copyright 2007 - LaineCom.com.
Site designed and coded by Kyle Spearrin of http://kylespearrin.com and http://websolvents.com.
All Rights Reserved
*/

/* Globals */
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0;
}
a {
	color: #367bc8;
	text-decoration: underline;
}
a:hover {
	color: #367bc8;
	text-decoration: none;
}
h4 {
	clear: left;
	font-size: 18px;
	color: #0066CC;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 8px 0 8px 0;
}
h5 {
	clear: left;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}

/* Other */
.container {
	margin: 0 auto;
	background-image: url(images/side-left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 818px;
}
.container-nested {
	background-image: url(images/side-right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 818px;
}
.container-inside-1 {
	width: 9px;
	float: left;
	height: 231px;
}
.container-inside-2 {
	width: 750px;
	padding: 0 25px 0 25px;
	background-color: #FFFFFF;
	float: left;
}
.container-inside-3 {
	width: 9px;
	float: left;
	height: 231px;
}
.clear {
	font-size: 0;
	height: 0;
	clear: both;
}

/* Header */
.header {
	background-image: url(images/header-top-image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 21px;
}
.navigation {
	margin-top: 10px;
	height: 60px;
}

/* Content */
.content {
	margin-top: 10px;
}
.content-left {
	background-color: #F3F3F3;
	width: 210px;
	float: left;
	padding: 10px 20px 10px 20px;
}
	.content-left a {
		color: #000000;
		text-decoration: none;
	}
	.content-left a:hover {
		color: #000000;
		text-decoration: underline;
	}
	.content-left ul {
		padding: 15px 0 15px 20px;
		margin: 0;
		list-style: disc;
	}
	.content-left li {
		padding: 5px 0 5px 0;
	}
.content-right {
	float: left;
	margin-left: 20px;
	width: 480px;
}

/* Footer */
.footer-bar {
	margin-top: 10px;
	background-color: #D4D4D4;
	height: 3px;
}
.footer {
	padding: 10px 0 10px 0;
	color: #8F8F8F;
}
.footer-left {
	width: 50%;
	text-align: left;
	float:left;
}
.footer-right {
	width: 50%;
	text-align: right;
	float:left;
}
