@charset "utf-8";

body
{
	background: url( "../images/common/bg.jpg" ) no-repeat center top #f3f4f4;
}

a:focus
{
	outline: none !important;
}

a:visited,
a:link,
{
	color: #ffffff;	
}

.current-page
{
	height: 40px;
	display: block;
}

.hidden
{
	display: none;
	visibility: hidden;
}

/* DEFAULT STYLES
---------------------------------------------------------- */
#page
{
	clear: both;
	margin: 10px 0 20px 0;
	float: left;
}

#page h2.page-title
{
	width: 900px;
	height: 80px;
	margin-bottom: 0px; padding: 0 0 0 40px;

	background:  url("../images/common/page_heading_bg.png") no-repeat center;

	color: #ffffff;
	line-height: 80px;
	font-weight: bold;
}

#page-content h6
{
	background: url("../images/common/h6-bg.jpg") no-repeat;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
}

#page-content .h6-box
{
	background: url("../images/common/h6-box.jpg") no-repeat bottom;
	position: relative;
	padding: 20px 20px 50px 20px;
}

a.learn-more
{
	width: 81px;
	height: 44px;
	background: url("../images/buttons/learn-more.png") no-repeat;
	display: block;
	
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	
	position: absolute;
	left: 20px;
	bottom: 10px;
}

/* WRAPPER
---------------------------------------------------------- */
.wrapper
{
	width: 940px;
	margin: 0 auto;
}

/* HEADER
---------------------------------------------------------- */
#header
{
	height: 130px;
	position: relative;
	overflow: visible !important;
}

	#header a
	{
		outline: none;	
	}

/* HEADER: LOGO
---------------------------------------------------------- */
#logo
{
	height: 90px;
	margin-bottom: 0px;
	
	position: absolute;
	left: 0; top: 0;
}

	#logo.wificiency a
	{
		background: url("../images/common/logo.jpg") no-repeat;	
		display: block;
		width: 296px; height: 90px;
		text-indent: -9999px;
	}

/* NAVIGATION: MAIN
---------------------------------------------------------- */
#nav-wrapper
{
	background: url("../images/common/nav-bg.png") no-repeat;
	height: 40px;
	
	position: absolute;
	left: 0; bottom: 0;
	z-index: 1;
	overflow: visible !important;
}

#nav-wrapper #main-nav
{
	float: left;
	padding: 0 3px 0 3px;
	width: 934px; height: 40px;
	z-index: 2;
	overflow: visible !important;
}

#nav-wrapper #main-nav li
{
	margin-right: 5px;
}

#nav-wrapper #main-nav li.secondary
{
	float: right;	
	margin-right: 0;
	margin-left: 5px;
}

#main-nav a
{
	padding: 0 15px; margin: 0;
	width: auto; height: 40px;
	line-height: 40px;
	display: block; float: left;
}

#main-nav li.current a,
#main-nav a:hover
{
	background: url("../images/common/main-nav-active.jpg") no-repeat 50% 50%;
}

/* NAVIGATION: MAIN (DROPDOWN POSITIONING)
---------------------------------------------------------- */
#main-nav li a:hover 
{ 
	z-index:200; position:relative;color:#fff; 
}

#main-nav li:hover 
{ 
	position:relative; z-index:200; 
}

#main-nav :hover ul 
{
	left:0; top:38px; 
	height: auto;
	z-index: 300;
}

#main-nav ul, 
#main-nav :hover ul ul 
{
	position:absolute; 
	left:-9999px; top:-9999px; 
	list-style:none;
	margin:0; padding: 0;
}

#main-nav :hover ul
{
	margin: 0; padding: 5px 5px 6px 5px;	
	background: transparent url("../images/common/menu-bg.png") no-repeat center bottom; 
}

#main-nav :hover ul li 
{
	margin: 0 !important;	
}

#main-nav :hover ul li a 
{ 
	margin: 5px 0 0 0; padding: 0 10px 0 10px !important;
	font-size: 12px;
	line-height: 25px;
	width: 150px; height: 25px;
	color:#222222;
	background: url("../images/common/menu-arrow.png") no-repeat 150px 50%;
}

#main-nav :hover ul li a:hover
{ 
	background: #e1e1e1 url("../images/common/menu-arrow-current.png") no-repeat 150px 50%;
}

/* NAVIGATION: REGISTER
---------------------------------------------------------- */
#register-nav
{
	height: 33px;
	width: 172px;
	
	position: absolute;
	right: 182px;
	top: -5px;
}
	#register-nav li
	{
		width: 86px;
		text-align: center;
		line-height: 33px;
	}

	#register-nav li a
	{
		color: #668C05;
		font-weight: bold;
	}

	#register-nav li a.register
	{
		border-left: 1px solid 	#c2c2c2;
		padding-left: 20px;
	}
	
