html{
	overflow: hidden;}
img{
	border: 0px;
	margin: 0px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;}

body{
	background-color: #FCE2C9;}
h1{
 	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 144px;
	height: 97px;
	background-image: url("/images/layout/Top_Logo.png");
	background-repeat: no-repeat;
	font-size: 12px;
	text-indent: -10em;
	overflow: hidden;
	z-index: 11;}

h2{
	margin: 0px;
	position: absolute;
	top: 37px;
	left: 0px;
	z-index: 11;
	padding-top: 15px;
	padding-left: 160px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #EB7B30;}

h3{
	color: #EB7B30;
	font-size: 14px;
	font-weight: bold;}

p{
	margin-top: 0px;}

#SideImage{
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 196px;
	background-image: url("/images/layout/Side_Image_Large.png");
	background-repeat: no-repeat;
	z-index: 13;}

#SideImage p{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 60px;
	padding-top: 230px;
	color: #FFFFFF;}

#SideImage h4{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-right: 25px;
	padding-top: 85px;
	color: #FFFFFF;}

#SideImage a {
	text-decoration: underline;
	color: #FFFFFF;}

#SideImage a:hover {
	text-decoration: none;
	color: #CCCCCC;}

#Container{
	display: none;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 600px;
	max-height: 100%;
	max-width: 1200px;
	background-image: url("/images/layout/Top_Background.png");
	background-color: #FCE2C9;
	background-repeat: repeat-x;
	overflow: hidden;}

#Navigation{
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 14;
	overflow: visible;}

#Navigation ul.TopLevel{
	display: block;
	margin: 0;
	margin-left: 155px;
	padding: 0;
	border: 0px;
	border-right: 1px;
	border-color: #F4BB99;
    border-style: solid;
	width: 475px;
	height: 36px;}

#Navigation li.TopLevel{
	float: left;

padding-left:0px;      /* all browsers including Mac IE */
*padding-left:10px;       /* IE 7 and below */
_padding-left:0px;       /* IE 6 and below */

	list-style-type: none;
	border: 0px;
	border-left: 1px;
	border-color: #F4BB99;
	border-style: solid;
    display:block;

}

#Navigation a.TopLevel{

display:block;        /* all browsers including Mac IE */
*display:inline;        /* IE 7 and below */
_display:block;         /* IE 6 and below */

	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: 10px 0px;}

#Navigation a.TopLevel:hover{
	background-color: #EE925B;}

#Navigation ul.SubLevel{
	display: none;
	background-color: #EE925B;
	position: absolute;
	overflow: visible;
	min-width: 120px;
	padding: 0px;
	padding-right: 20px;
	border: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #F4BB99;
	color: #FFFFFF;
	list-style-type: none;}

#Navigation a.SubLevel{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 0px;
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #F4BB99;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;}

#Navigation a.SubLevel:hover{
	background-color: #D2977F;}

#QuickLinks{
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 150px;
	width: 100%;
	height: 45px;
	background-image: url("/images/layout/Bottom_Background.png");
	background-repeat: repeat-x;
	z-index: 12;
	overflow: visible;}

#QuickLinks ul.QuickLink{
	display: block;
	margin: 0;
	margin-top: 1px;
	margin-left: 30px;
	padding: 0;
	border: 0px;
	border-right: 1px;
	border-color: #000000;
	background-color: #EB7B30;
	border-style: solid;
	width:184px;
	height: 20px;}

#QuickLinks li.QuickLink{

	display: block;
	margin: 0;
	padding:0px;
	float: left;
	list-style-type: none;
	border: 0px;
	border-left: 1px;
	border-color: #000000;
	border-style: solid;
	height: 20px;}

#QuickLinks a.QuickLink{

display:block;        /* all browsers including Mac IE */
*display:inline;        /* IE 7 and below */
_display:block;         /* IE 6 and below */

	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: 10px 0px;
	}

#QuickLinks a:hover{
	background-color: #000000;
	text-decoration: underline;}

#Spacer{
	position: absolute;
	top: 50px;
	left: 150px;
	width: 100%;
	height: 200px;
	padding: 0px;
	z-index: 10;
	background-color: #FFFFFF;}

#Text{
	position: absolute;
	top: 90px;
	left: 150px;
	right: 0px;
	bottom: 45px;
	padding: 10px;
	z-index: 12;
	overflow: auto;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	background-image: url("/images/layout/BackGround.png");
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	color: #000000;}

#Text a {
	text-decoration: underline;
	color: #EB7B30;}

#Text a:hover {
	text-decoration: none;
	color: #F1A674;}

#MozSpacer{
	display: block;
	height: 50px;}