@charset "utf-8";
/* CSS Document */
body
{
	font-family:Verdana, Geneva, sans-serif;
    background-color: #f8f8f8; 
	background-repeat: repeat;
	color:#333;
	height:100%;
}
h1 { font-size:197%; color:#662D91; }
h2 { font-size:182%; color:#662D91; }
h3 { font-size:167%; color:#8DC63F; }
h4 { font-size:153.9%; color:#662D91; }
h5 { font-size:123.1%; color:#8DC63F;}

p {
	margin-bottom:1em;
	line-height:1.5em;
}

a {
	color:#8DC63F;
}
a:hover {
	background-color:#efefef;
}

#hd
{
	height:80px;
}
#hd h2, #hd h3
{
	padding-top:30px;
	color:#fff;
	float:left;
}
#hd h3
{
	padding-left:40px;
	padding-top:40px;
	letter-spacing:6px;
	font-size:83%;
	color:#662D91;
	text-transform:uppercase;
}
#nav
{
	text-align:right;
	width:679px;
	height:2.2em;
	float:right;
}
.tabs{
	width: 100%;
	overflow: hidden;
}

.tabs ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs li{
	display: inline;
	margin: 0;

}

.tabs li a{
	float: left;
	display: block;
	width:80px;	
	text-decoration: none;
	margin: 0;
	padding: .5em 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background:#8DC63F;
}

.tabs li a:visited{
	color: white;
}

.tabs li a:hover, .tabs li.current a{
	background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color:#333;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:right;	
}
#subnav li {
	display:inline;
	margin:0;
}

#subnav li a{
	float: left;
	display: block;
	width:80px;	
	text-decoration: none;
	margin: 0;
	padding: .5em 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #662D91;
	text-align:center;
}

#subnav li a:hover, #subnav li.selected a{
	background: #eee; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color:#662D91;
	text-decoration:underline;
}


blockquote {margin:20px;padding:20px;border:1px solid #ccc;background-color:#ffe;}

.company-name {
	display:none;
}
#logo-image {
	position:relative;
	z-index:100;
	top:10px;
	left:22px;
}



#content
{
	background-color:#fff;
	color:#333;
	padding:1.5em;
	font-size:108%;
	border:1px solid #ccc;
}
.spotlight
{
	background-image:url(/assets/images/spot_boston.jpg);
	width:100%;
	height:260px;
	margin-bottom:2em;
	position:relative;
}
.spotlight-caption
{
	background-color:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	position:absolute;
	width:909px;;
	bottom:0px;
}
.spotlight-caption h1
{
	margin-left:1em;
	color:#662D91;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	font-size:125%;
}
.section-head
{
	border-bottom:1px solid #ccc;
}

#sidebar {
	padding:0 0 0 1em;
	border-left: 1px #eee dotted;	
	height:100%;
}

#highlights
{
	padding-top:.5em;
}
#feature
{
	padding:.5em .1em;
}
#feature img
{
	padding-right:.3em;
}
#feature:hover
{
	background-color:#CCCCCC;
}
#feature a {
	color:#425077;
	text-decoration:none;
}

#highlights h3 {
	text-decoration:underline;
}
#highlights h4 {
	color:#900;
}
#highlights h4 a {
	color:#900;
	text-decoration:none;
}
#highlights h4 a:hover {
	text-decoration:underline;
}

/* sidebar news */
dl {
	margin-bottom:2em;
}
dt.releaseDate {
	font-size:80%;
}


#ft
{
	margin-top:1em;
	margin-bottom:1em;
	height:6em;
	text-align:center;
	color:#662D91;
}
.company-name-footer
{
	font-size:167%;
	color:#425077;
}
#ft ul 
{
	list-style-type: none;	
}
#ft li {
	display:inline;
	margin:0;
}


/* contact form */
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input, select 
{
	x-display:block;	
}


