/* STYLES FOR SECORD INSURANCE AGENCY FORMS PAGES */

/* =============== ADVANCED ============== 

Note: only advanced styles - positioning, layers, etc. - as supported by newer browsers (5.0+)
This style sheet is invoked via "@import" method, which effectively hides it from older browsers
*/

/* GLOBAL CLASSES */

/* fix for disappearing text in IE - add this class to any affected element */
/* * html .visualIEFloatFix, * html #main * { height: 0.01%; } */
* html .visualIEFloatFix { height: 0.01%; }

/* clearfix restores expected height to boxes containing floated elements */
/* may be necessary to use clearfix and clearfix2 */
.clearfix:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix2 {display: inline-block;}  
/* Holly Hack Targets IE Win only \*/
* html .clearfix2 {height: 1%;}
.clearfix2 {display: block;}
/* End Holly Hack */

/* GLOBAL MODIFIERS */
/* all global modifiers are in basic style sheet */

#content {
	/* border: 1px dotted silver; */
	font: normal 12px/1.2 verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4	{color: #09c;}			/* light blue */

/* FORMS */
/* table formatting e.g. forms */

#content .data td				{font: normal 11px/1.1 verdana, arial, helvetica, sans-serif}
#content .form td				{font: normal 12px/1.1 verdana, arial, helvetica, sans-serif}
tr.hthick td		{padding-top: 1em}
tr.h td				{padding-top: 0.75em}
tr.n td				{padding-top: 0}	/* override 'h' e.g. in nested tables */
/* table.form td		{border: 1px dotted blue} */
/* table.form td		{vertical-align: bottom} */
table.form td.text	{text-align: right}
table.form td.left	{vertical-align: bottom; padding-right: 2px; white-space: nowrap; text-align: right}
table.form td.right	{text-align: left; vertical-align: bottom}
table.form td.top	{vertical-align: top}
table.form div.small	{line-height: 1.1}

th					{text-align: left; vertical-align: bottom; padding-top: 6px; padding-right: 1em; font: bold 11px verdana, arial, helvetica, sans-serif;}
tr.underscore th	{border-bottom: 1px solid black}
td.numbers			{text-align: right; padding-left: 2px; white-space: nowrap}

span.required {color: red;}

input.button, input.button:focus	/* makes Submit, Reset buttons v. dark green */ {
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: #113;		/* dark blue */
	padding-left: 2px; padding-right: 2px;
}

input:focus {
	background-color: rgb(255,255,235);
}

/* MISC STYLES */

p,ul,ol,dl	{margin-top: 0px; margin-bottom: 6px;}

ul,ol	{margin-left: 24px; padding-left: 0px}

dt			{margin-top: 6px;}

ul.space li, ol.space li	{margin-bottom: 6px;}
ul.nobullets, ul.none, .nobullets ul, .none ul	{list-style: none; padding-left: 1em; margin-left: 0px}

/* dl.bullet 	{margin-left: 12px; padding-left: 24px; list-style: disc}
dl.bullet dt	{margin-left: 12px; padding-left: 24px; list-style: disc}
 */

#content table.form td span.small 	{font: normal 11px/1.1 verdana, arial, helvetica, sans-serif;}
#content table.form td span.smaller {font: normal 11px/1.1 verdana, arial, helvetica, sans-serif;}

.red, .red *	{color: red}
.grey, .gray	{color: #779}
.bold, .bold *		{font-weight: bold}
.italic		{font-style: italic}

p.first		{margin-bottom: 0px}
p.middle		{margin-bottom: 0px; text-indent: 16px;}
p.last		{text-indent: 16px;}

.thick		{margin-bottom: 9px;}		/* extra white space below */
.thicker		{margin-bottom: 12px;}
.thickest	{margin-bottom: 16px;}

.thin			{margin-bottom: 3px;}		/* less white space below */
.thinner		{margin-bottom: 2px;}
.thinnest	{margin-bottom: 1px;}
.div			{margin-bottom: 0px;}
.head			{margin-top: 0px;}			/* e.g. at the top of a page */

.hthick		{margin-top: 12px;}			/* extra white space above */
.hthicker	{margin-top: 14px;}
.hthickest	{margin-top: 18px;}

.h				{margin-top: 8px;}			/* "default" white space above */

.hthin		{margin-top: 4px;}			/* less white space above */
.hthinner	{margin-top: 3px;}
.hthinnest	{margin-top: 2px;}
.hdiv			{margin-top: 0;}

ul.lithin li, ol.lithin li 			{padding-bottom: 3px}
ul.lithinner li, ol.lithinner li 	{padding-bottom: 2px}
ul.lithinnest li, ol.lithinnest li 	{padding-bottom: 1px}

ul.limedium li, ol.limedium li 		{padding-bottom: 6px}

ul.lithick li, ol.lithick li 			{padding-bottom: 9px}
ul.lithicker li, ol.lithicker li 	{padding-bottom: 12px}
ul.lithickest li, ol.lithickest li 	{padding-bottom: 16px}

.block		{display: block}
.inline		{display: inline}

.left			{text-align: left}
.center		{text-align: center}
.right		{text-align: right}

.nowidth, .zerowidth		{font-size: 0}					/* insert "invisible" space to provide optional wrapping point */
.nowrap, .brand		{white-space: nowrap}
.none			{display: none}

/* MISC STYLES */

div.imgright, div.calloutright {
	width: 100px;
	float: right;
	/* border: 1px solid red; */
	margin: 0.5em 0 0 1em;
}

div.imgleft, div.calloutleft {
	width: 100px;
	float: left;
	/* border: 1px solid red; */
	margin: 0.5em 1em 0.25em 0;
}

div.calloutright, div.calloutleft {
	background: url('images/bg_shadow_top_01.gif') #F7FAF5 0 0 repeat-x;
	width: 125px; padding: 0.5em 0.5em 0.75em 0.75em;
}

div.calloutright ul, div.calloutleft ul {
	/* border: 1px dotted blue; */
	/* list-style: none; */
	margin: 0.5em; margin-left: 1em; padding: 0;
/* 	margin-left: 1.5em; */
}

div.calloutright li, div.calloutleft li, #welcome #supportbox li	{padding-bottom: 1px}

div.backtotop {
	text-align: right;
}

div.backtotop * {
	text-align: left;
	margin-top: 0;
}

div.backtotop a {
	/* border: 1px dotted blue; */
	text-align: right;
	background: url('images/arrow-up-black4.gif') 0 0.4em no-repeat;
	padding-left: 1.25em;
}

dl.bulletdd dd, dl.bulletdt dt {
	margin-left: 0.75em; padding-left: 0.75em;
	background: url('images/arrow-more-black3.gif') 0 .5em no-repeat;
}

ul.arrow {
	/* border: 1px dotted black; */
	list-style: none;
	margin-left: 6px; padding-left: 0;
}

div.calloutright ul, #welcome #supportbox ul {
	list-style: none;
	margin-left: 0px; padding-left: 0; margin-top: 2px; padding-top: 0;
}

div.calloutright h2, div.calloutright h4, #supportbox h2, #supportbox h4 {
	margin: 2px 0 0 0;
}

