/* Homepage styles */
#contentWrapper {
	background-image:none;
}
#homeContent {
	background:url(/images/home_contentTop.jpg) top left #fff no-repeat; /* The montage of images at the top of the content area */
	padding:105px 27px 0 27px;
}
#homeContent h1 {
	background:url(/images/home_h1_colon.gif) 0 9px no-repeat; /* No need to print the colon in the text, this is more accessible and Google will probably like it more */
	color:#999;
	font-size:1.15em;
	margin-bottom:15px;
	padding-left:12px;
	text-transform:lowercase;
}
#homeContent h1 span {
	color:#330099;
}
#homeContent h1 span#group {
	color:#9999cc;
	margin-right:-5px;
}
#homeContent #option1 {
    background-color:#330099;
    color:#fff;
	background:url(/images/home_option1.gif) #fff top left no-repeat;
}
#homeContent #option1 h2 {
    background-color:#330099;
	color:#fff;
	padding: 0 2px 0 2px;
}
#homeContent #option2 {
    background-color:#330099;
	background:url(/images/home_option2.gif) #fff top left no-repeat;
	margin-left:26px;
}
#homeContent #option2 h2 {
    background-color:#330099;
	color:#fff;
	padding: 0 2px 0 2px;
}
#homeContent #option3 {
    background-color:#330099;
	background:url(/images/home_option3.gif) #fff top left no-repeat;
	margin-left:27px;
}
#homeContent #option3 h2 {
    background-color:#330099;
	color:#fff;
	padding: 0 2px 0 2px;
}
#homeContent #option3 h2 span {
    background-color:#330099;
	color:#ccccff;
	margin-right:-3px;
}
#homeContent #option4 {
    background-color:#330099;
	background:url(/images/home_option4.gif) #fff top left no-repeat;
	margin-left:26px;
}
#homeContent #option4 h2 {
    background-color:#330099;
	color:#fff;
	padding: 0 2px 0 2px;
}
#homeContent #option5 {
    background-color:#330099;
	background:url(/images/home_option5.gif) #fff top left no-repeat;
	margin-left:26px;
}
#homeContent #option5 h2 {
    background-color:#330099;
	color:#fff;
	padding: 0 2px 0 2px;
}
.homeOption {
	float:left;
	height:270px;
	width:115px;
}
.homeOption p {
	color:#999;
	font-size:0.65em;
	line-height:1em;
	margin:3px 10px;
	text-align:justify;
}
.homeOptionHead {
	border-bottom:1px solid #999;
	height:82px;
	margin:1px 0 18px 1px;
	position:relative;
	width:113px;
}
.homeOptionHead h2 {
	bottom:3px;
	font-size:0.7em;
	position:absolute;
	right:3px;
	text-transform:lowercase;
}
#homeContent #option1 .homeOptionHead {
	background:url(/images/home_option1.jpg) #fff top left no-repeat;
}
#homeContent #option2 .homeOptionHead {
	background:url(/images/home_option2.jpg) #fff top left no-repeat;
}
#homeContent #option3 .homeOptionHead {
	background:url(/images/home_option3.jpg) #fff top left no-repeat;
}
#homeContent #option4 .homeOptionHead {
	background:url(/images/home_option4.jpg) #fff top left no-repeat;
}
#homeContent #option5 .homeOptionHead {
	background:url(/images/home_option5.jpg) #fff top left no-repeat;
}

#homeNav { /* Navigation at the bottom of the homepage */
	background:url(/images/homenav_bg.gif) #9999cc top left no-repeat;
	height:29px;
	margin:25px 0 25px 27px;
	width:680px;
}
#homeNav p, #homeNav a, #homeNav p span, #homeNav a span {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	line-height:29px;
	margin:0 8px 0 0;
	text-align:right;
	text-transform:lowercase;
}
#homeNav p, #homeNav a {
	color:#fff;
}
#homeNav p span, #homeNav a span {
	color:#330099;
	margin-right:-3px;
}