@charset "utf-8";
@import url(reset.css);

/*-------------------------------------
	Author: Clifton Karnes
	Date: 5/31/09

	Key colors:
		Adhesion green:
		Royal blue:
		Light gray:
		Gold:
		Black:
-------------------------------------*/


/*-------------------------------------
	Main Styles
-------------------------------------*/
body
{
	font:  12px Verdana, Geneva, sans-serif;
	color: #333;
	background-color: #fff;
}

#container
{
	width: 990px;
	margin: 5px auto;
	background-color: #fff;
	position: relative;
}

strong
{
	font-weight: bold;
}

/*-------------------------------------
	Header
-------------------------------------*/
#header
{
	position: relative;
	height: 56px;
	margin-bottom: 7px;
}

#header img#adhesionLogo
{
	position: absolute;
	top: 0;
	left: 0;
}

#header #phoneNumber
{
	position: absolute;
	right: 115px;
	top: 2px;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 2px;
	font-size: 18px;
	background: url(../images/shared/phoneNumberArrows.gif) no-repeat 0px 9px;
}

#header #loginButton
{
	position: absolute;
	right: 5px;
}

#header #headerLinks
{
	position: absolute;
	font-size: 11px;
	right: 5px;
	top: 35px
}

header a:link, header a:visited
{
	color: #333;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

#header a:link, #header a:visited
{
	color: #333;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

/*-------------------------------------
	Main	
-------------------------------------*/
#main
{
	width: 990px;
	background: url(../images/home/mainBoxBg.jpg) repeat-y;
}

#main #mainBoxTop
{
	background: url(../images/home/mainBoxTop.jpg) no-repeat left top;
	padding: 9px;
}

#main #mainBoxBottom
{
	background: url(../images/home/mainBoxBottom.jpg) no-repeat left bottom;
	padding: 9px;
}

/*-------------------------------------
	Navigation
-------------------------------------*/

#main #navigation
{
	margin-top: -12px;
	height: 30px;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#main #navigation ul
{
	margin-top: 0;
	padding-top: 0px;
	padding-left: 15px;
}

#main #navigation li
{
	display: inline;
	padding-right: 25px;
}

#main #navigation ul li a, #main #navigation ul li span
{
	/* For IE7: */
 	display: inline-block;
	text-align: center;
	padding: 4px 7px;
}

#main #navigation li span.currentPage
{
	background: url(../images/shared/selectedButtonBg.jpg) repeat-x;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
}

#main #navigation li a:link, #main #navigation li a:visited
{
	color: #333;
	text-decoration: none;
}

#main #navigation li a:hover
{
	text-decoration: underline;
}

/*-------------------------------------
	Featured	
-------------------------------------*/
#main #featured
{
	width: 960px;
	height: 330px;
	margin: 10px 17px 0px 12px;
}

#main #featured p
{
	display: block;
	margin: 1em 0;
}

/*-------------------------------------
	Alternative	
-------------------------------------*/

#main #alternative
{
	 background: #fcfcfc; 
	 width: 950px; 
	 height: 320px;
	 padding: 5px;
}

#main #alternative h1
{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #065ccb;
	margin: 3px 0 10px 0;
}

#main #alternative h2
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

#main #alternative p
{
	margin-top: 5px;
}

/*-------------------------------------
	News	
-------------------------------------*/
#news
{
	background: url(../images/home/newsBg.jpg) no-repeat;
	height: 42px;
	position: relative;
}

#news h2
{
	position: absolute;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: .83em 0;
	top: 1px;
	left: 18px;
}

#news div
{
	position: absolute;
	top: 6px;
	left: 80px;
	font-size: 11px;
	font-weight: bold;
	width: 800px;
	color: #666;
	display: inline;
}

#news a:link, #news a:visited
{
	color: #666;
	text-decoration: none;
}

#news a:hover
{
	text-decoration: underline;
	color: #000;
}

/*-------------------------------------
	Panels	
-------------------------------------*/
#panels
{
	position: relative;
	background: url(../images/home/panelsBg.jpg) repeat-y;
	width: 989px;
	min-height: 200px;
}

#panelsTop
{
	background: url(../images/home/panelsTop.jpg) no-repeat left top;
	height: 8px;
}

#panelsBottom
{
 	clear: both;
	background: url(../images/home/panelsBottom.jpg) no-repeat left bottom;
	height: 10px;
}

/*-------------------------------------
	NewsPanel
-------------------------------------*/

#panels #newsPanel
{
	float: left;
	width: 225px;
	height: 275px;
	padding-right: 15px;
	padding-left: 10px;
	font: 11px Verdana, Geneva, sans-serif;
	position: relative;
	overflow: hidden;
}

#panels #newsPanel img.client, #panels #secondaryPanel h2, #secondaryPanel p
{
	padding-left: 5px;
}

#panels #newsPanel img.client
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

#panels #newsPanel p
{
	line-height: 15px;
	margin-top: 8px;
}

#panels #newsPanel em
{
	font-style: italic;
}

#panels #newsPanel h1
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0 5px 5px;
}

#panels #newsPanel h2
{
	font-size: 12px;
	margin: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#panels #newsPanel ul 
{
	display: block;
	list-style-type: none;
	padding-left: 0;
}

#panels #newsPanel li 
{
	display: list-item;
	margin: 10px 0;
	padding-left: 5px;
}

#panels #newsPanel li strong.date
{
	color: #afc547;
}

#panels #newsPanel #newsControls
{
	position: absolute;
	top: 240px;
	right: 95px;
	margin: 1em 0;
	padding: 0;
}

#panels #newsPanel a:link, #panels #newsPanel a:visited
{
	text-decoration: none;
	color: #333;
}

#panels #newsPanel a:hover
{
	text-decoration: underline;
	/*color: blue;*/
}

#panels #newsPanel #newsShow
{
}

/*-------------------------------------
	Main Panel	
-------------------------------------*/
#panels #mainPanel
{
	float: left;
	width: 450px;
	height: 275px;
	padding-left: 15px;
	padding-right: 15px;
}

#panels #mainPanel ul 
{
	display: block;
	list-style-type: none;
	padding-left: 5px;
}

#panels #mainPanel li 
{
	display: list-item;
	margin: 8px 0;
	background: url(../images/home/mainPanelCheck.png) no-repeat 0 50%;
	padding-left: 20px;
}


#panels #mainPanel h1
{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #065ccb;
	margin: 3px 0 10px 0;
	
}

#panels #mainPanel h2
{
	font-size: 14px;
	font-weight: bold;
	/*color: #065ccb;*/
	margin-bottom: 10px;
	/*background: url(../images/home/mainPanelBullet.gif) no-repeat 0px 4px;*/
	/*padding-left: 15px;*/
}

#panels #mainPanel p
{
	line-height: 15px;
	margin: 8px 0;
}

#panels #mainPanel .description
{
	font-style: italic;
	font-weight: bold;
	color: #666;
}

#panels #mainPanel #umas, #panels #mainPanel #reporting
{
	width: 335px;
	float: left;
	margin: 0 5px;
}

#panels #mainPanel #umas
{
	border-right: 1px solid #CCC;
}

#panels #mainPanel .findOutMore
{
	/*float: right;*/
	margin-top: 12px;
	margin-left: 0px;
	font-size: 12px;
	background: url(../images/home/mainPanelArrow.gif) no-repeat 1px 3px;
	padding-left: 10px;
}

/*-------------------------------------
	Testimonials Panel
-------------------------------------*/

#panels #secondaryPanel
{
	float: left;
	width: 225px;
	height: 275px;
	padding-left: 15px;
	padding-right: 15px;
	font: 11px Verdana, Geneva, sans-serif;
	position: relative;
	overflow: hidden;
}

#panels #secondaryPanel img.client, #panels #secondaryPanel h2, #secondaryPanel p
{
	padding-left: 5px;
}

#panels #secondaryPanel img.client
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

#panels #secondaryPanel p
{
	line-height: 15px;
	margin-top: 8px;
}

#panels #secondaryPanel em
{
	font-style: italic;
}

#panels #secondaryPanel h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 12px 0;
}

#panels #secondaryPanel h3
{
	font-size: 12px;
	margin: 5px 0 10px 5px;
}



#panels #secondaryPanel #testimonialControls
{
	position: absolute;
	top: 250px;
	right: 89px;
	margin: 0;
	padding: 0;
}

/*-------------------------------------
	Footer
-------------------------------------*/
#footer
{
	clear: both;
	background-color: #fff;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}
