/* CSS Document for Common Properties */

body {
	background: #d9e7f4 url(../images/backgrounds/page_container.gif) top center repeat-y;
	color: #484d50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

a {
	color: #006fba;
	text-decoration: underline;
}

a.current {
	text-decoration: none;
}

a img {
	border: none;
}

img.inline_image {
	float: left;
	margin: 0 10px 10px 0;
}

/*
	-----------------------------------------------
	Headers
	-----------------------------------------------
*/

h2 {
	color: #0160a4;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 12px;
}

h3 {
	color: #0160a4;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 12px;
}

#secondary_content h2 {
	color: #006aad;
}

/*
	-----------------------------------------------
	Standard Lists
	-----------------------------------------------
*/

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 6px;
	margin-left: 16px;
	padding: 0;
	
}

div#faq_list {
	border-bottom: 1px solid #5d99c5;
	padding-bottom: 10px;
}

ul#faq_list_1 {
	clear: left;
	float: left;
	width: 50%;
}

ul#faq_list_2 {
	clear: right;
	float: right;
	width: 48%;
}

ul.press {
	margin: 0;
	padding: 0;
}

ul.press li {
	font-size: 11px;
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

ul.press li span {
	color: #67696b;
}

ul.press li a {
	color: #006fba;
	display: block;
}

a.view_all_press {
	color: #006aac;
	font-size: 11px;
}

/*
	-----------------------------------------------
	Page Container
	-----------------------------------------------
*/

#page_container {
	height: 127px;
	margin: auto;
	text-align: left;
	width: 855px;
}

/*
	-----------------------------------------------
	Site Nav
	-----------------------------------------------
*/

#site_nav {
	margin: 0 40px 0px 36px;
	height: 103px;
}

#logo {
	clear: left;
	float: left;
	width: 173px;
}

#member_links {
	clear: none;
	color: #7a8185;
	float: right;
	font-size: 12px;
	height: 31px;
	margin-top: 13px;
	text-align: right;
	width: 580px;
}

#member_links span {
	margin-left: 10px;
	color:#f5a12d;
}

#main_nav {
	clear: none;
	float: right;
	width: 570px;
}

#main_nav ul {
	margin: 0;
	padding: 0;
}

#main_nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_nav ul li a {
	background-image: url(../images/main_nav.gif);
	clear: none;
	display: block;
	float: left;
	height: 38px;
}

#main_nav ul li a span {
	display: none;
}

#main_nav ul li#mn_home a { 
	background-position: 0px 0px;
	width: 93px; 
}

#main_nav ul li#mn_features a { 
	background-position: -93px 0px;
	width: 108px; 
}

#main_nav ul li#mn_quick_tour a { 
	background-position: -201px 0px;
	width: 120px; 
}

#main_nav ul li#mn_faq a { 
	background-position: -321px 0px;
	width: 70px; 
}

#main_nav ul li#mn_pricing a { 
	background-position: -391px 0px;
	width: 92px; 
}

#main_nav ul li#mn_about_us a { 
	background-position: -483px 0px;
	width: 86px; 
}

#main_nav ul li#mn_home a:hover { background-position: 0px -38px; }
#main_nav ul li#mn_features a:hover { background-position: -93px -38px; }
#main_nav ul li#mn_quick_tour a:hover { background-position: -201px -38px; }
#main_nav ul li#mn_faq a:hover { background-position: -321px -38px; }
#main_nav ul li#mn_pricing a:hover { background-position: -391px -38px; }
#main_nav ul li#mn_about_us a:hover { background-position: -483px -38px;}

#sub_nav {
	clear: none;
	float: right;
	width: 570px;
	text-align: right;
	position: relative;
	right: 0px;
	top: 0px;
}


/*
	-----------------------------------------------
	Home Page Styles
	-----------------------------------------------
*/
#home_header {
	height:277px;
	width:855px;
	background:url(../images/backgrounds/home_header.jpg) no-repeat 0 0;
	position:relative;
}
#home_header #home_header_content {
	height:214px;
	width:259px;
	position:absolute;
	left:187px;
	top:48px;
}
#home_header #home_header_content h1 {
	height:21px;
