
/* CSS Document */



/*** Hall of Fame master style sheet **********************
/
/  Author: Luciana Mendes
/  Contact: luciana@spacefoundation.com
/
/  Site admin: Space Foundation
/  Date: Feb/2009
/
/*** Colors *******************************************

Color 1: #
Color 2: #
Color 3: #
Color 4: #

/*** Imports ******************************************/

@import url("reset.css");
@import url("print.css") print;

/**** Global *********************************/

 body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
	/*	font-size:13px;*/
    background: url(../img/bg_body.jpg) repeat-x;
	padding: 0px;
	margin: 0px auto; 
    height: 100%;
}

p.small{
	font-size:12px;
}

p.bold{
	font-weight:bold;
	
}
p.grey{
 	font-size: 11px;
	color: #6a6a6c;
	font-weight: bold;
} 

p.white{
	margin-top: 0px;
 	color: #ffffff;
 	font-size: 12px;
}


ul, li {
	font-size: 12px;
	position: relative;

	}

	
#wrapper {
	width: 832px;
	_width: 830px;
	margin: 0px auto;
	background-color:#FFFFFF;
	height:100%;
	/*border:solid red 1px;*/
	
}

h1{
	font-size: 24px;
	color:#402219;
	font-weight:bold;}
h2{
 	font-size: 20px;
	color:#402219;
	font-weight:bold;
}
h3{
 	font-size: 14px;
	color:#d39d63;
	font-weight:bold;
	
}
h4{
 	font-size: 12px;
	color:#7cbd30;
	font-weight:bold;
	text-transform:lowercase
	text-transform: uppercase;

}

a, a:link {
	color: #402219;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color: #6a6a6c;
	text-decoration:none;
	text-decoration:underline;
	
}

a:hover{

	color: #6a6a6c; 
	font-weight:bold;
	text-decoration: none;
	
}

/**** Header *********************************/

#header {
	width: 832px;
	height: 429px;
	
}

#logo {
	background: url(../img/header_sublogo.jpg) no-repeat;
	width: 832px;
	height: 88px;
	margin:0;
}

#logo2 {
	background: url(../img/header_sublogo2.jpg) no-repeat;
	width: 832px;
	height: 88px;
	margin:0;
}

/**** Navigation *****************************/

#main_nav {

	width:600px;
	height: 27px;
	position: relative;
	left: 9px;
	z-index: 3;
	top:-37px;
	/*margin-left:-70px;*/
}

.nav {
	position:absolute;
	text-align:left;
	vertical-align:bottom;
	overflow:visible;
	
}
.nav ul li { display: inline; }

.nav ul li.current a{
	color:#d39d63;
	font-weight: bold;			
}

.nav ul li a{
	font-size:13px; 
	padding: 18px 15px 0px 10px;
	float: left;
	vertical-align:bottom;
	text-decoration: none;
	color:#cccccc; 
}

.nav ul li a:hover{
	background-position:left;
	background-repeat: no-repeat;
	color:#d39d63; 
	text-decoration:none;
	
}
 
.nav ul li a:visited{
       _color:#cccccc; 
}

/**** Banner *********************************/
#main_banner{
	background: url(../img/header_subpage.jpg) no-repeat;
	width: 833px;
	height: 63px;
	position: relative;
	top: -27px;

}


#bread_crumbs{
/*	font-family: "Myriad Pro",Arial, Helvetica, Sans-Serif;*/
	font-family: Arial, Helvetica, Sans-Serif;
	width: 485px;
	height: 20px;
	position: relative;
	top: 20px;
	left: 206px;
	padding: 0;
	margin: 0;
}

/**** Core ***********************************/

#main_content {
	/*background: url(../img/content_bg.jpg) no-repeat;*/
	display: inline;
	width: 832px;
	/*height: 200px;*/
	position:relative;
	height:100%; /*changes the content height when adding text */
    top: -10px;
	_top: -7px;
/*	border:solid pink 1px;*/
}

#quick_links {

	width: 190px;
	position: relative;
/*	float:left;*/
	top: -233px;
	_top: -240px;
	padding-left:5px;
/*	border:solid #00FF00 1px;*/
	z-index:15;
	
}

#content {
	width: 590px;
	position: relative;
	top: -335px;
	_top: -340px;
	padding-left:205px;
	z-index:11;
/*	border:solid yellow 1px;*/
	
}

#callout3 {
	width: 230px;
/*	float: right;*/
	position: relative;
	top: -337px;
	_top: -335px;
	padding-left:589px;
	z-index:10;
}

#space{
	width: 230px;
	height: 100px;
/*	border:solid  #660000 1px;*/
}

	
/**** Footer *********************************/

#footer {
    /*background: url(../img/footer_bg.jpg) no-repeat;*/
	background-color:#dfddd1;
	font-size:11px;
	color:#d8d5c5;
	width: 832px;
	position:relative;
	height: 105px;
	clear: both;
	top: 0px;
	_top: 0px;
/*	border:solid  #660000 1px;*/
	
}

#footer_left{
	position: relative;
	width:500px;
 	top: 22px;
	left: 18px;

}

#footer_right{
	position: relative;
	width:100px;
	top: -40px;
	left: 670px;
}

a.footer:link {
	color: #6a6a6c;
	text-decoration:underline;
	font-weight:bold;
}

a.footer:visited {
	color: #6a6a6c;
	text-decoration:none;
	text-decoration:underline;
	
}

a.footer:hover{

	color:#402219; 
	font-weight:bold;
	text-decoration: none;
	
}

