/*
	File: content.css 
	Date: December 4, 2009
	Created by: Kelley Marketing, LLC
	Contents: 
		- text id rules
	
*/


/*  typography */

h1 {
	font-family:"Gill Sans", Geneva, sans-serif;
	font-size:115%;
	color:#1a177b;
	margin-top:0;
}

h2 {
	font-size:95%;
	color:#990000;
}

h3 {
	font-family:"Trebuchet MS", Geneva, sans-serif;
	font-size:100%;
	color:#006666;
	letter-spacing:1px;
}

p {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

.content-image {
	border:3px solid #333333;
	margin:2px 0px 2px 2px;
}

#innerContent ul {
	font-size:80%;
}

a:link, a:visited {
	color:#003399;
}

a:hover, a:active {
	color:#006633;
	text-decoration:none;

}


/* --------- Contact Page ----------- */

.contactForm {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px dotted #003366;
	font-size:75%;
}

input {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.button {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.required {
	color:#990000;
}

#fieldset {
	width:300px;
	border:none;
	text-align:left;
	margin:0px auto 0px auto;
}

/* --------- Products & Services Page ----------- */

.left-container-products {
	float:left;
	width:230px;
}

.right-container-products {
	float:left;
	width:270px;
	text-align:center;
}

.right-container-products img {
	margin-bottom:10px;
}
	
.product-header {
	border:1px dotted #990000;
	padding:5px;
	margin-bottom:0px;
}

.product-lists ul li{
	font-weight:bold;
	list-style-type:square;
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#003300;
}

.product-lists li {
	margin-bottom:7px;
}

.product-lists ul li ul li{
	font-weight:normal;
	list-style-type:disc;
	font-size:95%;
	line-height:1.3em;
	margin-bottom:4px;
	margin-left:-20px;
	padding-left:-20px;
}

.product-lists ul ul{
	margin-bottom:10px;
}

.product-logos {
	text-align:center;
	font-size:80%;
	font-weight:bold;
	color:#999966;
}

.product-logos img {
	margin-bottom:20px;
}
