* {
	font-family: arial, sans;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #eae8e8;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
    height: 100%;	
}

html {
    height: 100%;
}

a {
	color: #459edc;
}

img {
	border: none;
}


#wrapper {
	width: 897px;
	margin: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;	
}


#header {
	height: 80px;
	margin-top: 15px;
}

#header h1 {
	color: #f1ede8;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 0 0;
}

#header h1 a {
	color: #f1ede8;
	font-size: 35px;
	text-decoration: none;
}

#header h2 {
	color: #d5d2cf;
	margin: 0 0 0 0;
	font-size: 14px;
	font-weight: normal;
}

#header #menu span {
	color: #f1ede8;
}

#header #menu {
	float: right;
	color: #68696a;
	text-align: right;
	font-size: 14px;
}

#header #menu ul {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#header #menu ul li {
	display: inline;
	margin-left: 10px;
}

#header #menu ul li a {
  color: #f0f0f0;
	text-decoration: none;
  border-bottom: 1px solid #459edc;
}

#header #menu ul li a:hover {
  border-bottom: 2px solid #459edc;
}


#content {
	background-color: #ffffff;
	border: 2px solid #c0bfbf;
	padding: 6px;
	
	min-height: 100%;
    height: auto !important;
    height: 100%;
	

}

.home_box {

	margin-bottom: 30px;
}

.home_box a {
	font-weight: bold;
}

.column h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #0d4b7a;
}

.column {
	border-top: 4px solid #dbd9c2;
	margin-top: 15px;	
	margin-bottom: 10px;
	padding-top: 10px;	
}

.right_column {
	font-size: 14px;
}

.right_column h2 {
	font-size: 16px;
}

.right_column .home_box {
	margin-bottom: 10px;
}

.left_column {
	float: left;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;	
}

.right_column {
	float: right;
	width: 335px;
	padding-left: 10px;
	padding-right: 10px;
}

.clear {
	clear: both;
	height: 2px;
	font-size: 1px;
}

.small_listing {
	height: 116px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dbd9c2;
}

.small_listing h1 {
	color: #459edc;
	font-size: 20px;
	margin: 8px 0 0 0;
}

.small_listing div {
	font-size: 14px;
}

.small_listing h1 a {
	color: #459edc;
	font-size: 20px;
	text-decoration: none;
}

.small_listing h1 a:hover {
	text-decoration: underline;
}

.small_listing img {
	float: left;
	border: 4px solid #dbd9c2;
	margin-right: 10px;
}


.header {
	border-bottom: 1px solid #c0c0c0;
}

.header a {
	font-size: 14px;
	float: right;
	margin-right: 10px;
}


.photo_box {
	margin-bottom: 10px;
	cursor: move;
}

ul#photos {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul#photos li {

}

ul#photos li img {
	border: 1px solid #c0c0c0;
	padding: 4px;
}


/* Forms */


.form {
	margin: 20px;
}

.form h1 {
	border-bottom: 1px solid #c0c0c0;
}

.form label {
	font-weight: bold;
	margin-bottom: 2px;
	text-align: right;
	padding-top: 4px;
	color: #666666;
	font-size: 12px;
}

.form input {
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	width: 99%;
	color: #555;
	font-size: 14px;
}

.form select {
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin-bottom: 10px;
	width: 20%;
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #555;	
	display: block;
}

.hidden input {
	display: none;
}


.form textarea {
	border: 1px solid #c0c0c0;
	padding: 2px;
	display: block;
	margin-bottom: 10px;
	width: 100%;
	color: #555;
}

.form .mceEditor {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #555;
	margin-left: 112px;
	padding-top: 0px;
}

.form .help {
	clear: right;
	font-size: 11px;
	color: #606060;
	text-align: right;
	width: 200px;
	float: right;
	margin-bottom: 10px;
}

.form .buttons {
	text-align: right;
	clear: both;
	font-size: 11px;


}

.form .buttons img {
	border: none;
}


.big_list li {
	margin-bottom: 4px;
}

.form .buttons input {
	width: auto;
	margin-bottom: auto;
	border: 1px solid #c0c0c0;
	float: none;
	display: inline;
	margin-bottom: 0px;	
	cursor: pointer;
}

.form .buttons div {
	float: left;
}


.description {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.description_copy {
	font-size: 13px;
}

.photos {
	width: 300px;
	float: left;
	margin-right: 20px;
	text-align: right;
}

#adate select {
	display: inline;
}

.photo {
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #c0c0c0;		
	cursor: pointer;
	margin-bottom: 4px;
}

.narrow {
	width: 400px;
}

.map {
	width: 300px;
	float: left;
	margin-right: 20px;
	text-align: right;
}

#map_canvas {
	border: 1px solid #c0c0c0;
}

#footer {
	background-color: black;
	height: 100px;
	background-image: url(/images/footer-background.png);
	background-repeat: repeat-x;
}

#footer_wrapper {
	width: 900px;
	margin: auto;
	color: #f1ede8;
	padding-top: 10px;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}

#footer_wrapper h2 {
	margin: 0 0 0 0;
	font-size: 16px;
}

.push {
    height: 100px;
}

.copy_image {
	margin: 6px;
	padding: 2px;
	border: 4px solid #dbd9c2;
}

.box {
	padding: 10px;
	border: 4px solid #dbd9c2;
	margin-top: 10px;
}

.headline {
	border-bottom: 2px solid #dbd9c2;
}

.testimonial {
	width: 500px;
	font-size: 14px;
	margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.testimonial span {
	display: block;
	color: #606060;
	float: right;
	margin-top: 6px;
  margin-bottom: 10px;
}

.upcoming {
	margin-top: 10px;
	color: darkred;
	font-size: 12px;
}

h1 strong {
	color: darkred;
}
