/*
Title:       Art Installation Experts General Layout
Author:      Eric Hull
Company:     Eklipse Design http://www.eklipsedesign.com
Description: General layout for all pages
*/
html {overflow: scroll}
body {
	background-color: #FFFFFF;
	color: #4D211F;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	height: 100%;
	margin: 10px;
}
#outerWrap {
	background-color: #FFFFFF;
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;
}
#innerWrap {
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	float: left;
	width: 100%;
}
#container {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0;
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
	width: 100%;
	/*background-color: #e1edf8;*/
}
#contentMain {
	float: left;
	position: relative;
	width: 710px;
	padding-right: 20px;
	padding-left: 20px;
}
#fadeshow1 {
	width: 200px;
	height: 150px;
	float: right;
}
#example {
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid #E1D6B9;
	width: 688px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
}
#examplePics {
	float: left;
	width: 150px;
	position: relative;
	padding-right: 20px;
	text-align: center;
}
#exampleText {
	float: left;
	position: relative;
	width: 510px;
}
.smallerRedTxt {
	font-size:.8em;
	color:#C30;
}
#testimonial {
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid #E1D6B9;
}
#testimonialform {
	font-size: .8em;
}

#testimonialLinkLt {
	margin-top: 10px;
	text-align: center;
	float: left;
	width: 340px;
}
#testimonialLinkRt {
	margin-top: 10px;
	text-align: center;
	width: 260px;
	float: right;
}
#contactCallout {
	background-color: #E1D6B9;
	float: left;
	position: relative;
	height: 262px;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865931;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #865931;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCB988;
	border-right-color: #CCB988;
	text-align: center;
}
#contactInfo {
	padding-left: 30px;
	float: left;
	width: 375px;
	position: relative;
}
#form {
	float: left;
	margin-top: 15px;
	width: 100%;
	text-align: left;
}
#contactFamily {
	float: left;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.familyElement {
	margin: 0px 40px 0px 40px;
	padding: 5px;
	border:1px solid #4D211F;
	height: 84px;
	font-size: 0.9em;
}
.familyPic {
	border:1px solid #4D211F;
	padding: 2px;
	margin-right: 8px;
}

#header {
	position: relative;
	height: 150px;
	margin: 0;
	padding: 0;
	z-index: 10;
	float: left;
	background-image: url(images/AIE_header.jpg);
	background-repeat: no-repeat;
}
#holder {
	display:none;
}
	
/*===============================
	Define Tag Elements
===============================*/

h1 a {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
	display: block;
	height: 110px;
	width: 205px;
}
h1 a span {
	display: none;
}
h2 {
	font-weight: bold;
	color: #CC0000;
	font-size: 1.5em;
	line-height: 1.1em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}

.imgDisplay {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 2px solid #4D211F;
}


#link {
	color: #0000FF;
}

#tdBorder {
	border: thin solid #E1D6B9;
}
#services {
	font-size: 0.6em;
	background-color: #E1D6B9;
	float: left;
	width: 746px;
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #865931;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #865931;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCB988;
	border-right-color: #CCB988;
}

/*===============================
	Navigation Elements
===============================*/

#Navigation {
	height: 20px;
	background-color: #E1D6B9;
	float: left;
	position: relative;
	width: 100%;
}
#Navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	text-align: center;
}
#Navigation ul li {
	display: inline;
}
#Navigation ul li a {
	float: left;
	height: 18px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#Navigation ul li a:link, #Navigation ul li a:visited {
	color: #990000;
	font-weight: normal;
	font-size: .8em;
}
#Navigation ul li a:hover {
	color: #990000;
	background-color: #CAD5DD;
	font-weight: normal;
	font-size: .8em;
}
a:link, a:visited, a:hover {
 	color: #0000FF;
}

/*===============================
	Footer Elements
===============================*/

#footer {
	float: left;
	width: 100%;
	position: relative;
}
#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	float: left;
	height: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #999999;
}
#footer a:link, a:visited {
	color: #660000;
}
#footer a:hover {
	color: #000000;
}
