/* style sheet by Orin Buck */

body {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin : 0;
	background-color : #ffffee;
/*	background-color : #988D8D;
	background-image: url("art/back.jpg");
*/	color: #222122;
	}
a:link { 
	color : #660000;
	text-decoration : underline;
	}
a:visited {
	color : #333333;
	text-decoration : underline;
	}
a:active {
	color : ff0000;
	text-decoration : underline;
	}
a:hover {
	color : #0000ff;
	text-decoration : none;
	}
#homepage .home,
#servicespage .services,
#aboutpage .about,
#contactpage .contact {
	color: #0f50a2;
	border-bottom: 1px solid #0f50a2; 
	}
#nav {
	text-align:center;
	width: 450px;
	height:20px;
	margin: 3px 10px 0 10px;
	}
#nav ul {
	text-align:center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#nav ul li {
	display: inline;
	width: 24%;
	float:left;
	font-size: 11px;
	line-height: 16px; 
	vertical-align: center;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	margin: 0 auto;
	padding: 4px;
	color: #777;
	text-decoration: none;
	letter-spacing: 2px;
	}
#nav ul li a:hover {
	background-color: #eee;
	color: #000;
	border-bottom: 1px solid #999; 
	}
#homepage .home:hover,
#servicespage .services:hover,
#aboutpage .about:hover,
#contactpage .contact:hover {
	background-color: #fff;
	}


td {
	font-size: 12px;
	padding:0;
	}
tr {
	padding:0;
	}

td.menu:hover {
	font-size: 12px;
	background : black;
	}

td.small {
	font-size: 11px;
	}

p {
	font-size: 12px;
	color : #000000;
	line-height: 19px;
	letter-spacing : 1px;
	margin-top: 8px;
	margin-bottom: 8px;
/*	text-indent: 20px;*/
	}
p.first {
	text-indent: 0;
	}

p.tallspacing {
	font-size: 12px;
	color : #000000;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 14px;
	}
p.size11px {
	font-size: 11px;
	color : #000000;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 6px;
	}


form { 
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px; 
	line-height: 1;
	}

input { 
	font-size : 11px; 
	line-height: 1;
	}

textarea { 
	font-size : 11px; 
	line-height: 1;
	}

select { 
	font-size : 11px; 
	line-height: 1;
	}

h1 {
	font-family : "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	line-height: 30px;
	letter-spacing : 2px;
	color : #999999;
	font-weight : bold;
	margin-top: 4px;
	margin-bottom: 4px;
	}

h2 {
	font-family : "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	line-height: 24px;
	letter-spacing : 2px;
	color : #000066;
	font-weight : bold;
	margin-top: 6px;
	margin-bottom: 12px;
	}

h3 {
	font-family : "Century Gothic", Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px; 
	color : #000;
	line-height: 16px;
	letter-spacing : 1px;
	font-weight : bold;
	margin-top: 4px;
	margin-bottom: 2px;
	}

h4 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px; 
	color : #999999;
	line-height: 16px;
	font-weight : bold;
	margin-top: 4px;
	margin-bottom: 2px;
	}

li {
	font-size : 12px; 
	line-height: 18px; 
	margin-left: 0px;
	margin-bottom: 8px;
	list-style-type: square;
	}

td.spacerline {
	background-color : #999999;
	}

a.tight:link {
  	font-size: 11px; 
	line-height: 13px;
	}

a.tight:hover {
  	font-size: 11px; 
	line-height: 13px;
	}

a.tight:visited {
  	font-size: 11px; 
	line-height: 13px;
	}

a.tight:active {
  	font-size: 11px; 
	line-height: 13px;
	}
	
p.picinfo {
	font-size: 10px; 
	line-height: 13px;
	color : #888888;
	}

p.tight {
  	font-size: 11px; 
	line-height: 13px;
	}

p.tightsmall {
  	font-size: 9px; 
	line-height: 10px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	}

p.caption {
	font-size: 9px;
	line-height: 11px;
	margin-top: 2px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
    }
    
p.copyright {
  	font-size : 9px; 
	color : #999999;
	line-height : 11px;
	letter-spacing : 2px;
    margin-top : 2px;
    font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
    }
.error {
	color : red;
	background: yellow;
	}
#contactform {
	width:300px;
	display:block;
	}
.formline {
	display:block;
	text-align:right;
	padding:4px;
	}
form .formline label {
	width:120px;
	text-align:right;
	}
#content {
	width: 380px;
	margin: 30px 42px 42px 48px;
	}
