

/*	---------------------------
	GENERAL STYLES
	--------------------------- 	*/
body {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	border: 0;
	color: #333333;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #3597ea;
	background: transparent;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	/*color: #98caf5;*/
}
a:hover,
a:active {
	color: #f7941d;
	text-decoration: underline;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 2em 0 0.5em 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.5em;
}

p {
	margin: 0 0 1em 0;
}

ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.3em;
}

table {
	margin: 25px 0 15px 0;
	padding: 0;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
}
th,
td {
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	vertical-align: top;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #CCCCCC;
}
th {
	text-align: left;
	background-color: #E2E2E2;
}
.form th {
	text-align: right;
	background-color: #ebeef0;
}
.form td {
	background-color: #E2E2E2;
	background-color: #ebeef0;
}
tr.odd td {
	background-color: #E2E2E2;
	background-color: #f0f0f0;
}

br.clear {
	clear: both;
}


/*	---------------------------
	ERROR / SUCCESS
	--------------------------- 	*/
/* This is the block that appears at the top of the form to give the user an overall result of their submission (success or error) */
.errorMessageBlock,
.successMessageBlock {
	display: block;
	background-position: 1% center;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	padding: 10px 10px 10px 40px;
	margin: 0;
	color: #FFFFFF;
	white-space: normal;
	margin: 1em 0 1em 0;
}
.errorMessageBlock {
	background-color: #CC0000;
	border-color: #CC9999;
	background-image: url(../../assets/images/icons/alert.gif);
}
.successMessageBlock {
	background-color: #077E25;
	border-color: #9BCC99;
	background-image: url(../../assets/images/icons/success.gif);
}
.errorMessageBlock a:link,
.errorMessageBlock a:visited,
.errorMessageBlock a:active,
.errorMessageBlock a:hover,
.successMessageBlock a:link,
.successMessageBlock a:visited,
.successMessageBlock a:active,
.successMessageBlock a:hover {
	color: #FFFFFF;
}


/*	---------------------------
	BRANDING
	--------------------------- 	*/
#branding {
	background-color: #FFFFFF;
	border-width: 5px 0 0 0;
	border-style: solid;
	border-color: #e5e5e5;
	width: auto;
	height: 90px;
	position: relative;
}
#branding h1,
#branding h1 a {
	width: 311px;
	height: 90px;
	display: block;
	float: left;
}
#branding h1 {
	margin: 0;
	padding: 0;
}
#branding h1 a {
	background-image: url(../../assets/images/branding.gif);
	background-position: 63px 50%;
	background-repeat: no-repeat;
}
#branding h1 span {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
}

#branding h2,
#branding h2 a {
	width: 428px;
	height: 56px;
	display: block;
	float: right;
}
#branding h2 {
	margin: 0;
	padding: 0;
}
#branding h2 a {
	background-image: url(../../assets/images/VPEBS.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
#branding h2 span {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
}


/*	---------------------------
	NAVIGATION
	--------------------------- 	*/
div#navigation {
	background-color: #095fae;
	background-image: url(../../assets/images/navgation_tile.gif);
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #4c80bf;
	padding: 9px 0 3px 50px;
	line-height: 1.7em;
}
div#navigation ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
div#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	/*background-image: url(../../assets/images/navigation_button_separator.gif);
	background-position: left;
	background-repeat: no-repeat;*/
}
div#navigation li a {
	display: block;
	float: left;
	padding: 0 14px 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
div#navigation li a:hover,
div#navigation li a:active {
	text-decoration: underline;
}
div#navigation li#homeButton {
	background-image: none;
	padding-left: 0;
}


/*	---------------------------
	BREADCRUMBS
	(highlight buttons to indicate where you are)
	--------------------------- 	*/
.home #navigation #homeButton a:visited,
.about #navigation #aboutButton a:visited,
.benefits #navigation #benefitsButton a:visited,
.offerings #navigation #offeringsButton a:visited,
.resources #navigation #resourcesButton a:visited,
.start #navigation #startButton a:visited,
.contact #navigation #contactButton a:visited {
	color: #81a9d9;
}
.home #navigation #homeButton a:hover,
.about #navigation #aboutButton a:hover,
.benefits #navigation #benefitsButton a:hover,
.offerings #navigation #offeringsButton a:hover,
.resources #navigation #resourcesButton a:hover,
.start #navigation #startButton a:hover,
.contact #navigation #contactButton a:hover {
	color: #81a9d9;
	text-decoration: none;
}


/*	---------------------------
	CONTENT MAIN
	--------------------------- 	*/
#content {
	padding: 35px 45px 0 65px;
	width: 600px;
}
#content h1 {
	margin-top: 0;
}
.options {
	margin: 2em 0 3em 0;
	list-style: none;
	padding: 0;
}
.options li {
	font-size: 0.9em;
	padding: 0 5px 0 10px;
	/*border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #999999;*/
	background-image: url(../../assets/images/navigation_button_separator.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: inline;
}
.options li.first {
	padding-left: 0;
	background-image: none;
}

#content {
	border-width: 8px 0 0 0;
	border-style: solid;
	border-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #000000;
}
#intro {
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 25px 25px 25px 65px;
}
.home #intro {
	background-image: url(../../assets/images/photos/home.jpg);
	padding-left: 525px;
	padding-bottom: 1px;
}
.about #intro {
	background-image: url(../../assets/images/photos/about.jpg);
	padding-left: 475px;
}
.benefits #intro {
	background-image: url(../../assets/images/photos/benefits.jpg);
	padding-left: 475px;
	background-position: bottom left;
}
.offerings #intro {
	background-image: url(../../assets/images/photos/offerings.jpg);
	padding-left: 475px;
}
.contact #intro {
	background-image: url(../../assets/images/photos/contact.jpg);
	padding-left: 375px;
	height: 305px;
}
.resources #intro {
	background-image: url(../../assets/images/photos/resources.jpg);
	padding-left: 475px;
	background-position: bottom left;
}
#intro h1 {
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -2000px;
}
#intro h2 {
	padding: 0;
	margin: 20px 0 3px 0;
	font-size: 1.6em;
	color: #f7941d;
}
#intro h2.first {
	margin-top: 0;
}
.home #intro h2.first,
.offerings #intro h2.first {
	color: #FFFFFF;
}
#intro p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 5px 0 3px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#intro .options {
}
#intro .options li {
	background-image: none;
}
#intro .options a:link,
#intro .options a:visited,
#intro .options a:active,
#intro .options a:hover {
	color: #FFFFFF;
	background-color: #039ad6;
	padding: 5px 17px 5px 17px;
	text-decoration: none;
	font-size: 1.1em;
	white-space: nowrap;
}
#intro .options a:active,
#intro .options a:hover {
	text-decoration: underline;
}
#intro .options li.first a:link,
#intro .options li.first a:visited,
#intro .options li.first a:active,
#intro .options li.first a:hover {
	background-color: #d27e19;
}

#mainContent {
	background-color: #FFFFFF;
	padding: 5px 45px 0 65px;
}


/*	---------------------------
	SITE INFORMATION
	--------------------------- 	*/
#siteInformation {
	padding: 55px 0 10px 65px;
	font-size: 0.85em;
	color: #666666;
}
