
/* ----------------------------------------------------------------------- */
/* -----------------------------Body-------------------------------------- */
/* ----------------------------------------------------------------------- */


* {
	padding: 0;
	margin: 0;
}

body {
  	font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  	font-size: 1em;
    text-align: center;
    background: url(images/body_bg.jpg);
    color: #182c2d;
}


/* ----------------------------------------------------------------------- */
/* -----------------------------Links------------------------------------- */
/* ----------------------------------------------------------------------- */

a, a:link, a:visited {
    color: #bc7400;
    text-decoration: none;

}


a:hover {
    text-decoration: underline;

}


  

/* ----------------------------------------------------------------------- */
/* -----------------------------Divs-------------------------------------- */
/* ----------------------------------------------------------------------- */


#container {
    position: relative;
    margin: auto;
    text-align: left;
	background: url(images/container_bg.jpg);
    width: 720px;
}


#pageHeader {
    text-align: center;
    background: url(images/banner.jpg) center top no-repeat;
    height: 325px;
}


#welcome {
    margin: -40px 70px 20px 220px;
	color:#182c2d;
    padding: 10px 10px 10px 10px;
    border: 3px solid #8C9777;
    background: #FBFBE5;
}



.floatright {
	float: right;
	width: 200px;
	height: 150px;
	border: 1px solid #8C9777;
	margin:0px 0px 5px 5px;
	
}



#footer {
	font-family:arial,helvetica,sans-serif;
    font-size: 70%;
	color:white;
    background: url(images/footer.jpg) center bottom no-repeat;
    height: 193px;    
}

#footer-1 {
	width:165px;
	float:right;
    margin: 40px 30px 0px 0px;
}

#footer-2 {
	width:300px;
	float:right;
    margin: 140px 20px 0px 0px;
    
}



#linkList {
    position: absolute;
    top: 340px;
    left: 50px;
    width: 130px;
}



/* ----------------------------------------------------------------------- */
/* -----------------------------Text Styles------------------------------- */
/* ----------------------------------------------------------------------- */





p {
    margin-bottom: 10px;
	font-size: .8em;
    line-height: 1.5em;
}


#welcome span {
	float:left;
	color:#182c2d; 
	font-size: 90px; 
	line-height: 72px; 
	padding-top:0px; 
	padding-right:2px; 
	font-family: Times, serif, Georgia;
}



#pageHeader h1 span, #pageHeader h2 span {
    display: none;
}


#linkList h3 {
    display: none;
}


#linkList ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#select ul li {
  background: url(images/bullet.gif) no-repeat 0 50%;
  padding-left: 30px;
  font-size:0.8em;
  margin:5px 0;
  padding:5px 0 0 30px;
}

#select ul li a, #select ul li a:link, #select ul li a:visited {
    color: #ffffff;
    text-decoration: none;

}


#select ul li a:hover {
    text-decoration: underline;

}


#select ul li a, #select ul li a:active, #select ul li a:focus {
    display: block;
    clear: both;
    padding: 0 0 2px 0px;
    text-decoration: underline;
}
