/* CONTENT STYLES
-------------------------------------------------*/

#header {
	margin: 0 auto;
	width: 782px;
}

#content {
	background: #d3cda7 url(/images/content_bg.jpg) repeat-y 0 0;
	margin: 0 auto;
	width: 776px;
	border: 3px solid #fff;
	border-top: none;
}


/* Navigation
-------------------------------------------------*/
#navigation {
	background: #fff url(/images/navigation_bg.gif) repeat-x 0 0;
	text-align: center;
	height: 24px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	color: #660000;
	font-size: 1.35em;
	line-height: 2em;
	margin: 0;
}

#navigation a{
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	text-decoration:none;
}



/* Content
-------------------------------------------------*/
#column-left {
	background-color: #fff;
	margin: 7px;
	margin-right: 0;
	padding: 16px;
	width: 444px;
	float: left;
	border: 1px solid #afafaf;
}

p.intro {
	color: #3f5f77;
	font-weight: bold;
}

.column33 {
	width: 33%;
	float: left;
}

#column-right {
	background-color: #fffdef;
	margin: 7px;
	margin-left: 0;
	padding: 0 11px;
	width: 251px;
	float: right;
	border: 1px solid #969696;
}

#column-right p {
	color: #623114;
	font-size: 1.1em;
	line-height: 1.3em;
	clear: both;
}

#column-right h2 {
	text-transform: uppercase;
}

img.border-yellow {
	margin: 0 -11px;
	border-bottom: 7px solid #e4ce0e;
}

.photo-caption {
	margin: 0 .8em .5em 0;
	float: left;
}

.photo-caption p {
	margin: 0;
	padding: 0;
}

.callout-bg {
	background: transparent url(/images/callout_middle.jpg) repeat-y 0 0;
	width: 447px;
}

.callout {
	background: transparent url(/images/icon_phone.gif) no-repeat 12px 2px;
	margin: .3em 0 0;
	padding: 0 10px 0 75px;
	min-height: 55px;
	height: auto !important;
	height: 55px;
}

.callout p {
	color: #3f5f77;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 3px 0;
	padding: 0;
}

.callout a {
	color: #3f5f77;
}


/* Footer
-------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 1em .5em;
	width: 766px;
}

#footer p {
	color: #666;
	font-size: 1em;
}

