/*CSS stylesheet*/
* {
	margin:0;
	padding:0;
}

h2 {
	padding-bottom:10px;
}

p {
	text-align:justify;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}

#top_header_link {
    background-color: transparent;
    border: medium none;
    height: 80px;
    left: auto;
    margin-left: 30px;
    position: absolute;
    right: auto;
    top: 25px;
    width: 380px;
}

#home_header_link1{
    background-color: transparent;
	display: block;
    border: medium none;
    width: 183px;
    height: 34px;
    margin-left: 235px;
    margin-top: 183px;
    position: absolute;
}

#home_header_link2{
    background-color: transparent;
	display: block;
    border: medium none;
    width: 182px;
    height: 34px;
    margin-left: 541px;
    margin-top: 228px;
    position: absolute;
}

body{
	background:url(images/bg.jpg) no-repeat fixed top;
	margin:0 auto;
	font-size: medium;
	font-family:"Times New Roman", Times, serif;
}

#container{
	background-color:#9e9b93;
	width:960px;
	height:1750px;
	margin:0 auto;
}

#header{
	background:url(images/header.jpg) no-repeat top;
	margin:0 auto;
	height: 127px;
}

ul#top_nav{
	list-style: none;
	padding-left: 665px;
	font-size:1.05em;
}

ul#top_nav li a{
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 14px;
	color:white;
	text-decoration: none;
}

#nav_menu_bg{
	background:url(images/nav.jpg);
	width:940px;
	height:119px;
	margin: 0 auto;
}

table#nav_menu{
	padding-top:5px;
}

#nav_menu td{
	vertical-align:top;
	width:225px;
}

#nav_menu a{
	text-decoration: none;
	color:black;
}

ul#nav_menu{
	list-style-image:url(images/arrow_bullet.gif);
	padding-left: 40px;
	font-size: 9pt;
}

ul#nav_menu li{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 3px;
}

#home_header{
	background:url(images/home_header.jpg);
	width:940px;
	height:331px;
	margin:0 auto;
}

div#content{
	background:#FFF;
	width:940px;
	height:1173px;
	margin:0 auto;
}

table#content td{
	padding-top:13px;
}

table#main_content td{
	padding-top: 0px;
}

#footer {
	width:940px;
	margin:0 auto;
	color:white;
}

#footer_menu td{
	vertical-align:top;
	width:225px;
}

#footer_menu a{
	text-decoration: none;
	color:white;
}

ul#footer_menu{
	list-style-image:url(images/white_bullet.gif);
	padding-left: 40px;
	font-size: 10pt;
}

ul#footer_menu li{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 3px;
}
	
/**************************DIRECTIONS CONTENT CSS*************************/



#dir-container{
	background-color:#9e9b93;
	width:960px;
	height:100%;
	margin:0 auto;
}

div#dir-content{
	background:#FFF;
	width:940px;
	height:100%;
	margin:0 auto;
}
	
#footer a {
    color: white;
    text-decoration: none;
}	
