/* LAST UPDATED 03.16.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #006699;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #003366;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #2b85bb; }

a img { border: 0; }

a.rss_feed {
background:transparent url(/images/RSS.png) no-repeat scroll left center;
padding:0 0 0 20px;
}

.small { font-size: 10px; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	padding: 0;
	margin: 0;
	width: 280px;
	height: 231px;
	list-style: none;
}

#nav li {
	display: inline;
	width: 280px;
	height: 32px;
	margin-bottom: 1px;
}

#nav li a {
	display: block;
	text-indent: 14px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	width: 280px;
	height: 32px;
	line-height: 32px;
	background: url('../images/bg-navLink.png') top right no-repeat;
}

body#welcome li#nav-welcome a, 
body#elder li#nav-elder a, 
body#estate li#nav-estate a, 
body#administration li#nav-administration a, 
body#disabilities li#nav-disabilities a, 
body#guardianship li#nav-guardianship a, 
body#contact li#nav-contact a 
	{ background-position: bottom right; }

#nav li a:hover { font-weight: bold; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	background: url('../images/bg.gif') top repeat-x;
}

	#content {
		margin: 0 auto;
		width: 940px;
		padding: 10px 10px 0;
		background: #fff;
	}

		#header { height: 75px; }

		#top { height: 225px; }

			#nav {
				float: left;
				width: 280px;
				height: 225px;
				background: url('../images/bg-nav.gif') top no-repeat;
			}
	
			#subHeader {
				float: right;
				width: 659px;
				height: 225px;
			}

				#subHeader .col-1 {
					float: left;
					width: 423px;
					height: 225px;
				}
	
				#subHeader .col-2 {
					float: right;
					width: 235px;
					height: 225px;
					line-height: 0;
				}

		#stairs {
			float: left;
			width: 280px;
			height: 301px;
			background: url('../images/stairs.jpg') top no-repeat;
		}

		#mainContent {
			float: right;
			padding-top: 30px;
			width: 622px;
			background: url('../images/bg-mainContent.gif') top right no-repeat;
		}

               #mainContent2 {
			float: right;
			padding-top: 30px;
			width: 622px;
			background: none;
		}

#footer {
	padding-bottom: 64px;
	height: 64px;
	background: url('../images/bg-footer.gif') top repeat-x;
}

	#footer .content {
		width: 900px;
		margin: 0 auto;
		color: #fff;
	}

		#footer .content span {
			float: right;
			text-align: right;
			width: 400px;
			line-height: 55px;
		}

			#footer .content span a {
				color: #fff;
				text-decoration: none;
			}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

#mainContent2 table {
	width: 580px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

	td.main {
		width: 353px;
		padding: 0 35px 0 0;
	}

      td.main2 {
		width: 578px;
		padding: 0 35px 0 0;
	}

	td.sidebar {
		width: 225px;
		padding: 0;
	}

	td.sidebar ul { list-style: none; }

	td.sidebar li {
		background: url('../images/li.gif') 0 6px no-repeat;
		padding-left: 25px;
		line-height: 21px;
		color: #666;
	}

	td.sidebar a.arrow {
		background: url('../images/arrow.gif') 100% 5px no-repeat;
		padding: 0 15px 0 45px;
	}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#search input.textbox {
	
}

#search input.button {
	
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 22px; }

	#header h1 {
		float: left;
		padding: 0 0 0 10px;
		font-size: 22px;
		color: #003366;
		line-height: 65px;
	}

h2 { font-size: 22px; }

	#header h2 {
		float: right;
		padding: 0 10px 0 0;
		font-size: 18px;
		color: #003366;
		line-height: 65px;
	}

	#mainContent h2, #mainContent2 h2 {
		font-size: 16px;
		color: #003366;
		line-height: 1.2em;
	}

h3 { font-size: 14px; font-weight: bold;}

	#footer h3 {
		float: left;
		width: 365px;
		height: 64px;
		text-align: center;
		padding: 0;
		line-height: 55px;
		background: url('../images/h3-footer.gif') bottom no-repeat;
	}

	#footer h3 a {
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}

h4 { font-size: 16px; }

img.left {
	float: left;
	padding: 8px 8px 8px 0;
	margin: 0 10px 5px 0;
}
img.right {
	float: right;
	padding: 8px 0 8px 8x;
	margin: 0 0 5px 10px
}
.image_clear {
	clear: both;
	display: block;
	padding-top: 12px;
}

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */