/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	margin: 0px auto;
}

/** LOGO */

#logo {
	
	float: left;
	width: 700px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(../images/layout_images/homepage01.jpg) no-repeat left top;
	
}


#logo h1{
	display: inline;
	float: left;
	width: 100%;
	background: transparent;
	color:#ffffff;
	margin-top:30px;;
	font: 15pt "Times New Roman", Times, serif;
}
#phone{
	color: White;
	height: 30px;
	width: 100px;
	margin-top: 30px;
	float: right;
	font: normal 15px "Times New Roman", Times, serif;
}
#phone p em {
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	font: normal 15px "Times New Roman", Times, serif;
}




/** BANNER */

#banner {
	width: 880px;
	height: 91px;
	margin: 0px auto;
	padding: 0px 10px;
	background: #FFFFFF;
	color: #000;
}

/** PAGE */

#page {
	width: 900px;
	margin: 0px auto;
}

.subpage #page {
	background: #FFFFFF url(../images/layout_images/subpage2_01.jpg) no-repeat left top;
}

label{
	text-align: center;
}

#contact{
	background: #EBEBEB;
	color: #6E6E6E;
}

input{
	display: block;
	margin:0 0 0 0px;
	background: #aaa;
	color: #006433;
	text-align: center;
}


#bg {
margin: 0;
}

/** CONTENT */

#content {
	float: right;
	width: 615px;
	padding: 44px 47px 20px 39px;
}

.subpage #content {
	float: none;
	width: auto;
}

.bio{
	 background: #E8E8E8;
	 border: thin ridge #191970;
	 height: 200px;
	 width: 800px;
	 color: #191970;
	 margin: 30px 0 30px 0;
	 padding: 10px 10px 10px 10px;
	 
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 144px;
}

/** BOX1 */



/** BOX2 */

#box2 {
	float: left;
	width: 345px;
}

/** BOX3 */

#box3 {
	float: right;
	width: 233px;
}

/** BOX4 */



/** BOX5 */

#box5 {
	padding-top: 18px;
}
#box5 p {
	text-align:center;
}
/** BOX6 */

#box6 {
	padding-top: 18px;
}

#box6 p {
	text-align:center;
}

#box7 {
	padding-top: 18px;
}

#box7 p {
	text-align:center;
}

#box8 {
	padding-top: 18px;
}

#box8 p {
	text-align:center;
}


