/*  
	BailiwickDesignStudio.com
	Designed and Developed by Burn Both Ends, LLC
	BurnBothEnds.com
*/


body {
	height: 100%; 
	max-height: 100%; 
	margin: 0px 0px;
	padding: 0px;
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #030707;
}

#wrapper {
	width: 895px;
	height: 630px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -315px auto auto -445px; 
	background-color: #e8e8e8;
}

#shadowTop {
	width: 890px;
	height: 10px;
	background-image: url(../images/shadow-top.png);
	background-repeat: no-repeat;
}

#shadowLeft {
	width: 10px;
	height: 580px;
	background-image: url(../images/shadow-left.png);
	float: left;
	background-repeat: repeat-y;
}

#shadowRight {
	width: 10px;
	height: 580px;
	background-image: url(../images/shadow-right.png);
	float: left;
	background-repeat: repeat-x;
}

#shadowBottom {
	width: 890px;
	height: 10px;
	background-image: url(../images/shadow-bottom.png);
	background-repeat: no-repeat;
}

#insideWrapper {
	width: 870px;
	height: 580px;
	float: left;
	background-color: #f4f4f4;
}

#innerMargin {
	width: 810px;
	height: 520px;
	margin: 30px;
}

#logoAndNav {
	width: 170px;
	height: 520px;
	float: left;
}

#content {
	width: 610px;
	height: 520px;
	float: right;
	position: relative;
	z-index: 0;
}

.navItem {
	margin-bottom: 10px;
	height: 20px;
}

#homeText {
	z-index: 2;
	width: 100%;
/*	height: 180px; */
	position: absolute;
	bottom: 0px;
/*	background-image: url(../images/home-text-bg.png); */
}

#homeTextContent {
/*	width: 550px; */
	height: 120px;
	margin: 30px;
	z-index: 3;
}

#showHideText {
	z-index: 50;
	position: absolute;
	bottom: 45px;
	right: 45px;	
}

#profilePhoto {
	width: 610px;
	height: 295px;
	background-image: url(../images/missi-photo.jpg);
	margin-bottom: 20px;
}

#profileText {
	
}

#footer {
	margin-left: 10px;
}

#footer p {
	margin: 0px;
	color: #bcbcbc;
	font-size: 10px;
	padding-top: 5px;
}

#footer a { color: #bcbcbc; }

#contactMap {
	width: 610px;
	height: 295px;
	margin-bottom: 30px;
}

#contactInfo {
	width: 220px;
	height: 195px;
	float: left;
}

#contactInfoContent {
	margin: 20px 0px 0px 0px;
}

#contactInfoContent p {
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
}

#contactBox {
	background-color: #e8e8e8;
	width: 380px;
	height: 195px;
	float: right;
}

#contactFormArea {
	width: 340px;
	position: relative;
	margin: auto;
	margin-top: 20px;
}

.BBEinputContainer {
	width: 100%;
	overflow: auto;
}

.BBEinputLabel {
	float:left;
	font-size: 12px;
	line-height: 26px;
	color: #006b6e;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
}

.BBEinputField {
	float: right;
	width: 270px;
	height: 20px;
	max-height: 20px;
	border: 0px solid black;
	color: #006b6e;
	background-color: #f9f9f9 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	vertical-align: middle;
}

input:hover {
	background-color: #d4dfe0 !important;
}

input:focus {
	background-color: #d4dfe0 !important;
}

.BBEtextareaContainer {
	width: 100%;
}

.BBEtextareaField {
	position: relative;
	top: -1px;
	left: -1px;
	float: right;
	width: 270px;
	max-width: 270px;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	color: #006b6e;
	background-color: #f9f9f9 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
}

textarea:hover {
	background-color: #d4dfe0 !important;
}

textarea:focus {
	background-color: #d4dfe0 !important;
}

.BBEsubmitContainer {
	width: 100%;
	overflow: auto;
}

#BBEcontactMessage {
	float: left;
}

.BBEsubmitButton {
	float: right;
	border: 0 solid black;
	color: #006b6e;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	height:20px;
	width:50px;
	margin-top: 10px;
}

.clearBoth {
	clear: both;
}

a:link { color: #286166; text-decoration: underline; }
a:hover { color: #c5b171; text-decoration: underline; }
a:active { color: #c5b171; }
a:visited { color: #286166; text-decoration: underline; }

*a{position:relative;}

