/*-----------------------------------------------------------------------------
Port of Kennewick

version:   1.0
author:    imageworks - seth burnett
website:   http://www.imageworksdigital.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
html
{
height: 100%;
}

body
{
background-color:#032849;
margin:0 auto 0 auto;
height: 100%;

}

#nonFooter
{	
	background:url(../images/background.png) repeat-y #032849;
	position: relative;
	min-height: 100%;
	width: 955px;
	margin:0 auto;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
	background:url(../images/footer.png) no-repeat #032849;
	position: relative;
	height:35px;
	margin: -65px auto 0 auto;
	width: 936px;
	padding: 30px 19px 0 0;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px Tahoma, Verdana, "Lucida Grande", "Lucida Sans", "Trebuchet MS", sans-serif;
  color:#455467;
  line-height:22px;
}

#footer { color:#FFFFFF;}

li { list-style-image:url(../images/bullet.png); }



/* =Headings
-----------------------------------------------------------------------------*/
h1 { font-size:20px; font-style:normal; font-weight:normal; color:#00549f;}
h2 { font-size:16px; font-style:normal; font-weight:normal; color:#FFFFFF;}


/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited {	color:#00549f;
	border-bottom:1px dotted #00549f;
	text-decoration:none; }

a:hover, a:active {
	border-bottom:1px solid #00549f;
	text-decoration:none;
	 }
	
p a:link, p a:visited {	color:#00549f;
	border-bottom:1px dotted #00549f;
	text-decoration:none; }

p a:hover, p a:active {
	border-bottom:1px solid #00549f;
	text-decoration:none;
	 }

#footer a:link, #footer a:visited { color:#ffffff; text-decoration:none; border-bottom:1px solid #ffffff; }
#footer a:hover, #footer a:active { color:#00549f; border-bottom:1px dotted #00549f;   }

a img { border:0; } 

img a {border:0; }

#header a {border:none;}

#main_img a {border:none;}

/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#copy {
	padding:0 55px 0 55px;
}

#main_img {
	width:280px;
	float: right;
	margin: 0 35px 0 35px;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 0px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/

#creditfooter { display:none;}


/* =Misc 2
-----------------------------------------------------------------------------*/

