/*-------------------------------------- Main Body Config ---------------------------------------*/

body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font: 11px Arial, Verdana, Sans-serif;
	color: #FFF;
	font-weight: bold;
}
#wrapper {
	width: 900px;
	text-align: left;
	margin: 15% auto 0 auto;
	min-height: 400px;
	position: relative;
}
*html #wrapper {
	height: 400px;
}
#logo, #gallery, #nav, #contact {
	float: left;
}
#logo, #gallery, #nav {
	margin-right: 8px;
}

/*-------------------------------------- Gallery Section ---------------------------------------*/
#gallery {
	position: relative;
}
#gallery img#main_pic {
	z-index: -1;
}
#gallery a span {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}
#gallery a:hover span {
	visibility: visible;
	z-index: 1;
	border: none;
}
#gallery a span img {
	border: none; /* KLUDGE This takes the border away from Firefox and Camino */
}
#boxes {
	text-align: center;
	margin-left: -3px;
}
#boxes a {
	margin: 0;
	padding: 0 .19em;
	display: block;
	float: left;
}
#gallery img.box {
	border: none;
}
#gallery a img.box {
	border: 2px solid #FFF;
}
#gallery a:hover img.box {
	border-color: #FF9000;
}

/*-------------------------------------- Gallery Fixes for IEXP ---------------------------------------*/
* html #gallery img#main_pic {
	padding-bottom: .5em;
}

* html #gallery a {
	border: none;
}
*html #gallery a:hover {
	border: 0px solid #FFF;
}
*html #boxes a {
	padding: 0 .13em 0 .15em;
	width: 18px;
}
/*-------------------------------------- Nav Section ---------------------------------------*/

#nav {
	height: 210px;
	width: 210px;
	background-color: #c1ced0;
	text-transform: uppercase;
}
#nav ul {
	list-style: none;
	margin: 70px 0 0 10px;
	padding: 0;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
a#medical:hover {
	color: #BFB67C;
}
a#corp:hover {
	color: #c5e483;
}
a#big:hover {
	color: #c7cb5a;
}
a#little:hover {
	color: #ed8e12;
}
a#univ:hover {
	color: #A6B881;
}
a#k12:hover {
	color: #d9868e;
}
a#gems:hover {
	color: #506583;
}
/*-------------------------------------- Contact ---------------------------------------*/
#contact {
	width: 210px;
	height: 210px;
	background-color: #aea68b;
}
#contact p#phone {
	padding: 80px 5px 5px 10px;
	line-height: 18px;
}
#contact p#last {
	padding: 20px 5px 5px 10px;
}
#contact a {
	text-decoration: none;
	color: #FFF;
}
#contact a:hover {
	color: #ef7830;
}
#contact span.space {
	padding-left: 1em;
}
/*-------------------------------------- Copyright---------------------------------------*/
#copyright {
	position: absolute;
	top: 225px;
	right: 150px;
	color: #aea68b;
	font-size: 10px;
}
