/* CSS Document */

html{
	overflow-y: scroll;
}

body{
	background-color: #FFFFFF;
	
	background-position: top;
	background-attachment: scroll;

	
	background-image: url(/_assets/images/background07.jpg);
    background-repeat: repeat-y;
	
	margin: 0;
	}

h1{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	}
	
h2{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: 600;
	}
	
h3{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight: 600;
	}
	
p{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}


#MasterContainer{
	width: 800px;
	height: auto;
	
	position: relative;
	margin: 0 auto 0 auto;
	}
	
#Container{
	width: 800px;
	height: auto;
	
	position: relative;
	margin: 0;
	
	float: left;
	
	background-color: #9BA8C8;
	}

#Nav{
	width: 695px;
	height: 65px;
	border-bottom: 1px solid #FFFFFF;	
	position: relative;
	
	margin: 0;
	padding-left: 105px;
	
	float: left;

	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	
	display: block;
	
	z-index: 1;
	}

#navigation, #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	z-index: 1;
}

#navigation a {
	display: block;
	width: auto;
	margin-right: 25px;
}

#navigation li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#navigation li ul { /* second-level lists */
	position: absolute;
	
	background-color: #29b9ed;
	background-image: url(../images/dropdown_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
	
	padding-top: 15px;
	padding-bottom: 25px;
	
	height: auto;
	min-height: 200px;
	
	margin: 0px;
	
	width: 200px;
	display: none;
}

#navigation ul li a{
	color: #FFFFFF;
	text-decoration: none;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	line-height: 14px;
	
	margin-left: 10px;
	margin-bottom: 20px;
	
	width: 170px;
	}
	
#navigation ul li a:hover{
	color: #FFFF00;
	}

#navigation li:hover ul, #navigation li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}
	
#Header{
	width: 800px;
	height: 200px;
	
	position: relative;
	margin: 0;
	
	float: left;
	
	background-color: #2ab9ec;
	}
	
#content{
	width: 792px;
	height: auto;
	
	position: relative;
	margin-top: 0;
	margin-left: 3px;
	margin-rightt: 5px;
	
	float: left;
	

	background-position: top;
	background-repeat: repeat-x;
	
	clear: left;
	}
	



	
#Footer{
	width: 800px;
	height: auto;
	background-position: top;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;	
	position: relative;
	float: left;
	
	color: #FFFFFF;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	

	}
	
img{
	border: none;
	margin: 0;
	}

#SecondFooter{
	width: 800px;
	height: 25px;
	background-position: top;
	background-repeat: no-repeat;
	
	position: relative;
	float: left;
	
	background-color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 5px;
	}
		
#SecondFooter a{
	color: #FFFFFF;
	text-decoration: underline;
	
	font-size: 11px;
	font-weight: normal;
	}

#SecondFooter a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
