/*CSS Design by Andrew Shreck and Jay O'Hora*/

/*  ***********
    * GLOBALS *
    ***********
*/

/*This is the global body declaration*/
body
{
	background-color: #b2d1c3;
	font-family: arial, sans-serif;
	margin: 5px;
}

#mainEl
{
	width: 100%;
	border-style: none;
	border-spacing: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#mainbody
{
	background-color: #FFFFFF;
	padding: 20px 5px 5px 5px;
	vertical-align: top;
	border-top: 2px solid #000000;
	margin: 0px;
}

/*The following shows the global link properties.*/
div a
{
	color: #0033FF;
	background-color: white;
	text-decoration: none;
}
a.button
{
	margin: 0px;
	padding: 2px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	width: 92px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #02573c;
	border: 2px solid #000000;
}

/*The link that is highlighted*/
a.button:active
{
	padding: 2px;
	background-color: #ffffff;
	border: 2px solid #000000;
	border-top-color:  #ffffff;
}
div a:active
{
	background-color: white;
	color: #000000;
	text-decoration: none;
}

/*The link information for previously visited links*/
a.button:visited
{
	padding: 2px;
	background-color: #02573c;
	border: 2px solid #000000;
	color: #ffffff;
}
div a:visited
{
	background-color: white;
	color: #0033FF;
	text-decoration: none;
}

/*The feedback for the link is mouseovered*/
a.button:hover
{
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #000000;
	border-top: 2px solid #ffffff;/*#b2d1c3;*/

}
div a:hover
{
	background-color: white;
	color: #000000;
	text-decoration: none;
}


/*  **********
    * HEADER *
    **********
*/

/*The top div for the website layout*/
#top
{
/*	border-bottom: 0px solid black;*/
	padding: 0px 0px 2px 0px;
	margin: 0px;
	background-color: #ffffff;
}

#leftnav
{
	margin: 0px;
	padding: 2px 0px;
	vertical-align: top;
	background-color: #FFFFFF;

}
/*******************
 * Drop-down menu  *
 *******************/
#leftnav, #leftnav ul
{
	z-index: 80;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#leftnav a
{
	display: block;
	padding: 0px;
	margin: 0px;
}

#leftnav li
{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 92px;
}

#leftnav li ul
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	border: 1px solid black;
	left: -999px;
}
#leftnav li ul li
{
	background-color: #FFFFFF;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	float: none;
	width: 108px;
	border: 1px solid black;
}

#leftnav li:hover ul, #leftnav li.yaiebf ul
{
	padding: 0px;
	margin: 0px;
	left: auto;
}

#leftnav li ul li a
{
	text-decoration: none;
	padding: 0px 2px;
	margin: 0px;
}

#leftnav li ul li a:hover
{
	color: #000000;
}

/**********************
 * End drop-down menu *
 **********************/

#top a
{
	 float: left;
}
/*
#newtop span
{
	margin: 5px;
	font-size: large;
	vertical-align: top;
	float: right;

}*/

/*#top {
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	clear: right;
	margin: 0px 0px 0px 0px;
}

#ltop {
	margin: 0px 0px 0px 0px;
	float: left;
}
#ctop {
	float: left;
	margin: 10px 0px 0px 30px;
}*/
#rtop {
	float: right;
	margin: 5px 5px 5px 0px;
	width: 150px;
	height: 81px;
	/*border: 1px solid red;*/
	font-size: 80%;
	padding: 0px;
	text-align: right;
}

#rtop table
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 150px;
	text-align: center;
}

#rtop table td
{
/*	border: 1px solid black;*/
	margin: 0px;
	padding: 0px;

}

/* **************
   * SITE MENU  *
   **************
*/

/*Description of the site menu
#menutop {
	background-color: #AED1AF;
	color: #000000;
	margin: 0px 0px 20px 4px;
	float: left;
	clear: left;*/
	/*font-size: 13px;
	}*/

/*Allows for the listing of the links to begin
#menutop ul {
	background-color: #b2d1c3;
	color: #000000;
	margin: 0px;
	text-align: center;
	}*/

/*Inline lets the text go inline
#menutop ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	}
*/
/*The following are links information just for the main menu of the site
#menutop ul li a, #admenu ul li a:visited {
	color: blue;
	background-color: #b2d1c3;
	text-decoration: none;
	}

#menutop ul li a.active:link, #menutop ul li a.active:visited, #menutop ul li a.active:hover {
	color: black;
	background-color: #7B9E7C;
	text-decoration: none;
	}

#menutop ul li a:hover {
	color: black;
	background-color: #7B9E7C;
	text-decoration: none;
	}*/

/*  ****************
    * Main Content *
    ****************
*/

/*This the outline for left section of the website. Holds all the main content*/
#main
{
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}

/*Provides the design specs for the title for the left section.*/
#main h1
{
	margin: 0px;
}
#main h4
{
	margin: 0px;
}
#image
{
	border-style: none;
	margin: 0px 0px 15px 0px;
}

#image img
{
	border-style: none;
}
/*Gives the subtitle design for the left section under the main box*/
#main h2
{
	background-color: #FFFFFF;
	color: black;
	margin: 0px 0px 0px 0px;
}
#main h3
{
	background-color: #FFFFFF;
	color: black;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}

/*Moves the main content from the side of the border*/
#main p
{
	background-color: #FFFFFF;
	color: black;
	margin: 5px 5px 5px 5px;
}

/*The content holds everything in the main content except the subtitle.*/
#content
{
	background-color: #FFFFFF;
	color: black;
	height: 100%;
	margin: 5px;
	padding: 5px;
}

#content h2
{
	background-color: #FFFFFF;
	color: black;
}

div.leftDiv
{
	float:left;
}

/*  **********
    * Footer *
    **********
*/

/*Holds the copyright information and images*/
#footer
{
	background-color: #FFFFFF;
	color: black;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	
	border-top: 2px solid #000000;
}

#assoc
{
	float: left;
	margin: 5px 5px 0px 0px;
}
#assoc2
{
	float: left;
	margin: 5px 0px 0px 0px;
}

#copy
{
	margin: 5px 0px 0px 0px;
}

#whiteblock
{
	float: right;
	margin: 5px 20px 0px 5px;
}

#w3c
{
	float: right;
	margin: 5px 0px 0px 0px;
}

a img
{
	border-style: none;
}