/* Section specific text styles: Support */

/* ******************** FEATUREAREAS ****************************** */

div#featureArea {
	width: 466px;
	height: 100px;
	padding: 50px 20px 20px 200px;
}

div.index {
	background: #fff url(../images/feature/support_index_feature.jpg) no-repeat;
}

div#smallfeatureArea {
	width: 466px;
	height: 30px;
	padding: 50px 20px 20px 200px;
}

div .phone {
	background: #fff url(../images/feature/support_phone_feature.jpg) no-repeat;
}
div .phone2 {
	background: #fff url(../images/feature/support_ca_feature.jpg) no-repeat;
}

div .resources {
	background: #fff url(../images/feature/support_resources_feature.jpg) no-repeat;
}

div .premium {
	background: #fff url(../images/feature/support_premium_feature.jpg) no-repeat;
}

div .options {
	background: #fff url(../images/feature/support_options_feature.jpg) no-repeat;
}

/* ******************** FEATURENAV Adjustments ****************************** */

#featureNav {
	background: #4BB46A url(../images/nav/featureNav_bkgd_support.png) no-repeat;
}

#featureNav ul li {
	background: url(../images/nav/featureNav_gutter_support.png) no-repeat;
	background-position: top right;
}

#featureNav #selected {
	background: url(../images/nav/featureNav_selected_support.png) no-repeat;
	background-position: top right;
}

#featureNav ul li.first#selected {	
	background: url(../images/nav/featureNav_selected_support.png) no-repeat;
	background-position: top left;
}

/* ******************** QUOTE, ATTRIBUTION Adjustments ********************** */

/* ******************** SIDEBAR Adjustments********************************* */

div#searchsupport {
	width: 189px;
	height: 70px;
	margin: 0;
	padding: 30px 0 0 11px;
	background: url(../images/megapromo/searchsupport.png) no-repeat;
}

#searchsupport a {
	color: #fff;
}

div#midCol ul {
	display: block;
}

div#midCol ul li,
div#midCol div.intro ul li {
	padding-bottom: 5px;
	color: #666;
	padding-top: 0;
	margin-top: 0;
}

#sidebar {
   	background: #DFF5CA;
}
#sidebartop {   
	/* top div inside the sidebar- these are the default-reset in specific css */
	background: #DFF5CA url(../images/sidebar/bkgd/sidebar_top_grn.png) no-repeat top;
	padding-top: 12px;
}

#sidebarbottom {   
	/* bottom div inside the sidebar */
	background: #DFF5CA url(../images/sidebar/bkgd/sidebar_bottom_grn.png) no-repeat bottom;
	padding-bottom: 12px;
}

#sidebartop ul li#phone {
	background:  url(../images/sidebar/sidebar_icon_phone.gif) no-repeat;
	background-position: .0em .2em;
}

#sidebartop ul li#premium {
	background:  url(../images/sidebar/sidebar_icon_premium.gif) no-repeat;
	background-position: .0em .2em;
}

#sidebartop ul li#online {
	background:  url(../images/sidebar/sidebar_icon_online.gif) no-repeat;
	background-position: .0em .2em;
}


/* ******************** REFRESH TEMP STYLES - Some to move to global?********************************* */

/* List classes - these still need some work but we should probably have some specific list styles that are global */

div#sidebar #sidebartop ul {
	list-style: none outside;
	margin: 0;
	padding: 10px 0 0 0;
}

div#sidebar #sidebartop ul li {
	padding-left: 20px;
	padding-bottom: .3em;
}

div#sidebar ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}

div#lowerArea ul.nobullet {
	list-style: none outside;
	margin: 0;
	padding: 0 0 1em 0;
}

div#lowerArea ul.nobullet li {
	padding-bottom: .3em;
}

/* Table classes - again, we may want to determine which table styles will be global vs page specific */

table.bumblebee {
	border-collapse:collapse;
	width: 100%;
}

table.bumblebee td {
	background-color: #fff;
	padding: 4px 4px 4px 6px;
}

table.bumblebee tr.shade td {
	background-color: #E9F4DE;
}

table.open {
	border-spacing: 0px;
	width: 100%;
}

table.open td {
	vertical-align: top;
	padding: 8px 8px 8px 10px;
	border-top: 1px solid #ccc;
}

table.open th {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 8px 8px 8px 10px;
	border-bottom: 1px solid #ccc;
}



/* 3 Column classes - */

/* Background color to override the gray */

div#col1 {
	background: #fff;
}

div#col2 {
	background: #fff;
}

div#col3 {
	background: #fff;
}

/* Not sure how you want to handle this, see support/options.shtml as a example */

div#col4 {
	width: 220px;
	float: left;
	margin-right: 13px;
}

div#col5 {
	width: 220px;
	float: left;
	margin-right: 13px;
}

div#col6 {
	float: right;
	width: 220px;
}


/* Used for support/index.html - Had to adjust the size because "currently using filemaker" line wraps to two lines. Not sure what to do in this case. */

div.midLeft {
	width:  200px; 
	padding:  0; 
	margin: 0 20px 0 0; 
	float: left;
}

div.midRight {
	width: 250px; 
	padding: 0; 
	margin: 0; 
	float: right;
}

/* Green box classes - used for three column Options page layout */

div.greenBox {
	width: 200px;
	height: 180px;
	background: #E9F4DE url(../images/sidebar/bkgd/greenBox_top.png) top no-repeat;
	padding: 0 10px 10px 10px;
	margin: 0 0 -5px 0; /* Fixes strange IE behavior */
}

div.greenBoxbottom {
	width: 200px;
	background: #E9F4DE url(../images/sidebar/bkgd/greenBox_bottom.png) bottom no-repeat;
	padding: 0 10px 5px 10px;
	margin: 0 0 1em 0;
}

/* Used for support phone numbers */

.phonenumber {
	font-size: 1.3em;
	color: #5CAF29;
	font-weight: bold;
}

/* Perhaps this should be a global element */

div.clearall {
	clear:both;
}

/* footnote class for premium page */
.footnote {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #666;
	padding: 10px 0 5px 0;
	margin:0;
}

