/*Styles for all pages*/
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #E2EBED;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width:100%;
	padding:0;
	margin:0 auto;
	background-color: #FFFFFF;
	text-align: left;
}

#logo {
	width: 740px;
	height: 85px;
	display: none;
}

#menu {
	width:740px;
	background-color: #6996BF;
	text-align: right;
	border: none;
}

#menu h1 {
	display: block;
	text-align: left;
	left: 0px;
	font-size: large;
}

#menu ul {
	list-style-type: none;
	padding: 0px 10px 0px 0px;
	display: none;
	font-weight: bold;
}

#menu li {
	margin: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: none;
	border-top: none;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#menu li a {
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a:hover {
	color: #000000;
}

#menu ul li.here {
	margin: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
	border-top: none;
	border-left: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}

#menu li.here a {
	display: inline;
	text-decoration: none;
	color: #006699;
}

#menu li.here a:hover {
	color: #000000;
}

#main {
	background-color: #FFFFFF;
	padding: 0px 20px 20px 20px;
}

#main h1, h2, h3, h4 {
	color: #006699;
}

#main a {
	color: #0099CC;
	text-decoration: none;
}

#main a:hover {
	color: #000000;
	text-decoration: underline;
}

#main li{
	padding: 5px 0px 5px 0px;
}

#main ol.letters {
	list-style-type: lower-alpha;
}

#main ul {
	list-style-type: none;
}

#main ul li {
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 13px;
}

#footer {
	width:740px;
	clear: both;
	float: none;
	background-color: #6996BF;
	left: 0px;
	padding: 0;
	margin: 0;
}

#footer p {
	padding: 5px;
	font-size: small;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

input, textarea, select {
	font-size: 1em;
}

/*End*/

/*Styles for Home Page*/
#lowleft {
	width: 370px;
	float: left;
	display: none;
}

#lowleft h2 {
	background-color: #006699;
	text-align: center;
	color: #66CCFF;
	padding: 0;
	margin: 0;
}

#lowright {
	width: 370px;
	background-color: #FFFFFF;
	float: left;
}

#lowright h2 {
	background-color: #66CCFF;
	text-align: center;
	color: #006699;
	padding: 0;
	margin: 0;
}

#lowright p {
	padding-left: 20px;
	padding-right: 20px;
}

#lowright a {
	color: #006699;
	text-decoration: none;
}

#lowright a:hover {
	color: #000000;
	text-decoration: underline;
}

#print_addy {
	display: block;
	text-align: center;
}
/*End*/

/*Styles for other pages*/
#image {
	text-align: center;
}

form label {
	vertical-align: top;
}

#name {
	margin-left: 20px;
}

#telephone {
	margin-left: 2px;
}

#address {
	margin-left: 29px;
}

#emailaddress {
	margin-left: 45px;
}

#comments {
	margin-left: 11px;
}

#total {
	border: none;
	color: #000000;
	font-weight: bold;
}

.red {color: #FF0000}


#subjoin {
	background-color: #FFFFCC;
	color: #006699;
	font-weight: bold;
}

#subcont {
	background-color: #FFFFCC;
	color: #006699;
	font-weight: bold;
	margin-left: 96px;
}

#image_scroller {
	width: 700px;
	height: 316px;
	overflow: hidden;
	scrollbar-base-color:ffeebb;
	scrollbar-arrow-color:A53D41;
}

/*End*/