/* NAVIGATION: UTILITY
---------------------------------------------------------- */
#utility-nav
{
	background: url("../images/common/utility-bg.png") no-repeat;
	height: 33px;
	width: 172px;

	position: absolute;
	right: 0; top: -5px;
	z-index: 5;
}

	#utility-nav li, #utility-nav a
	{
		width: 86px;

		color: #ffffff;
		font-size: 11px;
		text-align: center;
		text-decoration: none;
	}
	
	#utility-nav a
	{
		width: 76px; height: 23px; 
		margin: 5px;
		display: block;
		text-align: center;
		line-height: 23px;
	}
	
	#utility-nav a:hover, #utility-nav a.current
	{
		color: #668c05;
		font-weight: bold;
		background: #ffffff;
		text-decoration: none !important;
	}

#register-nav
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #505050;
}

	#register-nav a:hover, #utility-nav a:hover
	{
		text-decoration: underline;	
	}

	#register-nav a, #register-nav span
	{
		color: #668c05;
		text-decoration: none;
	}
	
/* UTILITY PANES: LOGIN-PANE
---------------------------------------------------------- */

#login-pane, #search-pane
{
	z-index: 1000;
	background: url("../images/common/form-pane-bg.png") no-repeat center bottom;
	left: -9999px; top: 23px;
}
	
	#login-pane
	{
		margin: 0; padding: 0;
		position: absolute;
	}
	
	#search-pane
	{
		margin: 0; padding: 0;
		position: absolute;
	}
	
	.row
	{
		width: 324px; height: 24px;
		padding: 10px 20px 0 20px; margin: 0;
		line-height: 24px;
		vertical-align: bottom;
		clear: both;
	}
	
	.row.first
	{
		padding: 20px 20px 0 20px;
	}
	
	.row.last
	{
		padding: 10px 20px 20px 20px;
	}
		.row, .row label, .row input, .row input#remember-me, .row a, .row-col
		{
			line-height: 24px;
		}
		
		.row label
		{
			float: left;
		}
	
		.row a
		{
			color: #668c05;
			text-decoration: none;
		}
		
			.row a:hover
			{
				text-decoration: underline;	
			}

	.row-col
	{
		margin: 0;
		padding: 3px;
	}
	
	.row-col.left
	{
		width: 105px;
		float: left;	
	}
	
	.row-col.right
	{
		width: 200px !important;
		float: right;	
	}
	
	.row-col.wrap
	{
		text-align: right;
	}
	
	/*
	#user-name, #password, #search-terms, #search-in
	{
		float: right;
		
		margin: 0;
		padding: 3px;
	}
	*/
	
	input#remember-me
	{
		margin: 6px 0 0 8px; 
		padding: 0px;	
		float: left;
	}
	
	input.search
	{
		font-weight: bold;
		margin-left: 10px;
	}

	
/* BREADCRUMBS
---------------------------------------------------------- */
#breadcrumbs
{
	background: url("../images/common/breadcrumb-bg.png") no-repeat;

	width: 900px; height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	
	/*_margin-top: -40px;*/
}

#breadcrumbs img
{
	margin: 0; padding: 0; border: none;
}

#breadcrumbs ul
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#breadcrumbs li
{
	margin: 0 10px 0 0;
	height: 30px;
	font-size: 11px;
	line-height: 30px;
}

#breadcrumbs li.home
{
	position: relative;
	width: 10px;
}

#breadcrumbs li.home img
{
	position: absolute;
	left: 0; top: 10px;
}


#breadcrumbs li.divider
{
	position: relative;
	width: 3px;
}


#breadcrumbs li.divider img
{
	position: absolute;
	left: 0; top: 50%;
}

#breadcrumbs li a
{
	color: #222222;
	text-decoration: none;
}

#breadcrumbs li.current a
{
	font-weight: bold;
}

#breadcrumbs li.current a:hover
{
	text-decoration: none;
}

#breadcrumbs li a:hover
{
	text-decoration: underline;
}

/* PAGE CONTENT & PAGE BOTTOM
---------------------------------------------------------- */
#page-content
{
	width: 860px;
	padding: 0 40px 0 40px;	margin-bottom: 0 !important;	
	background: url("../images/about/page-bg.jpg") repeat-y;
	float: left;
}

#page-bottom
{
	width: 940px; height: 10px;
	background: #ffffff url("../images/about/page-bottom.jpg") no-repeat left bottom;
	float: left;
	display: inline;
}

/* CONTENT COLUMN
---------------------------------------------------------- */
#content-column
{
	margin-bottom: 0 !important;	
}

#content-column.page-col
{
	padding: 40px 0 40px 0;
}


