/* Core */
body {
	background: #b7c8b8 url(images/background3.png) top center repeat-y;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	color: #4A634A;
	font-size: 2.0em;
}
h2 {
	color: #4A634A;
	font-size: 1.2em;
}
h3 {
	color: #4A634A;
	font-size: 1.0em;
}

p {
	font-size: 76%;
	/*text-align: justify;*/
	line-height: 1.6em;
}
img {
	border: none;
}
/* /Core */

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

/*****************
Navigation Styles 
*****************/
#navigation {
	width: 200px;
	float: left;
	display: block;
	padding-top: 10px;
}
#navigation p {
	font-size: 1em;
	text-align: justify;
	line-height: 1.3em;
}
#navigation table {
	margin-left: -5px;
}
#navigation ul {
	list-style-type: none;
	margin-left: -22px;
}
#navigation ul li {
	padding-bottom: 5px;
}
#navigation li a {
	color: #4A634A;
	text-decoration: none;
	font-size: 20px;
	padding-right: 10px;
	text-align: left;
}
#navigation li a:hover {
	border-bottom: 2px solid;
	border-bottom-color: #4A634A;
}
.top {
	background: url(images/navigationtop.png);
	height: 10px;
	font-size: 0.1em; /* Fix IE bug, min height is height of inherited font size */
}
.middle {
	background: url(images/navigationmiddle.png) repeat-y;
	padding: 5px 0 5px 0 ;
}
.contactmiddle {
	background: url(images/navigationmiddle.png) repeat-y;
	padding: 10px 0 37px 0 ;
	/* height: 250px; Style to include BDA logo */
	height: 200px;
}
.bottom {
	clear: both;
	background: url(images/navigationbottom.png);
	height: 10px;
	font-size: 0.1em; /* Fix IE bug, min height is height of inherited font size */
}
.bdalogo {
	float: left;
	margin: 10px 0 0 0;
}

/**********
Main 
***********/
#main {
	float:left;
	width: 468px;
	display: block;
	padding: 0 15px 0 15px;
}
#main a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#main p {
	font-size: 100%;
	}
#main li {
	/*margin-left: -10px;*/
}

#main li.list_title {
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
}
#main img.award {
	float: left;
	margin: 0 20px 10px 0;
}
.mainlisttitle {
	font-weight: bold;
	list-style-type: none;
	font-size: 90%;
	margin-left: -20px;
	margin-bottom: -10px;
}
.mainlistsubtitle {
	list-style-type: none;
	font-weight: bold;
	margin-top: 10px;
	font-size: 85%;
}
.mainlistitem {
	list-style-type: disc;
	font-size: 85%;
	margin: 0 0 5px 0;
}
td.contacttd {
	padding-bottom: 5px;
}
table.contacttable {
  margin-top: -20px;
  }
#main table {
	padding: 0;
	margin: -20px 0 -20px 0;
	}
table.awardstable td {
	padding-left: 20px;
	}
td.bottomrow {
	padding-bottom: 10px;
}
td.porttext {
	font-size: 70%;
}
td.porttext p {
	margin-top: -5px;
}
#esd-list li {
	margin-bottom: 2em;
	}
/* /Main */

/* Images */
#images {
	width:200px;
	float: left;
	display: block;
	padding: 10px 0 0 0;
}
#images img {
	margin-bottom: 20px;
}
/* End Images Styles */

/* Start Footer Styles */
#footer {
	font-size: 1em;
	padding:30px 0 0 0;
	clear: both;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* End Footer Styles */

#contact {
	margin: 0 0 0 20px;
	font-size: 1em;
	color: #000;
}
#contact_form {
	clear: both;
}
#frontaward img{
	float: right;
	margin-left: 20px;
	margin-bottom: 150px;
}

.awardlist {
	margin-left: -20px;
}

.plainlistitem {
	list-style-type: none;
}

.logo_text {
	margin-top: -5px;
	font-size: 12px !important;
}

.temp_portfolio_padding {
	height: 500px;
}

.contact_page_padding {
	height: 150px;
}

.fees_padding {
	height: 100px;
}

.services_padding {
	height: 50px;
	clear: both;
}

.awards_padding {
	height: 150px;
}

/*Form styles */

#contact_form_wrap {
	width: 440px;
	clear: both;
	margin:0 auto;
}

#contact_form {
	text-align: left;
}

#main textarea{
	width:440px;
}

.input_field {
	width: 440px;
}

.fieldtitle {
	text-align: left;
}

.center {
	text-align: center;
}
p.footer {
	text-align: center;
}
.spam_field {
	display: none;
	width: 440px;
	}