/*	background:url(../images/backgrounds/home_h1.jpg) no-repeat 0 0;  */
	text-indent:-9999px;
}
#home_header #home_header_content p {
	color:#79827b;
	font-size:12px;
	line-height:17px;
	margin-top:-10px;
}
#home_header #home_header_content p a {
	color:#f5a12d;
	text-decoration:none;
}
#home_header #home_header_content #home_header_choose {
	clear:right;
	margin:0 0 7px 10px;
	height:19px;
/*	background:url(../images/backgrounds/home_header_choose.jpg) no-repeat 15px 0; */
	text-indent:-9999px;
}
#home_header_buttons{
	position: relative;
	margin-top: 20px;
	z-index: 99;
}
#home_sign_up {
	display:block;
	height:37px;
	width:121px;
	float:left;
	text-indent:-9999px;
	background:url(../images/btn_sign_up.gif) no-repeat 0 0; 
	margin:0px 4px 0 5px;
}
#home_quick_tour {
	display:block;
	height:37px;
	width:123px;
	float:left;
	text-indent:-9999px;
	background:url(../images/btn_quick_tour.gif) no-repeat 0 0;
}
#home_learn_more {
	position:absolute;
	margin-right:10px;
	margin-bottom:5px;
	z-index:98;
}
/*
#home_header #home-flash {
	float:right;
	height:235px;
	width:383px;
	padding-top:32px;
	padding-right:18px;
}
*/
#home_header #home-flash {
	position:absolute;
	margin-top:16px;
	margin-left:228px;
}

.home_page_main_content #secondary_content {
	float:left;
}
.home_page_main_content  #home_page_thumb_list {
	float:left;
	width:542px;
	min-height:1%;
	_height:1px;
}
.home_page_main_content .home_page_item {
	width:159px;
	margin-left:16px;
	float:left;
	padding-top:7px;
}
.home_page_main_content .home_page_item h2 {
	font-size:20px;
	color:#0160a4;
	line-height:25px;
	margin:0;
	padding:0;
}
.home_page_main_content .home_page_item h2 a {
	text-decoration:none;
}
.home_page_main_content .home_page_item h2 span {
	font-weight:bold;
}
.home_page_main_content .home_page_item p a{
	color:#f5a12d;
	text-decoration:none;
	display:block;
	margin-top:10px;
}
.home_page_main_content .home_page_item img {
	margin-top:8px;
	
}
.home_page_main_content .home_page_item p {
	color:#79827b;
	font-size:12px;
	line-height:15px;
}


/*
	-----------------------------------------------
	Breadcrumbs
	-----------------------------------------------
*/

#breadcrumbs {
	color: #006aad;
	font-size: 10px;
	height: 16px;
	margin: 8px 40px 0px 36px;
}

#breadcrumbs a {
	color: #006aad;
}

#breadcrumbs a:hover,
#breadcrumbs a.current {
	color: #006aad;
}



/*
	-----------------------------------------------
	Page Title
	-----------------------------------------------
*/

#page_title {
	margin: 4px 40px 0px 36px;
}

/*
	-----------------------------------------------
	Main Content
	-----------------------------------------------
*/

#main_content {
	margin: 26px 40px 26px 36px;
}

/*
	-----------------------------------------------
	Separated Images
	-----------------------------------------------
*/

div.separated_image {
	width: 
}

div.separated_image div.image {
	clear: left;
	float: left;
	width: 170px;
}

div.separated_image div.content {
	clear: right;
	float: right;
	width: 600px;
}

/*
	-----------------------------------------------
	Two Column
	-----------------------------------------------
*/

div#primary_content {
	clear: left;
	float: left;
	width: 520px;
}

div#primary_content_full {
	clear: left;
	float: left;
	width: auto;
}


div#secondary_content {
	clear: right;
	float: right;
	width: 234px;
}

div#secondary_content div.section {
	background: #cce1ef url(../images/backgrounds/blue_bottom.gif) bottom left no-repeat;
	margin-bottom: 10px;
}

