@charset "UTF-8";
/* CSS Document */

/* CSS reset section*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,td.form {
	margin:0;
	padding:0;

	
}

ul,ol {
	list-style:none;
}


/* end of reset code */


/* main layout section*/
body {
	background-position:center;
	background-position:top;
	background-color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	
}


#homewrapper {
	background-color:#fff;
	width:816px;
	height:880px;
	text-align:left;
	margin:17px auto;
	position:relative;
	
}





#wrapper {
	background-color:#fff;
	width:816px;
	height:685px;
	text-align:left;
	margin:17px auto;
	position:relative;
	
}

#header {
	height:115px;
	background-image:url(images/hyphen-header.gif);

}

#navigation {
	padding-left:35px;
	height:20px;
	line-height:20px;
}

#leftColumn {
	width:200px;
	height:480px;
	float:left;
}

#mainColumn {
	width:616px;
	height:480px;
	float:right;
	}

#mainContent {
	width:576px;
	height:420px;
	padding:20px;
}

#footer {
	clear:both;
	height:47px;
	text-align:center;
	font-size:90%;
	color:#999999;
	line-height:40px;
	background-image:url(images/greyAddressBar.gif);
	align:bottom;

}

/* INDEX page Image boxes */

#box1 {
	background-image:url();
	background-repeat:no-repeat;
	background-position:center;
	width:620px;
	height:320px;
	margin:0px;	/*margin:0px 10px 0 10px;*/
	display:block;
	float:left;
	
	
	
	}

#box2 {
	background-image:url(images_homepage/hyphenBites.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#e3e3e3;
	width:186px;
	height:655px;
	margin-right:10px;
	display:block;
	float:right;


}





#box3 {
	width:295px;
	height:150px;
	margin:10px 0px 10px 10px;
	float:left;
	display:block;
	

}

#box4Left {
	background-image:url(images_homepage/box4_C&R.jpg);
	width:294px;
	height:325px;
	margin:10px 0px 10px 10px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	
	

}


#box4 {
	background-image:url(images_homepage/box4_edictIcons.jpg);
	width:294px;
	height:325px;
	margin:10px 0px 10px 10px;
	float:left;
	display:block;
	background-repeat:no-repeat;
	
	

}


#inBox0 {
	width:145px;
	height:150px;
	float:left;
	display:block;

}


#inBox1 {
	width:145px;
	height:50px;
	float:left;
	display:block;
	background-color:#ffcc00;
	background-image:url(images_homepage/box_btn.gif);
	
}




#inBox2 {
	width:150px;
	height:150px;
	display:block;
	background-color:#666;
	float:right;

}







#nav li {
	display:inline;
	line-height:20px; /* Best applied to block level elements rather than inline */
}






#nav a {
	color:#000;
	text-decoration:none;
	font-size:100%;
}

#nav a:hover {
	background: #ffcc00;
	color: #222;
}







#leftnav li {
	display:block;
	line-height:17px; /* Best applied to block level elements rather than inline */
}
#leftnav a {
	color:#999;
	text-decoration:none;
	font-size:100%;
	
}

#leftnav a:hover {
	background: #ffcc00;
	color: #222;
}


#leftnav {
	padding:10px 10px 20px 35px;
}
#leftnav .lastItem {
	border-bottom:0;
}



#leftnavAlt li {
	display:block;
	line-height:17px; /* Best applied to block level elements rather than inline */
}
#leftnavAlt a {
	color:#000;
	text-decoration:none;
	font-size:100%;
	
}

#leftnavAlt a:hover {
	background: #ffcc00;
	color: #222;
}


#leftnavAlt {
	padding:10px 10px 20px 35px;
}
#leftnavAlt .lastItem {
	border-bottom:0;
}







/* Text */

h1 {
	color:#cc0000;
	font-size:28px;
	padding-left:28px;
	line-height:30px;
	padding-right:310px;
	padding-top:24px;
}



h2 {
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	padding-left:28px;
	padding-right:330px;
	font-weight:400;
	padding-top:6px;

}

h2 a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

h2 a:hover {
	color:#ffffff;
	text-decoration:underline;
}




h3 {
	color:#000;
	font-size:12px;
	font-weight:700;

}

h3 a {
	color:#000;
}

h3 a:hover {
	background: #ffcc00;
	color:#000;
}


h4 {
	color:#000000;
	font-size:11px;
	font-weight:200;
	padding-left:5px;
	padding-right:5px;
	padding-top:220px;
	line-height:15px;



}

h4 a {
	color:#004270;
	}
	
h4 a:hover {
	color:#000;
	}



.smallHead {
	font-size:16px;
	padding-left:5px;
		color:#000000;
		font-weight:bold;

}








h5 {
	text-decoration:none;
	color:#333;
	font-size:13px;
	font-weight:500;
	padding-left:15px;
	line-height:50px;
}

h5 a {
	text-decoration:none;
	color:#333;
	}


h5 a:hover {
	color:#000;
	font-weight:800;

}









h6 {

	color:#777;
	padding:45px 5px 5px 10px;
	font-size:11px;
	font-weight:200;
	line-height:16px;

	}
	
	
h6 a {
	font-weight:600;
	color:#777;
	text-decoration:none;

	}
	
	h6 a:hover {
	color:	#333;
}
	
	
.boldGrey {
	font-weight:900;
}	
	
	
	
	
	
	
	
	


/* Text */



#footer1 {

	height:70px;
	text-align:left;
	font-size:90%;
	color:#999999;
	line-height:13px;
	align:bottom;
	width:290px;
	padding-left:10px;
	
	float:left;
	display:block;
	background-repeat:no-repeat;

}

#footer5 {

	height:70px;
	text-align:center;
	font-size:90%;
	color:#999999;
	line-height:14px;
	align:bottom;
	width:129px;
	float:right;

	display:block;
		background-image:url(images_homepage/logoHawks.gif);
	background-repeat:no-repeat;
		background-position:bottom;
		
		text-decoration:none;


	

}

#footer4 {
	height:70px;
	text-align:center;
	font-size:90%;
	color:#999999;
	line-height:14px;
	align:bottom;
	width:129px;
	
	float:right;
	display:block;
		background-image:url(images_homepage/logoYCF.gif);
	background-repeat:no-repeat;
		background-position:bottom;
		
		text-decoration:none;


	

}

#footer3 {
	height:70px;
	text-align:center;
	font-size:90%;
	color:#999999;
	line-height:14px;
	align:bottom;
	width:129px;
	
	float:right;
	display:block;
	background-image:url(images_homepage/logoDBA.gif);
	background-repeat:no-repeat;
		background-position:bottom;
		
		text-decoration:none;


	

}

#footer2 {
	height:70px;
	text-align:center;
	font-size:90%;
	color:#999999;
	line-height:14px;
	align:bottom;
	width:129px;
	
	float:right;
	display:block;
		background-repeat:no-repeat;
		background-position:bottom;
		
		text-decoration:none;



}




#footer2 a {
	background-image:url(images_homepage/logoBDI.gif);

}















































