@charset "utf-8";
/* 
	CSS Document 
	SITE: 	
	AUTHOR: Rob Evans, a la Carde Graphic Design
	DATE:	
*/

/* CONTENTS 
	RESET TWEAKS
	MAIN
	LAYOUT
	NAVIGATION
	CALENDAR
	
*/
/* 	RESET TWEAKS */
* {
	margin: 0px;
	padding: 0px;
	}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#citylist {
}
#content .sidebar li.featured {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


#bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 2px;

}

#doc4 {
	position: relative;
}
.yui-gc .yui-u {
	width:254px;
	margin-left:5px;
}

#custom-doc {
	/*margin:auto;text-align:left;  leave unchanged */
	/*width:60.77em; non-IE: divide desired by 13*/
	/**width:59.25em; IE: divide desired by 13.3333  */
	/*min-width:790px; optional but recommended: desired width*/
}
#custom-doc {
	margin:auto;
	text-align:left; /* leave unchanged */
	width:69.23em;/* non-IE: divide desired by 13*/

	*width:67.5em;/* IE: divide desired by 13.3333  */
	min-width:900px;
}
.yui-gc div.first, .yui-gd .yui-u {
width:69%;
}
#bd {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 20px;
	padding:15px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/top.jpg);
}
#custom-doc  #bd  #top  .yui-g  .yui-u   {
	padding-bottom: 2px;
}
#top {
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topnav2  a      {
	font-size: 1.2em;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0A51A1;
	padding-right: 10px;
	display: inline;
}
#topnav2 li {
	padding: 10px;
	margin: 0px;
}

#topnav2 {
	float: right;
}

#bottommenu {
	text-align: center;
}


#bottommenu  a {
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	display: inline;
}
#bottommenu li {
	padding: 10px;
	margin: 0px;
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}


/* MAIN */
body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #7FAAD2;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

strong {
	font-weight: bolder;
}
html {
	background-color: #7FAAD2;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
#nav {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	background-color: #11286C;
	background-image: url(../images/nav_bg.png);
}
p {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 18px;
}
#custom-doc #bd #nav li {
	color: #FFFFFF;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1.4em;
	font-weight: bold;
}
#custom-doc #bd #nav ul {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

img.thumb {
	border: 1px solid #000000;
	margin: 5px;
	padding: 2px;
	float: right;
}
#gmap {
	border: 1px solid #000000;

	padding: 5px;
	width:500px;height:300px
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	margin-top: 10px;
	color: #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	color: #990000;
	padding-top: 18px;
}
#content {
	background-color: #FFFFFF;
	position: relative;
}
#content h1 {
	padding-top: 10px;
}
#content .sidebar {
	margin-top: 10px;
	border: 1px solid #93a2ad;
	background-color: #e5e7ec;
}


#content .sidebar h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000033;
	background-image: url(../images/bluebar.png);
	background-repeat: repeat-x;
	padding: 5px;
}
#content .sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
} 

#content .sidebar li {
	margin: 5px;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #93a2ad;
	border-right-color: #93a2ad;
	border-bottom-color: #93a2ad;
	border-left-color: #93a2ad;
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content .sidebar .nothing {
	padding-right: 25px;
	padding-top: 5px;
	padding-left: 25px;
	font-weight: bold;
}
#content .sidebar .padding {
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;

}

#content .sidebar li a {
	color: #003366;
	display: block;
	text-decoration: none;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	font-weight: bold;
}

 * html #content .sidebar li a {  /* make hover effect work in IE */
	width: 400px;
	list-style-type: none;
	height: 100px;
}


#content .sidebar li a:hover {
	background-color: #93a2ad;
}

#content .sidebar a em {
	color: #333;
	line-height: 125%;
	display: block;
	margin-left: 0px;
	font-size: .85em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

#content .sidebar a span {
	color: #125F15;
	line-height: 150%;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}
#content .sidebar img {
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/* SEARCH RESULTS*/
#content .results {
	margin-top: 10px;
	border: 1px none #93a2ad;
	list-style-type: none;
}


#content .results h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000033;
	background-image: url(../images/bluebar.png);
	background-repeat: repeat-x;
	padding: 5px;
}
#content .results ul {
	list-style-type: none;
} 

#content .results li {
	margin: 5px;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #93a2ad;
	border-right-color: #93a2ad;
	border-bottom-color: #93a2ad;
	border-left-color: #93a2ad;
	font-size: 1.2em;
	position: relative;
	padding: 0px;
}

#content .results li a {
	color: #003366;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0;
	list-style-type: none;
	padding: 5px;
}

 * html #content .results li a {  /* make hover effect work in IE */
	width: 400px;
	list-style-type: none;
	height: 100px;
	padding: 5px;
}


#content .results li a:hover {
	background-color: #93a2ad;
	list-style-type: none;
}

