/*** Text Styles ***/

body {
	background-image: url(../images/layout/bkgd.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 22px;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #648942;
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px dotted #F4E145;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #754774;
	margin-bottom: 10px;
	line-height: 22px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #754774;
	margin-bottom: 10px;
	line-height: 22px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #754774;
	margin-bottom: 1px;
}
.copyright {
 font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	font-weight: bold;
}
.whatsnew {
 font-family: Helvetica, Arial, sans-serif;
	background-color: #FCF6C7;
	background-image:url(../images/new_background.png);
	background-repeat: no-repeat;
	padding: 5px 10px 10px 20px;
}
ul {
 margin: 0px;
}

/*** Layout Page Styles ***/

#site_wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 800px;
}
#content_area {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 12px;
	height: 100%;
	min-height: 584px;
	width: 507px;
	/*float: right;*/
	margin-left: 269px;
}
#topimage {
 margin-top:6px;
}
address {
	font-style: normal;
}

/*** Left Column Layout Page Styles ***/

#leftcolumn {
	/*background-color: #906B8D;*/
	width: 270px;
	color: #ffffff;
	height: 100%;
	min-height: 600px;
	float: left;
}
#leftcolumn a:link,
#leftcolumn a:visited,
#leftcolumn a:active {
	color: #ffffff;
	text-decoration: none;
}
#leftcolumn a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.columntext {
 font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px 10px 0px 15px;
	line-height: 23px;
}

/*** Links Styles ***/
a:link,
a:visited,
a:active {
	color: #58773A;
	text-decoration: none;
}
a:hover {
	color: #80B454;
	text-decoration: underline;
}

/*** Image Styles ***/

.imagespacert {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #906B8D;
	padding: 8px;
	background-color: #fff;
}
.imagespacelt {
 float: left;
	margin-bottom: 3px;
	margin-right: 10px;
	border: 1px solid #906B8D;
	padding: 8px;
	background-color: #fff;
}
.photos {
	border: 1px solid #906B8D;
	padding: 8px;
	background-color: #fff;
}

/*** Top Navigation ***/

#nav {
	background-image: url(../images/layout/navbkgd.jpg);
 font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	padding: 8px 0 0 0;
	margin: 0;
	width: 800px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	padding: 5px 5px 4px 5px;
 border-left: 1px solid #fff;
	float: left;
	line-height: 11px;
}
#nav li#first {
	border-left: none;
	margin: 0 0 0 9px;
}
#nav a:link,
#nav a:visited,
#nav a:active {
	color: #fff;
	display: block;
	padding: 0 12px;
	text-decoration: none;
}
#nav a:hover {
	color: #F4E145;
	text-decoration: none;
}

/*** Top Navigation Drop Down Menus ***/

#nav li ul {
 font-size: 13px;
	background-color: #668A42;
	display: none;
	list-style-type: none;
	position: absolute;
}

#nav li:hover ul {
	display: block;
	margin-top: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#nav li ul li {
	border: none;
	float: none;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	color: #fff;
	font-size: 12px;
	padding: 5px 12px;
}
#nav li ul li a:hover {
	color: #F4E145;
	text-decoration: none;
	background-color: #80B454;
}

/* Error messages for forms */
.error_message {
	background-color: #FFFDE1;
	border: solid 1px #990000;
	color: #990000;
	margin-bottom: 15px;
	padding: 15px;
}

input.error, textarea.error, select.error {
	background-color: #fdd;
}
