/********* Copyright 2006 (C) Walsh Design Inc. | Seattle, WA ************/

	*{padding:0; margin:0;}
	html {
		min-height: 90%;
		margin-bottom: 50px;
	}
	body 
	{
		font-size: 75%;
		line-height: 100%;
		font-family: "Tahoma", "Lucida Sans Unicode", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
		color: #3A3A3A;
		text-align: left;
		background: #fff;
		behavior: url(/assets/src/csshover.htc);
	}
	a:link, a:visited
	{
		color: #5097C3;
		text-decoration: none;
		padding-bottom: 2px;
	}

	a:hover
	{
		color: #1D4078;
		text-decoration: none;
	}
	a:active
	{
		border: 0; 
		color: #CC6714;
		text-decoration: none;		
	}
	img
	{
		border: 0px solid #ccc; 
		margin: 0; 
		padding: 0;
	}
	p {
		padding-bottom: 7px;
		padding-top:5px;
		line-height: 1.4em;
	}
	li {
		list-style: none;
		background: url(../img/li_arrow_blue.gif) no-repeat;
		padding: 0 10px 10px 20px;
		line-height: 1.3em;
	}

/********* LAYOUT ************/
	#subliner {
		width: 100%;
		background: url(../img/bg_body.gif) repeat-x;
		padding-bottom: 25px;
	}
	#liner {
		background: url(../img/bg_topbar.jpg) no-repeat top center;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#siteholder {
		width: 742px;
		margin: 0px auto 0 auto;
		border: 0px solid #ccc;
		padding: 65px 0 0 0;
	}
	#col2 {
		width: 266px;
		padding: 30px 0 20px 17px;
		vertical-align: top;
	}
	#col1 {
		width: 430px;
		padding: 30px 0 20px 0;
		vertical-align: top;
	}
.floatleft { float: left; padding-right: 12px; padding-bottom: 12px; }
#spacer {
		width:20px;
	}
	.postit {
		padding: 0 10px 45px 0px;
	}

/********* NAVIGATION ************/
	#nav a {
		display: inline;
		list-style-type: none;
		line-height: 28px;
		color: #a6b4c6;
		background-position: 0 0;
		background-repeat: no-repeat;
		padding: 5px 15px 15px 15px;
		margin: 0;
	}
	#nav a:hover {
		background-position: 0 -42px;
		color: #fff;
	}
	a.home {
		background-image: url(../img/bg_nav_home.gif);
	}
	a.about {
		background-image: url(../img/bg_nav_about.gif);
	}
	a.services {
		background-image: url(../img/bg_nav_services.gif);
	}
	a.news {
		background-image: url(../img/bg_nav_news.gif);
	}
	a.contact {
		background-image: url(../img/bg_nav_contact.gif);
	}


ul#news_links {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

	ul#news_links li {
		background-image: none;
		display: inline;
		list-style-image: none;
		margin: 0 5px;
		padding: 0;
	}

iframe {
	margin-bottom: 20px;
}

/********* Testimonial ************/
	#testimonial {
		width: 236px;
		background: #F4F5F9 url(../img/bg_test_blue.jpg) no-repeat;
	}
	#testimonial_liner {
		padding: 25px 15px 20px 15px;
		margin-top: 15px;
		font-family: Georgia, Garamond, Palatino, serif;
		font-style: italic;
		background: url(../img/bg_test_blue_foot.jpg) bottom no-repeat;
		min-height: 163px;
		/*min-height in IE fix */
		height:expression(document.body.clientHeight < 163? "163px": "auto" );
	}
	#testimonial p {
		line-height: 1.6em;
		font-size: 1em;
		color: #7E7E7E;
	}
	#author {
		padding-right: 5px;
		float: right;
		font-weight: bold;
		font-family: "Tahoma", "Lucida Sans Unicode", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
		font-style: normal;
		font-size: .95em;
	}
	#author p {
		font-weight: normal;
		padding-left: 15px;
		line-height: 1.3em;
	}

