@charset "utf-8";
/* CSS Document */

/*----------Main Styles-----------*/
body 
	{
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x repeat y;
	color: #000066;
	font-family: arial;
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	}
		
h1 
	{
	color: #cc6633; 
	font: 16px/140% arial;
	font-weight:bold;
	}

h2 
	{
	color: #000000; 
	font: 12px/140% arial;
	}

a:link 
	{
	color: #000000; 
	text-decoration: underline;
	}

a:visited 
	{
	color: #000000; 
	text-decoration: underline;
	}

a:hover 
	{
	color: #cc6633; 
	text-decoration: none;
	}

a:active 
	{
	color: #000000; 
	text-decoration: none;
	}
q 
	{
	color: #ff0000;
	quotes: none;
	}


/*------------------Begin ids----------------------*/

#wrapper
	{
	width: 800px;
	margin: auto;
	}

#container 
	{
	position: absolute;
	background-color: #ffffff;
	width: 800px;
	height: 150%;
	border-left:shadow #999999;
	border-right:shadow #999999;
	z-index: 1;
	}
	
#logo
	{
	position: absolute;
	top: 3%;
	left: 5%;
	width: 433px;
	height: 125px;
	background-image: url(images/logo.png);
	z-index: 2;
	}
	
#top_image
	{
	position: absolute;
	background-attachment: url(images/top_image.gif);
	width: 800px;
	height: 365px;
	}
	
/*-------------------- Begin Navigation-----------------*/
	
#globalnav 
	{
	position: absolute;
	background-image:url(images/nav_bar.png);
	top: 150px;
	width: 795px;
	height: 100px;
	z-index: 3;
	}

#globalnav p {
	display: inline;
	}


#globalnav ul 
	{
	position: absolute;
	color: #000000;
	font:14px/140% arial;
	font-weight:bold;
	text-shadow:#FFFFFF;
	text-align:center;
	display: inline;
	margin-top: 35px;
	width: 800px;
	height: 20px;
	z-index: 2;
	}

#globalnav ul li
	{
	padding-right: 25px;
	list-style:none;
	display: inline;
	}


a.globalnav:link
	{
	color: #000000;
	text-decoration: none;
	}

a.globalnav:visited 
	{
	color: #000000; 
	text-decoration: none;
	}

a.globalnav:hover 
	{
	color: #cc6633; 
	text-decoration: none;
	}

a.globalnav:active
	{
	color: #000000;
	text-decoration: none;
	}

/*-------------------- Begin Editable Regions-------------------*/

#breadnav 
	{
	position: absolute;
	color: #000000;
	font: normal 10px/140% arial;
	top: 30%;
	left: 36%; 
	width: 350px;
	height: 20px
	z-index: 4;
	}

#breadnav p {
	display: inline;
	}

#breadnav ul li
	{
	margin: 0;
	list-style:none;
	display: inline;
	}

#localnav 
	{
	position: absolute;
	top: 320px;
	left: 0px;
	color: #000000;
	font: normal 14px/140% arial;
	width: 280px;
	height: 110px;
	z-index: 3;
	}

#localnav p 
	{
	display: list-item;
	}
	
#localnav ul
	{
	list-style: none;
	display: list-item;
	width: 280px;
	height: 110px;
	}

#localnav ul li
	{
	list-style: none;
	display: list-item;
	margin-bottom: 10px;
	z-index: 3;
	}

#righttext 
	{
	position: absolute;
	padding: 5px;
	top: 32%; 
	left: 40%;
	width: 350px;
	height: 500px;
	border: none;
	background-color: #transparent;
	z-index: 2;
	}

/*-------------------- Begin Bottom Navigation and Footer-------------------*/
	
#bottomnav 
	{
	position: absolute;
	margin: 0;
	top: 96%;
	left: 25%;
	width: 800px;
	height: 20px;
	z-index: 1;
	}

#bottomnav p {
	display: inline;
	}


#bottomnav ul 
	{
	color: #000000;
	font: normal 11px/140% arial;
	position: absolute;
	display: inline; 
	width: 450px;
	height: 20px;
	z-index: 3;
	}

#bottomnav ul li
	{
	list-style:none;
	display: inline;
	padding-right: 15px;
	}


a.bottomnav:link
	{
	color: #000000;
	text-decoration: none;
	}

a.bottomnav:visited 
	{
	color: #000000; 
	text-decoration: none;
	}

a.bottomnav:hover 
	{
	color: #cc3366; 
	text-decoration: none;
	}

a.bottomnav:active
	{
	color: #000000;
	text-decoration: none;
	}
	
#footer
	{
	position: absolute;
	padding: 5px;
	top: 101%; 
	left: 34%;
	width: 400px;
	height: 50px;
	color:#FFFFFF;
	border: none;
	background-color: #transparent;
	z-index: 2;
	}