@charset "utf-8";
/* CSS Document */

/***** High Level Containers *****/

body {
	text-align:left;
	margin:0;
	background-image:url(../Images/Ready%20Images/Savannah%20fountain_1600x1200_40_trans.png);
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 770px;
	margin-top:30px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	width: 770px;
	height: 130px;
}

/***** Navigation Bars *****/

#navbar {
	margin: 0;	
	top: 200px;
	left: 10px;
	width: 770px;
	height: 24px; 
	padding-bottom: 2px;
	padding: 0;
	border-top: solid 2px #333333;
	border-bottom:solid 2px #333333;
	background-color:#990000;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0;
}

#navbar ul li .first {
}

#navbar ul li {
	float: left;
	letter-spacing: .1em;
	font-size: 70%;
	list-style: none;
}

#navbar ul li a {
	color: white;
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}

#navbar ul li a:hover {
	background-color: #A5A7B6;
}

/******** Side Navigation Bar********/

#topsidebar {
	float: left;
	top: 152px;
	left: 10px;
	width: 198px;
	border-right: solid 2px #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #677172;
}

#topsidebar ul {
	padding: 10px;
	margin: 0;
}

#topsidebar li {
	list-style: none;
	font-size: 14px;
	padding-bottom: 10px;
}

#topsidebar li a {
	text-decoration: none;
	text-align:left;
	color: #F7F2DC;
}

#topsidebar li a:hover {
	text-decoration: underline;
	text-align:left;
	color: #F7F2DC;
}

/*****Main Content Area*****/

#maintext {
	background-color: #FFFFFF;
	top:152px;
	width:530px;
	float:left;
	padding-top: 10px;
	padding-right:  10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/***** Footer Area *****/

#prefooter {
	clear: both;
	border-top: solid 2px #333333;
	width: 770px;
	background-color:#990000;
}

#prefooter .center {
	background-image: ../Assets/Images/Ready Images/advocatesbanner_567x57.gif;
}

#footer {
	clear: both;
	border-top: solid 2px #333333;
	background-color:#362C23;
	width: 762px;
	height: 31px;
	padding: 4px;
}

.contact {
	color: #FFFFFF;
	font-size: 12px;
	font-family: times;
	float: left;
	padding-top: 6px;
}

.contact a {
	color: white;
}
 
.search {
	float: left;
	width: 270px;
	text-align: left;
	margin: 0;
	padding-left: 2px;
	padding-top: 4px;
}

.search input {
	border: 1px solid grey;
	font-size: 8pt;
	padding-top: 4px;
}

.hlist {
	margin: 0;
	padding-top: 2px;
	float: right;
}

.hlist li {
	list-style: none;
	float: left;
	padding-right: 5px;
	margin: 0;
	color: white;
	font-size: 10pt;
}

.hlist li a {
	text-decoration: none;
	color: white;
}

.hlist li a:hover{
	text-decoration: underline;
}

/***** Text Classes *****/

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: black;
	margin-top: 20px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: black;
	margin-top: 5px;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: black;
	margin-top: 5px;
}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

.maintextmini {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

.maintextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.7em;
	font-variant: normal;
	color: black;
	font-weight: bold;
}

.maintextlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
}

.showcase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-left: 10px;
	line-height: 1.7em;
	color: #362C23;
}

.showcaselink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-left: 10px;
	text-decoration: underline;
}

.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #362C23;
}

.sidelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration:underline;
	text-align:left;
	margin-bottom: 10px;
	font-weight: bold;
}

.sidetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: white;
	font-weight: bold; 
	text-decoration:none;
	line-height: 1.7em;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

.sidetextmini {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: white;
	font-weight: bold; 
	text-decoration:none;
	line-height: 1.7em;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

.sidetextmax {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: white;
	font-weight: bold; 
	text-decoration:none;
	line-height: 1.7em;
	text-align: center;
	margin: 5px 5px 5px 5px;
}

.sidetextlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white;
	text-decoration:underline;
	line-height: 1.7em;
	text-align: center;
	margin: 5px 5px 5px 5px;
}	

.sidetextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold; 
	color: white;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

.sidetextmaxbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold; 
	color: white;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

.sidetextcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold; 
	color: white;
	text-align: center;
	margin: 5px 5px 5px 5px; 
}

.didyouknow {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}

.additionalinformationheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color:white;
	text-align:white;
	margin: 5px 5px 5px 5px;
}

/***** Image Classes *****/
.image-right	{
	float: right;
	border: #000000 solid 1px;
	margin:10px;
}

.image-left	{
	float: left;
	border: #000000 solid 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.image-center	{
	text-align: center;
	border: #000000 solid 1px;
	margin: 0 20 10 10;
}

.image-sidebar	{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 10px;
	border: 0;
}

/* CSS Document */