div#secondary_content div.section div.section_inner {
	background: url(../images/backgrounds/blue_top.gif) top left no-repeat;
	padding: 1px 17px 10px 17px;
}

div#secondary_content div.phone {
	margin-top: 8px;
}

/*
	-----------------------------------------------
	Press Room
	-----------------------------------------------
*/

div.paginator {
	text-align: right;
}

div.paginator a {
	text-decoration: none;
}

div.press_release {
}

div.press_release div.press_release_inner {
	padding: 10px;
}

div.press_release_primary {
	background: #deebd5 url(../images/backgrounds/green_bottom.gif) bottom left no-repeat;
}

div.press_release_primary div.press_release_inner {
	background: url(../images/backgrounds/green_top.gif) top left no-repeat;
}

div.press_release div.press_release_inner div.date {
	color: #484d50;
	font-size: 10px;
}

div.press_release div.press_release_inner h3 {
	font-size: 14px;
	margin: 0;
}

div.press_release div.press_release_inner h3 a {
	color: #006fba;
	text-decoration: none;
}

div.press_release div.press_release_inner p {
	margin: 0;
}

a.back_to_press {
	color: #f5a12d;
	text-decoration: none;
	text-transform: uppercase;
}

/*
	-----------------------------------------------
	Management Team
	-----------------------------------------------
*/

div.manager div.manager_inner {
	padding: 10px;
}

div.manager_primary {
	background: #deebd5 url(../images/backgrounds/green_bottom.gif) bottom left no-repeat;
}

div.manager_primary div.manager_inner {
	background: url(../images/backgrounds/green_top.gif) top left no-repeat;
}

div.manager div.image {
	clear: left;
	float: left;
	width: 176px;
}

div.manager div.content {
	margin-left: 186px;
	width: 300px;
}

div.manager div.content h3 {
	margin: 0;
}

div.manager div.content p {
	margin: 0;
	margin-bottom: 10px;
}

/*
	-----------------------------------------------
	Forms
	-----------------------------------------------
*/
#dds_form * {
	margin:0;
	padding:0;
}
#dds_form label {
	width:100px;
	padding-right:6px;
	display:block;
	float:left;
	line-height:20px;
	font-size:12px;
	text-align:right;
}
#dds_form input {
	float:left;
	border:0;
	background:#ededed;
	height:20px;
	width:155px;
}
#dds_form .required {
	font-style:italic;
	color:red;
	padding-left:3px;
	line-height:20px;
}
#dds_form textarea {
	width:406px;
	height:82px;
	max-width:406px;
	background:#ededed;
	border:0;
	float:left;
	overflow:hidden;
	margin-bottom:6px;
}
#dds_form .clear {
	margin-bottom:3px;
	*margin-bottom:0;
}
#dds_form #contact_submit {
	margin-left:106px;
	height:32px;
	width:140px;
	clear:both;
}

input.form-field-title {
  width: 494px;
  font-size: 18px;
  font-weight: bold;
}

/* following are minor changes for the Tell a Colleague form */

#form_checkbox {
	clear:both;
}
#form_checkbox input {
	height:20px;
	width:auto;
	background:none;
	margin-left:121px;
}
#form_checkbox label {
	width:auto;
	text-align:left;
	padding-left:3px;
}
#main_content .tell_coll_comments label {
	width:215px;
}
#main_content .tell_coll_comments textarea {
	width:634px;
	max-width:634px;
}
#main_content .tell_coll_comments #contact_submit {
	margin-left:121px;
}

#pricing_info {
	background-color: #cce1ef;
	height: auto;
	margin-bottom: 10px;
	min-height: 82px;
}

* html #pricing_info {
	height: 82px;
}

/*
	-----------------------------------------------
	Footer
	-----------------------------------------------
*/

#footer {
	border-top: 1px solid #5d99c5;
	clear: both;
	font-size: 11px;
	height: 100px;
	margin: 0px 40px 0px 36px;
	padding-top: 20px;
}

#footer_tell {
	clear: left;
	float: left;
}

#footer_copyright {
	clear: right;
	float: right;
	text-align: right;
}

