html {
	margin: 0;
	padding: 0;
	}
body {
	color: rgb(90, 74, 66);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 20px 0;
	}

a {
	color: rgb(43, 56, 143);
	text-decoration: none;
	}
a:active,
a:focus,
a:hover {
	color: rgb(90, 74, 66);
	}
acronym {
	border: 0;
	}
blockquote {
	font-family: Times, "Times New Roman", serif;
	margin: 0;
	}
cite {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 1em;
	}
h2 {
	background-color: rgb(233, 234, 206);
	font-size: 150%;
	margin: 0;
	padding: 3px 16px;
	text-transform: uppercase;
	}
h2 small {
	font-size: 75%;
	}
em {
	font-style: normal;
	font-weight: bold;
	}
form {
	margin: 0;
	padding: 0;
	}
form li {
	display: inline;
	margin-right: .5em;
	}
form ul {
	list-style: none;
	padding: 0;
	}
label {
	font-weight: bold;
	}
p {
	margin: 1em 0;
	}
strong {
	font-size: 115%;
	}
/*	
table {
	background: rgb(233, 234, 206);
	border-collapse: collapse;
	font-weight: bold;
	width: 100%;
	}
tbody tr:first-child td,
tbody tr:first-child th {
	border-top: 3px solid white;
	}
tbody td {
	text-align: center;
	}
tbody th {
	text-align: left;
	}
td,
th {
	border-left: 2px solid rgb(209, 211, 186);
	padding: .2em .5em;
	}
td:first-child,
th:first-child {
	border-left: 0;
	}
thead th {
	color: rgb(43, 56, 143);
	}
*/
ul {
	margin: 1em 0;
	padding: 0 0 0 3em;
	}

.contact {
	background-color: rgb(208, 235, 247);
	line-height: 170%;
	padding: 1em .5em;
	overflow: hidden;
	text-align: center;
	}
.contact h2 {
	background: none;
	font-size: 115%;
	text-transform: none;
	}
.contact p {
	margin: 0;
	}
.contact .information {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	}
.contact .name {
	text-transform: uppercase;
	}

.legend {
	background: rgb(208, 235, 247);
	overflow: hidden;
	padding: 1em 16px;
	}
.legend > dd {
	margin-left: 9em;
	}
.legend > dt {
	clear: left;
	color: rgb(43, 56, 143);
	float: left;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	width: 8em;
	}
.legend dl dd {
	display: inline;
	margin: 0 .5em 0 0;
	}
.legend dl dt {
	display: inline;
	font-weight: bold;
	}

.photo {
	background: white;
	border-color: rgb(109, 155, 151);
	border-style: solid;
	border-width: 0 3px;
	padding-bottom: 18px;
	}
.photo div {
	border-color: rgb(109, 155, 151);
	border-style: solid;
	border-width: 1px 0;
	}
.photo img {
	display: block;
	margin: 0 auto;
	}

.section {
	background-color: rgb(233, 234, 206);
	margin-top: 18px;
	max-width: 100%;
	overflow: hidden;
	padding: 0 16px;
	}

#content {
	border-color: rgb(209, 211, 186);
	border-style: solid;
	border-width: 0 24px 24px 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 24px 24px 24px;
	width: 904px;
	}

#admincontent {
	border-color: rgb(209, 211, 186);
	border-style: solid;
	border-width: 0 24px 24px 24px;
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 24px 24px 24px;
	
	width: 904px;
	text-align:left;
	}

#head {
	background: url("../images/head-background.png");
	height: 203px;
	margin: 0 auto -58px auto;
	position: relative;
	width: 952px;
	}
#head #logo {
	margin: 0;
	position: absolute;
	top: 75px;
	}
#head #logo img {
	border: 0;
	}
#head .navigation {
	height: 24px;
	left: 435px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 149px;
	}
#head .navigation a {
	display: block;
	/*height: 24px;*/
	height:17px;
	overflow: hidden;
	text-indent: -1000em;
	}
#head .navigation .active a,
#head .navigation a:active,
#head .navigation a:focus,
#head .navigation a:hover {
/*	background-position: 0 -24px;*/
		background-position: 0 -17px;
	}
#head .navigation li {
	float: left;
	margin-right: 15px;
	}
#nav-about-us a {
	background-image: url("../images/nav_about_us.png");
	width: 90px;
	}
#nav-our-services a {
	background-image: url("../images/nav-our-services.png");
	width: 125px;
	}
#nav-our-team a {
	background-image: url("../images/nav-our-team.png");
	width: 92px;
	}
#nav-resources a {
	background-image: url("../images/nav-resources.png");
	width: 97px;
	}


#navigation {
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 3px;
	font-weight: bold;
	margin-bottom: 12px;
	min-height: 3.5em;
	}
#navigation li {
	border-left: 1px solid rgb(90, 74, 66);
	float: left;
	padding: 0 8px;
	}
#navigation li:first-child {
	border-left: none;
	}
#navigation p {
	padding: 0 16px;
	}
#navigation ul {
	background: rgb(152, 204, 133);
	font-size: 115%;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: .3em 8px;
	text-transform: uppercase;
	}
#navigation ul a {
	color: rgb(90, 74, 66);
	}
#navigation ul .active a,
#navigation ul a:active,
#navigation ul a:focus,
#navigation ul a:hover {
	color: white;
	}

#left-column,
#right-column {
	border-color: rgb(208, 235, 247);
	border-style: solid;
	border-width: 0 5px;
	display: inline;
	padding-bottom: 24px;
	}
#left-column > :first-child,
#right-column > :first-child {
	margin-top: 0 !important;
	}

#center-column {
	float: left;
	}
#left-column {
	float: left;
	margin-right: 24px;
	}
#right-column {
	float: right;
	margin-left: 24px;
	}
