@charset "utf-8";
/* ------------- Basic Styling--------- */
* {
	margin: 0px;
	padding: 0px;
}
#body {
	background-color:#000000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position: relative;
	width: 800px;
	text-align: left;
	background-image: url(../images/wrapperimageOP.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#bottomSpace {
	height: 25px;
	background-image: url(../images/topDivBackround.jpg);
	background-repeat: repeat-x;
}


/*-----------topnav-----------*/

#topnav {
	height: 25px;
	background-image: url(../images/topDivBackround.jpg);
	background-repeat: repeat-x;
}

#topnav ul {
	list-style-type: none;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#topnav ul li {
	color: #CCCCCC;
	font-size: 0.75em;
	display: inline;
	text-decoration: none;
	margin-left: 10px;
}
#topnav a {
	color: #FFFFFF;
}

#topnav a:hover {
	color: #00CC00;
}
/*-------- Header Stuff --------*/

#header {
	background-image: url(../images/headoptim.gif);
	height: 82px;
}
#header h2 {
	margin-left: -9000px;
}
#headLogo {
	position: absolute;
	top: 48px;
	left: 20px;
}

#headLogo img {
	border: none;

}



#header ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #767949;
	list-style-type: none;
	position: relative;
	float: right;
	margin-right: 10px;
	margin-top: 53px;
	text-decoration: none;
}
#header ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #60633C;
	padding-right: 10px;
	padding-left: 10px;
}
#header a {
	color: #333300;
}
#header a:hover {
	color: #990000;
}
#header li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*------ banner --------*/
#banner img {
	margin-left: 10px;
	float: left;
}


/*-------- Main Nav -------*/

#mainnav {
	height: 23px;
}

#mainnav ul li {
	float: left;
	width: 130px;
}


#mainnav ul {
	list-style-type: none;
	background-image: url(../images/greengradSTATICOP.gif);
	background-repeat: repeat-x;
	width: 780px;
	position: absolute;
	margin-left: 10px;
	height: 23px;
}


#mainnav ul a{
	font-size: 14px;
	line-height: 10px;
	text-decoration: none;
	color: #FFFFCC;
	display: block;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

#mainnav #linksLink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainnav #linksLink .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#mainnav a:hover {
	color: #333300;
	font-weight: bold;
}


/*------ Main Content ------*/




/*------- Side Bar--------*/

#sidebar {
	float: right;
	width: 210px;
	margin-right: 10px;
	padding-top: 30px;
	position: relative;
}


#sidebar ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-align: center;
	padding-top: 10px;
	display: block;
	font-weight: bold;
}


#sidebar li {
	padding-top: 5px;
}


#sidebar a {
	color: #333300;
	font-size: 14px;
}
#sidebar a:hover {
	color: #990000;
}
#sidebar .sidebarh2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 20px;
	color: #000000;
	padding-top: 20px;
}
#sidebar .sidebarh2top {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	padding-top: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 175px;
	margin-left: 20px;
	color: #000000;
}
#sidebar img {
	margin-left: 33px;
	margin-top: 20px;
}
#sidebar .testimonials {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #660000;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}
#sidebar .testimonialsigs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	padding-right: 8px;
	padding-left: 12px;
	padding-top: 3px;
}
#sidebar .otherCities {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 175px;
	margin-left: 20px;
}

#sidebar .sideBarOtherCities {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}






/*------- Footer --------*/

#footer {
	background-image: url(../images/footer.gif);
	height: 52px;
}
#sidebar .sideBarOtherCities a:hover {
	color: #990000;
}


#footer p {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	text-align: center;
	padding-top: 20px;
}
#wrapper .clear {
	clear: both;
}



