@charset "UTF-8";
/* Colors
bg dark blue: 384656
logo blue: 6F8CAC
light blue: DAE1EF
logo orange: CB7118
dark orange: A2590A
*/
body, #header, #header h1, h1, h2, h3, #logo, #footer {
	margin:0;
	padding:0;
}
body  {
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #384656;
	margin: 0;
	padding: 0;
	text-align: center; /* keep */
	color: #333;
	line-height:136%;
}
#container { 
	width: 860px;
	background: #FFFFFF;
	margin: 0 auto; /* keep */
	text-align: left; /* keep */
	margin-top:12px;
} 
#header {
	height:142px;
	margin-bottom:24px;
} 
#logo {
}
#nav {
}
#sidebar {
	float: left;
	width: 180px;
	padding: 14px;
	background-color:#DAE1EF;
	margin-left:24px;
}
#maincontent { 
	margin: 0 12px 24px 240px;
	padding: 0 20px;
} 
#footer {
	background:url(../images/body_footer.png) top no-repeat;
	height:9px;
	font-size:90%;
	text-align:center;
	color:#fff;
} 
#footer p {
	margin: 0; /* keep */
	padding: 10px 0;
}

/* Styles */
p {
	font-size:80%;
}
a:link, a:visited {
	color:#CB7118;
	text-decoration:none;
}
a:hover {
	color:#384656;
	text-decoration:underline;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:120%;
	line-height:130%;
	color:#384656;
	border-left: 12px solid #CB7118;
	border-bottom:1px solid #CB7118;
	padding:0 0 0 12px;
	margin:0 0 24px 0;
}
h2 {
	font-size:115%;
	border-bottom:1px solid #384656;
	color:#666;
	margin:24px 0 24px 0;
}
h3 {
	font-size:105%;
	margin:24px 0 24px 24px;
}
.arrowHighlight {
	font-size:120%;
	background:url(../images/arrow.png) left no-repeat;
	padding: 15px 0 0 60px;
	height:30px;
	font-weight:bold;
}
li {
	font-size:85%;
}
#sidebar h2 {
	font-size:90%;
	margin:0;
    background-color:#A2590A;
	border-bottom:2px solid #CB7118;
    color:#fff;
    padding:1px 4px;
}
#sidebar p {
	font-size:85%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar .quote {
	font-style:italic;
}
#sidebar .attribute {
	text-align:right;
}
#sidebar ul {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size:95%;
	padding:0 0 0 14px;
}
#sidebar li {
	padding:0 0 3px 0;
}
#googleCalendar {
	margin:0 0 12px 0;
}
#newsletter {
	margin:0 0 12px 0;
}
.boldRed a:link, .boldRed a:visited {
	color:#F00;
	font-weight:bold;
}
.boldBigRed {
	font-size:130%;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
	text-align:center;
}
.redQuote {
	font-style:italic;
	color:#900;
}
#dogpaw {
	font-size:85%;
	text-align:right;
	margin:24px 0 48px 0;
}
#dogpaw a:link, #dogpaw a:visited {
	color:#FFF;
}
#dogpaw a:hover {
	color:#CB7118;
	text-decoration:none;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#CB7118;
	text-decoration:none;
}
.photoright {
	float:right;
	border:1px solid #000;
	margin:0 0 6px 24px;
}
.photoLeft {
	float:left;
	border:1px solid #000;
	margin:0 24px 6px 0;
}
.centerText {
	text-align:center;
}
.brochureBtn {
	float:right;
	margin:0 0 0 24px;
}


/* Contact Form - hidden fields */
#reverse1 {
	display:none;
	visibility:hidden;
	z-index:0;
}
#reverse2 {
	display:none;
	visibility:hidden;
	z-index:0;
}

/* Misc */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearElement {
	clear:both;
}
