/* @override 
	http://samedisclients.com/frontoffice/css/fro_type.css
	http://frontofficebox.com/css/fro_type.css
*/

/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #595959; }

H1, H2, H3, H4, H5, H6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #405E86;
	margin: 1.2em 0 .5em;
}

H1 { font-size: 2em;  }
H2 { font-size: 1.6em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #a6404a;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.1em; }
	
H3 { font-size: 1.4em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1em; font-weight: bold; }
H6 { font-size: .8em; }



.first {
	margin-top: 0;
}
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
	margin-bottom: 1em;
}
.error {
	font-weight: bold;
	font-size: 1.1em;
	color: #b00;
}



/* ===============================
		::: LINKS :::
=============================== */

A:link,
A:visited		{ color: #405E86; }
A:hover,
A:active,
A:focus		{ }
.link {
	color: #405E86;
	text-decoration: underline;
	cursor: pointer; }
:focus { -moz-outline-style: none; }


/* ===============================
		::: LISTS :::
=============================== */
UL, OL, LI {
	margin-left: 0; }

UL {
	display: block; }
	
LI {
	/*list-style-image: url(../images/bullet.gif);*/
	margin-left: 2em;
	margin-bottom: .4em; }
		
	LI P {
		margin:  0; }

UL.two-col {
	float: left;
	width: 49%;
	list-style: none; }

	UL.two-col LI {
		list-style: none;
		margin: 2em 0;}

	.two-col-strong {
		color: #8343a6;
		font-weight: bold; }
		
	
DT {
	font-weight: bold;
	color: #2c6aac; }
	
	DD {
		margin: 0 0 1em 0;
		padding-bottom: 24px;
		background: transparent url(../images/bg_hr.gif) bottom left no-repeat; }
	


/* ===============================
		::: TITLES :::
=============================== */

BODY.about .content H2 {
	text-indent: -5000px;
	background: transparent url(../images/ti_about.png) 0 0 no-repeat; }

BODY.contact .content H2 {
	text-indent: -5000px;
	background: transparent url(../images/ti_contactus.png) 0 0 no-repeat; }


/* ===============================
		::: IMAGES :::
=============================== */

IMG.right {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #aaa; }


/* ===============================
		::: TABLES :::
=============================== */

TABLE {
	border-collapse: collapse;
	width: 100%; }

TH {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #13507c;
	padding-top: 2em;
	padding-bottom: .3em;
	font-size: 1.4em;
	text-align: left; }
	

TD {
	/*vertical-align: top;*/
	border: 2px solid #eee;
	padding: 2px 2px 2px 6px; }

	TD.logo {
		text-align: center;
		padding: .5em 2px; }


/* ===============================
		::: MISC :::
=============================== */
ADDRESS {
	font-style: normal;
	color: #0e3a5a;
	margin: 1em 0 1em 1em; }

BLOCKQUOTE {
	background: transparent url(../images/bg_blockquote.gif) 0 0 no-repeat;
	color: #54735b;
	line-height: 1.2em;
	font-size: 1.1em;
	padding-left: 35px;
	margin-bottom: 1.5em; }
