/* CSS Document */

body {
	padding:0;
	margin: 0;
	background: #D2D1CA url(../images/page-bg.gif) repeat-x top left;
	font-family: Times New Roman, Verdana, Tahoma;
	font-size: 13px;
}

p {
	line-height: 18px;
}
	
h1 {
	font-size: 1.5em;
}

h1 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	background-color: #5B5A3D;
	padding: 10px;
	color: #fff;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

#wrapper {
	width: 905px;
	border: 1px solid #fff;
	margin: 0 auto;
	background: #F0E3CB url(../images/left-hand-bg.gif) repeat-y top left;
}

#branding {
	height: 100px;
	border-bottom: 1px solid #fff;
	background-color: #5B5A3D;
}

#branding h1 {
	height: 100px;
	margin: 0;
	text-indent: -5000px;
	background: url(../images/header.gif) no-repeat top left;
}

#topnav {
	float: right;
	width: 220px;
	color: #fff;
	margin-top: -95px;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

#content {
	
}

#maincontent {
	width: 532px;
	float: left;
	background: #F0E3CB url(../images/main-content-bg.gif) repeat-x top left;
}

#flashholder {
	width: 532px;
}

#mainpics-right {
	width: 174px;
	float: right;
	margin-top: 2px;
}

#mainpics-right img {
	margin-top: 10px;
}

#page-content-internal {
	padding: 10px;
}

#page-content {
	clear: both;
	background: #F0E3CB url(../images/main-content-bg.gif) repeat-x top left;
	margin-top: 1px;
}

#left-page-content {
	width: 512px;
	float: left;
	padding: 10px;
	background: #F0E3CB url(../images/main-content-bg.gif) repeat-x top left;
}

#right-page-content {
	width: 151px;
}

#newslisting {
	background-color: #F0E3CB;
	float: left;
	width: 188px;
	padding: 4px;
}

#newslisting a {
	text-decoration: none;
	color: #000;
}

#newslisting a:hover {
	text-decoration: underline;
	color: #ff0000;
}

#newslisting h4 {
	margin-bottom: 0px;
	margin-top: 4px;
}

#newslisting p {
	margin-top: 6px;
}

#leftnav {
	float: left;
	width: 188px;
	padding: 4px;
	background-color: #5F4B3B;
	height: 327px;
}

#footer {
	clear: both;
	border-top: 1px solid #fff;
	background: #5B5A3D url(../images/footer-bg.gif) no-repeat top right;
	padding: 5px;
	color: #fff;
}


/* Left Navigation */

#leftnav ul {
	list-style: none;
	margin-left: -40px;
}

#leftnav li {	
	background: url(../images/bullet.gif) no-repeat left center;
	padding-left: 25px;
}

#leftnav li img {
	border: 0;
}


/* News and Events */

.sideheading {
	margin-left: -3px;
}

/* General Styling */


.what-we-offer {
	width: 270px;
	clear: both;
	margin-top: 10px;	
}

.what-we-offer-pic {
	width: 85px;
	float: left;
}

.what-we-offer-words {
	float: right;
	width: 160px;
	padding: 4px;
	margin-bottom: 15px;
}

.what-we-offer a {
	text-decoration: none;
	color: #000;
}

.what-we-offer a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.what-we-offer h2 {
	margin: 0;
	margin-top: -4px;
	border-bottom: 1px dashed #5F4B3B;
	font-size: 1.0em;
}

.what-we-offer p {
	margin-top: 3px;
}

.clear {
	clear: both;
}

.picture-gallery {
	width: 250px;
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}


#maincontent form {
  font-size: 1.4em;
}


/* fieldset styling */
#maincontent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#maincontent legend {
	font-weight: bold;
	color: #000000;
}

#maincontent form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#maincontent label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#maincontent input {
  width: 200px;
}

#maincontent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#maincontent  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#maincontent  input:focus, textarea:focus {
	background: #ffc;
}

#maincontent  input.radio {
    float: left;
	margin-right: 1em;
}

#maincontent  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

/* Quotations markup */
blockquote {
border-top: dashed 1px #363636;
border-bottom: dashed 1px #363636;
width: 95%;
margin: 10px -20px 20px -10px;
background: url(../images/alt_quote_start.gif) 20px 20px no-repeat;
position: relative;
}

#mainContent > blockquote {
margin-right: -60px;
}

p.quoteBody {
color: #363636;
font-size: 100%;
line-height: 1.1em;
padding: 34px 10px 0 95px;
text-align: left;
background: url(../images/alt_quote_end.gif) bottom right no-repeat;
}

p.quoteCite {
color: #9d0a0e;
font-size: 115%;
font-weight: bold;
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
margin-bottom: 0;
}
.flashholder {
	height: 395px;
	width: 532px;
	overflow: hidden;
}

.firstcolumn {
	width: 197px;
	float: left;
}

.secondcolumn {
	width: 533px;
	float: left;
}

.thirdcolumn {
	width: 171px;
	float: left;
}

#eventslist h4 {
	margin-bottom: 0px;
	margin-top: 4px;
}

#eventslist p {
	margin-top: 6px;
}

.offerlist {
	margin-top: 10px;
}