/*
	-----------------------------------------------
	Admin
	-----------------------------------------------
*/

#admin_toolbar {
	position: fixed;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #f5f5f5;
	background: #f5f5f5;
	width: 100%;
	height: auto;
	left: 0px;
	bottom: 0px;
	text-align:left;
	color: #333;
	text-indent: 5px;
	font-size: 10px;
	z-index:10000;
	opacity:0.9;
	filter:alpha(opacity:90);
}

/*Flashes
-----------------------------------------------------*/
#flash .notice, #flash .error, #flash .message, #flash .warning {
	width: 600px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	margin: 10px auto;
}

#flash .notice {
	background: #1d71ae url("../images/bkd_flash_highlight.png") left top repeat-x;
	border: 1px solid #1d71ae;
}

#flash .error {
	background: #b31221 url("../images/bkd_flash_highlight.png") left top repeat-x;
	border: 1px solid #b31221;
}

#flash .message {
	background: #78b543 url("../images/bkd_flash_highlight.png") left top repeat-x;
	border: 1px solid #78b543;
}

#flash .warning {
	background: #d4ce26 url("../images/bkd_flash_highlight.png") left top repeat-x;
	border: 1px solid #d4ce26;
}


/*Flash Player
-----------------------------------------------------*/


#flash-player-cast {
	position:relative;
	height:100%;
	width:100%;
	right: 0px;
	top:16px;
}


/*Legal
-----------------------------------------------------*/

ul.legal {
	list-style: inside; 
	margin-left: 20px;
	padding: 15px;
}

li.legal {
	padding: 10px;
}

/*flash_nav
-----------------------------------------------------*/
#flash_nav {
	width: 287px;
	background: url('../images/bkd_shortcuts_btm.gif') no-repeat left bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#flash_nav h3 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 0 10px;
	background: url('../images/bkd_shortcuts_top.gif') no-repeat left top;
}

#flash_nav li {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0;
}

#flash_nav li a {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 263px;
	height: 14px;
	padding: 5px 0;
	margin: 8px auto;
	background: url('../images/bkd_shortcuts_links.gif') no-repeat left top;
}

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

#quick_tour {
	width: 780px;
	height: 500px;
	background: url('../images/backgrounds/qt_flash.jpg') repeat-x;
}

#flash-bucket {
	position: absolute;
	width: 640px;
	height: 460px;
	margin-left: 36px;
	margin-top: 10px;
}

#flash_message {
	margin-left: 5px;
}

table.pricing {
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-color: #fff;
	border-collapse: collapse;
	background-color: #fff;
}

table.pricing th {
	border-width: 0;
	padding: 5px;
	border-style: none;
	border-color: #fff;
	background-color: #fff;
	-moz-border-radius: 0px;
}

table.pricing td {
	border-width: 0;
	padding: 5px;
	border-style: none;
	border-color: #fff;
	background-color: #fff;
	-moz-border-radius: 0px;
}

table.pricing {
	width: 778px;
	border: 0;
	border-width: 0;
	border-collapse: collapse;
	border: none;
}

.pricing thead td {
	background: #68b235 url(../images/content_images/pricing_table_top.gif) bottom left no-repeat;
	padding: 0;
	height: 7px;
	line-height:2px;
	border-right: 0;
}

.pricing tbody th, .pricing tbody td {
	border: 1px solid #68b235;
}

.pricing tfoot td {
	background: #68b235 url(../images/content_images/pricing_table_bottom.gif) bottom left no-repeat;
	padding: 0;
	height: 6px;
	line-height:2px;
}

.pricing th {
	border-left: 1px solid #68b235;
	border-right: 1px solid #68b235;
	background-color: #fff;
	color: #0160a4;
	padding: 5px;
}

.pricing td {
	border-left: 1px solid #68b235;
	border-right: 1px solid #68b235;
	padding: 5px;
}


/*Legal
-----------------------------------------------------*/

ul.legal {
	list-style: inside; 
	margin-left: 20px;
	padding: 15px;
}

li.legal {
	padding: 10px;
}


