/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#eee;
}
body p {
margin-top:5px;
margin-bottom:5px;
}
body h1 {
font-size:25px;
font-weight:bold;
}
body h2 {
font-size:15px;
font-weight:bold;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
 background:#fff;
}
#header {
 color: #333;
 width: 740px;
 float: left;
 padding: 10px;
 height: 75px;
 margin: 0px 0px 0px 0px;
}
#header img {
 float:left;
}
#address {
 font-size: 10px;
 color: #666;
 float:right;
 }
#navigation {
 float: left;
 width: 740px;
 padding: 10px;

 border-bottom: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #fff;
}

#nav, #nav ul { /* all lists in nav */
	padding: 0;
	margin: 0;
	list-style: none;
	/*width:760px;*/
	height:inherit;
}
#nav a {
	display: block;
	white-space:nowrap;
	color:#005A76;
	font-size:12px;
	text-decoration:none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	
}
#nav li:hover {
	text-decoration:none;
	border-top: 2px solid #005A76;
}

#nav li { /* all list items */
	float:left;
	padding:4px 13px 0px 13px;
	border-top: 2px solid #fff;
}

#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 175px;
 float: left;
 border-top:4px solid #ccc;
}
#leftnav ul {
	padding: 0;
	margin: 0;
	height:inherit;
}
#leftnav li {
	padding: 5px 5px 5px 10px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ccc;
}
#leftnav li:hover{
	border-left: 5px solid #005A76;
	background:#eee;
}
#leftnav a{
	color:#666;
	text-decoration:none;
}
#rightcolumn { 
 float: right;
 color: #333;
 /*border: 1px solid #ccc;*/

 margin: 0px 0px 0px 0px;
 padding: 10px;
 /*height: 330px;*/
 width: 555px;
 display: inline;
}
#footer { 
 width: 740px;
 clear: both;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 border-top: 1px solid #ccc;
}
#footer p {
	text-align: center;
	font-size: 10px;
	color: #666;
}

/*home page three column layout*/
	#block_1
	{
	float: left;
	width: 32%;
	margin-left: 33%;
	border-left:1px dashed #666;
	border-right:1px dashed #666;
	padding: 5px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 32%;
	margin-left: -66%;
	padding: 5px;
	}
#block_3
	{
	float: left;
	width: 32%;
	padding: 5px;

	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper3
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper3:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper3
	{
	display: inline-block;
	background-color:#fff;
	}
/*\*/
#wrapper3
	{
	display: block;
	}
/* end easy clearing */

#wrapper3 li {
	margin-left:20px;
}
#wrapper3 li a {
text-decoration: none;
color:#000;
}
#wrapper3 li a:hover {
text-decoration: underline;
}