/*Core Elements
************************************/

	html {
		height: 100%;
		margin:0;
	}

	body {
		margin: 0;
		font-size: 80%;
		line-height: 135%;
		font-family: Georgia, sans-serif;
		background-color: #999966;
	}

	p {
	  /* setup some more readable paragraph spacing */
	  margin-top: 10px;
	  margin-bottom: 15px;
	}

	h1, h2, h3, h4 {
		/* setup some more readable header spacing */
		padding-bottom: 5px;
		margin: 10px 0;
		font-weight: normal;
		line-height: 100%;
	}

	h1 { 
		font-size: 200%;
		line-height: 100%;
	}

	h2 {
		font-size: 175%;
		line-height: 100%;
	}

	h3 {
		font-size: 150%;
	}

	h4 {
		font-size: 120%;
	}

	a {
		text-decoration: none;
		color: #660000;
	}

	a:hover {
		text-decoration: underline;
	}

/*Layout Elements
*********************************************/

	.clr
	{
	   clear: both;
	}

	#container
	{
		margin: 20px auto;
		width: 780px;
		padding:0px;
	}

	#topleft
	{
	  background:transparent url(top_left.png) 0 0 no-repeat;
	  width:780px;
	  padding:0;
	}

	#topright
	{
	  background:transparent url(top_right.png) top right no-repeat;
	  width: 780px;
	  padding:0;
	}

	#toprepeat
	{
	  background:transparent url(top_repeat.png) repeat-x 0 0;
	  margin:0 34px;
	  height:125px;
	  overflow:hidden;
	}

	#logo
	{
		width:475px;
		height:70px;
		margin-top:35px;
		margin-left:20px;
		color:#fff;
		background: transparent url(logo.png) 0 0 no-repeat;
	}
	
	#logo h1
	{
		margin-left: -99999px;
		line-height:70px;
		font-size:2em;		
	}
	
	#logo h1 a
	{
		
	}
	
	#bodywrapper
	{
		background: transparent url(body_shadow.png) top left no-repeat;
		margin:0 auto;
		min-height:440px;
	}
	
	#contentwrapper
	{
		background: #fff url(top_body_shadow.png) top middle no-repeat;
	}
	
	#content
	{
		/*background: #fff url(bottom_body_shadow.png) bottom middle no-repeat;*/
		background-color:#fff;
		padding:10px 15px;
		width:720px;
		text-align: left;
		margin-top:0;
		margin-bottom:0;
		margin-left:14px;
		margin-right:auto;
	}
	
	#dash
	{
		background: transparent url(bottom_dash.png) bottom left no-repeat;
		height:147px;
		overflow:hidden;
		width:780px;
		margin:0 auto;
		text-align:center;
	}
	
	#footer
	{
		margin:10px auto;
		color: #fff;
		font-size:small;
		text-align:center;
		padding:10px;
	}
	
	#footer a, #footer a:hover, footer:visited
	{
		color: #fff;
	}
	
	a img {
		border: 0;
	}
	
	#actnow
	{
		margin:10px;
	}
	
	#smilingclient
	{
		border-right:solid 25px #fff;
	}
	
	.specialtext
	{
		font-size:1.5em;
		line-height:1.5em;
		margin:1em;
	}
	
	
	.specialtext > ul, .specialtext > ul li
	{
		margin-left: 35px;
		list-style-type:none;
		font-size: 1em;
		line-height: 1.3em;
	}
	
	p.location
	{
		color: #955022;
	}
	
div.feed {
	margin-top:10px;
	float:right;
	margin-bottom:10px;
	border-top:solid 3px #330000;
	text-align:left;
	width:64%;
	margin-right:15px;
}	

div.feed-title {
	background-color:#330000;
	color:#fff;
	padding:1px;
}

div.feed-title h3 {
	margin-left:10px;
	font-size:normal;
}

div.feed-title a {
	color: #fff;
}

div.feed-title a:hover {
	text-decoration:underline;
}

ul.feed-list {
	text-algin:left;
	line-height:2em;
}

	/*Main Navigation
*******************************************************/
	#navbar
	{
		background: #fff url(nav_bar.png) 0 0 repeat-x;
		height:49px;
		display:block;
		width: 740px;
		margin-left:14px;
		padding-left:10px;
		text-align:center;
		font: bold 1em/1em Verdana, Arial, Helvetica;
	}

	#nav {
	   margin:0;
	   padding-top:6px;
	   list-style-type:none
	   overflow:hidden;
	}

	#nav li {
	   display:inline;
	   padding:0;
	   margin:0;
	}

	#nav a:link,
	   #nav a:visited {
	   color:#330000;
	   background:transparent;
	   padding:10px 20px;
	   float:left;
	   width:auto;
	   text-decoration:none;
	}

	#nav a:hover {
	   color:#fff;
	   background:#330000;
	}
	