/********* Copyright 2005 (C) Walsh Design Inc. | Seattle, WA ************/

	*{padding:0; margin:0;}
	html {
		min-height: 90%;
		margin-bottom: 50px;
	}
	body 
	{
		background: #e33f2b url(../img/bg_body.jpg) no-repeat top center;
		font-size: 69.5%;
		line-height: 100%;
		font-family: "Trebuchet MS", "Helvetica", "Arial", "verdana", sans-serif;
		color: #1F5EA8;
		text-align: left;
	}
	a:link, a:visited
	{
		color: #63BE49;
		text-decoration: none;
	}

	a:hover
	{
		color: #DF4435;
		text-decoration: none;
	}
	a:active
	{
		border: 0; 
		color: #fff;
		text-decoration: none;		
	}
	img
	{
		border: 0; 
		margin: 0; 
		padding: 0;
	}



/********* LAYOUT ************/
	#container {
		position: absolute;
		width: 768px;
		left: 50%;
		margin: 0 0 0 -384px;
		padding: 0;
		background: url(../img/bg_container.gif) repeat-y;
	}
	#liner {
		background: url(../img/bg_liner.jpg) no-repeat;
		padding: 102px 15px 15px 15px;
		min-height: 400px;
		/*min-height in IE fix */
		height:expression(document.body.clientHeight < 400? "400px": "auto" );
	}
	#col1 {
		width: 420px;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
	}
	#col1 a {
		border-bottom: 1px dotted #1F5EA8;
	}
	#col1 a:hover {
		border-bottom: 1px dotted #DF4435;
	}
	#col2 {
		background: url(../img/bg_col2.jpg) no-repeat;
		width: 248px;
		margin: 20px 0 0 0;
		padding: 17px 10px 10px 10px;
		float: right;
		text-align: center;
	}
	#col2 img {
	margin: 7px;
	border: 1px solid transparent;
	padding: 2px;
	}
	#col2 a {
		border: none;
	}
	#col2 a:hover img{
	border: 1px dotted #E33F2B;
	}
	#container-temp {
		position: absolute;
		text-align: center;
		width: 780px;
		left: 50%;
		margin-left: -375px;
		margin-top: 50px;
		padding: 0;
	}
/********* NAVIGATION ************/
	.nav
	 {
	 	border-top: 1px dotted #869ac6;
	 	border-bottom: 1px dotted #869ac6;
		margin: 15px 0 15px 0;
		padding: 6px 6px 6px 6px;
		text-align: left;
		width: 382px;
	 }
	.nav a, #nav a:visited {
		color: #1F5EA8;
		text-decoration: none;
		border:0; margin:0; padding:0;
	}
	.nav a:hover {
		color: #DF4435;
		text-decoration: none;
		border-bottom: 0px dotted #DF4435;
		margin: 0; padding: 0;
}



	.nav li
	{
		font-size: 1.0em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		margin: 0;
		display: inline;
		list-style-type: none;
		padding: 0 0px 0 30px;
		background: url("/assets/img/bullet.gif") no-repeat;
		background-position: 5px;
	}

	
/*********** FOOTER ******/
	#footer {
		background: url(../img/bg_footer.jpg) no-repeat;
		height: 25px;
		margin: 20px 0 0 0; 
		padding: 65px 0 0 0;
		text-align: center;
		font-size: .95em;
		color: #E8A267;
	}
	#footer p{
		padding:4px;
	}
	#footer a:link, #footer a:visited {
	color: #E8A267;
	text-decoration: none;
	border: 0;
}
	#footer a:hover, #footer li:hover {
	color: #8A2E30;
	text-decoration: none;
	border: 0;
	margin: 0;
}


/********** FORM STYLE ***********/

form { 
	margin: 0;
}

label {
	display: none;
}

input.t, input.tr, textarea, select, .file {
	background-color: #F0D2A4;
	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: #D3DBEB;
	border-left: 3px solid #BB0021;
	color: #1F5EA8;
}

input.t, input.tr {
	height: 1.6em;
}

input.tr, textarea.tr {
	border-left: 3px solid #A1001C;
	
}

input.tr:focus, textarea.tr:focus {
	border-left: 3px solid #BB0021;
	background-color: #D3DBEB;
	color: #1F5EA8;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

select, select:focus {
	height: 1.6em;
	padding: 0;
	border: transparent;
	
}


	

/********** TYPE FORMATS ***********/
	p {
		padding:0;
		margin: 5px 0 10px 0;
		font-size: 1.2em;
		line-height: 1.5em;
	}


	h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bolder;
	color: #E6A031;
	margin: 0 0 16px 0;
	padding: 0;
}
	h2{
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #fff;
		margin: 0 0 16px 0;

	}
	h3 {
	font-family: "Trebuchet MS", "Helvetica", "Arial", "verdana", sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #000;
	margin: 20px 0px 5px 0px;
	padding: 0;
}
	h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Serif;
	color: #8A2E30;
	letter-spacing: 0.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;

}
	h5 {
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "verdana", sans-serif;
	color: #304459;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
	h6 {
	font-size: 0.9em;
	font-weight: bold;
	color: #02334F;
	font-style: italic;
	}
	h1, h2, h3, h4, h5, h6, p {
  position: relative;
}





.float-l{
	float: left;
	padding: 5px 5px 5px 0;
}
.float-r{
	float: right;
}
.clear{
	clear: both;
}
em {
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.6em;
	font-size: 1.2em;
	color: #088B57;
	padding-top: 10px;
}
.i {
	font-style: italic;
}


.sm-touch {
border-bottom: 0px dotted #63BE49;
}

li {
	background-image: none;
}
#col2 .one-image {
	padding: 0; margin:0; float: left;
}