/* LINKS
---------------------------------------------------------- */
#content-column p a,
#content-column p a:link,
#content-column p a:visited,
#content-column p a:active
{
	color: #DC4501;
	text-decoration: none;
}

#content-column p a:hover
{
	text-decoration: underline;	
}


/* HEADINGS
---------------------------------------------------------- */
#content-column h2,
#content-column h3,
#content-column h4
{
	line-height: 1.5em;
}

#content-column h3.normal
{
	display: block;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4D6A10;
}

#content-column h3.normal em
{
	text-transform: none !important;
	font-style: normal;
}

#content-column h4
{
	line-height: 1.5em;
	margin-bottom: 10px;
	font-weight: bold;
}

#content-column h2.legal,
#content-column h3.legal
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 0;
	border: none !important;
}


/* CALL-TO-ACTION
---------------------------------------------------------- */
#content-column a.call-to-action
{
	display:block;
	float:left;
	clear:both;
	width:auto;
	padding: 0 0 0 20px;

	background: url("../images/common/call-to-action-left.png") no-repeat left top;
	color:#FFFFFF !important;
	font-size: 14px;
	text-decoration:none;
}

#content-column a.action.basic
{
	line-height: 33px;
	color: #668c05;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

#content-column a.call-to-action span
{
	background: url("../images/common/call-to-action-right.png") no-repeat right top;
	display: block;
	padding: 0 20px 10px 0;
	line-height: 33px;
}

/* SIDEBAR
---------------------------------------------------------- */
#sidebar
{
	background: url("../images/common/sidebar-shadow.png") no-repeat left top;
}

#sidebar.page-col
{
	margin: 0; padding: 40px 0 40px 0;
}

#sidebar.page-col.one-col
{
	padding-left: 20px;
}

#sidebar .box
{
	margin-bottom: 20px;
}

#sidebar .box.last
{
	margin-bottom: 0;
}

#sidebar .box h4.section-nav-heading
{
	color: #668c05;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e4e5e5;
}

#sidebar .sidebar-nav
{
	margin: 0;
	padding: 0px;
}

#sidebar h2.active
{
	margin: 0px;
	padding-left: 16px;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	background: url("../images/common/h5-bg.jpg") no-repeat;
}

#sidebar .sidebar-nav li
{
	list-style: none;
	background: url("../images/common/bullet.gif") no-repeat 8px 50%;
	padding-left: 16px;
	margin: 0px;
	line-height: 22px;
}

	#sidebar .sidebar-nav li.current
	{
		background: url("../images/common/h5-bg.jpg") no-repeat;
	}

	#sidebar .sidebar-nav li.current a
	{
		color: #FFFFFF;
	}

	#sidebar .sidebar-nav a
	{
		height: 25px;
		color: #222222;
		line-height: 25px;
		text-indent: 10px;
		text-decoration: none;
		margin-bottom: 16px;
	}

	#sidebar .sidebar-nav a:hover
	{
		text-decoration: underline;		
	}
	
	#sidebar #ad-space
	{
		background: url("../images/common/ad-bg.jpg") no-repeat;
		height: 219px;
	}

	#sidebar #ad-space a
	{
		margin: 0; padding: 0;
	}
	
	
/* FEATURE BOXES (COMMON PAGES)
---------------------------------------------------------- */
#lower-content
{
	background: url("../images/about/lower-content-bg-top.jpg") no-repeat;
	width: 940px;
	padding-top: 10px;
	margin-bottom: 20px;
	float: left;
}

	#lower-content-tray
	{
		background: url("../images/about/lower-content-bg.jpg") no-repeat bottom left;
		width: 900px;
		padding: 20px;
		float: left;
	}


#lower-content-tray .col4 			{ position: relative; float: left; margin-right: 20px; width: auto; height: 236px; }
#lower-content-tray .col4.one-col	{ width: 190px; margin-right: 0; padding: 0 10px 0 20px; background: url("../images/common/feature-box-border.png") no-repeat right top; }
#lower-content-tray .col4.two-col	{ width: 420px; }
#lower-content-tray .col4.three-col	{ width: 640px; }
#lower-content-tray .col4.four-col	{ width: 860px; margin:0; }
#lower-content-tray .col4.first		{ margin-left: 0; }
#lower-content-tray .col4.last		{ margin-right: 0; padding-right: 0; background: none; }		



/* FOOTER
---------------------------------------------------------- */
#footer
{
	margin: 0 0 20px 0;	
	padding-bottom: 50px;
}

#footer-nav
{
	float: right;
	padding: 0px;
	margin: 0px;
}

	#footer-nav li
	{
		float: left;
		list-style: none;
		padding: 0px 10px;
		margin: 0px;
		
		line-height: 12px;
	}
	
	.footer-nav-1, .footer-nav-2, .footer-nav-3
	{
		border-right: 1px solid #777777;	
	}