/* COLORS */
/*
	color: #993;  green 
	color: #CC9;  light green
	color: #930;  red
	color: #336;  blue 
	color: #CCC;  grey
*/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	background: #fff url(../img/headerStrip.gif) repeat-x top left;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #930;
	}
	
a:hover, a:active {
	color: #336;
}

img {
	border: 0;
}

#header_strip {
/*	position: relative;*/
/*	left: 0; top: 0;*/
	height: 20px;
	width: 100%;
	background: #CC9;
	}
	
#contentWrapper {
	width: 960px;
	margin: 20px auto 0;
}

#banner {
	height: 41px;
}

#bannerLogo {
	float: left;
	height: 41px;
	width: 191px;
}

#bannerLinks {
	float: right;
	padding-right: 25px;
	padding-top: 10px;
	vertical-align: middle;
	text-align: right;
	font-size: .8em;
	width: 500px;
	vertical-align: middle;
}

#contentStrip {
	padding:0;
	margin:-5px;
	background: #fff url(../img/contentStrip.gif) repeat-x top left;
	border-left: 1px solid #999933;
	border-right: 1px solid #999933;
}

#contentStrip img {
	margin-top:0;
}

#contentBox {
	width: 100%;
	margin: 0;
	padding: 4px;
	
	border-top: 1px solid #999933;
	border-left: 1px solid #999933;
	border-right: 1px solid #999933;
}

table#header {
	width: 100%;
	margin-top: 10px;
	}
	
td#header_logo {
	padding-left: 20px;
	}
	
td#header_links {
	padding-right: 25px;
	vertical-align: middle;
	text-align: right;
	}
	
#mainbox {
	border: 1px solid #993;
	margin-top: 10px;
	margin-left: 20px; margin-right: 20px;
	/*height: 291px;*/
	}

#imt_logo {
	height: 47px;
	background-color: #993;
	width: 100%;
	vertical-align: bottom;
	}
	
#block_design {
	vertical-align: top;
	}

#home_content, #content {
	padding: 40px;
	}
	
#content_block {
	width: 400px;
	display:block;
	text-align: left;
	}

#home_content, H3#home_content {
	font-size: 12px;
	}


#footer_table {
	#position: relative;
	#left: 0; bottom: 0px;
	width: 100%;
	#padding-left: 5px;
	background-color: #993;
	font-size: 9px;
	color: #FFF;
	}

#footer_address {
	background-color: #FFF;
	text-align: center;
	color: #993;
	padding: 15px;
	font-size: 10px;
	}

#litmus_credit {
	padding-left: 5px;
	width: 33%;
	}
	
a:link#litmus_credit, 
a:visited#litmus_credit {
	color: #FFF;
	}

a:hover#litmus_credit {
	color: #930;
	}

a:active#litmus_credit {
	color: #336;
	}
	
#copyright {
	width: 33%;
	text-align: center;
	}
	
#home_link {
	width: 33%;
	text-align: right;
	}

li {
	list-style-type: square;
	line-height: 20px;
	/* color: #930; */
	}
	
#home_content li {
	color: #930;
	}

H1, H2, H3, H4, H5, H6 {
	color: #993;
	font-weight: bold;
	}

H2 {
	font-size: 1em;
	}
	
H1 {
	font-size: 1.1em;
	}
	
h3 {
	font-size: .97em;
}
	
#spacer_v1 {
	border: thin solid #333333;
	height: 200px; width: 1px;
	}
	
#spacer_h1 {
	border: thin solid #333333;
	height: 1px; width: 900px;
	}

/* TDD addeed stff */
#leftCol {
	width:710px;
	float:left;
	margin-top:5px;
} 

#rightCol {
	float:right;
	margin-top:2px;
}

#bottomNav {
	clear:both;
	font-size: .9em;
	text-align: center;
}

#footer {
	font-size: .8em;
	text-align: center;
	color: #999933;
}

#credits {
	background: #999933;
	margin:0;
	padding:0;
}

#creditsInner {
	width: 960px;
	margin: 0 auto;
	font-size: .8em;
}

#credits table {
	width: 100%;
	border: 0;
	margin:0;
	padding:0;
}

#credits td {
	width: 50%;
	padding: 0 5px 0 0;
}

#credits td.right {
	text-align: right;
}

.photoL {
	float: left;
	padding: 2px;
	margin: 5px;
	border: 1px solid #993;
}

.photoR {
	float: right;
	padding: 2px;
	margin: 5px;
	border: 1px solid #993;
}

.caseNotes {
}

blockquote {
	/*margin: 0 30px 10px 30px;*/
	padding: 10px 10px 10px 10px;
	background: url(../img/startQuote.gif) top left no-repeat;
}

blockquote .quote {
	margin: 0;
	padding: 10px 20px 10px 35px;
	background: url(../img/endQuote.gif) bottom right no-repeat;
}
 
blockquote div p {
	margin-bottom: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	font-size: 0.95em;
	color: #000;
}
	
blockquote div p.greeting {
	margin-left: 45px;
	margin-right: 45px;
	text-indent: 0;
} 
 
blockquote div p.closing {
	text-indent: 0;
	text-align: right;
	margin-bottom: 0px;
	margin-right: 45px;
	background: none;
}
