/*  com.css  */


body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}


	/*  ----TOP----  */
#top {
	width: 750px;
	margin: 0 auto;
}
#logobox {
	width: 230px;
	height: 75px;
	float: left;
	margin-bottom: 15px;
	border: none;
/* 	background-image: url(../images/hub3logo.png);
	background-color: #2e2e2e;
	font-size: 1.6em;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;  */
}
#logobox p {
	float: left;
	padding: 0;
	margin: 35px 0 0 13px;
}
#navbar {
	width: 450px;
	float: right;
	margin-top: 35px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	float: right;
}
#navbar li {
	display: inline;
	margin-left: 10px;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#navbar a {
	text-decoration: none;
	color: #2e2e2e;
}
#navbar a:hover {
	text-decoration: none;
	color: #585858;
}


	/*  ----BOTTOM SECTION----  */
#bottom {
	clear: both;
	background-color: #111;
	font-family: helvetica, arial, sans-serif;
	color: #ccc;
	font-size: 14px;
	margin-top: 40px;
}
#bottom a {
	text-decoration: none;
	color:;
}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bcontainer {
	margin: 0 auto;
	width: 750px;
	height: 200px;
}
#allboxes {
	margin-left: 90px;
}
.bbox {
	width: 175px;
	float: left;
	font-size: .9em;
	margin-left: 10px;
	margin-top: 20px;
}
.bbox a {
	color: #ccc;
}
.bbox h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #565656;
}
.head {
	color: #eb481c;
	margin-top: 5px;
}
.head a {
	color: #eb481c;
}