@charset "utf-8";
/* CSS Document */
body {
	background: url('/templates/cam01_camp2009-home/images/body_bg.png') top left repeat;
	}
.page_margins {
	width:  750px;
	background: #c5cd99 url('/templates/cam01_camp2009/images/2col_bg.png') bottom left repeat-y;
	border: 3px solid #000;
	margin-bottom: 60px;		/* Make room for footer */
	position: relative;
	}
#header {
	display: none;
	}
#teaser {
	display: none;
	}
#main {
	padding: 0;
	}
#main_content {
	maring-top: 0;
	padding-bottom: 15px;	
	}
#col1 { 
	width: 225px;
	}
#col2 { 
	display: none;
	}
#col3 { 
	margin: 0;
	margin-left: 225px;
	margin-right: 0px;
	position: relative;
	}


/*
===============
Dropmenu
===============
*/
#nav {
	}
#nav .dropmenu {
	height: 60px;
	background: url('/templates/cam01_camp2009-home/images/dropmenu_bg.png') bottom left repeat-x;
	text-align: center;		/* center dropmenu items */
	}
#nav .dropmenu span.header {
	font-family: impact, "arial black", arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #000;
	padding: 12px 18px;		/* Adds up to 53 when combined with font-size */
	line-height: 53px;		/* to match height of dropmenu image -7px of dropshadow */
	text-align: center;
	}
#nav .dropmenu span.header:hover {
	color: #FFF;			/* Header hover colors */
	}
#nav .dropmenu a,
#nav .dropmenu a:visted	{
	text-decoration: none;
	color: #000;
	}
#nav .dropmenu a:hover,
#nav .dropmenu a:focus,
#nav .dropmenu a:active {
	text-decoration: none;
	color: #FFF;
	}


/*
===============
Department Menu
===============
*/
.department_menu a,
.department_menu a:visited {
	color: #000;
	font-size: 1.2em;
	}
.department_menu a:hover,
.department_menu a:focus,
.department_menu a:active {
	color: #FFCC00;
	}


/*
===============
Col1
===============
*/
#col1 {
	margin-top: 1.5em;
	}
#BootCamp_DeptHeader {
	position: relative;
	left: -16px;
	margin-top: -20px;
	margin-bottom: 5px;
	}
	
/*
===============
Col3
===============
*/
#col3 {
	position: relative;
	}
h1.pagetitle {
	color: #bb9600;
	}
h2.pagesubtitle {
	color: #333333;
	}
h1 {
	color: #483c32;
	}
h2 {
	color: #385d0c;
	}
#main #col3_content a {
	color: #385D0C; 
	text-decoration: underline; 
	font-weight: normal;
	background-image: none;
	padding: 0;
	}
#main #col3_content a:visited {
	color: #385D0C; 
	font-weight: normal;
	}

#main #col3_content a:hover,
#main #col3_content a:focus,	
#main #col3_content a:active {
	color: #385D0C; 
	text-decoration: none;
	font-weight: normal;
	} 


/*
===============
Footer
===============
*/
#footer {
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 0;
	border: 0 none;
	height: 40px;
	width: 750px;
	position: absolute;
	bottom: -60px;
	}
#footer_content {
	margin: 0px 20px;
	}
#footer a {
	color: #FFFFFF;
	padding-right: 0;
	}
#footer a:hover {
	color: #FFCC00;
	}


