/*** spacecareerfair.org highlights **********************
/
/  FYI style was changed to accomodate slide show. Wrapper renamed to container (LM 01-15-09)
/
/
/*** Imports ******************************************/

@import url("reset.css");
@import url("print.css") print;

/**** Global *********************************/

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .9em;
    background: url(../img/bg_body.jpg) repeat-x;
	padding: 0px;
	margin: 0px;

}
p.small{
/* 	font-size: .8em;*/
	font-size:12px;
}

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

.bold{
	font-weight:bold;
}
.grey{
    font-weight:normal;
	color:#424342;
}
p.grey{
    margin-top: 2px;
 	color: #333333;
/*	font-size: .8em;*/
 	font-size: 12px;
}


.img {
	float:left;
}


#wrapper {
	width: 902px;
	margin: 0px auto;
	
	
}

h1{}
h2{
/*	font-size: 1.3em;*/
 	font-size: 18px;
	color:#7cbd30;
	font-weight:bold;
}
h3{
/*	font-size: 1.1em;*/
 	font-size: 15px;
	color:#7cbd30;
	font-weight:bold;
}
h4{
/*	font-size: 0.8em;*/
 	font-size: 12px;
	color:#7cbd30;
	font-weight:bold;
	text-transform: uppercase;

}

a:link { 
	color: #000000;
    text-decoration:underline;
}
a:visited {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #424342;
	text-decoration:none;
	
}
a:active {
	color: #000000;
}

	
a:link.broadmoor{ 
	color: #7cbd30;
	font-weight:bold;
}
a:visited.broadmoor{
	color: 7cbd30;
	font-weight:bold;
}
a:hover.broadmoor{
	color: #ffffff;
	background-color: #7cbd30;
	text-decoration: none;
	font-weight:bold;
}
a:active.broadmoor{
	color: #7cbd30;
	font-weight:bold;
}


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

#header {
	width: 902px;
	height: 376px;
	
}

#logo {
	background: url(../img/logo.png) no-repeat;
	width: 902px;
	height: 112px;
	margin:0;
}


/**** Navigation *****************************/

#main_nav {
	top:132px;
	width: 780px;
	height: 27px;
	position: relative;
	left: 80px;
	
	z-index: 3;
	
}

#menu_left{
	width: 600px;
	height: 33px;
	margin-left: 10px;

}
#menu_right{
	width: 70px;
	height: 33px;
	top: -33px;
	left:660px;
	position: relative;
}



/**** Banner *********************************/
#main_banner{
	background: url(../img/banner_sub.png) no-repeat;
	width: 902px;
	height: 264px;
	position: relative;
	top: -27px;
	left: 1px;
}
#main_banner_register{
	background: url(../img/banner_sub_register.png) no-repeat;
	width: 902px;
	height: 264px;
	position: relative;
	top: -27px;
	left: 1px;
}

#event_info{
	width: 150px;
	height: 160px;
	position: relative;
	top: -230px;
	left: 123px;
	padding: 0;
	margin: 0;
}

#register{
    top: 10px;
	left: 26px;
	position: relative;

}
a.register:link, a.register:visited, a.register:active {
	color: #ffffff;
/*	background-color: #424342;*/
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}

a.register:hover {
	color: #7cbd30;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}

#blurb_banner{
	width: 350px;
	height: 160px;
	position: relative;
	top: -395px;
	left: 570px;
	padding: 0;
	margin: 0;
}

#blurb_banner_register{
	width: 350px;
	height: 160px;
	position: relative;
	top: -395px;
	left: 570px;
	padding: 0;
	margin: 0;
}
/**** Core ***********************************/

#main_content {
	background: url(../img/contentMiddle_sub.png) repeat-y;
	float: left;
	width: 902px;
	top: 0px;
	left: -1px;
	height: 100%;
}

#content_left {
	width: 126px;
	float:left;
	margin-left:45px;
}
#content_center {
	width: 600px;
	float:left;
	margin-left:40px;
	margin-right: 30px;
}

#content_right {
	width: 220px;
	float:left;
	margin-left:40px
}



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

#footer {
	background: url(../img/footer_sub.png) no-repeat;
	color:#d6d6c9;
	width: 902px;
	left: -1px;
	float:left;
	height: 72px;
}


#footer_left{
	position: relative;
	width:126px;
	height:29px;
 	top: 30px;
	left: 80px;
}

#footer_right{
	float:left;
	width:600px;
	margin-left: 230px;	
}



a.footer:link { 
	color: #d6d6c9;
    text-decoration:underline;
}
a.footer:visited {
	color: #d6d6c9;
	text-decoration:underline;
}
a.footer:hover {
	color: #000000;
	text-decoration:none;
	
}
a.footer:active  {
	color: #000000;
}