body {
	background-color: #ffffff;
}

body, td {
	font-family: arial, sans serif;
	font-size: 11pt;
}
#wrap {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
#outerhead {
	background-image: url(graphics/fluffy2_head.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#outer {
	background-image: url(graphics/fluffy2.png);
	background-repeat: repeat-y;
	background-position: top center;
	width: 790px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#outerfoot {
	background-image: url(graphics/fluffy2_foot.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 10px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

form {
	padding: 4px 0px;
	margin: 0px;
	vertical-align: bottom;
}

form label {
	font-weight: bold;
	color: #445856;
}
input {
	/*border: solid 1px #000000;*/
	margin: 0px;
	padding: 0px;
}

button {
	border: none;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	cursor: pointer;
}

div.services {
	color: #666666;
	font-size: 10pt;
}
h2 {
	color: #445856;
}
h3 {
	color: #445856;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
h4 {
	color: #445856;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
}

ul, ol {
	list-style-position: outside;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.menu {
	list-style-image: url(graphics/bullet.gif);
	list-style-position: outside;
	margin: 0px;
	margin-right: 8px;
	padding: 0px;
	padding-left: 14px;
	font-size: 8pt;
}
ul.menu li {
	margin-bottom: 4px;
}
ul.branded {
	list-style-image: url(graphics/bullet.png);
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
	padding-left: 2px;
}
ul.branded li {
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 4px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:link, a:active {
	color: a80f00;
}

a:hover, a:visited {
	color: a80f00;
}

a:hover {
	text-decoration: underline;
}

.content {
	font-family: verdana, arial, sans serif;
	background-color: #ffffff;
	background-image: url(graphics/background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0px;
	/*padding-right: 8px;*/
	/*border: 1px solid #445856;*/
	/*border: 1px solid #000;
	border-top: none;*/
	border: none;
}

.content p {
	font-family: verdana, arial, sans serif;
	color:#666666;
	font-family:verdana;
	font-size:10pt;
	line-height:16pt;
	margin-right: 8px;
}

.side {
	background-image: url(graphics/sunflower.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 4px 4px 0px 4px;
	margin: 0px;
}

table.roadtable th {
	text-align: left;
	color: #445856;
}

div.photoframe {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;	
}

div.announcement {
	width: 487px;
	background-color: #fff;
	border: 1px solid #c34e25;
	margin-bottom: 5px;
}

div.announcement p {
	margin: 5px;
}

div.announcement h3 {
	margin-top: 5px;
	margin-left: 5px;
}

.menubar {
	width: 5%;
}

#mainnav {
	background-image: url(graphics/isl_menu_bkg4.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	height: 28px;
	text-align: center;
	font-family: verdana, arial, sans serif;
	font-size: 0.8em;
}
#mainnav ul {
	margin: 0;
	padding: 0;
	height: 28px;
}
#mainnav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#mainnav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#mainnav ul li a:hover {
/*	color: #723a33;*/
	color: #f3dc00;
	text-decoration: none;
}
#mainnav ul li a:active {
	color: #d4842b;
	text-decoration: none;
}

#newsscroller {
	width: 150px;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 8px;
	text-align: left;
}

#newsscroller ul {
	font-size: 0.7em;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#newsscroller li {
	margin: 0px;
	padding: 0px;
}

#newsscroller li p {
	font-size: 8pt;
	line-height: 9pt;
}

#newsscroller li a {
}

#newsscroller li span.date {
}

div.pdfdownload {
	float: left;
	margin: 5px;
	vertical-align: middle;
	text-align: center;
}
div.pdfdownload img {
	border: 1px solid #94a4a3;
}
div.pdfdownload span {
	font-size: 0.9em;
}
br.clear {
	float: none;
	clear: both;
}

dl.links {
	font-size: 0.8em;
}
dl dd {
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	float: left;
	color:#666666;
}
dl dt {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

td.side strong {
	color: #445856;
}

input.searchbox {
	background-image: url(graphics/search_bkgd2.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border:0px solid #FFFFFF;
	color:#666666;
	font-family:verdana;
	font-size:9pt;
	height:26px;
	line-height:9pt;
	margin:0px;
	padding:5px;
	width:98px;
	margin-right: 1px;
	float:left;
}
input.searchgo {
	border: 0px none;
	margin-left: 1px;
}
form.searchform {
	height: 26px;
}

ul.staff {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.staff li {
	margin-bottom: 6px;
}

/*div.services {
	background-image: url(graphics/services_bkgd.jpg);
	background-position: top center;
}*/

.roadbkgd {
	background-image: url(graphics/services_bkgd.jpg);
	background-position: top center;
}