/* Cascading style sheet for Goose Tree Web Design web site version 5 - January 2010 */

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 0.9em;	
	background-color: #fff;
	color: #555;
	background-image: url('../images/tree-bkgd.gif');
	background-repeat: no-repeat;
	text-align: left;
}

/*Layout*/

#toplinksbox {
	font-family: verdana, sans-serif;
	font-size: 0.5em;
}

#container {
	background-image: url('../images/menu.jpg');
	background-repeat: repeat-x;
}

#menu {
	width: 750px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 5;
}

#header {
	width: 750px;
	margin: 30px auto 30px auto;
}

#content{
	width: 720px;
	margin: 0 auto 0 auto;
	text-align: left;
	z-index: 1;
	padding: 5px;
	min-height: 475px;
}

#fadeshow1 {
	margin-left:10px;
}

#formbox p {
	text-align: center;
	background-color: #099;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 5px;
}

form {
	margin: 0;
}

#formboxform p {
	text-align:center;
	background-color: #fff;
	color: #555;
	font-weight: normal;
	font-size: 0.9em;
	border-left: 5px solid #099;
	border-right: 5px solid #099;
	padding: 0;
}

#contact textarea {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 01em;
	background-color: #fff;
	color: #555;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: #7ac8c8;
	border-top: 1px solid #00fdff;
	border-bottom: 5px solid #099;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555;
}
	
/*Content links*/
a {
	text-decoration: none;
	}

a:link{
	text-decoration: none;
	color: #339;
	background-color: #fff;
}
	
a:visited{
	color: #939;
	background-color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}
	
a:active{
 	color: #8cccca;
	background-color: #fff;
	text-decoration: underline;
}

/*Footer links*/
#footer a {
	text-decoration: none;
	color: #007070;
	background-color: #7ac8c8;
}
#footer a:hover {
	text-decoration: underline;
	color: #007070;
	background-color: #7ac8c8;
}
	
/*Appearance of linked images*/

a img, a:visited img{
	border-style: none;
}

/* Text formatting*/	
h1 { 
	font-size: 1.4em;
	color: #008080;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
h2 {
	font-size: 1.2em;
	color: #008080;
	margin: 12px 0 0 0;
}

h3 {
	font-size: 1.1em;
	color: #008080;
	margin: 8px 0 0 5px;
}

h4 {
	font-size: 1em;
	color: #008080;
	margin: 8px 0 10px 5px;
}

acronym {
	border: none;
	font-style: normal;
	cursor: help;
}

abbr {
	border: none;
}

.indent{
	margin: 10px 5px 5px 15px;
}

.center {
	width: 100%;
	text-align: center;
} /*Use for content centered in container.*/

.floatleft {
	float: left;
	padding: 10px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 10px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: left;
} /*Use for a div where floating elements 
such as images are not allowed on the left.*/
	
.tiny {
	font-size: xx-small;
}
.small{
	font-size: x-small;
}

.mediumBold{
	font-size: medium;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.quote {
	margin-left: 20px;
	color: #a35200;
}

table {
	margin-left: 20px;
}

td, th {
	font-size: 1em;
	border-bottom: 1px solid #eee;
}

ol {	
	margin-top: 5px;
	list-style-type: decimal;
}

ol.level2 {
	list-style-type: lower-alpha;
}

ol li {
	margin-top: 3px;
	font-size: 1em;
}

ul.nobullet{
	color: #444444;
	background-color: #fff;
	list-style-type: none;
}
	
ul.nobullet li{
	margin-top: 5px;
	margin-left: -20px;
	font-size: 1em;
}

ul.bullet{
	list-style-type: square;
}
	
ul.bullet li{
	font-size: 1em;
	margin-left: 15px;
	margin-top: 5px;
}

/* styles for rounded corners of formbox */
b.rtopbox, b.rbottombox{
	display: block;
	background-color: #fff;
}
b.rtopbox b, b.rbottombox b{
	display: block;
	height: 1px;
	overflow: hidden;
	background-color: #099;
}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtopbox b.r4, b.rbottombox b.r4{
	margin: 0 1px;
	height: 2px;
}

