/* Styles.css manages all the styles of the website. The user will note that there is also a file named Pagestyles.css. The sole purpose of Pagestyles.css is to allow a user updating the site to use the 'Design View' in Dreamweaver accordingly Pagestyles.css has no effect at all on the actual website once it is loaded */

/* global */

html, body {
	background-color:#dfdfd1;background-image:url(images/bg.gif);background-repeat:repeat;
	color:#4a4a4a;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	min-height:450px;
}

ul, ol {text-decoration:none;list-style:inside;margin:0;padding:0;}
li {text-decoration:none;list-style:decimal inside;}

a:link, a:visited {color:#008159;text-decoration:none;cursor:pointer;}
a:hover {color:#CD5C44;text-decoration:none;cursor:pointer;}
a:active {color:#314444f;text-decoration:none;cursor:pointer;}

a:link img, a:visited img, a:hover img, a:active img {border:none;}

p {line-height:16px;}
br {line-height:6px;}


/* divs */

#wrapperfg {
	background-color:#dfdfd1;
	border-top:#3C3D3F solid 40px;border:#3C3D3F solid 40px;
	width:740px;
	position:relative;
	top:-10px;
	padding:0 0 3% 0;
	margin:0px auto;
	z-index:2;
	height:auto !important;height:100%;
}

#content {
	background-color:#FFF;
	width:510px;
	position:relative;
	left:0px;top:0px;
	padding:60px 20px 50px 190px;
	margin:0px auto;
	z-index:2;
	height:auto !important;height:100%;_height:70%;
	min-height:481px;
}

#header {
	width:720px;height:155px;
	position:relative;
	left:10px;top:25px;
	z-index:3;
}

.footer {
	color:#000;font-size:11px;font-family:Helvetica, sans-serif;
	text-align:center;
	z-index:9;
}

.footer2 {
	color:#4a4a4a;font-size:10px;font-family:Helvetica, sans-serif;
	text-align:center;
	line-height:10px;
}

a:link.foot, a:visited.foot, a:hover.foot, a:active.foot 
{color:#4a4a4a;font-size:10px;font-family:Helvetica, sans-serif;cursor:pointer;}


/* navigation and accordion */

.topnav {
	font-size:10px;font-family:Helvetica, sans-serif;
	width:200px;height:25px;
	position:absolute;
	left:1px;top:-15px;
	letter-spacing:1px;word-spacing:5px;
	cursor:pointer;
	z-index:3;
}

#navigation {
	background-image:url(images/grade.gif);background-repeat:repeat-x;
	background-color:#FFF;
	width:160px;height:auto;
	position:absolute;
	left:10px;top:195px;
	z-index:3;
}

.navigation {
	color:#4a4a4a;font-weight:bold;
	padding:60px 0 0 8px;
}

#accordion {
	margin:20px 0px;
}

h3.toggler {
	background:#ABD3BA;border:1px solid #f5f5f5;border-right-color:#ddd;border-bottom-color:#ddd;
	color:#FFF;font-size:12px;font-family:Arial, sans-serif;
	padding:3px 5px 1px;margin:0 0 4px 5px;
	cursor:pointer;
}

div.element p, div.element h4 {
	color:#000;font-size:12px;font-family:Arial, sans-serif;
	margin:0 0 0 10px;padding:4px;
	cursor:pointer;
}

/* misc */

.pagetitle {border-bottom:1px dotted #CCC;color:#000;font-size:18px;font-family:Georgia, serif;padding:0 0 15px 0;}
.tablestyle {font-size:12px;}
.citytitle {font-size:18px;font-weight:bold;}
.businesstitle {font-size:14px;font-weight:bold;}




#slideMainDiv {
  height:155px;
  width:720px;
  position:relative;
}
#slideHeaderDiv {
  width:720px;
  height:155px;
}
.slideDiv {
  position:absolute;
  left:0;
  top:0;
  width:720px;
  height:155px;
}
#newdiv {
 background-color:#999999;
 width:720px;
 height:12px;
 padding-bottom:0px;
 margin-bottom:0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:2px;
}



#findingworkbg {
	background-color:#e96d1f;
	position:relative;
	margin:0 auto;
	width:450px;
	height:165px;
	margin-top:-15px;
	padding:15px 20px 0px 20px;
	_padding-top:30px;
}

#findingworkfooter {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	position:relative;
	margin:0 auto;
	width:400px;
	height:165px;
	text-align:center;
}


a:link.findingwork, a:visited.findingwork, a:active.findingwork {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}

a:hover.findingwork {
	text-decoration:none;
}