/* =Secondary page specific styles
----------------------
	
---------------------- */

#header-container {
	height: 142px;
	background-image: url('../images/second/banner1.jpg');
	background-repeat: no-repeat;
}
body.home #header-container {
	height: 142px;
	background-image: url('../images/second/banner1.jpg');
	background-repeat: no-repeat;
}


/* SEE global.css for rest of nav styles */		

body.home #nav {
	padding: 0;
	margin: 0;
/*
	padding-top: 142px !important;
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 142px;
	margin-bottom: 0;
*/
}			

/* MAIN nav
	-------------------- */
	#nav-main {
	background-image: url(../images/second/nav-bar.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0; /* This is an ugly but necessary fix for IE, at least for now */		
	height: 43px !important;
	font-size: 13px;
	
} 

#navHome a {
	height: 142px;
}

/* SEE nav.css for nav styles */
		
	/* =Content
----------------------
	Main Content styles
	Notes:
		font-size: 1em makes the text 10px but expandable in IE
		Remember: The font is inherited, so some math will be necessary to size children up or down correctly
---------------------- */
#content {
	font-size: 12px; /* 12px */
	background-image: url('../images/second/bg-body.jpg');
	background-repeat: no-repeat;
	text-align: left; /* undo centering at higher levels */
	width: 1000px;
	min-height: 666px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}




