/********** generic styles ************/

* {
	padding: 0;
	margin: 0;
}
		
body {
	background-color: #b5cfd9;	
	font-size: 15px;
	color: #333;
	font-family: "Trebuchet MS", Tahoma,  Helvetica, Geneva, sans-serif;
}

#container {
	position: relative;
	width: 1000px;
	height: 900px;
	margin: -60px auto 0 auto;
	background-color: #b5cfd9;
	background-image: url(images/honeycombB.png);
	background-repeat: no-repeat;
}

p {
	padding-top: 10px;	
}

a {
	text-decoration: none;
	color: #0338e1;
	padding-right: 20px;
}

a:hover	{
	color: #a62d12;
}

a.current {
	background-image: url(images/bee.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: underline;
}

h1 {
	margin-left: -9999px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #a62d12;
	text-align: center;
	margin: -10px 0 0 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #a62d12;
	text-align: left;
	margin: 15px 0 0 0;
}

.space {
	padding-top: 5px;
	color: #0338e1;
}

#wrapper {
	width: 765px;
	margin: 60px auto;
	padding: 70px 20px 0 0;
}

.message {
	font-family: "Trebuchet MS", Tahoma,  Helvetica, Geneva, sans-serif;
	color: #a62d12;
}

/********** navigation bar styles **********/

#navBar {
	width: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 163px 0 170px 60px;
	float: left;
}

#navBar ul {
	list-style: none;
	margin: 10px 0 0 0;
}

#navBar li {
	margin-bottom: 25px;
}

#navBar li a	{
	color: #0338e1;
}

#navBar li a:hover {
	color: #a62d12;
}

#navBar .two	{
	margin-left: -25px;
}

#navBar .three	{
	margin-left: -50px;
}

#navBar .four	{
	margin-left: -75px;
}

/********** sidebar styles **********/

#sidebar {
	width: 135px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin:240px -20px 0 10px;
	float: right;
	padding: 10px 0 10px 10px;
}

/********** main content styles **********/

#content {
	position: relative;
	width: 450px;
	margin: 0 0 0 144px;
	padding: 10px;
}

#content #topSubTitle	{
	margin-top: 10px;
}

 #dev {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#dev ul {
	width:100%;
	margin: -90px 0 0 35px;
	float: left;
}

#dev ul li	{
	width: 50%;
	float: left;
}

img {
	width: 200px;
	float: left;
	margin: 10px 15px 0 0;
}

#clearfloat {
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

ul#redesign 	{
	margin: 10px;
}

#redesign li	{
	margin: 20px 0 10px 25px;
}

/************ contact page ************/

#intro {
	margin: 5px 0 15px 0;
}

/* styling for form on contact page*/

fieldset	{
	padding: 10px 15px;
}

legend {
	color: #a62d12;
	padding-bottom: 5px;
	padding: 5px;
}

label	{
	margin-right: 15px;
}

span.validate {
	color: #a62d12;
}

textarea {
	margin: 10px 0 0 0;
}

.info, #commentArea	{
	margin: 0 0 0 30px;
}

#fullname, #location, #emailaddress {
	padding: 0 3px;
}

#cms span {
	margin-left: 30px;
}

#fullname, #location, #emailaddress {
	width: 210px;
	margin: 0;
	background: #ffffa0;
}

.fixedwidth {
	width: 120px;
	float:left;
	display:block;
	margin: 0 auto;
}

.instructions {
	color: #a62d12;
	margin-top: 15px;
}

#commentArea	{
	margin-top: 5px;
	margin-bottom: 5px;
}

#commentArea	.instructions {
	margin-left: -30px;
}

.checkbox {
	margin-left: 10px;
}

#buttonarea	{
	margin-left: 80px;
}

#buttonarea input {
	background: #ffffa0;
	color: #0338e1;
	font-weight: bold;
	margin: 15px 45px;
	padding: 3px;
}

#comments {
	background: #ffffa0;
}

/********** footer styles **********/ 

#footer {
	text-align: center;
	font-size: 0.7em;
	margin-top: 0;
}

