/*------------------------------------------------------------------
[Master Stylesheet]
Project:	SCAA
Version:	1.0
Last change:	05/06/08
Assigned to:	Jennifer Wilhelm
Primary use:	Website
[Table of contents]
1. Body
2. Layout
3. Navigtion
4. Headers
-------------------------------------------------------------------*/
/* 1. Body --------------------------------------------------------*/
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
} 

body {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #E4EBF1;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-xy;	        
}

/* 2. Layout -----------------------------------------------------*/
#container {
    	position: relative;
	width: 609px;
	margin: 0 auto;
	background: url(images/bg2.png);
	background-repeat: repeat-y;
    	height: auto;
    	min-height: 100%; 
    	padding: 0;
}

#containerBody {
	position: relative;
	width: 600px;
	margin: 0 6px;
	overflow: hidden;
}

#containerBody2 {
    	position: relative;
	width: 577;
	margin: 0px 20px;
}

#sideBar {
	width: 167px;
	float: left;
	padding: 0px 20px;
	border-right: 1px dashed #acacac;
	font-size: 11px;
}

*html #sideBar {
	padding: 0px 0px 0px 10px;
}

#content {
	width: 350px;
	float: right;
	padding-right: 15px;    
}

#content2 {
	width: 547px;
	margin: 0px 25px;
    	padding-bottom: 75px;   
}

#footer {
	position: absolute;
    	bottom: 20px;
    	left: 20px;
	height: 50px;
	clear: both;
	width: 567px;
	font-size: 10px;
}
/* 3. Navigation -----------------------------------------------------*/
#menu {
	text-align: center;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding: 0px 5px;
	
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	color: #6792ab;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover  {
	color: #046eab;
	background-image: url(images/arrow.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 8px 0px;
}
ul#menu li#active{
	background-image: url(images/arrow.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 8px 0px;
}
ul#submenu {
	list-style-type: none;
	margin: 15px 0px;
	padding: 0px;
	
}
#submenu li {
	display: inline;
	padding: 0px 6px;
	
}
#submenu li a:link, #submenu li a:visited, #submenu li a:active {
	color: #acacac;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
#submenu li a:hover  {
	color: #046eab;
	padding: 8px 0px;
}
/* 4. Headers -----------------------------------------------------*/
h1 {
	color: #6792ab;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
h2 {
	color: #6792ab;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #6892AB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #BED1DF;
}