/********* Contact Page Address ************/
	.contact_address {
		width: 233px;
		background: url(../img/bg_contact_address.gif) repeat-y;
	}
	.address_top {
		background: url(../img/bg_contact_address_header.gif) no-repeat top;
	}
	.address_bottom {
		background: url(../img/bg_contact_address_footer.gif) no-repeat bottom;
		text-align: center;
		padding: 15px;
	}

/********* Misc ************/
	#contact_us a {
		display: block;
		height: 25px;
		width: 206px;
		color: #456488;
		font-size: 1.2em;
		margin-top: 20px;
		padding: 12px 15px 0px 15px;
		background: url(../img/bg_contact.jpg) no-repeat;
	}
	#contact_us a:hover {
		background: url(../img/bg_contact.jpg)0 -37px no-repeat;
	}
	.floatbox {
		float: right;
		background: #D6DDE5;
		border: 1px solid #66819B;
		padding: 15px;
		margin-bottom: 20px;
	}
	.small {
		font-size: 10px;
	}
	.list_para {
		padding: 3px 0 3px 0;
	}	 img.style1 {
		padding: 2px;
		background: #fff;
		border: 1px solid #ccc;
		margin: 1px;
	}
	img.style1:hover {
		border: 1px solid #F7941D;
	}	
/********* FOOTER ************/
	#footer {
	vertical-align: middle;
	margin: 0px 0 0 0;
	height: 30px;
	padding: 0 10px 2px 10px;
	color: #A0A0A0;
	font-size: .9em;
	background: #F0F3F6;
	border-top: 1px solid #c1c2c4;
	border-bottom: 1px solid #c1c2c4;
	}
	#sidefooter {
	vertical-align: middle;
	text-align: center;
	height: 25px;
	color: #A0A0A0;
	font-size: .9em;
	background: #F0F3F6;
	border-top: 1px solid #c1c2c4;
	border-bottom: 1px solid #c1c2c4;
	padding: 5px 0 0 0; 
	margin: 0 0 0 15px; 
	width: 236px;
	}
	#sidefooter a {
		font-size: 1.2em;
		color: #A0A0A0;		
	}
	#footer a {
		border: 0;
		color: #A0A0A0;
	}
	#footer a:hover {
		color: #95A7B6;
	}

/********** TYPE FORMATS ***********/
	
h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #003354;
	margin: 0px 0px 10px 0px;
}
.heading {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #003354;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #003D84;
	margin: 7px 0px 7px 0px;
	padding: 0;
}

h3 {
	font-family: "Trebuchet MS", "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #1D4078;
	padding: 0 0 5px 0;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #B8CCED;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #F7941D;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-size: 1.1em;
	color: #1D4078;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0;
}

h6 {
	font-size: 1.1em;
	color: #666;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #AAA;
}

.float-l{
	float: left;
	padding: 8px 8px 0px 0px;
}
.float-r{
	float: right;
}
.clear{
	clear: both;
}

/********** FORM STYLE ***********/

form { 
	margin: 0;
}

label {
	display: none;
}

input.t, input.tr, textarea, select, .file {
	background-color: white;
	border: 1px solid #DDD;
	font-size: 1.1em;
	color: #818273;
	margin-bottom: 0.3em;
	padding: 1px 3px 0px 3px;
	border-left: 3px solid #DDDDDD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input.t:focus, textarea:focus, select:focus, .file:focus {
	background-color: #fff;
	border-left: 3px solid #E29F29;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	
	color: #444;
}

input.t, input.tr {
	height: 1.6em;
}

input.tr, textarea.tr {
	border-left: 3px solid #1D4078;
}

input.tr:focus, textarea.tr:focus {
	border-left: 3px solid #E29F29;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #fff;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

select, select:focus {
	height: 1.6em;
	padding: 0;
	border: none;
	
}

	
/********** sIFR SPECIAL FLASH TYPE STYLE ********************************/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash .heading {
	visibility: hidden;
}
/*.sIFR-hasFlash .contentpagetitle {
	visibility: hidden;
}










 
.floatleft { float: left; padding-right: 12px; padding-bottom: 12px; }
