/* Global
----------------------------------------------- */
html {height: 101%; overflow: scroll;}
body {
	margin: 0; padding: 0;
	color: #444;
	/*font: 14px/1.5 Garamond, "Times New Roman", Georgia, serif;*/
	font: 0.73em/1.5 Verdana, "Times New Roman", Georgia, serif;
	/*border-top: 4px solid #444; */
	
}

a {
	color: #c33;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

p {
	margin: 1em 0;
	line-height: 1.7;
}

hr {display: none;}

/* Structure
----------------------------------------------- */
#page {
	margin: 0 auto; padding: 0 0 50px 0;
	width: 800px;
	position: relative;
	background-color: #fff;
}
	#header {
		margin: 0; padding: 40px 20px 5px 20px;
		border-bottom: 1px dotted #ccc;
	}
		#header h1.logo {
			float: left;
		}
		#header ul.navigation {
			margin: 0; padding: 25px 0 0 0;
			width: 315px;
			float: right;
		}

	#banner {
		margin: 0; padding: 20px 20px 15px 20px;
		border-bottom: 1px dotted #ccc;
	}
		#banner h2.tagline {
			float: left;
		}
		#banner .categories {
			width: 380px;
			float: left;
		}


	#content {
		margin: 0; 
		padding-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}

#footer {
	margin: 0; padding: 5px 20px;
	border-top: 1px dotted #ccc;
}


.clear:after,
#header:after,
#banner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear,
#header,
#banner {display: inline-block;}
/* ie5 mac \*/
* html .clear,
* html #header,
* html #banner {height: 1%;}
.clear,
#header,
#banner {display: block;}
/* end ie5 mac */



/* Headlines
----------------------------------------------- */
#header h1.logo {
	width: 216px; height: 62px;
	background-image: url(../images/LysanderPRLogo.jpg);
}
	#header h1.logo a {width: 216px; height: 62px;}



#content {}
	#content h4 {
		margin: 0; padding: 0 0 10px 0;
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
	}
		#content h4 a {color: #444;}



.replace {
	margin: 0; padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	outline: none;
}
	.replace a {
		display: block;
		outline: none;
	}





/* Navigation
----------------------------------------------- */
#header ul {
	margin: 0; padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 2;
	height: 21px;
}
	#header ul li {display: inline;}
		#header ul li a {
			position: absolute;
			background: url(../images/nav_bg.gif) no-repeat;
			height: 21px;
			display: block;
		}

		#header ul li#home_link a {
			background-position: 0 0;
			width: 40px;
			left: 0;
		}
		#header ul li#home_link a:hover,
		#header ul li#home_link.active a {background-position: 0 -21px;}

		#header ul li#services_link a {
			background-position: -40px 0;
			width: 60px;
			left: 40px;
		}
		#header ul li#services_link a:hover,
		#header ul li#services_link.active a {background-position: -40px -21px;}
		

		#header ul li#about_link a {
			background-position: -100px 0;
			width: 60px;
			left: 100px;
		}
		#header ul li#about_link a:hover,
		#header ul li#about_link.active a {background-position: -100px -21px;}

		#header ul li#client_link a {
			background-position: -150px 0;
			width: 50px;
			left: 150px;
		}
		#header ul li#client_link a:hover,
		#header ul li#client_link.active a {background-position: -150px -21px;}

		#header ul li#credo_link a {
			background-position: -207px 0;
			width: 57px;
			left: 207px;
		}
		#header ul li#credo_link a:hover,
		#header ul li#credo_link.active a {background-position: -207px -21px;}

		#header ul li#contact_link a {
			background-position: -257px 0;
			width: 68px;
			left: 257px;
		}
		#header ul li#contact_link a:hover,
		#header ul li#contact_link.active a {background-position: -257px -21px;}



/* Banner
----------------------------------------------- */
#banner {}
	#banner ul {
		margin: 0; padding: 0;
		list-style-type: none;
	}
		#banner ul li {
			width: 115px;
			padding: 0 0 0 10px;
			float: left;
			background: url(../images/bullet_bg.gif) 0 8px no-repeat;
		}
			#banner ul li a {}
			#banner ul li a.active {font-weight: bold; text-decoration: underline;}

		#banner ul li.all_link {
			background: none;
		}
			#banner ul li.all_link a {
				color: #444;
				font-weight: bold;
			}



/* Content
----------------------------------------------- */
#content {}
	#content ul.features {
		margin: 0; padding: 0;
		list-style-type: none;
	}
		#content ul.features li {
			margin: 0; padding: 0 20px 20px 0;
			width: 175px;
			float: left;
		}
		* html #content ul.features li {padding-right: 17px;}

		#content ul.features li.row_end {padding-right: 0;}
		#content ul.features li.row_start {clear: both;}
			#content ul.features li a img {border: 1px solid #c33;}
			#content ul.features li a:hover img {border-color: #999;}

			#content ul.features li dl {
				margin: 0; padding: 0;
			}
				#content ul.features li dl dt {
					margin: 0; padding: 0;
					font-size: 11px;
					line-height: 1;
					text-transform: uppercase;
					letter-spacing: 0.5px;
				}
				#content ul.features li dl dd {
					margin: 0; padding: 0 0 10px 0;
					font-size: 16px;
					line-height: 1;
				}

	#content ul.page_nav {
		margin: 0; padding: 0;
		list-style-type: none;
	}
		#content ul.page_nav li {
			width: 380px;
			display: block;
		}
		#content ul.page_nav li.older {float: left; text-align: left;}
		#content ul.page_nav li.newer {float: right; text-align: right;}

	/* archives */
	.rssCcat {
		margin: 0; padding: 15px 0 0 0;
		font-size: 18px;
	}
	a.archive_screen img {border: 1px solid #c33;}
	a.archive_screen:hover img {border-color: #999;}
	
	img.floatLeft { 
	    float: left; 
	    margin-right: 12px;
	    margin-bottom: 10px;
	    margin-top: 5px;
	}
	
	img.floatRight { 
	    float: right; 
	    margin-left: 5px;
	    margin-right: 70px;
	    margin-bottom: 5px;
	}



/* Footer
----------------------------------------------- */
#footer {}
	#footer p {
		margin: 0; padding: 0;
		text-align: right;
		font-size: 90%;
		color: #666;
	}

	#footer a {
		color: #666;
	}
	
	