ul.arrow li, div.calloutright ul li, dl.schedule-letters p.more, #welcome #supportbox ul li, #welcome .quicklinks ul li {
	/* border: 1px dotted blue; */
	height: 0.01%;	/* fix for disappearing text in IE: see 'visualIEFloatFix' global class, above */
	/* * html .visualIEFloatFix { height: 0.01%; } */
	margin-left: 0; padding-left: 16px;
	background: url('images/arrow-more-black4.gif') 0 0.4em no-repeat;
}

div.scrolldown ul li {
		background: url('images/arrow-down-black4.gif') 0 0.4em no-repeat;
}

div.calloutright li.more {
	list-style: none; background: url('images/arrow-more-black-more.gif') 2px .6em no-repeat; padding-top: 2px;
}

li.more-inset {
	list-style: none; background: url('images/arrow-more-black-more.gif') 0px .6em no-repeat; padding-top: 2px; padding-left: 10px; margin-left: 4px;
}

li.more-inset-small {
	list-style: none; background: url('images/arrow-more-black-more.gif') 0px .7em no-repeat; padding-top: 2px; padding-left: 10px; margin-left: 4px;
}

div.calloutright li.more-inset, #welcome #supportbox li.more-inset, #welcome .quicklinks li.more-inset {
	background: url('images/arrow-more-black-more.gif') 3px .6em no-repeat; padding-top: 2px; padding-left: 14px; margin-left: 14px;
}

ul.arrow li.ext {
	background: url('images/arrow-more-black4-shaft.gif') 0 .5em no-repeat;
}

ul.arrow li.bullet, ul.bullet li {
	background: url('images/arrow-more-black4-bullet2.gif') 0 .5em no-repeat;
}

ul.arrow li.noarrow	{background-image: none}
