/* Dyson & Taylor CSS - Adam Clark */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	background: #ededed;
	font: normal 12px/18px arial, helvetica, sans-serif;
	color: #999999;
	}

#wrapper {
	text-align: left;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 768px;
	background: #fff;
	}

#masthead {
	height: 343px;
	}

#logo {
	height: 130px;
	background: #fff url(images/bg_masthead.gif) no-repeat 0 0;
	}

#mainpic {
	height: 192px;
	}

#content {
	width: 500px;
	margin-left: 230px;
	}	

/* button css */
/* Depressed button CSS Created by Bret Merkey http://web.tampabay.rr.com/bmerkey/ */

#buttonDiv {
	text-align:center;
	margin: 0 auto;
	background: transparent;
	width: 768px;
	}

.button a:link {
	BORDER-RIGHT:#686868 1px solid;
	PADDING-RIGHT:1px;
	BORDER-TOP:#fff 1px solid;
	DISPLAY:block;
	PADDING-LEFT:3px;
	FONT-WEIGHT:bold;
	FONT-SIZE:11px;
	PADDING-BOTTOM:1px;
	BORDER-LEFT:#fff 1px solid;
	WIDTH:147px;
	COLOR:white;
	PADDING-TOP:1px;
	BORDER-BOTTOM:#686868 1px solid;
	FONT-FAMILY:arial,helvetica,sans-serif;
	LETTER-SPACING:0.5pt;
	BACKGROUND-COLOR:#aaaaaa;
	TEXT-DECORATION:none;
	}

.button a:visited {
	BORDER-RIGHT:#686868 1px solid;
	PADDING-RIGHT:1px;
	BORDER-TOP:#686868 1px solid;
	DISPLAY:block;
	PADDING-LEFT:3px;
	FONT-WEIGHT:bold;
	FONT-SIZE:11px;
	PADDING-BOTTOM:1px;
	BORDER-LEFT:#fff 1px solid;
	WIDTH:147px;
	COLOR:white;
	PADDING-TOP:1px;
	BORDER-BOTTOM:#003399 1px solid;
	FONT-FAMILY:arial,helvetica,sans-serif;
	LETTER-SPACING:0.5pt; BACKGROUND-COLOR: #aaaaaa; TEXT-DECORATION: none
	}

.button a:hover {
	BACKGROUND-COLOR:#cccccc;
	}
	
.button a:active {
	BORDER-RIGHT:#686868 1px solid;
	BORDER-TOP: #003399 1px solid;
	DISPLAY:block;
	BORDER-LEFT:#003399 1px solid;
	WIDTH: 147px;
	BORDER-BOTTOM:#6868681px solid;
	LETTER-SPACING:1px;
	}
	
.button a:unknown {
	BORDER-RIGHT: #686868 1px solid;
	BORDER-TOP: #003399 1px solid;
	DISPLAY: block;
	BORDER-LEFT: #003399 2px solid;
	WIDTH: 147px;
	BORDER-BOTTOM: #686868 1px solid;
	LETTER-SPACING: 1px
	}

DIV.toc {
	MARGIN-BOTTOM:2em;
	BORDER-LEFT:black 1px solid;
	WIDTH: 147px;
	BACKGROUND-COLOR:#555555;
	}

P.otherlinks A {
	FLOAT: left
	}

/* button css end */

#imagelinks {
	float: left;
	text-align: center;
	width: 200px;
	margin-left: 16px;
	padding-bottom: 20px;
	background: #fff url(images/bg_cat_img.gif) no-repeat center 0;
	}
	
* html #imagelinks {
	margin-left: 8px;
}

#imagelinks img {
	border-style: none;
	}
	
#footer {
	clear: both;
	background-color: #fff;
    width: 768px;
    bottom: 0;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
	}

#content h1 {
	background: #fff url(images/bg_h1.jpg) no-repeat 0 5px;
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #003366;
	margin-bottom: 14px;
	padding-left: 25px;
	}

#content h3 {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #003366;
	padding-left: 10px;
	margin-bottom: 14px;
	}

#content p {
	color: #999;
	padding-bottom: 14px;
	padding-left: 10px;
	}

#content ul {
	list-style-type: square;
	color: #999;
	}
	
#content ul li {
	padding: 0 0 12px 0;
	margin-left: 50px; 
	}

#form {
	width: 400px;
	margin: 0 0 14px 10px;
	}

td {
	font-weight: bold;
	color: #999999;
	}
