/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #f4f1ec;
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
	background-image:url('/images/background.jpg');
}


/* anchors
----------------------------------------------- */
a {
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {

}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("/images/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("/images/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
	font-size: 10pt;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
	font-size: 10pt;
}

.bulletlist {
list-style-image: url(/images/checkmark.gif);
}

.arrowlist {
list-style-image: url(/images/redbullet.gif);
	}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:1px solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:4px 10px;
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:1px solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:1px solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}


/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:200px;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info {
	color:#FFFFFF;
	background:#898989;
	width:940px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-left: -10px;
	margin-bottom:10px;
	padding: 10px 10px 10px 10px;
	text-align: center;

}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}

#site_info_text {
	font-size: 8pt;
	}

/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* Mootools Kwicks
----------------------------------------------- */
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #999;
	height: 120px;
	list-style:none;
	margin:0;
	overflow:hidden;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}
#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 215px;
	padding: 10px;
	background: #fff;
}
#kwick .kwick span {
	color:#fff;
}
#kwick .one {
	background: #666;
}
#kwick .two {
	background: #777;
}
#kwick .three {
	background: #888;
}
#kwick .four {
	background: #999;
}


#dsan_logo {
	margin-left: 311px;
	
	border: 0;
	}
#pageholder {
	margin-top: 6px;
	}
	
#threeboxes {
	width:960px;
	height: 260px;
	background: #898989;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: 0px;
	padding-top: 10px;
	}
	
.headbox {
	background: #FFFFFF;
	height: 235px;
	border: 1px solid #000000;
	margin-left: 9px;
	margin-right: 9px;
	background-image: url(/images/dsan_header.png);
	}
	
#bodycontent {
	background: #FFFFFF;
	width:920px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: 0px;
	padding: 20px 20px 20px 20px;
	}
#loginlineholder {
	}
#loginline {
	text-align: right;
	}
#pricingtable {
	width:600px;
	margin-left:160px;
	}
#home_page_content {
	width: 400px;
	margin-top: 50px;
	}
#shield_graphic {
	margin-top: 40px;
	margin-bottom:40px;
	}
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#shadow {
	background-image:url(/images/shade1x1.png);
	position:absolute;
	left:0; top:0; width:100%; z-index:100;
	}  
#navpanel {
	background: #ba2126;
	width: 960px;
	margin-left: 0px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	}
#navspacer{
	background: #FFFFFF;
	width: 960px;
	height: 18px;
	margin-left: 0px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	}
#top_nav_plan {
	background: #FFFFFF;
	width: 960px;
	height: 18px;
	margin-left: 0px;
	border-left: #000000 solid 1px;
	border-right: #000000 solid 1px;
	padding-bottom:25px;
	padding-left: 0px;
	padding-right: 0px;
	}

#top_nav_plan a {
	text-decoration: none;
	}

.top_nav_item {
	text-align: center;
	margin-bottom: 25px;
	width:100px;
	margin-left:9px;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	}

#nav_plan_sec, #nav_plan_sec a {
	background: #a11c20;
	color: #FFFFFF;
	}

#nav_plan_hol, #nav_plan_hol a {
	background: #d25823;
	color: #FFFFFF;
	}

#nav_plan_inc, #nav_plan_inc a {
	background: #d2b221;
	color: #FFFFFF;
	}

#nav_plan_est, #nav_plan_est a {
	background: #09753a;
	color: #FFFFFF;
	}

#nav_plan_lif, #nav_plan_lif a {
	background: #153a73;
	color: #FFFFFF;
	}

#nav_plan_dep, #nav_plan_dep a {
	background: #513764;
	color: #FFFFFF;
	}


	
	
	
#left_content_column {
	width:640px;
	}
#right_content_column {
	margin-top: 0px;
	margin-left: 0px;
	}
	


.ds_box {
	border: #d72027 solid 1px;
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
	}
#lead_text_box {
	width: 350px;
	margin-right: 0px;
	padding:9px;
	text-align:left;
	}
.lead_text_headers {
	color: #b82025;
	}
#main_content_holder {
	width:980px;
	margin-left:-25px;
	}
#video_player_box{
	width:235px;
	margin-left: 10px;
	background:#FFFFFF;
	}
#steps_3 {
	width: 600px;
	}
#download_box {
	width: 290px;
	padding-top:6px;	
	}
#testimonials_box {
	width: 290px;
	padding-top:6px;
	text-align: left;
	
	}
.testimonial_text {
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:15px;
	}
.testimonial_name {
	font-weight: bold;
	text-align: right;
	margin-right:20px;
	margin-top:-13px
	
	}
#connect_box {
	width: 290px;
	padding-top:6px;	
	}

#steps_3 {
	text-align:left;
	width:600px;
	padding:10px;
	}
#steps_3_leftblock {
	width: 350px;
	}
#steps_3_rightblock {
	width:230px;
	float:right;
	margin-right: 40px
	}
.steps_3_title {
	font-size: 16pt;
	}
.steps_3_bullets {
	margin-bottom:39px;
	width:400px;
	}
.step_shields {
	float:left;
	margin-top:-10px;
	margin-right:10px;
	} 

.steps_3_bullet_text {
	font-size:14pt;
	margin-top:10px;
	}

