/**
 * skeleton.css - Example CSS file for theme, use this when adding a new CSS file
 * $Id$
 */

/***********************************************************************
 * Elements
 **********************************************************************/
a {
	color: #d5643f;
	text-decoration: none;
}

a:hover {
	color: #d5643f;
	text-decoration: underline;
}

body {
	margin: 0 20px;
	color: #6b6b6b;
	font-size: 62.5%;
	font-family: "tahoma", arial, helvetica, sans serif;
	background: url('../images/tile-main.jpg') repeat-x #652200; 
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
}

h3 {

}

p {
}

img {
	border: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

/***********************************************************************
 * Items
 **********************************************************************/
#main-container {
	width: 943px;
	margin: auto;
}

#main-flash {
	overflow: hidden;
}

/* Left Column */

#left-col {
	width: 209px;
	float: left;
	padding-top: 117px;
	padding-right: 11px;
}

/* Navigation*/

.navigate {
	font-size: 1.2em;
	color: #e5d8bb;
	margin-bottom: 25px;
}

.navigate a {
	color: #e5d8bb;
	text-decoration: none;
	padding: 7px 0px 0px 16px;
	display: block;
	background: url(../images/arrow.gif) no-repeat 2px 12px;
}

.navigate a:hover {
	color: #d5643f;
}


.navigate ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigate ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Target Industriee */

.target-ind {
	font-size: 1.2em;
	color: #e5d8bb;
	margin-bottom: 25px;
}

.target-ind a {
	color: #e5d8bb;
	text-decoration: none;
	padding: 7px 0px 0px 16px;
	display: block;
	background: url(../images/arrow.gif) no-repeat 2px 12px;
}

.target-ind  a:hover {
	color: #d5643f;
}


.target-ind  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Location */

.location {
	font-size: 1.1em;
	color: #e5d8bb;
	margin-bottom: 25px;
}

.location a {
	color: #e5d8bb;
}

.location a:hover {
	color: #d5643f;
}

.location img {
	padding: 7px 0px;
}

/* Take a Look */

.take-a-look{
	font-size: 1.1em;
	color: #e5d8bb;
	margin-bottom: 25px;
}

.take-a-look td{
	font-size: 1.1em;
}

.take-a-look a {
	color: #d5643f;
}

.take-a-look a:hover {
	color: #d5643f;
	text-decoration: underline;
}

.take-a-look table {
	margin: 7px 0px;
}

/* More Information */

.more-information {
	font-size: 1.2em;
	color: #e5d8bb;
	margin-bottom: 25px;
}

.more-information span {
	line-height: 1.5em;
}

.more-information a {
	color: #e5d8bb;
}

.more-information a:hover {
	color: #d5643f;
}

/* Right Column */

#right-col {
	background: #fffaed;
	width: 700px;
	min-height: 900px;
	float: left;
	padding: 0px 11px;
}

/* Header */

.logo {
	float: left;
	width: 263px;
}

.quicks {
	float: right;
	padding: 70px 25px 0 0;
	color: #d5643f;
	font-size: 1.1em;
}

.quicks a {
	color: #d5643f;
}

.quicks a:hover {
	text-decoration: underline;
}

/* Second Header */

.second-header {
	background: url(../images/tile-proposal.jpg) repeat-y;
	height: 26px;
	font-size: 1.1em;
	clear: both;
}

.second-header #date {
	float: left;
	color: #b4aca0;
	padding: 6px 0px 0px 16px;
}

.second-header .proposal {
	float: right;
	padding: 4px 16px 0px 0px;
}

.second-header .proposal input {
	float: right;
	padding: 0px 16px 0px 0px;
	font-size: 1.0em;
	padding: 2px;
	height: 10px;
}

/* Main Content */

.main-content {
	padding: 17px 11px;
}

.main-content p {
	line-height: 1.5em;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 15px 0;
}

.main-content h1 {
	margin-bottom: 10px;
}

.welcome {
	margin-bottom: 20px;
}

#cp_options {
	background: #8e3103;
	color: #fff;
	padding: 4px 3px;
}

#cp_options a {
	color: #fff;
}

/* Features */

.features {
	margin-bottom: 35px;
}

.features .news {
	width: 322px;
	float: left;
}

.features .youtube-video {
	width: 322px;
	float: left;
}

.features .solutions {
	width: 322px;
	float: right;
	position: relative;
}

.features .solutions td {
	line-height: 1.5em;
}

.features .solutions .divider {
	position: absolute;
	width: 1px;
	background: url(../images/feature-divider.jpg);
	height: 440px;
	left: -17px;
	top: -10px;
}

.features .solutions a {
	font-weight: bold;
}

.footer {
	background: url(../images/footer-tile.gif);
	font-size: 1.1em;
	margin-bottom: 25px;
}

.footer .copyright {
	float: left;
	padding: 15px 15px 0px 15px;
}

.footer .powered-by-edsuite {
	float: right;
	padding: 15px 15px 15px 0px;
}

.logos {
	padding-left: 10px;
}

#main-flash img {
	display: none;
}
/***********************************************************************
 * Classes
 **********************************************************************/

span.clearer
{
	display: block;
	clear: both;
	font-size:0;
	height: 0px;
	line-height:0;
	width:0;
}

