@charset "UTF-8";
body {
	background-color: #4C3A2C;
	margin: 0;
}
#container {
	background-image: url(contentimgs/background.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin: auto;
}
#imagespace {
	height: 241px;
	width: 900px;
}
#navspace {
	background-image: url(contentimgs/navspace.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 900px;
	margin:0px;
}
#content {
	background-image: url(contentimgs/contentbk.jpg);
	background-repeat: repeat-y;
	width: 830px;
	text-align: left;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin: auto;
	position: relative;
}
#fill {
	width: 580px;
}
#subfoot {
	background-image: url(contentimgs/footerbkg.jpg);
	background-repeat: no-repeat;
	height: 29px;
	text-align:left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	position: relative;
	margin: auto;
	width: 865px;
}
#footer {
	background-image: url(contentimgs/graphicfoot.jpg);
	background-repeat: no-repeat;
	height: 58px;
	margin: auto;
	padding: 0;
	position: relative;
	width: 900px;
}
#cprojects {
	width: 320px;
	text-align: left;
	padding: 15px 10px 0 5px;
}
#cp2 {
	width: 190px;
	margin: 10px 25px 0 0;
	background-image: url(contentimgs/freedom.jpg);
	background-repeat: no-repeat;
	padding: 70px 40px 0 60px;
	float: right;
	height: 195px;
}

/* ------------------------------------------- [ CONTENT PANELS ] -------- */

#cp1 {
	width: 290px;
	text-align: left;
	padding: 15px 10px 0 5px;
}
#cp3 {
	width: 550px;
	text-align: left;
	min-height: 455px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
#cp4 {
	width: 300px;
	text-align: left;
	padding: 20px 10px 0 5px;
}
#logotop {
	background-image: url(contentimgs/logotop.jpg);
	background-repeat: no-repeat;
	height: 165px;
	width: 900px;
}
#morebox {
	margin: 60px 0 0 90px;
}

/* ------------------------------------------- [ SIDE BARS ] -------- */

#sidecontact {
	float: right;
	width: 220px;
	border-left-style: dotted;
	border-left-color: #4C3A2C;
	border-left-width: 1px;
	padding: 20px 10px 0 20px;
	background-image: url(contentimgs/contactback.jpg);
	margin: 0 0 0 0;
	background-repeat: no-repeat;
}
#sidequestion {
	float: right;
	width: 185px;
	height: 390px;
	background-color: #FEFBF5;
	background-image: url(contentimgs/whysbhs.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 25px;
}
#sideempty {
	background-image: url(contentimgs/listback.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 200px;
	height: 550px;
	padding: 10px 10px 0 5px;
	margin: 10px 20px 0 20px;
	background-color: #FEFBF5;
	text-align: center;
}


/* ------------------------------------------- [ FONTS 2 ] -------- */

.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E3C2D; }
.style14 {color: #4E3B2E}


/* ------------------------------------------- [ FORMS ] -------- */

input {
width: 180px;
height: 17px;
background: #EBE8DD;
color: #513727;
border: 0px;
padding: 0 0 0 1px;
}

textarea {
width: 180px;
background: #EBE8DD;
color: #513727;
border: 1px;
height: 50px;
overflow: hidden;
}