#disclaimer_info_text {
	font-size: 10px;
	float:right;
	width:550px;
	margin-right:20px;
	}
#box_footer {
	border-left: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	border-right: #000000 solid 1px;
	background-color: #FFFFFF;
	width: 960px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
#address_info {
	font-size: 12px;
	float:left;
	margin-left:20px;
	}
#phone_info {
	font-size: 12px;
	float:left;
	margin-left:400px;
	}
#copyright_info {
	width:960px;
	text-align:center;
	font-size: 10px;
	}
	
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}



	
/* table
----------------------------------------------- */
table.column_checklist_table {
	width:500px;
	border:0 none;
	margin-bottom:10px;
	background:#FFFFFF;
}

.checklist_cell {
	width: 20px;
	}
table.column_checklist_table tr {
	border:0 none;
	background:#FFFFFF;
}

table.column_checklist_table td {
	font-size: 13px;
	padding-left:0;
	padding-right:10px;
	background:#FFFFFF;
}

#demo{
	clear: both;
	position:absolute;
	left:0;
	top:0;
	width:95px;
	height:95px;
	background-image:url(/images/demo.png);
	z-index:200;
	}
.plan_advocate_details {
	}
.plan_advocate_thumb_holder {
	width: 80px;
	float:left;
	text-align:center;
	height:90px;
	}
.plan_advocate_thumb {
	margin-left:10px;
	}
.plan_advocate_name {
	font-size: 14px;
	font-weight: bold;
	}
.plan_advocate_category {
	}
#my_plan_info {
	text-align:center;
	}
#welcome_page_box {
width:400px;
margin-left:300px;
}

#social_icons {
margin-top: 10px;
}

#profile_photo {
margin-right:30px;
margin-bottom:20px;
}
#advocate_contact_info {
margin-bottom:0px;
}
#profile_top_block{
margin-bottom:10px;
float:left;
border:1px solid #ba2126;
width:270px;
padding: 10px;
text-align:center;
}
.advocate_content {
	margin-left:-45px;
	margin-right:-40px;
	width:728px;
	}
.advocate_text_large {
	font-size: 20px;
	margin-bottom:0px;
	color:#444444;
	}
.advocate_text_normal {
	font-size: 15px;
	margin-bottom:5px;
	}
.advocate_text_small {
	font-size: 12px;
	margin-bottom:0px;
	}
.promo_link_box {
	width: 450px;
	}
#advocate_title {
	font-size:30px;
	margin-bottom:0px;
	color: #ab1f24;
	}
#advocate_category {
	font-size:17px;
	margin-bottom:-8px;
	}
#advocate_location {
	font-size:17px;
	}
#advocate_bio {
	font-size:10px;
	}
.plan_advocate_company {
	font-size: 12px;
	}
.plan_advocate_icons {
	display:inline;
	}
.plan_article_holder {
	width:560px;
	}
.plan_download_icon {
	display:inline;
	float:left;
	padding-right:15px;
	}
.plan_article_title {
	font-size: 18px;
	font-weight:bold;
	}
.big_article_icon {
	width:200px;
	height:241px;
	margin-left:-20px;
	}
#presented_by_header {
	text-align:center;
	}
.plan_logo_thumb {
	text-align:center;
	}
.social_icon_small {
	margin-right:5px;
	padding:7px;
	}
#first_name_block {
	float:left;
	margin-right:15px;
	}
#last_name_block {
	
	}
#both_names {
	margin-top:-10px;
	margin-bottom:20px;
	}
.accept_terms_checkbox {
	width: 50px;
	}
.tooltip {
	background-color:#000000;
	border:1px solid #EFEFEF;
	padding:10px 15px;
	width:350px;
	display:none;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	margin-bottom:10px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
input.error {
	background-color: #FFBBBB;
	}
label.error {
	font-size: 12px;
	background-image: url(/images/alert.png);
	display:block;
	background-repeat: no-repeat;
	padding-left:20px;
	}
.little_plan_buttons {
	margin-right: 5px;
	float:left;
	margin-top: -5px;
	}
.advocate_category_selection {
	font-size: 12px;
	background-image: url(/images/alert.png);
	display:block;
	background-repeat: no-repeat;
	padding-left:20px;
	}
.accordion .head {
	margin-left:310px;
	color: #ab1f24;
	font-size: 23pt;
	font-weight: normal;
	border:0;
	padding-left: 14px;
	padding-top:9px;
	width: 625px;
	height:45px;
	background-image: url(/images/profile_header_background.gif);
	background-repeat: no-repeat;
	}
#advocate_snapshot {
	margin-left:-4px;
	margin-bottom: 10px;
	}
#logo_photo {
	margin-top: 10px;
	margin-bottom: 15px;
	}
.profilebody {
	margin-left: 340px;
	font-size: 16px;
	}
.planform {
	width:500px;
	margin-left:270px;
	}
.namefieldholder {
	float:left;

	margin-right:15px;
	}
#nameholder {
	margin-bottom:60px;
	margin-top:-13px;
	}
#create_my_plan{
	margin-left:50px;
	}
.requiredfield {
	color:#FF0000;
	margin-left:5px;
	font-size-adjust: 0.8;
	}
#creating_plan {
	text-align:center;
	margin-bottom:150px;
	}
