body {
	background: url(/designs/gold/images/background.jpg) repeat-x #3d3d3d;
	color: #000000;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
}
h1 {
	color: #000000;
	line-height: 120%;
}
h2, h4 {
	color: #663300;
}
a:link {
	color: #993300;
}
a:visited {
	color: #e58500;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#header {
	width: 980px;
	height: 172px;
	padding: 0;
}
#header img {
	padding-top: 20px;
}
.clear {
	clear: both;
}
/* Styles for site name when no image/logo 
------------------------------------------------------*/

.site-name {
	color: #ffffff;
	text-decoration: none;
	width: 600px;
	font-size: 300%;
	position: relative;
	float: left;
	margin-top: 20px;
}
.site-name a:link {
	color: #ffffff;
	text-decoration: none;
}
.site-name a:visited {
	color: #ffffff;
	text-decoration: none;
}
.site-name a:hover {
	color: #ffcc33;
	text-decoration: none;
}
/* Login / request appointment and boarding 
------------------------------------------------------*/

#profile_link {
	position: relative;
	line-height: 150%;
	color: #000000;
	font-size: 110%;
	width: 201px;
	float: right;
	background: url(/designs/gold/images/login-background.jpg) repeat-x;
	padding: 10px 10px 20px 10px;
	margin: 20px 0 0 0;
	border: 1px solid #efbf00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}
#profile_link a:link, #profile_link a:visited {
	text-decoration: none;
	color: #000000;
}
#profile_link a:hover {
	color: #990000;
}
/* Navigation menu styles 
------------------------------------------------------*/
#nav {
	z-index: 1000;
	width: 980px;
	height: 14px;
	margin: 12px 0 0 0;
	position: absolute; 
	top: 115px;
	z-index: 100;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav .navigation {
	width: 980px;
	float: left;
	color: #000000;
	font-size: 14px;
}
#nav .navigation ul {
	width: 200px;
}
#nav .navigation li {
	float: left;
	margin-right: 10px;
	background: url(/designs/gold/images/nav-background.jpg) repeat-x;
	border: 1px solid #efbf00;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#nav .navigation li:hover { /* Background of the main nav link while looking at the dropdown */
	background: #ffffff;
}
#nav .navigation li a {
	color: #000000;
	text-decoration: none;
	padding: 10px 24px;
	display: block;
	font-weight: bold;
}
#nav .navigation li a.hover {
	color: #000000;
	text-decoration: none;
	padding: 10px 24px;
}
#nav .navigation li ul {
	position: absolute;
	height: auto;
	width: 200px;
	font-weight: normal;
	margin: 0;
	display: none;
	width: 200px;
	background-image: none;
	border: none;
}
#nav .navigation li ul li { /* Level 2 menu items */
	padding-left: 5px;
	min-height: 15px;
	width: 200px;
	background-image: none;
	background: #333333;
	border-right: #ffffff 1px solid;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
#nav .navigation li a:hover, #nav .navigation li ul li a:hover {
	color: #333333;
}
#nav .navigation li ul ul {
	margin: -40px 0 0 201px;
	height: 37px;
}
#nav .navigation li ul li a {
	padding: 10px 20px;
	color: #cccccc;
	border: none;
}
#nav .navigation li ul li a:hover {
	color: #000000;
}
#nav .navigation li:hover ul ul, #nav .navigation li:hover ul ul ul, #nav .navigation li.sfhover ul ul, #nav .navigation li.sfhover ul ul ul {
	/*left: -999px;*/
	display: none;
}
#nav .navigation li:hover ul, #nav .navigation li li:hover ul, #nav .navigation li li li:hover ul, #nav .navigation li.sfhover ul, #nav .navigation li li.sfhover ul, #nav .navigation li li li.sfhover ul {
	left: auto;
	display: block;
}

/* Main content
------------------------------------------------------*/

