* {
	padding: 0;
	margin: 0;
}
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #5e5e5e url(../images/background.gif) repeat;
    color: #444;
}

a, a:link, a:visited {
    color: #444;
    text-decoration: underline;
}

a:hover {
	color: #444;
    text-decoration: none;
}

a:active, a:focus {
    color: #555;
}
  
.p5 span a {
    font-weight: bold;
}

p, li {
    margin-bottom: 10px;
    line-height: 19px;
    font-size: 75%;
}

h2 {
    margin-bottom: 0px;
    line-height: 19px;
	font-size: 85%;
	font-weight: normal;
}

h3 {
	color: #666;
	margin-bottom: 0.8em;
}

.input_field {
	text-align: left;
	padding-right: 10px;
	font-size: 75%
}

textarea {
	width: 265px;
	height: 75px;
}

ul {
	margin-left: 2em;
}


#container {
    position: relative;
    margin: 2em auto;
    text-align: left;
    background: #FFFFFF;
    width: 760px;
    border: solid 2px #ffffff;
}

#pageHeader {
    text-align: center;
    background: #222222 url(../images/header.gif) center top no-repeat;
    height: 188px;
}
#pageHeader h1 span, #pageHeader h2 span {
    display: none;
}


/**
 * Content
 */
#lhs {
	margin: 0 0 0 24px;
	float: left;
	width: 214px;
} 
 
#rhs {
	text-align: justify;
    margin-left: 230px;
    padding: 0 50px 35px 35px;
    min-height: 330px;
}

#widePageContent {
	margin: 0 35px;
}

#footer {
	clear: both;
	height: 3em;
}

#gallery {
	margin: 0 1.5em;
}

/**
 * Navigation
 */
#navigation {
	width: auto;
	height: 38px;
	background-color: #222;
	border-bottom: solid 4px #333;
	margin-bottom: 2em;
}

#navigation ul {
	margin-left: 0;
}

ul.main-nav {
	font-weight:bold;
}

ul.main-nav li {
	font-size: 100%;
	float:left;
	line-height:38px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.main-nav a, ul.main-nav a:hover {
	color:#ccc;
	display:block;
	float:left;
	min-height:38px;
	padding:0 16px;
	text-decoration:none;
	-moz-border-radius: 4px 4px 0 0;
}

ul.main-nav a:hover, a.selected {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}


ul.main-nav li.selected a:hover {
	text-decoration:none;
}


.imgborder {
	padding: 1px;
	border: solid 1px #ddd;
}

.galleryitem {
	border: solid 1px #8C9777;
	margin: 6px;
}



table.performance_table {
	margin: 0 0 3em 0;
	padding: 0;
	text-align: left;
	font: normal 10px verdana;
}

table.performance_table td {
	padding-top: 10px;
	padding-right: 4px;
	vertical-align: top;
}

table.performance_table td.table_underline {
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	padding-top: 0px;
}

table.contactForm {
	width: 275px;
	margin: 0 auto;
}

input.submitButton {
	width: 150px;
	height: 25px;
	margin: 1em 0;
	padding: 2px;
	text-align: center;
	vertical-align: center;
	cursor:pointer;
	border:outset 1px #8C9777;
}


.input_item {
	font: normal 12px Tahoma;
	color: black;
	border: solid 1px #8C9777;
}

.hidden {
	display: none;
	color: #566047;
}

.admin_editbox {
	font: normal 14px Tahoma;
	font-size: 75%;
	width: 420px;
	height: 400px;
	border: solid 1px #ccc;
	padding: 1em;
	background-color: #fff;
}


div #contactFormErrors{
	color: red;
	margin-bottom: 2em;
}