#content .results a em {
	color: #333;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%;
	display: block;
	margin-left: 0px;
	list-style-type: none;
}

#content .results a span {
	color: #125F15;
	font: normal 70% Verdana, Helvetica, sans-serif;
	line-height: 150%;
	position: absolute;
	top: 10px;
	right: 10px;
	list-style-type: none;
}
#content .results img {
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	list-style-type: none;
}
/* END SEARCH RESULTS */
#footer p {
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin: 5px;
}
#finda {
	background-color: #859ABE;
	background-image: url(../images/find_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 181px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 244px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#finda h1 {
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
input   {
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #999999;
}
select   {
	font-size: 1.2em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #999999;
}

#finda h2 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#finda ul {
	margin-top: 5px;
	margin-left: 10px;
}
#finda li {
	padding-bottom: 10px;
}
#finda .idle {
	color: #666666;
}
#finda a.longbutton {
	background-image: url(../images/button_long.gif);
	background-repeat: no-repeat;
	width: 216px;
	display: block;
	height: 16px;
	background-position: left top;
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	padding: 3px;
}
#finda a.longbutton:hover {
	background-image: url(../images/button_long.gif);
	background-repeat: no-repeat;
	width: 216px;
	display: block;
	height: 16px;
	background-position: left bottom;
	
}
#finda a.shortbutton {
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:inline-block;
	font-size:1.2em;
	height:16px;
	text-decoration:none;
	width:112px;
	padding: 3px;
	width:95px;
	margin-right:10px;
}
#finda a.shortbutton:hover {
	background-image:url(../images/button_small.gif);
	background-repeat:no-repeat;
	color:#000000;
	display:inline-block;
	font-size:1.2em;
	height:16px;
	text-decoration:none;
	background-position: left bottom;
}
/* FINDA 2  */
#finda2 {
	background-color: #859ABE;
	background-image: url(../images/find_corner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 165px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 244px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
}
#finda2 h1 {
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#finda2 h2 {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#finda2 ul {
	margin-top: 5px;
	margin-left: 10px;
}
#finda2 li {
	padding-bottom: 5px;
}
#finda2 .idle {
	color: #666666;
}
#finda2 a.longbutton {
	background-image:url(../images/button_long.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	font-size:1.2em;
	height:19px;
	text-decoration:none;
	width:216px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#finda2 a.longbutton:hover {
	background-image: url(../images/button_long.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left bottom;
	
}
#finda2 a.shortbutton {
	/*background-image:url(../images/button_small.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
	color:#fff;
	display:inline-block;
	font-size:1.2em;
	height:16px;
	text-decoration:none;
	width:100px;
	margin-right:10px;
	padding-left: 3px;
}
#finda2 a.shortbutton:hover {
	/*background-image:url(../images/button_small.gif);
	background-repeat:no-repeat;*/
	color:#000000;
	display:inline-block;
	font-size:1.2em;
	height:16px;
	text-decoration:none;
	background-position: left bottom;
}
/* Main Form */
#content form.mainform fieldset {
	border: thin solid #999999;
	margin: 0px;
	padding: 10px;
}
#content form.mainform legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 1.2em;
}
#content form.mainform input {
	border: 1px solid #999999;
	font-weight: normal;
}
#content form.mainform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#content form.mainform fieldset ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0px;
}
#content form.mainform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#content form.mainform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#content form.mainform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#content form.mainform fieldset fieldset label {
  display: block;
  width: auto;
}
#content form.mainform em {
  font-size: .8em;
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#content form.mainform label {
	width: 120px; /* Width of labels */
	font-weight: bold;
}
#content form.mainform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/* END */
.bottom10px {
	padding-bottom: 10px;
}

object.thumb {
	border: 1px solid #000000;
	margin: 5px;
	padding: 2px;
	float: right;
}
#content ul {
	padding-left: 30px;
	padding-right: 30px;
}
#content li {
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.3em;
}
#content  ul  li  ul li {
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1em;
}
#content #sitemap li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
}
#content   #sitemap   li   ul   li  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


blockquote {
	padding-right: 30px;
	padding-left: 30px;
}
#topnav2 li {
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#custom-doc #bd #content .yui-gc .yui-u first li {
	font-size: 1.3em;
}