#mainContentWrapper {
	width: 940px;
	padding: 20px 20px 0 20px;
	background: #ffffff;
	overflow: hidden;
}
#leftSidebar {
	width: 320px;
	margin: 0;
	padding: 0 0 25px 0;
	float: left;
}
#messageBlock {
	width: 280px;
	height: 280px;
	padding: 20px;
	font-size: 190%;
	line-height: 150%;
	color: #663300;
	font-style: italic;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;	background: url(/designs/gold/images/message-background.jpg) no-repeat;
}
/* Modules -- Weather, blogs, pages, gallery 
------------------------------------------------------*/
.leftbar {
	background-color: #f1e7c6;
	width: 280px;
	margin: 2px 0 0 0;
	padding: 5px 20px 25px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.leftbar a:link, #modules a:visited {
	color: #000000;
	text-decoration: none;
}
.leftbar a:hover {
	color: #993300;
}
.moduleTitle {
	font-weight: bold;
	color: #663300;
	font-size: 130%;
	clear: both;
	margin: 25px 0 5px 0;
}
.moduleWeatherTitle {
	padding: 5px 0 5px 0;
	text-align: left;
}
.moduleWeatherDescription {
	padding: 10px 0 5px 0;
	font-weight: bold;
	text-align: center;
}
.moduleWeatherDescription img {
	text-align: center;
	padding: 0;
}
.recentPost {
	margin: 5px 0;
	padding: 5px 0 8px 0;
	border-bottom: #b5ad97 1px dashed;
}
/* Main content / right column styles
------------------------------------------- */
#mainContent {
	width: 619px;
	padding: 0;
	float: left;
	padding: 0 0 0 1px;
	line-height: 160%;
	background: #ffffff;
}
#content {
	padding: 20px;
}
/* Individual blog post page */
.blog_post {
	margin-top: 0px;
	padding-top: 0px;
}
/*  Multiple blog posts page */
.blogPost {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 20px;
}
.blogPost h2 a {
	text-decoration: none;
}
/* Forms site-specific styles
------------------------------------------- */
#mainContent fieldset {
	margin: 0;
	padding-left: 0px;
}
#mainContent legend {
	font-weight: bold;
	color: #3b6112;
	border-top: 1px solid #bbbbbb;
	border-bottom: none;
	padding: 5px 0 20px 0;
}
#mainContent .description {
	color: #666666;
	font-size: 100%;
}
#fieldset-requestgroup legend {
	padding-top: 20px;
	color: #3b6112;
	font-size: 120%;
}
#fieldset-infogroup p, #fieldset-detailsgroup p, #fieldset-logingroup p {
	color: #3b6112;
}
#mainContent table.contentpane {
	display: inline;
	width: 400px;
}
.errors li {
	color: #990000;
	font-weight: bold;
	margin-left: 50px;
}
/* Bottom navigation menu 
------------------------------------------- */
#bottomMenu {
	width: 940px;
	float: left;
	background: #a48754;
	height: 36px;
	list-style: none;
	margin: 0 0 20px 0;
}
#bottomMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bottomMenu .navigation {
	width: 940px;
	color: #ffffff;
	font: bold 13px Arial;
	list-style: none;
}
#bottomMenu .navigation ul {
	width: 200px;
	background: #a48754;
	margin: 0; 
	padding: 0;
}
#bottomMenu .navigation li {
	float: left;
	border-right: #ffffff solid 1px;
}
#bottomMenu .navigation li:hover { /* Background of the main nav link while looking at the dropdown */
	background: #5e4314;
}
#bottomMenu .navigation li a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 24px;
	display: block;
}
#bottomMenu .navigation li a.hover {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 24px;
}
#bottomMenu .navigation li ul {
	position: absolute;
	height: auto;
	width: 200px;
	font-weight: normal;
	margin: 0;
	display: none;
	background-image: none;
}
#bottomMenu .navigation li ul li { /* Level 2 menu items */
	padding-left: 5px;
	min-height: 15px;
	width: 200px;
	background-image: none;
	background: #5e4314;
	border: #ffffff 1px solid;
}
#bottomMenu .navigation li a:hover, #bottomMenu .navigation li ul li a:hover {
	color: #ffffff;
}
#bottomMenu .navigation li ul ul {
	margin: -37px 0 0 201px;
	height: 37px;
}
#bottomMenu .navigation li ul li a {
	padding: 10px 20px;
	color: #ffffff;
	border: none;
}
#bottomMenu .navigation li ul li a:hover {
	color: #ffffff;
}
#bottomMenu .navigation li:hover ul ul, #bottomMenu .navigation li:hover ul ul ul, #bottomMenu .navigation li.sfhover ul ul, #bottomMenu .navigation li.sfhover ul ul ul {
	/*left: -999px;*/
	display: none;
}
#bottomMenu .navigation li:hover ul, #bottomMenu .navigation li li:hover ul, #bottomMenu .navigation li li li:hover ul, #bottomMenu .navigation li.sfhover ul, #bottomMenu .navigation li li.sfhover ul, #bottomMenu .navigation li li li.sfhover ul {
	left: auto;
	display: block;
}
#bottomMenu .navigation li ul li:hover, #bottomMenu .navigation li ul ul li:hover {
	background: none;
	background-image: none;
	background-color: #a48754;
}

/* footer styles
------------------------------------------- */
#footer {
	color: #ffffff;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: center;
}
