/*[fmt]1A90-1A9B-3*/
/*Stylesheet for Georgia Family Law Center
Main Divs*/
#container
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 5px;
}

#header
{
	width: 800px;
	height: 100px;
	border: 0px;
	margin-bottom: 20px;
}

#header h1
{
	margin: 0;
	width: 800px;
	height: 100px;
	background: transparent url(../images/gflc.jpg) no-repeat left top;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#navigation
{
	position: absolute;
	top: 125px;
	left: 15px;
	width: 172px;
}

#menu dt
{
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid gray;
	background: #89C0C7;
	font-size: 8.3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu dd
{
	border: 1px solid gray;
}

#menu li
{
	text-align: center;
	background: #CBE4E8;
}

#menu li a, #menu dt a
{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover
{
	background: #89C0C7;
}

#menu ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#map
{
	margin-left: 30px;
}

#menu dt a:hover
{
	background: #CBE4E8;
}

#contact
{
	position: absolute;
	top: 743px;
	width: 173px;
	left: 10px;
	border-color: #000;
	border: 1px;
	border-style: dotted;
	background-color: #CBE4E8;
	padding: 4px;
}

#rightcolumn
{
	width: 575px;
	padding-right: 10px;
	min-height: 48em;
	margin: 0 0 0 auto;
}

#rightcolumn img
{
	padding-left: 10px;
}

#disclaimer
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 575px;
	margin: 0 10px 0 auto;
}

/*HTML Elements*/
* html #rightcolumn
{
	height: 48em;
}

body
{
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #CBE4E8;
}

a
{
	color: #5daab1;
	text-decoration: underline;
}

a:visited
{
	color: #428486;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em;
	padding: 0;
}

dl, dt, dd, ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img
{
	border: 0px;
}

/*Classes and Pseudoclasses*/
.bodycopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
}

.center
{
	text-align: center;
}

.heading
{
	text-align: center;
	font-weight: bold;
}

.odd
{
	float: right;
	margin: 10px 0 10px 10px;
}

.even
{
	float: left;
	margin: 10px 10px 10px 0;
}

a.button, a.button:visited
{
	background: #89c0c7;
	border: 1px solid gray;
	color: #000;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.3pt;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
}

a.button:active, a.button:hover
{
	background: #cbe4e8;
}

.error
{
	color: #d00;
}

.text-field
{
	background: #fff;
	border: 1px solid #89c0c7;
	color: #000;
}

/* Contact form */
#email-form table
{
	margin: 0 auto;
	width: 80%;
}

#email-form table th
{
	font-size: 0.75em;
	font-weight: bold;
	text-align: left;
	width: 23%;
}

#email-form table .text-field
{
	width: 99%;
}

#email-form .anti-spam-code .instructions
{
	font-size: 0.75em;
}

#email-form .anti-spam-code img
{
	border: 1px solid #89c0c7;
	margin: 0;
	padding: 0;
}

#email-form .anti-spam-code .text-field
{
	width: auto;
}

#email-form .controls
{
	text-align: center;
}

#email-form #contact-ip
{
	font-size: 0.65em;
	font-style: normal;
}

#email-form .sent
{
	font-size: larger;
	text-align: center;
}