
/* 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%;
	color:#000000;
}

p.small{
	font-size:12px;
}

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;
	margin: 0px auto;
	background-color:#FFFFFF;
/*	height:100%;*/
	
}

h1{
	font-size: 24px;
	color:#402219;
	font-weight:bold;}
h2{
 	font-size: 18px;
	color:#402219;
	font-weight:bold;
}
h3{
 	font-size: 14px;
	color:#402219;
	font-weight:bold;
	
}
h4{
 	font-size: 12px;
	color:#7cbd30;
	font-weight:bold;
	text-transform: uppercase;

}



/**** Header *********************************/

#header {
	width: 832px;
	height: 429px;
	
}

#logo {
	background: url(../img/header_home_logo.jpg) no-repeat;
	width: 832px;
	height: 89px;
	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;
	
}

 
/**** Banner *********************************/
#main_banner{
	background: url(../img/home_banner.jpg) no-repeat;
	width: 832px;
	height: 340px;
	position: relative;
	top: -27px;

}


#banner_blurb{
/*	font-family: "Myriad Pro",Arial, Helvetica, Sans-Serif;*/
	font-family: Arial, Helvetica, Sans-Serif;
	color:#CCCCCC;
/*	word-spacing: 1.0px;*/
	letter-spacing:.7px;
	width: 485px;
	height: 160px;
	position: relative;
	top: 68px;
	left: 10px;
	padding: 0;
	margin: 0;
}

#img_holder{
    width: 300px;
	height: 60px;
	position: relative;
	top: 90px;
	padding: 0;
	margin: 0;
	/*border:#00FF00 solid 1px;*/
}

/**** Core ***********************************/

#main_content {
	/*background: url(../img/content_bg.jpg) no-repeat;*/
	color:#ffffff;
	width: 832px;
	position:relative;
	height:130px;
    top: 0px;
	_top: -27px;
}

#callout1 {
   /* background: url(../img/callout1.jpg) no-repeat;*/
/*	height:224px;*/
	width: 150px;
	float:left;
	padding-top: 40px;
	padding-left:30px;
	padding-bottom: 30px;
	
}

#callout2 {
    /*background: url(../img/callout2.jpg) no-repeat;*/
	padding-left:130px;
	_padding-left:20px;
	padding-top: 40px;
	padding-bottom: 30px;
	float:left;
	
}

#callout3 {
/*  background: url(../img/callout3.jpg) no-repeat;*/
	padding-left:15px;
	_padding-left: 10px;
	padding-top: 40px;
	float:left;
	padding-bottom: 30px;

}



/**** Footer *********************************/

#footer {
    /*background: url(../img/footer_bg.jpg) no-repeat;*/
	background-color:#dfddd1;
	font-size:11px;
	color:#d8d5c5;
	width: 832px;
	position:relative;
/*	height: 85px;*/
	clear: both;
	top: 75px;
	_top: 25px;
	
}

#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;
	
}

