/* -----------------------------

Title : home.css
Author : Erickson Barnett
URL : 

Description :
Created : 
Modified : 

----------------------------- */

/* ------------------------------------------------------------------------
   non-global framework/elements begin
   ------------------------------------------------------------------------ */

/*-- primary elements ------------------*/


#message {
	position: relative;
	z-index: 10;
	height: 300px;
	background: url('/images/home/flash.jpg') 0 0 no-repeat;
}

#content-wrapper {
	margin-top: 11px;
	margin-bottom: 34px;
	background: url('/images/home/bg-main.gif') 0 0 repeat-y;
}

#main-content {
	margin-top: 0;
	margin-right: 0;
}

#main-content div.dots {
	clear: both;
	width: 475px;
	height: 25px;
	background: url('/images/bg/dots-horiz.gif') 0 0 repeat-x;
}

#main-content h2 {
	clear: both;
	float: left;
	width: 207px;
	margin: 0;
	padding: 0;
}
#main-content h1, #main-content p {
	float: left;
	width: 268px;
	margin: 0; 
	padding: 0;
}
#main-content h1 {
	font-size: 100%;
	padding: .33em 0;
}

/* 	=Buttons
***************************/
#mass-transit h2 { height:94px; background:url('/images/home/masstransit.gif') 0 -94px no-repeat; line-height:1px; text-indent:-10000px; }
#mass-transit h2 a { background:url('/images/home/masstransit.gif') 0 0 no-repeat; display:block; width:207px; height:94px; overflow:hidden; }
#mass-transit h2 a:hover { background:none; }

#extremezip-file h2 { height:94px; background:url('/images/home/extremezip-file.gif') 0 -94px no-repeat; line-height:1px; text-indent:-10000px; }
#extremezip-file h2 a { background:url('/images/home/extremezip-file.gif') 0 0 no-repeat; display:block; width:207px; height:94px; overflow:hidden; }
#extremezip-file h2 a:hover { background:none; }

#extremezip-print h2 { height:93px; background:url('/images/home/extremezip-print.gif') 0 -93px no-repeat; line-height:1px; text-indent:-10000px; }
#extremezip-print h2 a { background:url('/images/home/extremezip-print.gif') 0 0 no-repeat; display:block; width:207px; height:93px; overflow:hidden; }
#extremezip-print h2 a:hover { background:none; }

/*	=ROI Buttons*/
#extremezip-file-ROI h2 { height:94px; background:url('/images/home/extremezip-file-ROI.gif') 0 -94px no-repeat; line-height:1px; text-indent:-10000px; }
#extremezip-file-ROI h2 a { background:url('/images/home/extremezip-file-ROI.gif') 0 0 no-repeat; display:block; width:207px; height:94px; overflow:hidden; }
#extremezip-file-ROI h2 a:hover { background:none; }

#extremezip-print-ROI h2 { height 93px; background:url('/images/home/extremezip-print-ROI.gif') 0 -93px no-repeat; line-height:1px; text-indent:-10000px; }
#extremezip-print-ROI h2 a { background:url('/images/home/extremezip-print-ROI.gif') 0 0 no-repeat; display:block; width:207px; height:93px; overflow:hidden; }
#extremezip-print-ROI h2 a:hover { background:none; }

#mass-transit-ROI h2 { height:94px; background:url('/images/home/masstransit-ROI.gif') 0 -94px no-repeat; line-height:1px; text-indent:-10000px; }
#mass-transit-ROI h2 a { background:url('/images/home/masstransit-ROI.gif') 0 0 no-repeat; display:block; width:207px; height:94px; overflow:hidden; }
#mass-transit-ROI h2 a:hover { background:none; }

#archive-connect h2 { height:94px; background:url('/images/home/archive-connect.gif') 0 -94px no-repeat; line-height:1px; text-indent:-10000px; }
#archive-connect h2 a { background:url('/images/home/archive-connect.gif') 0 0 no-repeat; display:block; width:207px; height:94px; overflow:hidden; }
#archive-connect h2 a:hover { background:none; }

.module a.foundingMember {
	background:url('/images/buttons/foundingMember.jpg') 0 0 no-repeat;
	display: block;
	float: left;
	height: 67px;
	margin-right: 9px;
	overflow: hidden;
	text-indent: -10000px;
	width: 198px;
}
.module a.foundingMember:hover { background:url('/images/buttons/foundingMember.jpg') 0 -67px no-repeat; }


#secondary-content {
	float: left;
	width: 446px;
}
#secondary-content h1 {
	width: 200px;
	height: 66px;
	margin: 0;
	padding: 0;
}

#knowledgebase, #inthenews {
	float: left;
	width: 200px;
	margin-left: 23px;
	display: inline; /* fix IE double float bug */
}
#knowledgebase h1, #inthenews h1 {
	line-height: 1px;
	text-indent: -10000px;
	background: url('/images/home/inthenews.jpg') 0 0 no-repeat;
}
#knowledgebase a:link, #knowledgebase a:visited,
#inthenews a:link, #inthenews a:visited {
	color: #47c;
	text-decoration: none;
}
#knowledgebase a:hover, #knowledgebase a:active,
#inthenews a:hover, #inthenews a:active{
	color: #47c;
	text-decoration: underline;
}


#features {
	float: left;
	width: 200px;
	margin-left: 23px;
	display: inline; /* fix IE double float bug */
}
#features h1 {
	line-height: 1px;
	text-indent: -10000px;
	background: url('/images/home/features.jpg') 0 0 no-repeat;
}
#features a:link, #features a:visited {
	color: #47c;
	text-decoration: none;
}
#features a:hover, #features a:active {
	color: #47c;
	text-decoration: underline;
}
#features .feature-date, #inthenews .feature-date {
	color: #999;
	font-size: 93%;
}

form#quickPollForm label { display: block; width: 100%; }
form#quickPollForm span.error { color: #f00; display: block; font-size: 90%; }