/* @override http://www.mikeziray.com/testsites/johnson/css/layout.css */

body{
	width: 800px;
	position: relative;
	/*border: solid red;*/

	left: 50%;
	
	margin-left: -400px;
	font-family: Optima, Verdana, Arial, Helvetica;
	color: #242424;
}

#navigationnavigationnavigationnavigation {
	width: 240px;
	height: 480px;
	clear: none;
	float: left;
	border-width: thin;
	position: relative;
	top: 30px;
	left: 30px;
}

#welcome{
	background: url(../img/becky.jpg) no-repeat 300px 120px;
}
#welcome_text{
	width: 240px;
}

#thumbnails {
	position: relative;
	left: 300px;
	width: 460px;
	top: 60px;
	height: 100px;
	border-width: thin;
	margin-bottom: 0;
}
img.thumbnail{
	border: thin solid #b9bbbd;

}

#active{
	background-color: #dff2ff;
	border-top-style: dotted;
	border-top-color: #b9bbbd;
}

div.navItem {
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: .1em dotted #b9bbbd;
	border-top-width: .1em;
	border-top-color: #b9bbbd;
	padding-left: 15px;
	color: #595b5d;
}

div.navSubItem {
	height: 310px;
	position: relative;
	top: 20px;
	color: #9fa1a4;
	width: 230px;
	margin-bottom: 20px;
	border-bottom: .15em dotted #b9bbbd;
	padding-left: 10px;
}

#topInactive{
	border-top-style: dotted;
	border-top-color: #b9bbbd;
	border-bottom-style: none;
}

#middleInactive{
	border-bottom-style: none;
	border-top-style: dotted;
}

div#image_area {
	height: 504px;
	width: 555px;
	left: 295px;
	background-color: #b9bbbd;
	position: relative;
	top: 30px;
	border: thin solid #000;
}

#image_area img {
	position: absolute;
	left: 0;
	top: 0;
}

p#instructions {
	width: 430px;
	padding-bottom: 10px;
	padding-top: 10px;
}

input.text {
	font-size: 1.1em;
	width: 430px;
}

.inputButton{
	position: relative;
	left: 250px;
	margin-right: 10px;
	margin-top: 20px;
}

textarea {
	font-size: 1.1em;
	width: 430px;
}


a {
	text-decoration: none;
	color: #1785d7;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#header {

	height: 75px;
	width: 800px;
}

#header img {
	position: relative;
	top: 30px;
	left: 0;
	border: 0px;
	border-width: 0px;
}

#header ul {
	display: inline;
	position: relative;
	left: 300px;
	font: 1.25em Optima, Century, Georgia;
	width: 300;
	top: 30;
}

#header ul li {
	display: inline;
	list-style-type: none;
	background-color: #fff;
	color: #0099ff;
	padding-right: 20px;
}

#main {
	height: 580px;
	vertical-align: .5em;
	line-height: 1.4em;
	font-family: Optima, Verdana, Century, Georgia;
	background: url(../img/flowers.jpg) no-repeat 600px 0;
}

#contact{

	height: 580px;
	vertical-align: .5em;
	line-height: 1.4em;
	font-family: Optima, Verdana, Century, Georgia;
	background: url(../img/bird.jpg) no-repeat 550px 80px;
	padding-left: 30px;
}

#contact_info {
	position: absolute;
	top: 415px;
	left: 540px;
	line-height: 1.5em;
}

div#title {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	border-bottom: 2.5px dotted #7f7f7f;
	border-top: 2.5px dotted #7e7e7e;
	font-size: 1.2em;
	color: #87898c;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#quote {
	width: 535px;
	font-size: .85em;
	font-style: italic;
	color: #7e7e7e;
}

div#columns {
	line-height: 1.45em;
}

#footer{
	
	position: relative;
	top: 60px;

	padding-top: 20px;
	margin-bottom: -80px;

	height: 50px;
	width: 800px;
	color: #7c7c7c;
	
	text-align: center;
	border-top-style: dotted;
	border-top-color: #7c7c7c;
}

span#left {
	font-variant: small-caps;
	float: left;
}

span#right {
	float: right;
	font-variant: small-caps;
}


div#col1 {
	width: 250px;
	padding-right: 20px;
	display: block;
	position: absolute;
}

div#col2 {
	width: 250px;
	padding-right: 20px;
	position: absolute;
	right: 260px;
}
div#col3 {
	width: 250px;
	position: relative;
	left: 540px;
	top: 45px;
}

#quote em {
	font-weight: bold;
}
