﻿body 
{
	color: #540E18;
	background:#8EDBED;
	font-family:"Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
}

#main
{
	width: 94%;
	margin: auto;
	margin-top: 10px;
}

/* Header Styles */

#header
{
}

#website-title
{
	margin-top: 16px;
	margin-left: 5px;
	margin-bottom: 54px;
	background: url('Images/website-logo.gif') no-repeat;
	display: block;
	width: 292px;
	height: 90px;
	overflow: hidden;
	text-indent: 9000px;
}

/* Main Navigation Styles */

#navigation
{
	clear: both;
	float: left;
	width: 35px;
	
	margin-top: 2px;
	
	position: relative;
	left: 2px;
}

#navigation ul
{
	display: block;
}

#navigation li
{
	display: block;
	background: url('Images/Navigation/vertical-tab.gif');
	height: 95px;
	width: 33px;
}

#navigation li.first
{
	background: url('Images/Navigation/vertical-tab-first.gif');
}

#navigation li.last
{
	background: url('Images/Navigation/vertical-tab-last.gif');
	height: 100px;
}


#navigation li.selected
{
	background: url('Images/Navigation/vertical-tab-selected.gif');
	width: 35px;
}

#navigation li.selected a
{
	width: 35px;
}

#navigation li.first-selected
{
	background: url('Images/Navigation/vertical-tab-selected.gif');
	width: 35px;
}

#navigation li.last-selected
{
	background: url('Images/Navigation/vertical-tab-last-selected.gif');
	width: 35px;
}

#navigation a
{
	display: block;
	height: 95px;
	width: 33px;
	text-indent: -9000px;
	overflow: hidden;
}

#welcome-tab a
{
	background: url('Images/Navigation/vertical-welcome-label.gif') no-repeat center;
}

#faqs-tab a
{
	background: url('Images/Navigation/vertical-faqs-label.gif') no-repeat center;
}

#about-us-tab a
{
	background: url('Images/Navigation/vertical-about-us-label.gif') no-repeat center;
}

#services-tab a
{
	background: url('Images/Navigation/vertical-services-label.gif') no-repeat center;
}

#clients-tab a
{
	background: url('Images/Navigation/vertical-clients-label.gif') no-repeat center;
}

#contact-tab a
{
	background: url('Images/Navigation/vertical-contact-label.gif') no-repeat center;
}


/* Local Navigation Styles */

#local-navigation
{
	position:relative;
	top: -35px;
	left: 10px;
	padding-left: 40px;
}


	/* Combined, these two rules form a horizontal tab which will resize based on its content. */

#local-navigation li
{
	display: block;
	height: 33px;
	float: left;
	background: url('Images/Navigation/horizontal-tab-start.gif') no-repeat top left;
}

#local-navigation li a
{
	color: #540E18;
	text-decoration: none;
	font-weight: bold;
	font-size: 13pt;
	display: block;
	height: 33px;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 13px;
	background: url('Images/Navigation/horizontal-tab-end.gif') no-repeat top right;
}

	/* These styles deal with the first and last elements in the list to give them special styles for shadows. */

#local-navigation li.first
{
	background: url('Images/Navigation/horizontal-tab-first-start.gif') no-repeat top left;
}

#local-navigation li.last a
{
	background: url('Images/Navigation/horizontal-tab-last-end.gif') no-repeat top right;
	padding-right: 18px;
}

	/* These styles create a tab that has been selected by the user and is now active. */

#local-navigation li.selected
{
	z-index: 20;
	height: 35px;
	background: url('Images/Navigation/horizontal-tab-selected-start.gif') no-repeat top left;
}

#local-navigation li.selected a
{
	height: 35px;
	background: url('Images/Navigation/horizontal-tab-selected-end.gif') no-repeat top right;
}

	/* This special style handles the shadow on the last tab, when it is selected. */

#local-navigation li.last-selected a
{
	background: url('Images/Navigation/horizontal-tab-last-selected-end.gif') no-repeat top right;
	padding-right: 18px;
}



/* General Content Styles */

#content
{
	float: left;
	background: #C8E8EA;
	width: 92%;
	border-left: solid 2px #540E18;
	border-top: solid 2px #540E18;
	margin: 0;
	padding: 0;
}

#content-prop
{
	height: 575px;
	width: 1px;
	background: transparent;
	float:right;
}

/* Main Content Styles */

#main-content
{
	clear: left;
	width: 80%;
	padding: 40px 10% 40px 10%;
		
	min-height:500px;
	height:auto !important;
	height:500px;
}

#main-content *
{
	margin-bottom: 18pt;
}

#main-content h1
{
	font-size: 18pt;
	margin-bottom: 10pt;
}

#main-content h2
{
	font-size: 16pt;
	margin-bottom: 4pt;
}

#main-content ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#main-content ol
{
	list-style-type: decimal;
	list-style-position: inside;
}

#main-content li
{
	margin: 4pt;
}

#main-content .important
{
	font-size: 15pt; 
}

#main-content p.important
{
}

#main-content-prop
{
	height: 540px;
	width: 1px;
	float: right;
	background: blue;
}

#main-content .freehand-quote
{
	width: 100%;
	text-align: center;
}

/* Footer Styles */

#footer
{
	background: url('Images/website-footer.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}

#footer1
{
	background: url('Images/balance.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}

#footer2
{
	background: url('Images/choices.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer3
{
	background: url('Images/connected.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer4
{
	background: url('Images/open.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer5
{
	background: url('Images/opposites.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer6
{
	background: url('Images/positive.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer7
{
	background: url('Images/potential.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}

#footer8
{
	background: url('Images/sustain.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer9
{
	background: url('Images/question.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}
#footer10
{
	background: url('Images/whole.gif') no-repeat top right;
	width: 90%;
	padding-top: 70px;
	clear: both;
	text-align: center;
}


/*  specilized styles */
.pageCultural 
{
	background-color:#b93fb8;
}
.pageCommercial
{
	background-color:#708617;
}
.pageSales 
{
	background-color:#e76414;
}
.pageStrategic 
{
	background-color:#8608de;
	color:White;
}

.largeCaption {
	font:caption;font-size:large;font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	vertical-align:middle;
}
.word-table 
{
	width:60%;
	margin-left:1%;	
	margin-bottom:5px;
	margin-top:5px;
}
