/********* Copyright 2006 (C) Walsh Design Inc. | Seattle, WA ************/

	*{padding:0; margin:0;}
	html {
		min-height: 90%;
		margin-bottom: 0px;
	}
	body 
	{
		font-size: 75%;
		line-height: 100%;
		font-family: "Tahoma", "Lucida Sans Unicode", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
		color: #666;
		text-align: left;
		background: #fff url(/assets/img/bg_body.gif) repeat-x;
		behavior: url(/assets/src/csshover.htc);
	}
	a:link, a:visited
	{
		color: #5097C3;
		text-decoration: none;
		padding-bottom: 2px;
	}

	a:hover
	{
		color: #1D4078;
		text-decoration: underline;
	}
	a:active
	{
		border: 0; 
		color: #CC6714;
		text-decoration: none;		
	}
	img
	{
		border: 0px solid #ccc; 
		margin: 0; 
		padding: 0;
	}
	p {
		padding-bottom: 10px;
		line-height: 1.5em;
	}
/********* LAYOUT ************/
#liner {
	background: url(/assets/img/bg_liner.jpg) no-repeat center top;
	width: 100%;
}
#site-holder {
	width: 752px;
	padding: 0; 
	margin: 0 auto 0 auto;
}
#logo {
	padding: 57px 0 60px 0;
	text-align: center;
}
#slideshow-liner {
	width: auto;
	height: auto;
	background: #fff;
	padding: 4px; margin: 0;
	border: 2px solid #ccc;
}
.col1 {
	float: left;
	width: 201px;
	height: 461px;
	background: url(/assets/img/bg_col1.jpg) no-repeat;
	padding: 20px 20px 20px 25px;
	margin: 37px 0 0 0;
	border: 0px solid #ccc;
}
.col2 {
	width: 476px;
	margin: 0 0 0 270px;
	padding: 0 0 0 0;
}

.col1 ul li {
	list-style: circle;
	background-repeat: no-repeat;
	padding: 0 0 10px 10px;
	line-height: 1.3em;
}
.big_col {
	width: 780px;
	margin: 25px auto 0 auto;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#content {
	margin-top: 20px;
}
#content a{
	text-decoration: underline;
}
#content ul li{
	list-style: none;
	background-repeat: no-repeat;
	background-image: url(/assets/img/bullet.gif);
	padding: 0 0 10px 20px;
	line-height: 1.5em;
}
#content ol {
	padding-left: 10px;
}
#content ol li{
	padding: 0 10px 10px 10px;
	line-height: 1.5em;
	list-style: circle;
}
#content ul.indent {
	padding-left: 20px;
	padding-bottom: 10px;
}
#content ul.indent li{
	list-style: none;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: .9em;
	line-height: 1.2em;
	background-image: url(/assets/img/arrow.gif);
}

/********* Misc Styles ************/
img.style1 {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 5px 0 5px 0;
}
img.style1:hover {
	border: 1px solid #BB9F7B;
}
img.style2 {
	background: transparent;
	padding: 3px;
	border: 1px solid #6a6a6a;
	margin: 0px 10px 5px 0;
}
img.style2:hover {
	border: 1px solid #d5bd9d;
}
img.style3 {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 7px 0 7px;
}

img.style4 {
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin: 0 5px 0 5px;
}
img.style4:hover {
	border: 1px solid #00133C;
}
.colpad {
	padding: 5px;
}
.story {
	line-height: 1.6em;
	color: #949494;
}
/********* NAVIGATION ************/
#nav {
	padding: 0 0 0 0px;
	margin: 0 0 0 262px;
	height: 46px;
}
#nav li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0;
	height: 46px;
}
#nav ul {
	padding: 0;
}
#nav a {
	display: block;
	float: left;
	
	background-position: left 62px;
	font-size: .95em;
	line-height: 36px;
	color: #3a3f52;
	padding: 3px 8px 10px 8px;
	margin: 0;
	height: 31px; 
}
#nav a:hover {
	text-decoration: underline;
	color: #001541;
}

