html{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}
body{
	background: url(../images/vgrad-grey-white.gif) repeat-x;
	margin: 0px;
	width: 100%;
	height: 100%;
}
hr{
	background: #00588D;
	border-style: none;
	height: 1px;
}
h1.hugenumber{
	font-size: 4em;
	text-align: center;
	color: #726E51;
}
h2{
	font-size: 1.1em;
}
img {
	border-width: 0px;
}
a {
	color: #005078;
	font-size: 100%;
	text-decoration: none;
}
a.more_link{
	margin: 0px;
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
}
p {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#page{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #555555;
}
#head{
	background: url(../images/head_bk.png) repeat-x;
	position: relative;
	height: 106px;
	white-space: nowrap;
	vertical-align: top;
}
#logo {
	height: 106px;
	margin-left: 3px;
}
#menu {
	border-top: 1px;
	border-color: white;
	border-top-style: solid;
	position: relative;
	top: -30px;
	height: 106px;
	margin-left: 74px;
	padding-top: 2px;
}
#menu a {
 	margin-left: 0px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
 	margin-right: 0px;
	color: white;
	text-decoration: none;
}
#menu a:hover {
	background-color: #388bba;
	color: white;
}
#contact_us {
	position: relative;
	top: 20px;
	height: 106px;
	margin: 0px;
}
#contact_us_fixed {
	position: fixed;
	top: 105px;
	right: 30px;
	height: 35px;
	margin: 0px;
	opacity: 0.9;
}
#content_container {
	padding-top: 22px;
}
.content {
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
#copyright {
	background: url("../images/vgrad-white-grey.gif") repeat-x;
	color: #555555;
	font-size: .8em;
	padding-top: 20px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
	height: 58px;
	width: 100%;
}
#cflogo {
	font-size: .8em;
	position: relative;
	bottom: 0px;
	left: -400px;
}
#cflogo a {
	color: #555555;
}
.package {
	background: url(../images/vgrad-blue-white.png) repeat-x;
	border-color: #7b0000;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: .9em;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	min-height: 210px;
	text-align: left;
	width: 150px;
}
.package:hover {
	background: url(../images/vgrad-maroon-white.png) repeat-x;
}
.package h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	white-space: nowrap;
}
.package p {
	margin-top: 10px;
}
.h1brown{	/* pub,services,team.html */
	font-size: 2em;
	color: #726E51;
}
.link_bar{	/* pub,services.html */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.link_bar a{
	margin-left: 10px;
	margin-right: 10px;
	font-size: .9em;
	color: #726E51;
	white-space: nowrap;
}
/*-------------------------------------------- BEGIN index */
hr.thick_blue_line {
	position: relative;
	float: none;
	background-color: #005078;
	height: 5px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#package_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	min-height: 210px;
	width: 700px;
}
#upper {
	padding-top: 10px;
}
#lower {
	padding-top: 20px;
}
/*-------------------------------------------- END index */
/*--------------------------------------------- BEGIN published */
#published{
	margin-left: auto;
	margin-right: auto;
}
table.book h2 {
	margin-top: 0px;
}
table.book td {
	vertical-align: top;
}
td.cover_cell {
	padding-right: 10px;
	text-align: right;
	width: 175px;
}
p.item_info{
	font-size: .9em;
}
/*--------------------------------------------- END published */
/*--------------------------------------------- BEGIN services */
#summary {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
}
/*--------------------------------------------- END services */
/*--------------------------------------------- BEGIN team */
.h1title{
	font-size: 1.5em;
	color: #28271d;
}
#team {
	margin-left: auto;
	margin-right: auto;
	min-height: 215px;
	width: 98%;
}
.team_member {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 300px;
}
#contact {
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
/*--------------------------------------------- END team */

