body	{
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #000;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	background: url(/../images/bg.gif) repeat-y #e6e6e6;
	}

div, span, p, td, table	{
	font: 10px verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	}

a	{
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

a:hover	{
	text-decoration: none;
	color: #000;
	background: transparent;
	}

form	{
	display: inline;
	}

#wrapper	{
	width: 780px;
	padding: 0;
	position: relative;
	}

#content	{
	padding: 130px 45px 40px 45px;
	}

#logo	{
	width: 401px;
	height: 147px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background: #fff;
	}

#logo-small	{
	width: 209px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background: #fff;
	}

#rotator	{
	width: 377px;
	height: 330px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 402px;
	background: #fff;
	}

#nav	{
	width: 614px;
	padding-bottom: 43px;
	padding-left: 165px;
	position: absolute;
	top: 147px;
	left: 0;
	z-index: 1;
	background: url(../images/nav-bg.gif) no-repeat transparent;
	}

#red	{
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-align: center;
	width: 300px;
	position: absolute;
	top: 20px;
	left: 230px;
	z-index: 3;
	background: transparent;
	}

#red-content	{
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-align: center;
	width: 300px;
	position: absolute;
	top: 20px;
	left: 470px;
	z-index: 3;
	background: transparent;
	}

#about-us a	{
	width: 112px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 171px;
	z-index: 2;
	background: url(../images/nav-about-us.gif) no-repeat;
	}

#about-us a:hover	{
	width: 112px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 171px;
	z-index: 2;
	background: url(../images/nav-about-us.gif) 0 -42px no-repeat;
	}

#contact-us a	{
	width: 119px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 283px;
	z-index: 2;
	background: url(../images/nav-contact-us.gif) no-repeat;
	}

#contact-us a:hover	{
	width: 119px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 283px;
	z-index: 2;
	background: url(../images/nav-contact-us.gif) 0 -42px no-repeat;
	}

#home-text	{
	width: 370px;
	line-height: 1.4em;
	padding: 200px 0 0 25px;
	}

#search	{
	width: 780px;
	height: 238px;
	margin-top: 50px;
	background: url(../images/home-search-bg.gif) no-repeat center; 
	}

#search a	{
	text-decoration: underline;
	color: #006;
	background: transparent;
	}

#search a:hover	{
	text-decoration: none;
	color: #006;
	background: transparent;
	}

#search-text-blue	{
	font-size: 12px;
	font-weight: bold;
	color: #006;
	background: transparent;
	}

#legend	{
	width: 350px;
	margin: 20px auto 30px 215px;
	}

#legend .p1	{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background: #999;
	}

#legend .p2	{
	margin: 0;
	padding: 5px;
	background-color: #ccc;
	}

#footer {
	width: 780px;
	text-align: center;
	left: 0;
	top: 0;
	position: relative;
	}

#footer-text	{
	font: 9px verdana, arial, helvetica, sans-serif; 
	width: 670px;
	padding: 10px;
	border-top: 1px solid #ccc;
	margin: auto;
	}

#date	{
	font: 9px verdana, arial, helvetica, sans-serif; 
	color: red;
	position: absolute;
	top: 135px;
	left: 590px;
	z-index: 4;
	background: transparent;
	}

#search-results	{
	width: 690px;
	border: 1px solid #666;
	background-color: #fff;
	}

	
/*Classes*/

.input	{
	font: 10px verdana, arial, helvetica, sans-serif; 
	color: #000;
	padding: 0;
	margin: 0;
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	}

.title	{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	}

.results-header	{
	color: #fff;
	padding: 5px;
	background: #666;
	}

.results-listing	{
	padding: 5px;
	}

.results-listing a	{
	text-decoration: underline;
	color: red;
	background: transparent;
	}

.results-listing a:hover	{
	text-decoration: none;
	color: red;
	background: transparent;
	}

.results-listing2	{
	padding: 5px;
	background-color: #ddd;
	}

.results-listing2 a	{
	text-decoration: underline;
	color: red;
	background: transparent;
	}

.results-listing2 a:hover	{
	text-decoration: none;
	color: red;
	background: transparent;
	}
	