/*
-----------------------------------------------
washington life site styles
version:  0.1
----------------------------------------------- */

/* Global Tag Styles
----------------------------------------------- */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 31px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 11px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}


input, select, textarea {
	border: 1px solid #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}

select {
	font-size: 10px;
	padding: 0px;
}

label {
	font-size: 12px;
}

p {
	margin: 0px 0px 5px 0px;
}

/* Global Class Styles
----------------------------------------------- */

.green {
	color: #00a651;
}

.red {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

.noBorder {
	border: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.noMargin {
	margin: 0px;
}

.noPadding {
	padding: 0px;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.smallFont {
	font-size: 10px;
}

.mediumFont {
	font-size: 14px;
}

.largeFont {
	font-size: 18px;
}

/* Main Body
----------------------------------------------- */

#main {
	background-color: #fff;
	font-family: georgia, serif;
	font-size: 10px;
	margin: 0px auto;
	position: relative;
	top: 15px;
	width: 780px;	
}


/* Logo Header
----------------------------------------------- */
#header {
	background-color: #bdd6de;
	height: 82px;
	margin-bottom: 7px;
}

#masthead {
	position: relative;
	top: 20px;
	left: 20px;
}

/* Main Navigation
----------------------------------------------- */
#nav1 {
	margin: 0px;
	padding: 0px;	
	width: 150px;
	position: absolute;
	top: 20px;
	right: 190px;
}

#nav1 ul {
	border: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;	
}

#nav1 li	{
	display: block;
	font: bold 10px tahoma, helvetica, sans-serif;	
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;	 	
}

#nav1 li a {
	color: #457196;
	display: block;	
	padding: 1px 0px 0px 3px;	
	text-decoration: none;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;	
}
	
html>#nav1 li a {
	/* Width value included for Opera */
	width: 128px;
}
	
#nav1 li a.active {
	color: #336666;
}

#nav1 li a:hover {
	display: block;	
	padding: 1px 0px 0px 3px;
	text-decoration: underline;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;
}

#nav2 {
	margin: 0px;
	padding: 0px;	
	width: 150px;
	position: absolute;
	top: 20px;
	right: 20px;
}

#nav2 ul {
	border: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;	
}

#nav2 li	{
	display: block;
	font: bold 10px tahoma, helvetica, sans-serif;	
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;	 	
}

#nav2 li a {
	color: #457196;
	display: block;	
	padding: 1px 0px 0px 3px;	
	text-decoration: none;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;	
}
	
html>#nav2 li a {
	/* Width value included for Opera */
	width: 128px;
}

#nav2 li a.active {
	color: #336666;
}
	
#nav2 li a:hover {
	display: block;	
	padding: 1px 0px 0px 3px;
	text-decoration: underline;
	/* 
	** False value for IE4-5.x/Win 
	** Voice-family comment hack
	*/	
	width: 125px;  
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */
	width: 128px;
}

/* Content
----------------------------------------------- */
#content { 
	position: relative; 
}