/* ------------------------------------------
Project: Template 12
Purpose: Screen Master
Author: Katelynn O'Brien
Version: 04/12/07
--------------------------------------------- */

body
	{
	margin: 0;
	padding: 0;
	font-size: 0.65em;
	}
	
	
/* LAYERS
--------------------------------------------- */

#header
	{
	position: relative;
	width: 760px;
	height: 98px;
	margin: 0 0 -1px 0;
	z-index: 5000;
	}
	
#banner
	{
	position: relative;
	width: 760px;
        min-height: 155px;
        height: auto !important;
        height: 155px;
	}

#left_right_container
	{
	clear: both;
	float: left;
	width: 760px;
	margin: 0;
	overflow: visible;
	}
	
.column
	{
	float: left;
	margin: 0 0 0 8px;
	padding: 0 10px;
	}

#left
	{
	float: left;
	width: 205px;
	font-size: 1.1em;
	}

#left_content
        {
        padding: 10px 30px 0 25px;
        font-size: 90%;
        }

#center
	{
	width: 347px;
	font-size: 1.1em;
	}
	
#right
	{
	width: 152px;
	padding-bottom: 40px;
	}

#breadcrumb
	{
	margin: 0 -10px 5px -8px;
	padding: 5px;
	}
	
#content
	{
	width: 527px;
	line-height: 1.3em;
	overflow: visible;
	}

#footer
	{
	clear: both;
	position: relative;
	width: 760px;
	padding: 0 0 40px 0;
	text-align: center;
	}


/* HEADINGS
--------------------------------------------- */

#content h1
	{
	margin: 18px 0 18px 0;
	font-family: Times New Roman, Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1em;
	}
	
h2
	{
	margin: 18px 0 12px 0;
	padding: 0;
	font-size: 1.2em;
	}
	
#center h2
	{
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	}

#right h2
	{
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	font-family: Times New Roman, Times, serif;
	font-size: 2em;
	font-weight: normal;
	}

h3
	{
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	}


/* IMAGES
--------------------------------------------- */

#header img
	{
	position: absolute;
	border: 0;
	}
	
#header img#title
	{
	right: 0;
	bottom: 0;
	border: 0;
	}

#banner object
        {
        position: absolute;
        left: 0;
        bottom: 0;
        border: 0;
        }
	
#banner img#main_banner
	{
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
	}
	
/*
#banner img#sub_banner
	{
	position: absolute;
	left: 589px;
	bottom: 0;
	border: 0;
	}
*/

#banner img#banner2
        {
        position: absolute;
        left: 588px;
        bottom: 0;
        border: 0;
        }

	
/* LISTS
--------------------------------------------- */

#header ul
	{
	position: absolute;
	list-style: none;
	right: -2px; /* hides border on last list item */
	margin: 2px 0 0 0;
	padding: 0;
	}
	
#header li
	{
	float: right; /* allows you to add vertical padding to list item */
	padding: 2px 14px;
	}
	
#banner ul
	{
	position: relative;
	list-style: none;
	width: 172px;
	margin: 0 0 0 588px;
	padding: 0;
	z-index: 3000;
	}

#banner ul li, #left ul li
	{
	margin: 0;
	padding: 0;
	}
	
#left ul
	{
	list-style: none;
	width: 205px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

#left ul li.down
	{
	width: 205px;
	}
	
#left ul ul
	{
	width: auto;
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 0.9em;
	font-weight: normal;
	}

#left ul ul li
	{
	padding: 0 0 3px 0;
	}

#left ul ul ul
	{
	margin: 3px 15px 5px 34px;
	padding: 6px 0 5px 0;
	font-size: inherit;
	border: 1px dotted #900;
	}

#left ul ul ul li, #left ul ul ul li.down
	{
	width: 150px;
	padding: 0 0 5px 0;
	}

#footer ul
	{
	list-style: none;
	margin: 0;
	padding: 30px 0 12px 0;
	text-align: center;
	}
	
#footer li
	{
	display: inline;
	margin: 10px 0;
	padding: 0 10px;
	}
	

/* LINKS
--------------------------------------------- */

#header ul a, #header ul a:visited
	{
	text-decoration: none;
	}
	
#header ul a:focus, #header ul a:hover, #header ul a:active
	{
	text-decoration: underline;
	}
	
#banner ul a, #banner ul a:visited
	{
	display: block;
	width: 137px;
	padding: 10px 25px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	}

#left ul a, #left ul a:visited
	{
	display: block;
	width: 162px;
	padding: 9px 20px 9px 23px;
	text-decoration: none;
	}
	
#left ul ul a, #left ul ul a:visited
	{
	padding: 0 0 2px 33px;
	}
	
#left ul ul a:focus, #left ul ul a:hover, #left ul ul a:active,
#left ul ul a.down, #left ul ul a.down:visited, #left ul ul a.down:focus, #left ul ul a.down:hover, #left ul ul a.down:active
	{
	padding: 0 0 2px 33px;
	}

#left ul ul ul a, #left ul ul ul a:visited, #left ul ul ul a:focus, #left ul ul ul a:hover, #left ul ul ul a:active, #left ul ul ul a.down, #left ul ul ul a.down:visited, #left ul ul ul a.down:focus, #left ul ul ul a.down:hover, #left ul ul ul a.down:active
	{
	width: 140px;
	padding: 0 0 0 10px;
	background-position: 7px 0.2em;
	}
	
#footer a, #footer a:visited
	{
	text-decoration: none;
	}
	
#footer a:focus, #footer a:hover, #footer a:active
	{
	text-decoration: underline;
	}

/* TABLES
-------------------------------------------------- */

table
	{
	border-collapse: collapse;
	}