#subnav {
	text-align: right;
	background: url(/assets/img/bg_sub_nav.gif) no-repeat right bottom;
	padding: 5px 20px 0 0px;
	margin: 0 0 0 262px;
	height: 32px;
}
#subnav a {
	color: #949494;
}
#subnav a:hover {
	color: #5097C3;
}
#subnav li{
	font-size: .9em;
	list-style: none;
	display: inline;
	padding: 0 7px 0 15px;
	background: url(/assets/img/arrow_blue.gif) 0 4px no-repeat;
}
/********* FOOTER ************/
#footer-liner {
		margin-top: 40px;
		width: 100%;
		padding-top: 52px;
		padding-bottom: 50px;
		background: #828282 url(/assets/img/bg_footer.gif) repeat-x;
}
#footer {
	width: 752px;
	padding: 0; 
	margin: 0 auto 0 auto;
	border: 0px solid #ccc;
}
.footer-col1 {
	float: left;
	font-size: .9em;
	width: 246px;
	padding: 0;	margin: 0;
	border: 0px solid #ccc;
}
.footer-col1 a {
	color: #666;
}
.footer-col1 a:hover {
	color: #d5bd9d;
}
.footer-col2 {
	width: 476px;
	margin: 0 0 0 270px;
	padding: 0;
	border: 0px solid #ccc;
}
.footer-col2 p {
	color: #b9b9b9;
	line-height: 1.8em;
}
#footer .footer-col2 a {
	color: #D5BD9D;
	text-decoration: underline;
}
#footer .footer-col2 a:hover {
	color: #1D4078;
}

.darkbox {
	background: #5C606E;
	padding: 10px 20px 10px 20px;
	color: #aeb1b7;
}
.darkbox-liner {
	background: #828282;
	padding: 4px;
	border: 1px solid #5C606E;
	margin: 0 auto 15px auto;
}
.darkbox a {
	color: #d5bd9d;
}

#sitemap {
	border-bottom: 1px solid #5C606E;
	border-top: 1px solid #5C606E;
	padding: 5px 0px 8px 0px;
	margin: 10px 0 10px 0;
	font-size: .9em;
}
#sitemap li {
	list-style: none;
	display: inline;
	padding: 0 7px 0 10px;
	margin: 0;
}
#footer #sitemap a {
	color: #B9B9B9;
	text-decoration: none;
}
/********** TYPE FORMATS ***********/

h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	font-style: italic;
	color: #CF924F;
	margin: 10px 0px 7px 0px;
	padding: 0;
}

h2 {
	font-family: "Georgia", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: none;
	color: #CF924F;
	margin: 10px 0px 5px 0px;
	padding: 0 0 0 0px;
}

h3 {
	font-family: "Trebuchet MS", "Century Gothic", "Helvetica", "Arial", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #666;
	margin: 15px 0px 10px 0px;
	padding: 0 0 0 0px;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	color: #d5bd9d;
	padding: 0px 0px 10px 0px;
}

h5 {
	font-size: 1.2em;
	color: #2c2f35;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 5px 0px 8px 0px;
	margin: 0;
}

h6 {
	font-size: 1.1em;
	color: #5C606E;
	letter-spacing: .06em;
	text-transform: uppercase;
	border-bottom: 1px solid #5C606E;
	border-top: 1px solid #5C606E;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 15px 0 10px 0;
}



.float-l{
	float: left;
	padding: 8px 8px 0px 0px;
}
.float-r{
	float: right;
}
.clear{
	clear: both;
}

/********** FORM STYLE ***********/
.formholder {
	float: right; 
	padding: 5px;
	background: url(/assets/img/bg_formholder.jpg) no-repeat;
	width: 50%;
	margin-left: 10px;
}
.response {
	color: #990000;
}
.text { font-family: Georgia, Times New Roman, serif; font-size: 13px; color: #777777; }
.fmtext { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #777777; }

.button {
  background-color:#DCD3DC;
  border: 1px solid #af9cc3;
  background-image: url(images/bu_orange.gif);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px; font-weight: bold;
  color: #717171;
  height: 25px;
  cursor: hand;
}


input, textarea, select {
	background-color: #fff;
	border: 1px solid #DDD;
	font-size: 1.1em;
	height: 1.6em;
	color: #818273;
	margin-bottom: 0.3em;
	padding: 1px 3px 0px 3px;
	border-left: 3px solid #DDDDDD;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
input:focus, textarea:focus, select:focus {
	background-color: #DDCBB9;
	border-left: 3px solid #BB9F7B;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	color: #444;
}

input:focus, textarea:focus {
	border-left: 3px solid #BB9F7B;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color: #eee;
	color: #444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



	
/********** 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 h2 {
	visibility: hidden;
}









