@charset "UTF-8";
/* CSS layout formatting document for byrdinflight */

/* Wrapper Divs */

body
{ 
	margin: 0;
	padding: 0;
	background-color: #F8F7F5;
}
#wrapper_topbar{
	width: 100%;
	height: 20px; 
	margin: 0;
	padding: 0;
	background-color: #A2C4CC;
}

#wrapper_header{
	width: 950px;
	height: 90px;
	margin: 0 0 0 0;
	background-color: #F8F7F5;
}
#wrapper_content{
	width: 950px;
	height: 510px;
	margin: 0 0 0 0;
	background-color: #F8F7F5;
}
#wrapper_footer{
	width: 950px;
	height: 50px;
	clear: both;
	background-color: #F8F7F5;
}

/* Content Divs */

#header_left{
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F8F7F5;
}
#content_left{
	width: 200px;
	height: 510px;
    float: left;
    border-bottom: 1px solid;
	border-bottom-color: #E6E3DC;
	border-top: 1px solid ;
	border-top-color: #E6E3DC;
}
#content_right{
	width: 730px;
	height: 510px;
	float: right;
	border-bottom: 1px solid;
	border-bottom-color: #E6E3DC;
	border-top: 1px solid;
	border-top-color: #E6E3DC;
}
#content_right_form{
	width: 490px;
	height: 510px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content_right_contact{
	width: 240px;
	height: 510px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content_right_about{
	width: 490px;
	height: 510px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#content_right_about_photo{
	width: 240px;
	height: 510px;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Nav Divs */

#main_nav{
	width: 200px;
	height: 510px;
}
#bottom_sub_nav{
	width: 200px;
	height: 88px;
}

/* Contact Form */

.fieldset {
	border: none;
	height: 100%;
	margin: 0px 0px 20px 20px;
	padding: 0;
	width: 450px;
}
.fieldset label {
	display: block;
	font-size: 1.1em;	
	margin: 0 0 0 0;
	padding: 0;	
}
.fieldset input{
	background-color: #F0EEEC;
	border: 1px solid #A2C4CC;
	display: block;
	height: 23px;
	margin-bottom: 11px;
	overflow: visible;
	width: 208px; 
}
.fieldset input.checkbox{
	margin: 0 5px 0 0;
}
.fieldset textarea {
	background-color: #F0EEEC;
	border: 1px solid #A2C4CC;
	display: block;
	height: 125px;
	margin: 2px 0 0 0;
	overflow: visible;
	width: 448px;
}
.fieldset .submit {
	background-color: #E6E3DC;
	border: 1px solid #A2C4CC;
	color: #5C524A;
	display: block;
	font-size: 1.1empx;
	height: 25px;
	margin: 10px 10px 0 0;
	width: 100px;
}

