body {
	background: #e1e8d1 url('/designs/design2/images/bodybackground.png') repeat-x top left;
	font-family: Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a:link {
	color: #2a6a0e;
	text-decoration: underline;
}
a:visited {
	color: #2a6a0e;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#loader {
	background: #fff;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: 1000;
}
/* Layout styles 
----------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 1003px;	
}
/* Header styles 
----------------------------------------------*/
#header {
	background: url('/designs/design2/images/header.png') no-repeat top left;
	width: 1003px;
	height: 174px;
	color: #FFF;
	padding: 25px 70px 10px 25px; 
	overflow: hidden;
}
/* styles for site name when no image/logo */
.site-name {
	font-size: 40px;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 20px 0 20px;
	display: block;
	width: 550px;
}
.site-name a:link {
	color: #ffffff;
	text-decoration: none;
}
.site-name a:visited {
	color: #ffffff;
	text-decoration: none;
}
.site-name a:hover {
	color: #e1e1a1;
	text-decoration: none;
}
#slogan {
	font-size: 18px;
	color: #ffffff;
	width: 550px;
	padding: 0 0 0 20px;
	font-style: oblique;
}
/* Login, request appointment and boarding styles 
--------------------------------------------------------------------*/
#profile_link {
	background-color: #e1e1a1;
	padding: 20px 10px;
	margin: 15px 0 20px 0;
	font-size: 120%;
	line-height: 150%;
}
#profile_link a:link {
	color: #265d14;	
}
#profile_link a:visited {
	color: #265d14;
}
#profile_link a:hover {
	color: #990000;
}
/* Main content styles 
--------------------------------------------- */
#content {
	width: 959px;
	background: url(/designs/design2/images/contentbackground.png) repeat-y;
	margin: auto 0;
	padding: 0 21px 30px 21px;
	overflow: hidden;
}
/* Left column styles 
----------------------------------------------*/
#contentleft {
	float: left;
	width: 237px;
	margin: 0;
/*	background: url(/designs/design2/images/leftboxbackground.png) repeat-x #a19e4a; */
}
#contentleft h3 {
	font-weight: bold;
	margin-left: 5px;
}
/* Left navigation styles 
-----------------------------------------------*/
.navigation {
	padding: 10px 20px 25px 20px;
	border-top: 1px solid #e9e9d7;
}
ul.navigation {
	margin: 0px;
	padding: 0px;
}
ul.navigation li { /* main level category */
	border-bottom: 1px solid #e9e9d7;
	font-size: 14px;
	list-style-type: none;
	padding: 8px 12px;
	color: #879849;
}
.navigation li:hover {
	background: #4d5e0d;
}
.navigation > a:hover {
	color: #2c3a13;
}
.navigation ul li {
	display: none;
}
.active {
	background: #4d5e0d;
}
.active ul li {
	display: list-item;
	border-bottom: none;
	border-top: none;
	padding-bottom: 4px;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
} 
/* left navigation link styles */
.navigation a:link { 
	color: #ffffff;
	text-decoration: none;
}
.navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}
.navigation a:hover {
	color: #e1e1a1;
}
/* active navigation link styles */
.navigation .active a:link, .navigation .active a:visited {
	color: #ffffff;
}
.navigation .active ul li a:link, .navigation .active ul li ul li a:link {
	color: #ffffff;
}
.navigation .active ul li a:visited, .navigation .active ul li ul li a:visited {
	color: #ffffff;	
}
.navigation .active a:hover, .navigation .active ul li a:hover, .navigation .active ul li ul li a:hover {
	color: #e1e1a1;
}
/* 
----------------------------------------------
FLYOUT VERSION STYLES 
---------------------------------------------- 
.navigation {
	padding: 10px 20px 25px 20px;
	border-top: 1px solid #e9e9d7;
	width: 237px;
	list-style: none;
}
ul.navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation li { 
	border-bottom: 1px solid #e9e9d7;
	font-size: 14px;
	padding: 8px 12px;
	color: #879849;
	position: relative;
	list-style-image: none;
	list-style: none;
}
.navigation ul, .navigation ul ul {
	position: absolute; 
	top: 0;
	left: 100%;
	width: 197px;
	margin: -1px 0 0 0;
	padding: 0;
}
.navigation ul li, .navigation ul ul li {
	border-left: 1px solid #e9e9d7;
	border-right: 1px solid #e9e9d7;
	background: #879849;
	width: 197px;
}
.navigation ul li:first-child, .navigation ul ul li:first-child {
	border-top: 1px solid #e9e9d7;
}
.navigation li:hover {
	background: #4d5e0d;
}
.navigation li:hover ul li, .navigation li:hover ul ul li {
	background: #879849;
}
.navigation li:hover ul li:hover, .navigation li:hover ul ul li:hover {
	background: #4d5e0d;
}
.navigation > a:hover {
	color: #2c3a13;
}
.navigation ul, .navigation ul ul, .navigation li:hover ul, .navigation li:hover ul ul {
	display: none;
}
.navigation li:hover ul, .navigation ul li:hover ul {
	display: block;
}
.active {
	background: #4d5e0d;
}
.navigation a:link { 
	color: #ffffff;
	text-decoration: none;
	width: 197px;
}
.navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}
.navigation a:hover {
	color: #e1e1a1;
}
/*------------------------------------------- */

