/* COLOR PALETTE-------------
maroon: #8A0E06; (default color)
light maroon: #A52011; (for motto)
dark gray: #383838; (for sidebar links)
medium gray: #606060; (for navbar links)
light gray: #99c; (for borders)
very light gray: #c8c8c8; (for h1 text color)
purple: #663366;(for textstyle)
brown: #500000;(for box bodytext)
light beige: #ffffcc; (for box bodytext background)
 */

/* ------------------------------------------ STYLES FOR THE ENTIRE PAGE */
body 	{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background: url(headerimages/rotator.php) no-repeat 5% 0%;
	text-align: center;
	color: #383838;
	}

#main 	{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}

a 	{ 
	text-decoration: none;
	color: #383838;
	} 

a:link, a:hover, a:visited { 
	text-decoration: none;
	} 

img 	{	
	border: none;
	}

img.logo {
	position:absolute;
	right: 50px;
	top:0px;
	}


/* ------------------------------------------- HEADER STYLES */
#header {
	margin-bottom: 1.75em; 
	height: 8em;
	}

#header p {
	width: 10em; 
	position: absolute;
	left: 120px;
	top: 10px;
	font-size: 1.5em;
	font-family:'trebuchet ms',helvetica,sans-serif;
	color: #A52011; 
	text-indent: -2em;
	}

#header p:first-letter {
	font-size:2em;
	font-family:'Amazone BT',serif;
	} 

/* --------------------------------------- CONTENT (MAIN COLUMN) STYLES */
#content {
	float: left;
	width: 550px;
	min-width: 550px;
	font-size: 0.9em;
	padding: 0 2em 4em 2em;
	}

#content h1 {
	margin: 0 10% 1.25em -0.25em;
	padding: 0.2em 0.5em;
	text-align: right;
	background: #8A0E06; 
	color: #c8c8c8;
	font-size: 1.6em;
	}

#content h2 {
	font-size: 1.2em;
	color: #8A0E06;
	}

#content h3 {
	font-size: 1em;
	color: #8A0E06;
	}

#content .center {
	text-align: center;
	}


#content li	{
	margin-bottom: 1em;
	}

#content .textstyle1 { /* use for headlines */
	font-size: 2em;
	font-weight: bold;
	color: #8A0E06;
	}

#content .textstyle2 { /* use for emphasized text */
	font-size: 1.5em;
	font-weight: bold;
	}

#content .textstyle3 { /* use for slightly-emphasized text */
	font-weight: bold;
	}

#content .quote { /* use for quotes */
	padding: 1em;
	line-height: 1.5em;
	width: 12em;
	font-size: 1.1em;
	font-style: italic;
	color: #500000;
	}

#content .floatright {
	float: right;
	padding: 0 0.5em 0.5em 0.5em;
	}

#content .floatleft {
	float: left;
	padding: 0 0.5em 0.5em 0.5em;
	}

#content .box {
	float: right;
	width: 10em;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	color: #500000;
	padding: 0.5em;
	margin: 0.5em;
	border: 2px solid #8A0E06;
	}

#content .cssform p {
	width: 25em;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 13em; /*width of left column containing the label elements*/
	height: 1%;

	}

#content .cssform label {
	width: 12em;
	float: left;
	text-align: right;
	margin-left: -13em; /*width of left column*/
	}

#content .cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 15em;
	}

/* --------------------------------- CHILDNAVBAR (MAIN COLUMN) STYLES */

#childnavbar {
	margin: 0 0 0 -3em;
	}

#childnavbar li {
	list-style-type: none;
	display: inline;
	padding: 0 0.2em 0.3em 0.2em;
	border-right: 1px solid #99c;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
	}

#childnavbar li.last {
	border-right: 0;
	}

#childnavbar a, a:hover  {
	text-decoration: none;
	color: #8A0E06;
	}



/* --------------------------------- TABLE (MAIN COLUMN) STYLES */

#content table {
	border: solid #8A0E06 3px;
	border-collapse: collapse;
	empty-cells: show;
	width: 600px;
	}

