/* This style sheet controls the display of text on the screen when viewed with a monitor */

/* ---------layout containers----------------*/
#wrapper {                     /*creates an overall layout container to hold the other containers*/	width: 700px;
	margin: auto;
	border: 1px solid #005A52;
	background-color: #009999;
}

#header {                         /*sets the properties of the logo & header area */
	width: 700px;
	margin: auto;
}
#content {                        /*sets the properties of the content area */
	width: 600px;
	padding-top: 20px;
	background-color: #FFFFFF;
	margin: auto;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
}

#footer {                        /*sets the look of the footer */
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #009999;
	width: 670px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}
#footer td {                      
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #009999;
}
#values {                        /*sets the look of the Our Vision statement */
	font-family: Arial, Helvetica, sans-serif;
	color: #005A52;
	background-color: #CCCC99;
	text-align: center;
	width: 640px;
	font-size: 0.95em;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 6px auto auto;
	border: 2px solid #005A52;
}


#topNav {                        /*sets the look of the top nav bar */
	background-color: #005A52;
	width: 698px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	border-top: 3px solid #005A52;
	border-right: 1px solid #005A52;
	border-bottom: 1px solid #005A52;
	border-left: 1px solid #005A52;
}

	/* ------top navigation link styles----------- */
#topNav a {                    /*sets the look of the top nav buttons */
	border: 1px solid #CCCC99;
	padding: 2px;
	background-color: #333333;
}

#topNav a:link {               /*sets the look of the top nav button before clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#topNav a:visited {               /*sets the look of the top nav button after clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#topNav a:hover {               /*sets the look of the top nav link when mouse is over a button */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #005A52;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

	/* --------top nav styles end-------------- */

	/* ------admin navigation link styles----------- */
#values a {                    /*sets the look of the admin nav buttons */
	border: 1px solid #333333;
	padding: 1px;
	background-color: #005A52;
}

#values a:link {               /*sets the look of the admin nav button before clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#values a:visited {               /*sets the look of the admin nav button after clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#values a:hover {               /*sets the look of the admin nav link when mouse is over a button */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #005A52;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

	/* --------admin nav styles end-------------- */
	
/* --------layout styles-------------- */

/* ------Styles to set the dafault appearance of text on the page using HTML tags------ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #333333;
}

h1 {
	font-size: 1.2em;
	color: #005A52;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	color: #005A52;
}
h3 {
	font-size: 1em;
	color: #005A52;
}


/* ---------end HTML tag styles---------- */

/*  ----------Begin custom styles that must be applied manually-------------*/
.homeContent {
	font-size: 0.9em;
}
.imgPadLeft {
	padding-left: 8px;
}
.highlightBox {
	background-color: #CCCC99;
	border: 1px solid #009999;
	font-size: 0.8em;
	color: #333333;
	width: 600px;
	padding: 5px 5px 10px;
}
.small {

	font-size: 0.8em;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
.highlightBoxRt {
	background-color: #CCCC99;
	border: 1px solid #009999;
	font-size: 0.8em;
	color: #333333;
	width: 284px;
	padding: 2px;
	float: right;
	margin-left: 5px;
}

