/* Global reset */

html, body, ul, ol, li, p,
blockquote, q,
h1, h2, h3, h4, h5, h6,
form, fieldset,
a, div, img {
	border: 0;
	margin: 0;
	padding: 0;
}


body {
	background-color: #97BD9A;
	font-family: Arial, Helvetica, sans-serif;
}


/* Center page */


#page {
/*	border: solid thick red; */
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Banner */

#banner {
	height: 100px;
	width: 700px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#sitename {
	display: block;
	color: #2F4F3F;
	font-size: 40px;
	padding: 10px 10px 5px 20px;
}

#banner .tagline {
	color: #2F4F3F;
	font-size: 20px;
	padding: 10px 20px 5px 10px;
}

#tagline {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	background-color: #ffee88;
	padding-top: 5px;
}

/* Menu */

#menu{
	width: 700px;
	min-width: 700px;
	background-color: #2F4F3F;
	display: block;
	height: 26px;
}

#menu ul{
	list-style: none;
	display: block;
	width: 100%;
}

#menu li{
	float: left;
	display: inline;
	background-color: #2F4F3F;
}

#menu a{
	text-align: center;
	color: #ffffff;
	background-color: #2F4F3F;
	text-decoration: none;
	display: block;
	font: small-caps 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 5px 1px 5px;
	height: 20px;
	he\ight: 20px;
	width: 110px;
	padding-top: 5px;
}

#menu a:hover{
	color: #ffffff;
	background-color: #4F2F3E;
}

/* Content container */

#content {
	color: #4F2F3E;
	background-color: #ffffff;
/*	border: solid thick green; */
}

#content h1 {
	font-size: x-large;
	padding: 10px 10px 0px 10px;
}

#content h2 {
	font-size: large;
	padding: 10px 10px 0px 10px;
}

#content a {
	color: #2F4F30;
	background-color: #ffffff;
}

#content ul {
	list-style: circle;
	margin-left: 30px;
	margin-top: 10px;
}

#content ul li {
	padding: 0px 0px 0px 5px; 
}

p {
	padding: 10px 10px 10px 10px;
}

/* Main content */


#breadcrumb {
	padding: 10px 10px 10px 10px;
	font-size: smaller;
}


#main {
/*	border: solid thin black; */
	float: left;
	width: 530px;
}

/* Sidebar */

#sidebar {
/*	border: solid thin black;*/
	float: right;
	width: 150px;
	font-size: smaller;
	padding-left: 5px;
	padding-top: 20px;
}

#sidebar p {
	padding: 0px 10px 10px 10px;
}
/* Footer */

#footer {
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: smaller;
	color: #4F2F3E;
	clear: both;
/*	border: solid thin black; */
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	vertical-align: bottom;
}

/* Miscellaneous */

#slideshow td {
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

form {
	padding: 10px 10px 10px 30px;
}

table, iframe {
	padding: 10px 10px 10px 10px;
}

.testimonial {
	border: solid thin green;
	width: 480px;
	margin: 20px 0px 0px 20px;
}