@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0 0 8px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	vertical-align: middle;
}

.redAccent {
	color: #993333;
}

.smallprint {
	font-size:10pt;
	font-weight: normal;
	padding-bottom:8pt;

}

.indent { 
	padding-left: 5px;
}


/* Links */
a:link {
	color: #603913;
	text-decoration: none;
}
a:visited {
	color: #603913;
	text-decoration: none;
}
a:hover {
	color: #f37321;
	text-decoration: underline;
}
a:active {
	color: #f37321;
	text-decoration: none;
}

a.alt:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.alt:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.alt:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.alt:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* Headers */
h1 {
	font-size:22pt;
	color:#603913;
	line-height:26pt;
}

h2 {
	line-height: 15pt;
	font-size:13pt;
	color:#000000;
}

h3 {
	font-weight:normal;
	font-size:10.5pt;
	margin-top:4pt;
	margin-bottom:4pt;
}

h3.menu { 
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
	background-color: #603913;
	width: 95%;
}
h3.large {font-size:11pt; font-weight:bold; }
h3.textheader {font-size:14pt;padding-left:10px;}
h3.textheader strong {color:#333;}
h3.alt { font-size:14pt; color:#333; }
h4 {font-size:12pt;padding-bottom:4pt; line-height:16pt; font-weight: bold; ; color:#6e5848}
h3.underline { font-size:13pt;padding-bottom:2pt; font-weight: bold; color:#333; border-bottom: 1px solid #ccc; }
h3.strong {font-weight:bold; }
h4.alt { color:#cc0033; }
h5 {font-size:9pt; font-weight:normal}
h5.strong {font-weight:bold}

td.outline {
	border: solid;
	border-color: #603913;
	border-width: 1px;	
}
	
div#container {
	width: 982px; /* the auto margins (in conjunction with a width) center the page */
	left: auto;
	right: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);
}

div#menu {
	margin-left: 24px;
}

div#growWindow {
	margin-left: 24px;
	margin-top: 24px;
	height: 120px;
}


div#main {
	left: 0px;
	top: 0px;
	position: relative;
	width: 982px;
	visibility: visible;
	background-image: url(../IMGs/bkgrnd-main.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

div#pad {
	padding: 5px;
}	

div#quote {
	padding-top: 20px;
}	

div#inset1 {
	position: relative;
	left: 240px;
	top: 30px;
	height: 60px;
	width: 700px;
}	

div#inset3 {
	position: relative;
	width: 330px;
	height: 465px;
	left: 5px;
	top: 40px;
	vertical-align: middle;
}	

div#inset5 {
	position: relative;
	width: 745px;
	left: 185px;
	top: 47px;
	background-color: #FFFFFF;
}	