.later {
	font-size: large;
	color: #00FF00;
}
#content     .feeTable              {
	font-size: 1.3em;
	padding-top: 2px;
	padding-bottom: 2px;
}
#towns {
	position:relative;
	width: 500px;
}
#towns a {
}
towns a:hover {
}
#towns .col1 {
}
#towns .col2 {
}
#towns .col3 {
}
/* CALENDAR */
.days {
	font-size: 1.1em;
	color: #666666;
	background-color: #D9E2E1;
	padding: 2px;
	font-weight: bold;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
}
.calendar {
	padding-top: 10px;
}
.month {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 1.4em;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #666666;
}
.month a {
	color: #FFFFFF;
	text-decoration: none;
}
.month a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.empty {
	background-color: #F0F8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.weekdays {
	padding: 2px;
	height:25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.end {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
}
.events {
	color: #FFFFFF;
	background-color: #990000;
	padding: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 25px;
}
.today {
	color: #666666;
	background-color: #AEC1BF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.sun {
	font-size: 1.1em;
	color: #666666;
	background-color: #D9E2E1;
	padding: 2px;
	font-weight: bold;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
}
a.more  {
	padding-top: 10px;
	
	padding-bottom: 20px;
	padding-left: 10px;
}
#content #citylist {
	width: 605px;

}
#content #citylist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;

}

#content #citylist a {
	text-decoration: none;
	color: #003366;
	padding: 2px;
	width:180px;
	display: block;

}
#content #citylist a:hover {
	background-color: #93A2AD;
	display: block;
}
#content #citylist li {
	list-style-type: none;
	display:inline;
	float: left;
}
#content #citylist h2 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

.line {
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: 1.2em;
}
.items {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#message {
	border: 1px dashed #CCCCCC;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tableBody1 {
	background-color: #E0E0E0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
		padding-top: 2px;
	padding-bottom: 2px;
}
.tableBody2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}
#message h1{
	font-size: 1.6em;
	margin-top: 0px;
	padding-top: 0px;
}
#message a {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #990000;
	padding: 2px;
}
#message p {
	font-size: 1.2em;
}

#message a:hover {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}
#list {
	text-indent: 25px;
}
.table1 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.table2 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
.table3{
	font-size: 1.2em;
	font-weight: bold;	
	
}
#content   #button a {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #990000;
	padding: 2px;
	position: absolute;
	top: 30px;
	font-variant: small-caps;
	float: none;
	right: 275px;
}
#content   #button a:hover {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px solid #990000;
}
/* Bread crumb  -- www.jankoatwarpspeed.com */

#content #breadcrumb
{
	height:30px;
	line-height:30px;
	color:#9b9b9b;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#content #breadcrumb li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}
#content #breadcrumb a
{
    height:30px;
    display:block;
    background-image:url(../images/bc_separator.png); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
.home
{
    border:none;
    margin: 8px 0px;
}

#content #breadcrumb a:hover
{
	color:#35acc5;
}
.radio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pdf {
	font-size: 0.8em;
	color: #990000;
	padding: 1px;
	font-variant: small-caps;
}

#textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
/* Instant Buttons */
#content a.instant_button {
	background-color: #572700;
	padding: 5px;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content a.instant_button:hover {
	background-color: #FFD5B3;
	padding: 5px;
	border: 1px solid #000000;
	color: #572700;
	text-decoration: none;
	font-weight: bold;
}
#content a.instant_button2 {
	background-color: #09194c;
	padding: 2px;
	border: 1px solid #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
#content a.instant_button2:hover {
	background-color: #BBCAF7;
	padding: 2px;
	border: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}#content #status {
	border: 1px solid #333333;
	padding: 5px;
}
#content form.mainform textarea {
	border: 1px solid #999999;
	font-weight: normal;
}
.sNEW {
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
}
.sAPPROVED {
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #006600;
	padding: 5px;
}
.sDECLINED {
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #993300;
	padding: 5px;
}
#warning {
	background: #fff6bf url(../members/images/warning.gif) no-repeat 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
#success {
	background: #fff6bf url(../members/images/success.png) no-repeat 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
#menu {
	float:left;
	width:920px;
	border-bottom:5px solid #e0e0e0;
	margin:19px 0 5px;
	padding:10px 0;
}
#menu {
	float:left;
	width:920px;
	border-bottom:5px solid #e0e0e0;
	margin:19px 0 5px;
	padding:10px 0;
}
#membermenu {
	border:2px solid #000000;
float:left;
padding:10px 0;
width:600px;
}
#membermenu dl {
display:inline;
float:left;
margin:10px 20px;
padding:0;
width:550px;
}
#membermenu dt {
color:#990000;
float:right;
font-size:1.6em;
font-weight:bold;
margin:0;
padding:0;
width:414px;
}
#membermenu dd {
font-size:1.2em;
line-height:1.4em;
margin:0 0 0 98px;
padding:0;
}
#membermenu dl dd.img {
margin:0;
}
#membermenu dd.img img {
float:left;
margin:0 8px 0 0;
}
#content .menu {
	border: 1px solid #333333;
	text-align: center;
	display: block;
	height: 125px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding: 5px;
}
#content .menu a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
}
#content .menu a:hover {
	background-image: url(../images/lgrey_bg_gradient.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	background-position: -200px;
}
#content .menu img {
	clear: both;
	float: none;
}
#content .menu li {
	display: inline;
}