#content th {
    	background-color: #8A0E06; 
	color: #ffffff;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	letter-spacing: 1px;
	text-align: center;
	border-right: 1px solid #fff; 
	border-bottom: 1px solid #A52011; 
	border-top: 1px solid #A52011; 
	padding: 9px 6px 6px 12px;
	background: url(images/bg_header.jpg) repeat;
	}


#content td {
	border-right: 1px solid #A52011; 
	border-top: 1px solid #A52011; 
	border-bottom: 1px solid #A52011; 
	padding: 6px 6px 6px 12px;
	text-align: center;
	font: "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	}

#content tr {
	background-color: #ffffcc;
	}

#content tr.alt {
	background-color: #ffffb4; 
	}

#content table.none {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
	}

#content th.none {
    	background-color: none; 
	color: #A52011;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	letter-spacing: 1px;
	text-align: center;
	border-right: none; 
	border-bottom: none; 
	border-top: none; 
	padding: 9px 6px 6px 12px;
	}


#content td.none {
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
	text-align: center;
	font: "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	}

#content tr.none {
	background-color: transparent;
	}

/* ---------------------------------------- NAVIGATION BAR STYLES */

#navbar {
	float: left;
	text-align: right;
	padding-right: 0.5em;
	width: 130px;
	}

#navbar ol {
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
	padding-top: 0.5em;
	}

#navbar li {
	padding-top: 0.2em;
	}

#navbar a {
	display: block;
	color: #606060;
	}

#navbar a:hover { 
	text-decoration: none; 
	position: relative;
	background-color: #8A0E06;
	color:#ffffff;
	}

#navbar a span {
	display: none;
	}

/* popup link description */
#navbar a:hover span {
	display: block;
	position: absolute;
	top:0;
 	right: -10.5em;
	width: 10em;
	padding: 0.2em;
	color: #FFF;
	background-color: gray;
	}


#navbar .heading {
	list-style-type: none;
	text-transform: lowercase;
	color: #8A0E06;
	margin-top: 1em;
	border-bottom: 1px solid #99c;
	}

#navbar li.first {
	margin-top: 0em;
	}


#navbar .address {
	display: block;
	padding-top: 8em;
	font-size: 0.8em;
	font-weight: normal;
	}

/* --------------------------------------------- SIDEBAR STYLES */
#sidebar {
	float: right;
	width: 150px;
	padding-right: 30px;
	border-left: 1px solid #99c;
	}


#sidebar li {
	list-style-type: square;
	padding-left: 0;
	margin-top: 0.5em;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	}

#sidebar .first {
	margin-top: 1em;
	}

#sidebar a:link, #sidebar a:visited { 
	text-decoration: none;
	color: #383838;
	} 

#sidebar a:hover { 
	text-decoration: none; 
	}

#sidebar table, #sidebar td	{
    	border-color: #8A0E06; 
    	border-style: solid;
	}

#sidebar table {
   	border-width: 0 0 1px 1px;
    	border-spacing: 0;
    	border-collapse: collapse;
	}


/* --------------------------------- SIDEBAR BOX STYLES */
#box {
	width: 170px;
	border: 3px solid #8A0E06;
	margin-left: 0.5em;
	background: url(images/pointeshoes2.jpg) no-repeat;
	}

#box p.heading {
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	padding: 0.5em; 
	color: #ffffff;
	background-color: #8A0E06;
	}

#box p {
	font-size: 0.8em;
	padding: 0 0.8em 0.2em 0.8em;
	color: #500000;
	}

/* --------------------------------- SIDEBAR NEWS STYLES */
#news 	{
	width: 170px;
	margin-left: -1em;
	}

#news .heading {
	list-style-type: none;
	font-size: 0.9em;
	text-align: center;
	border-bottom: 1px solid #99c;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	color: #8A0E06;
	}

/* --------------------------------------------- FOOTER STYLES */
#footer {
	clear: both;
	font-size: 0.7em;
	text-align: center;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding: 0.5em;
	border-right: 1px solid #99c;
	margin-bottom: 25px;
	}

#footer li.last {
	border-right: 0;

	}

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

/* ---------------------------------------- END OF STYLESHEET */