/* CSS Document */

body{
	margin:0px 0px 10px 0px;
	background:#402C27;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

#container {
	width:760px;
	margin:0px auto 0px auto;
	border:solid 1px #bd950c;
	border-top-width:0px;
	background:url("images/navGradient.gif") repeat-y;
}
#container-temp {
	width:760px;
	margin:0px auto 0px auto;
	border:solid 1px #bd950c;
	border-top-width:0px;
}

#banner {
	width:760px;
	height:60px;
	background:url("images/banner_gradient.gif") repeat-x;
	position:relative;
}

#banner span {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	margin-right:5px;
	font-size:14px;
}

#mid {
	width:760px;
	min-height:500px;
}

#mid div {
	float:left;
}

#leftSide {
	width:159px;
	min-height:500px;
	background:url("images/navGradient.gif") repeat-y;
	overflow:hidden;
}

#rightSide {
	width:600px;
	min-height:500px;
	border-left:solid 1px #bd950c;
	background:url("images/watermark.jpg") #695651 no-repeat;
	background-position:center;
}

/*==================*/

#leftNav {
	width:160px;
	height:250px;
}

.nav_construction,
.nav_litigation,
.nav_probate,
.nav_injury,
.nav_real_estate {
	position:relative;
	width:160px;
	height:50px;
}

a.nav_construction, span.nav_construction,
a.nav_litigation, span.nav_litigation,
a.nav_probate, span.nav_probate,
a.nav_injury, span.nav_injury,
a.nav_real_estate, span.nav_real_estate {
	position:absolute;
	width:160px;
	height:50px;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
}

span.nav_construction {background: url("images/nav_construction.gif") no-repeat; z-index:1;}
span.nav_litigation {background: url("images/nav_litigation.gif") no-repeat; z-index:1;}
span.nav_probate {background: url("images/nav_probate.gif") no-repeat; z-index:1;}
span.nav_injury {background: url("images/nav_injury.gif") no-repeat; z-index:1;}
span.nav_real_estate {background: url("images/nav_real_estate.gif") no-repeat; z-index:1;}
/**/
a.nav_construction {background: url("images/roll_nav_construction.gif") no-repeat; cursor:pointer;}
a.nav_litigation {background: url("images/roll_nav_litigation.gif") no-repeat; cursor:pointer;}
a.nav_probate {background: url("images/roll_nav_probate.gif") no-repeat; cursor:pointer;}
a.nav_injury {background: url("images/roll_nav_injury.gif") no-repeat; cursor:pointer;}
a.nav_real_estate {background: url("images/roll_nav_real_estate.gif") no-repeat; cursor:pointer;}
/**/
a:hover .nav_construction,
a:hover .nav_litigation,
a:hover .nav_probate,
a:hover .nav_injury,
a:hover .nav_real_estate {
	background-image:none;
}

/*==================*/

#topNav {
	width:600px;
	height:40px;
}

#topNav div {
	float:left;
}

.nav_home,
.nav_about,
.nav_directions,
.nav_contact,
.nav_links {
	position:relative;
	width:120px;
	height:40px;
}

a.nav_home, span.nav_home,
a.nav_about, span.nav_about,
a.nav_directions, span.nav_directions,
a.nav_contact, span.nav_contact,
a.nav_links, span.nav_links {
	position:absolute;
	width:120px;
	height:40px;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
}

span.nav_home {background: url("images/nav_home.gif") no-repeat; z-index:1;}
span.nav_about {background: url("images/nav_about.gif") no-repeat; z-index:1;}
span.nav_directions {background: url("images/nav_directions.gif") no-repeat; z-index:1;}
span.nav_contact {background: url("images/nav_contact.gif") no-repeat; z-index:1;}
span.nav_links {background: url("images/nav_links.gif") no-repeat; z-index:1;}
/**/
a.nav_home {background: url("images/roll_nav_home.gif") no-repeat; cursor:pointer;}
a.nav_about {background: url("images/roll_nav_about.gif") no-repeat; cursor:pointer;}
a.nav_directions {background: url("images/roll_nav_directions.gif") no-repeat; cursor:pointer;}
a.nav_contact {background: url("images/roll_nav_contact.gif") no-repeat; cursor:pointer;}
a.nav_links {background: url("images/roll_nav_links.gif") no-repeat; cursor:pointer;}
/**/
a:hover .nav_home,
a:hover .nav_about,
a:hover .nav_directions,
a:hover .nav_contact,
a:hover .nav_links {
	background-image:none;
}

/*==================*/

#navBar {
	width:600px;
	height:15px;
	background:url("images/navBar.gif") repeat-x;
	line-height:0;
	font-size:1px;
}

#content {
	width:580px;
	padding:10px;
}
#content-temp {
	width:760px;
	padding:10px;
}
#content p {
	font-size:14px;
}

#content a {
	color:#c90;
	text-decoration:underline;
}

#content a:hover {
	color:#0c3;
}

#footer {
	text-align:center;
	width:760px;
/*	margin-left:auto; */
	background:#695651;
	border-left:solid 1px #c90;
	font-size:10px;
}

#footer span {padding:10px;}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#c90;
	text-decoration:none;
}

.yellow {color:#c90;}

.georgia {font-family:Georgia, "Times New Roman", Times, serif;}

img.borderWhite {border:solid 1px #fff;}