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

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

#header
	{
	position: relative;
	width: 760px;
	height: 98px;
	font-size: 85%;
	margin: 0 0 -1px 0;
	z-index: 5000;
	}
	
#banner
	{
	position: relative;
	width: 760px;
	font-size: 85%;
	}
	
#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;
	font-size: 85%;
        line-height: 1.2em;
	}

#left_content
        {
        margin: 10px 5px 0 20px;
        width: 170px;
        }


#center
	{
	width: 307px;
	font-size: 85%;
	}
	
#right
	{
	width: 192px;
	font-size: 85%;
        line-height: 1.2em;
	padding-bottom: 40px;
	}

#breadcrumb
	{
	margin: 0 -10px 5px -8px;
	padding: 5px;
	}
	
#content
	{
	width: 527px;
	font-size: 85%;
        line-height: 1.4em;
	overflow: visible;
	}

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


/* SPECIAL FORMATTING
--------------------------------------------- */

#center p
	{
	margin: 0 0 15px 0;
	padding: 0;
	}


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

#content h1
	{
	margin: 23px 0 18px 0;
	font-family: Times New Roman, Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	}
	
h2
	{
	margin: 18px 0 12px 0;
	padding: 0;
	font-size: 1.2em;
	}
	
#center h2, #right h2
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	}

#center h2
	{
	margin: 0 -12px 10px -12px;
	padding: 8px 12px;
	}

#right h2
	{
	margin: 0 -10px 10px -10px;
	padding: 8px 12px 9px  12px;
	}

h3
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

#center h3
	{
	margin: 0 0 2px 0;
	}


/* 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#sub_banner
	{
	position: absolute;
	left: 589px;
	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
	{
	list-style: none;
	margin: 0 0 3px 0;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
	}

#banner ul li
	{
	display: inline;
	padding: 0 10px;
	}

#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 45px;
	padding: 6px 0 5px 0;
	font-size: inherit;
	border: 1px dotted #fff;
	}

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

#left ul ul ul ul
	{
	margin: 5px 0 0 13px;
	padding: 0;
	font-size: inherit;
	border: 0;
	}

#left ul ul ul ul li, #left ul ul ul ul li.down
	{
	width: 160px;
	}

#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
	{
	width: 137px;
	text-decoration: none;
	}

#banner ul a:focus, #banner ul a:hover, #banner ul a:active,
#banner ul a.down, #banner ul a.down:visited, #banner ul a.down:focus, #banner ul a.down:hover, #banner ul a.down:active
	{
	text-decoration: underline;
	}

#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: 150px;
	padding: 0 0 0 20px;
	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;
	}


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
------------------------------------------------------------ */
@media tty {
 i{content:"\";/*" "*/}} @import url('midpass.css'); /*";}
}/* */

