/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 12px/1.6em Arial, sans-serif;
	/*color: #555;*/
	color: #222;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #00416b;
	line-height: 1.25;
	margin: 1.2em 0 .5em;
}
H1 { font-size: 2em; }
H2 { font-size: 1.8em; }
H3 { font-size: 1.3em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1em; }
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;
}

#content img.left,
#content img.right { border: 1px solid #a59e96; padding: 2px; }

#content img.left { float: left; margin: 0 1.5em 1.5em 0; }
#content img.right { float: right; margin: 0 0 1.5em 1.5em; }



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

a { outline: none; }

A:link,
A:visited		{ color: #00416b; }
A:hover,
A:active,
A:focus		{ color: #7eb5b9; }
.link {
	color: #00416b;
	text-decoration: underline;
	cursor: pointer;
}


/* ===============================
		::: LISTS :::
=============================== */

UL, OL, LI {
	margin-left: 1em; }
	
	LI {
		margin-bottom: .3em;
		list-style-image: url(../images/bullet.gif); }


	UL.bold LI {
		font-weight: bold;
		margin-bottom: .5em;
		color: #716999;
		font-size: 1.1em; }
		
	DT {
		font-weight: bold; }
		
	DD {
		margin: 0 0 1em 1em; }
		
		DD UL {
			margin-left: 0; }
			
			DD LI {
				list-style: none;
				display: inline;
				padding: 0 0 0 .25em;
				margin: 0; }


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

BODY.nch #contentContainer H1 { background-image: url(../images/ti_nch.gif); }
BODY.idv #contentContainer H1 { background-image: url(../images/ti_idv.gif); }
BODY.ztr #contentContainer H1 { background-image: url(../images/ti_ztr.gif); }
BODY.grp #contentContainer H1 { background-image: url(../images/ti_grp.gif); }
BODY.sem #contentContainer H1 { background-image: url(../images/ti_sem.gif); }
BODY.rod #contentContainer H1 { background-image: url(../images/ti_rod.gif); }
BODY.tn #contentContainer H1 { background-image: url(../images/ti_tn.gif); }
BODY.hr #contentContainer H1 { background-image: url(../images/ti_hr.gif); }
BODY.oln #contentContainer H1 { background-image: url(../images/ti_oln.gif); }
BODY.pol #contentContainer H1 { background-image: url(../images/ti_pol.gif); }
BODY.zmn #contentContainer H1 { background-image: url(../images/ti_zmn.gif); }
BODY.knt #contentContainer H1 { background-image: url(../images/ti_knt.gif); }
BODY.tst #contentContainer H1 { background-image: url(../images/ti_tst.gif); }
BODY.blg #contentContainer H1 { background-image: url(../images/ti_blg.gif); height: 33px;  }



/* ===============================
		::: TABLES :::
=============================== */
#content TABLE {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-top: 1px solid #D3BD9C; }

	#content TD,
	#content TH {
		padding: 2px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #D3BD9C; }

	#content TH {
		font-weight: bold; }

	TD.even,
	TH.even,
	TR.even TD,
	TR.even TH {
		background : #FFF3E2;  }
		
	THEAD TH {
		border-top: none !important; }

/* ===============================
		::: MISC :::
=============================== */

.signature {
	text-indent: -5000px;
	width: 213px;
	height: 89px;
	background: transparent url(../images/signature.gif) top left no-repeat;
	margin-left: 50px;
	margin-bottom: 10px; }

BLOCKQUOTE {
	margin: 1em;
	width: 91%;
	font-style: italic;
	padding-bottom: 1em;
	color: #00416b;
	border-bottom: 1px solid #7CB5B9; }

	Q {
		font-style: italic;
		font-weight: bold;
		font-size: 1.2em;
		color: #726A9A; }

		Q:before, Q:after {
    content: ""; }

	BLOCKQUOTE CITE {
		display: block;
		margin-left: 2em;
		font-weight: bold;
		font-style: normal; }

ADDRESS {
	text-align: center;
	font-style: normal; }


BODY.contact H3 { text-align: center; }

BODY.contact H4 {
	margin: 0 0 1em;
	font-style: italic;
	text-align: center; }

H2.wholeness {
	text-indent: -5000px;
	background: transparent url(../images/iwishyou.gif) top left no-repeat;
	width: 436px;
	height: 56px;
	margin: 0 0 .7em; }

BODY.contact #content .large { font-size: 1.4em; }


	div.pagination {
		padding: 3px;
		margin-top: 32px;
		text-align:center;
	}
	
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		
		text-decoration: none; /* no underline */
		color: #000099;
	}
	div.pagination a:hover, div.digg a:active {
		border: 1px solid #000099;

		color: #000;
	}
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}

	#testlink p {
		font-size: 0.9em;
		line-height:120%;
		color: #00416b;	
		}
			
	#testlink h3 {
		font-weight: bold;
		font-size: 1em;
		color: #00416b;	
		}
		
textarea, input#styled {
        width: 412px;
        height: 110px;
        border: 1px solid #cccccc;
		    color: #aaaaaa;
        padding:3px;
		    font-size: 14px;
}

input#styled {
        height: 10px;
        width: 200px;
		    color: #aaaaaa;
		    font-size: 14px;
}

body input.btn-primary { font-size:1.2em; font-weight:bold; color:#FFF; border:1px solid; background-color:#00416b; margin:0; padding:2px 3px; }
body input.btn-primary:hover { font-size:1.2em; font-weight:bold; color:#00416b; background-color:#FD9905; border:1px solid #D97306; cursor:pointer; margin:0; padding:2px 3px; }
