/* -------------------------------------------------------------
	Benefit Informatics, Inc.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.1
	Date:			8 March 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: normal 12px/1.6em Verdana, Helvetica, sans-serif;
	color: #595959;
	text-align: center;
}

fieldset {
	border: 0;
}

a img {
	border: 0;
}

a:link, a:visited {
	color: #008abc;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 100%;
	background: #eee url(/images/bg_root.jpg) no-repeat center top;
}

#index {
	width: 898px;
	margin: 0 auto;
	padding: 8px 50px;
	background: url(/images/bg_index.gif) repeat-y center top;
	text-align: left;	
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead_wrap {
	width: 100%;
	background: none;
background-repeat:no-repeat;
}

#masthead {
	width: 832px;
	height: 126px;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
	background: #fff url(/images/siteBG.jpg);) no-repeat;
	text-align: left;
}

#masthead a:link, #masthead a:visited {
	color: #000;
}

#brand, #brand a {
	width: 240px;
	height: 126px;
	float: left;
        background: none;
}

#brand {
	background: none;
}

#masthead ul {
	width: 259px;
	float: right;
	padding: 18px 0 0 0;
}

#masthead li {
	padding-left: 21px;
	display: inline;
	background: transparent;
	text-transform: lowercase;
	font-size: 0.8em;
}

#masthead li.first {
	padding-left: 0;
}

/* --- UI --- */

#masthead #ui {
	width: 633px;
	height: 26px;
	position: absolute;
	right: 0;
	bottom: -4px;
}

#ui li {
	height: 26px;
	padding: 0;
	float: left;
	background: transparent;
}

#ui a {
	height: 26px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
}

#ui a:hover {
	background-position: left bottom;
}

#ui_home, #ui_home a {
	width: 59px;
	background-image: url(/images/ui_home.gif);
}

#ui_about, #ui_about a {
	width: 76px;
	background-image: url(/images/ui_about.gif);
}

#ui_solutions, #ui_solutions a {
	width: 81px;
	background-image: url(/images/ui_solutions.gif);
}

#ui_customers, #ui_customers a {
	width: 87px;
	background-image: url(/images/ui_customers.gif);
}

#ui_partners, #ui_partners a {
	width: 75px;
	background-image: url(/images/ui_partners.gif);
}

#ui_news, #ui_news a {
	width: 115px;
	background-image: url(/images/ui_news.gif);
}




/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 882px;
	padding: 0 0 0 8px;
	float: left;
	clear: both;
}

#messaging h2 {
	width: 882px;
	height: 173px;
	background: url(/images/img_messaging.jpg) no-repeat;
}

#interior #messaging h2 {
	height: 95px;
	background: url(/images/img_messaging_interior.jpg) no-repeat;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 231px;
	margin: 21px 8px 0 0;
	padding: 17px 21px;
	float: right;
	display: inline;
	background: url(/images/bg_sidebar.gif) no-repeat;
}

#sidebar h3 {
	color: #008abc;
	font-size: 12px;
	font-weight: bold;
}

.separator_horizontal {
	width: 100%;
	height: 2px;
	float: left;
	clear: both;
	margin: 19px 0;
	background: url(/images/line_horizontal.gif) repeat-x;
}

#title_recentHeadlines {
	height: 14px;
	line-height: 11px;
	background: url(/images/title_recentHeadlines.gif) no-repeat;
}

#sidebar li {
	line-height: 1.2em;
	background-position: 0 6px;
	margin-top: 3px;
}

#title_resources {
	width: 200px;
	height: 14px;
	float: left;
	line-height: 11px;
	background: url(/images/title_resources.gif) no-repeat;
}

#resource_list {
	clear: left;
}

#resource_list .video {
	padding-left: 20px;
	background: url(/images/icon_video.gif) no-repeat 0 1px;
}

#resource_list .pdf {
	padding-left: 20px;
	background: url(/images/icon_pdf.gif) no-repeat 0 0;
}

#sidebar span {
	font-weight: bold;
	font-size: 14px;
	color: #ff9b07;
}

#sidebar span.first {
	position: absolute;
	left: 0;
	top: 0;
}

#sidebar blockquote em {
	display: block;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 570px;
	padding: 25px 0 30px 35px;
	float: left;
}

#body h2 {
	margin-bottom: 16px;
	font-size: 18px;
	color: #0076af;
}

#body h3 {
	font-size: 14px;
	font-weight: bold;
}

#body h4 {
	font-size: 12px;
	font-weight: bold;
}

#body ul {
	padding-left: 20px;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

#body .sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}

#body .sitemap_list li {
	padding-left: 0;
	background-image: url(/images/blank.gif);
}

#body .sitemap_list ul {
	padding-left: 10px;
}

#body .sitemap_list ul li {
	padding-left: 10px;
	background-image: url(/images/icon_list.gif);
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 898px;
	height: 111px;
	margin: -2px auto 0 auto;
	clear: both;
	background: url(/images/bg_footer.gif) repeat-x;
	border-top: 2px solid #ff9b07;
	font-size: 0.8em;
	color: #6d6d6d;
	text-align: left;
	line-height: 1.4em;	
}

#footer a:link, #footer a:visited {
	color: #6d6d6d;
}

#copyright {
	width: 500px;
	padding: 26px 0 0 22px;
	float: left;
}

#footer_logos {
	width: 300px;
	padding: 19px 0 0 0;
	float: right;
	text-align: right;
}

#footer_logos img {
	margin-right: 16px;
}

#footer_links {
	width: 500px;
	padding-left: 22px;
	float: left;
}

#footer_links li {
	display: inline;
	background: url(/images/icon_list_small.gif) no-repeat 0 6px;
	padding: 0 10px 0 6px;
}

#footer_links a:link, #footer_links a:visited {
	color: #6494a5;
	text-transform: lowercase;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}


/* --- Blog Calendar --- */
.blogcalendarPanel {
	height: 173px;
	width: 182px;
	position: relative;
	margin-left: 16px;
	color: #000000;
	float: left;
	clear: left;
}
.blogcalendarBody {
	background-image: url('/images/blogcalendarBackground');
	width: 155px;
	height: 135px;
	color: #000000;
}

.blogcalendarHeader {
	text-align: center;
	vertical-align: center;
	font: bold 12px verdana, arial, helvetica, sans;
}

#sidebar .blogcalendarHeader a:link,
#sidebar .blogcalendarHeader a:visited,
#sidebar .blogcalendarHeader a:hover,
#sidebar .blogcalendarHeader a:active {
	background: transparent;
}

.blogcalendarDays {
	text-align: center;
	vertical-align: center;
	font-weight: bolder;
}

.blogcalendarDates {
	text-align: center;
	vertical-align: center;
	padding: 2px 2px 2px 2px;
}

.blogcellevent {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #6f7793;
	color: #ffffff;
	cursor: hand;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}