/* ------------------------------------
Keith Palmer Style Sheet (screen)
version: 2.0
website: http://www.keithpalmer.org
------------------------------------- */


/*typography and colours
--------------------------------------*/


body {
	margin:0;
	padding:16px;
	background:url(../images/background.gif) top left repeat-y;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:small;
	}
	
p, #content ul {
	line-height:1.6em;
	 }
	 
h1 {
	font-size:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	} 
	
h2 {
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	} 	

a {
	color:#09C;
	}
	
a:hover {
	color:#663;
	}
	
.breadcrumb {
	color:#666;
	font-size:90%;
	}
	
.breadcrumb a {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #999;
	}	
	
.breadcrumb a:hover {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #999;
	}	
	
.temphighlight {
	color:#F00;
	font-weight:bold;
	}
	
/*external links
--------------------------------------*/

a[href^="http:"] {
	background:url(../images/external.gif) no-repeat right top;
	padding-right:10px;
	}

a[href^="http://www.keithpalmer.org"] {
	background-image:none;
	padding-right:0;
	}

/*structure
--------------------------------------*/


#content {
	margin: 0 0 25px 150px;
	}
	
#content.home {
	background: url(../images/biz1.jpg) no-repeat left top;
	padding-top:110px;
	}	
	
.button {
	margin: 20px 55px 10px 10px;
	width:132px;
	float:left;
	}
	
.button a {
	display:block;
	text-align:center;
	margin-top:10px;
	text-decoration:none;
	}	
	
		

/*navigation
--------------------------------------*/

#navigation {
	float:left;
	width:120px;
	top:10px;
	}
	
#navigation ul {
	margin:20px 0 0 0;
	padding:0;
	}
	
#navigation ul li {
	list-style-type:none;
	padding-bottom:15px;
	}
	
#navigation a {
	color:#000;
	text-decoration:none;
	}
	
#navigation a:hover {
	color:#09C;
	text-decoration:none;
	}	
	
/*form
--------------------------------------*/	

label {
	display:block;
	float:left;
	padding-bottom: 5px;
	width:10em;
	}
	
input[type="text"], textarea {
	border:#ccc solid 1px;
	}	
	
fieldset {
	border:#ccc solid 1px;
	}		
	
legend {
	display:none;
	}	
	
form {
	width:600px;
	}
	

/*other
--------------------------------------*/
	
.clear {
	clear:both;
	}	
	
.hidden {
	display:none;
	}	
	
div.rule {
	height: 1px;
	border-top: 1px solid #cccccc;
	margin: 20px 0 20px 0;
	}

div.rule hr {
	display: none;
	}	
	
img {
	border:none;
	}

	