﻿/*
#e0cd96
#cfb45f
#aa9a5f
#7b6939
#4e130e
#4a1216
#481800
#2b0b06
*/
.clear {
	clear:both;
}
body {
	background-image: url('../images/asbg2.png');
	background-repeat: repeat;
	font-family: Calibri;
	font-size: 16px;
	line-height: 20px;
	color:#481800;
}
#topBar {
	height: 50px;
	background-color: #000000;
	font-size: 4px;
	font-family: Verdana;
	letter-spacing: 1px;
}
#outterWrapper {
	width: 900px;
	margin: 0px auto 0px auto;
}
#topWrapper {
	width: 100%;
	height: 450px;
}
#header {
	width: 900px;
	height: 400px;
	background-image: url('../images/backgrouncOfContentColumn_01.png');
	background-repeat: repeat;
}
#topNav {
	height: 50px;
	width: 900px;
	background-image: url('../images/backgrouncOfContentColumn_02.png');
	background-repeat: repeat;
	margin-right: 30px;
}
#contentWrapper {
	clear: both;
	float: left;
	width: 900px;
	margin: 0px auto 0px auto;
	background-image: url('../images/backgrouncOfContentColumn_03.png');
	background-repeat: repeat;
}
#leftCol {
	float: left;
	width: 120px;
	padding-left: 30px;
}
#mainContent3 {
	width: 600px;
	float: left;
	margin-top: 0px;
}

#mainContent2 {
	width: 650px;
	float: left;
	margin-top: 20px;
}
#mainContent {
	width: 450px;
	float: left;
	margin-top: 20px;
}

#mainContent a{
	color: #aa9a5f;
}
#mainContent a:visited{
	color:#7b6939;
}
#secContent {
	float: left;
	width: 150px;
}
#rightCol {
	width: 120px;
	padding-right: 30px;
	float: left;
}
#botNav {
	clear: both;
	width: 898px;
	height: 148px;
	background-image: url('../images/backgrouncOfContentColumn_05.png');
	background-repeat: repeat;
	border: 1px solid #481800;
}
#footer {
	width: 900px;
	height: 30px;
	background-image: url('../images/backgrouncOfContentColumn_02.png');
	background-repeat: repeat;
	text-align: center;
	line-height: 10px;
	font-size: 8px;
	padding-top: 11px;
}
/**********************************TOPNAVIGATION*********************************************/
#topBar {
	color: #666699;
	font-size: 13px;
	letter-spacing: 6px;
}
#topBar ul {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#topBar ul li {
	float: left;
	list-style: none;
	padding-left: 34px;
	padding-top: 16px;
}
#topBar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #cfb45f;
}
#topNav ul {
	color: #2b0b06;
	float: right;
	text-align: right;
	list-style: none;
	padding: 0;
	margin-right: 30px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #222;
	font-size: 9pt;
	letter-spacing: 8px;
}
#topNav ul li {
	letter-spacing: 0px;
	float: left;
	padding: 0;
	list-style-type: none;
	letter-spacing: 4px;
}
#topNav ul li a, ul#topNav li a:link, ul#topNav li a:visited {
	color: #481800;
	float: left;
	display: block;
	padding: 0;
	padding: 0 9px;
	border-left: 1px solid #222;
	text-decoration: none;
}
#topNav ul li a:hover, ul#topNav li a:active {
	background: #cfb45f;
}
.style1 {
	padding-left: 10px;
	padding-top: 10px;
}
#topOfColumn {
	padding-top:30px;
}
.topOfColumn {
	padding-top:30px;
}

#botNav {
	font-size: 14px;
	line-height: 11px;
	font-variant: small-caps;
}
/****************************TYPOGRAPHY********************************/
#mainContent p {
	padding-left: 40px;
	padding-right: 40px;
}
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6 {
	padding-left: 40px;
	padding-right: 40px;
}
#secContent li {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 10px;
}
/***************************JqueryTabs******************************/
DIV.container {
	margin: auto;
	width: 90%;
	margin-bottom: 10px;
}
TEXTAREA {
	width: 80%;
}
FIELDSET {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0;
}
LEGEND {
	color: #ccc;
	font-size: 120%;
}
INPUT, TEXTAREA {
	font-family: Arial, verdana;
	font-size: 125%;
	padding: 7px;
	border: 1px solid #999;
}
LABEL {
	display: block;
	margin-top: 10px;
}
IMG.example {
	margin: 5px;
}
UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 12px;
	width: 87%;
	margin-left: auto;
	margin-right: auto;
}
UL.tabNavigation LI {
	display: inline;
}
UL.tabNavigation LI A {
	padding: 3px 5px;
	background-color: #7b6939;
	color: #000;
	text-decoration: none;
}
UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover {
	background-color: #2b0b06;
	color: #fff;
	padding-top: 7px;
}
UL.tabNavigation LI A:focus {
	outline: 0;
}
div.tabs > div {
	padding: 5px;
	margin-top: 3px;
	border: 1px solid #4a1216;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
div.tabs > div h2 {
	margin-top: 0;
}
#first {
	background-color: #e0cd96;
}
#first h2, #first p {
	padding-left: 6px;
	padding-right: 6px;
}
#second {
	background-color: #cfb45f;
}
#second h2, #second p {
	padding-left: 6px;
	padding-right: 6px;
}
#third {
	background-color: #aa9a5f;
}
#third h2, #third p {
	padding-left: 6px;
	padding-right: 6px;
}
.waste {
}
#tabs {
	margin-top: 12px;
}
#secContent p {
	padding-left: 30px;
}
#botNav ul {
	padding-top: 30px;
}
#contactbn {
	float: left;
	width: 150px;
	margin-left: 329px;
}
#aboutbn {
	float: left;
	width: 150px;
}
#pagesbn {
	float: left;
	width: 150px;
}
#linksbn {
	float: left;
	width: 118px;
}
#botNav ul li a {
	text-decoration: none;
	color: #7b6939;
}
.deepzoom {
	margin: 0px auto 0px auto;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent ul {
	
	padding-left:40px;
}
#mainContent ul li {
	padding-right:30px;
	
}
#mainContent dl {
	
	padding-left:40px;
	padding-right:30px
}
#mainContent dl dd {
	
}

#content ul {
	
	padding-left:30px;
}
#content ul li {
	float: left;
	width: 100px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 84px;
	padding-right: 30px;
	padding-left:10px;
	list-style-type: none;
	height: 200px;
	font-size:12px;
	
}
#content ul li a {
	color: #4e130e;
	text-decoration: none;
}
#bigbandbabe {
	background-image: url('../projects/images/bigbandbabe_small.jpg');
}

#simpleharmony {
	background-image: url('../projects/images/simpleharmony_small.jpg');
}

#techexplored {
	background-image: url('../projects/images/techexplored_small.jpg');
}
#olislander {
	background-image: url('../projects/images/olislander_small.jpg');
}
#omt {
	background-image: url('../projects/images/onemoretime_small.jpg');
}
#cis130 {
	background-image: url('../projects/images/CIS130_small.jpg');
}
#cis136 {
	background-image: url('../projects/images/CIS136Site_small.jpg');
}
#shamrock {
	background-image: url('../projects/images/shamrockroofingohio_small.jpg');
}
.style2 {
	margin: 30px 15px;
}
.botNavHeading {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color:#7b6939;
	letter-spacing:3px;
	padding-bottom:3px;
}
.blogRoll {
	margin-top: 30px;
}
p {
	padding-bottom:10px;
}