/* Left bar module styles 
----------------------------------------------*/
.leftbar {
	margin: 0 5px 0 0;
	padding: 0 15px 15px 15px;
}
.leftbar a {
	color: #e9e9d7;
}
.modContainer {
	padding: 5px 0 15px 0;
	margin: 20px 0 10px 0;
	clear: both;
}
.moduleTitle {
	font-weight: bold;
	color: #000000;
	font-size: 130%;
	padding-bottom: 5px;
}
.moduleWeather {
	margin-bottom: 40px;
}
.moduleWeatherTitle {
	padding: 5px 0 5px 0;
}
.moduleWeatherDescription {
	padding: 5px 0 5px 0;
	text-align: left;
	float: left;
	clear: both;
}
.moduleWeatherDescription img {
	padding: 0 10px 0 0;
	* padding: 10px 10px 0 0;
	vertical-align: middle;
	float: left;
}
.moduleWeatherDescription br {
	display: none;
	* display: inline;
}
.recentPost {
	margin: 5px 0;
	padding: 5px 0;
}
/* Right column content (main content) styles 
------------------------------------------------*/
#contentright {
	float: left;
	width: 657px;
	padding: 0 25px 0 40px;
	margin: 0;
	line-height: 180%;
	min-height: 355px;
	background: #e9e9d7;
/*	background: url(/designs/design2/images/rightboxbackground.png) repeat-x #cccc99; */
}
#contentright .divfix { /* adds a small amount of padding to the tops of unstyled divs added by TinyMC */
	padding: 15px 0 0 0;
}
#contentright h1 {
	font-size: 2.2em;
	color: #2a6a0e;
}
#contentright h2 {
	font-size: 1.6em;
	margin-top: 25px;
}
#contentright h3 {
	font-size: 1.4em;
	color: #2a6a0e;
	margin-top: 25px;
}
#contentright h4 {
	font-size: 1.0em;
	margin-top: 25px;
}
#contentright p {	
	margin-top: 20px;
}
#contentright fieldset {
	margin: 0;
	padding-left: 0px;
}
#contentright legend {
	font-weight: bold;
	color: #2a6a0e;
	border-top: 1px solid #a5a54b;
	border-bottom: none;
	padding: 5px 0 20px 0;
}
#fieldset-requestgroup legend {
	padding-top: 20px;
	color: #990000;
	font-size: 14px;
}
#fieldset-infogroup p, #fieldset-detailsgroup p, #fieldset-logingroup p {
	color: #2a6a0e;
} 
#contentright table.contentpane {
	display: inline;
	width: 300px;
	font-size: .8em;
}
#contentpic {
	float: right;
	border: 6px solid #FFF;
	margin: 25px 0 20px 20px;
}
#clears {
	clear: both;
	background: #E1E8D1;
	width: 100%;
}
/* Footer styles 
--------------------------------------------------*/
#footer {
	background: #e1e8d1 url('/designs/design2/images/bottomborder.png') no-repeat top left;
	width: 1003px;
	height: 22px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	color: #000000;
	z-index: 100;
}