
* {margin:0; padding:0}
strong {
font-weight:bold;
}
h1 {
font-size:22px;
}
body {
/*	font-family: Trebuchet MS; */
	font-family: Arial;
	font-size: 14px;
/*	background-color:#B8B872; */
	background-color:#dbdba3;
	color:#666666;
}
img { border:0px; padding: 10px 0px 0px 3px;}
img.floatLeft { float:left; margin:4px; padding: 10px 20px 0px 3px;}
img.floatRight { float:right; margin:4px;}
h2 {
	font-size:18px;
}
h2 a {
	text-decoration:underline;
}
a {
	border:0px;
	color:#3029c4;
	text-decoration:underline;
}
a:hover {
	color:#7e2f45;
}
a.toplinks {
	border:0px;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	background-color:rgb(59,125,212);
	padding: 1px 6px 0px 6px;
}
a.toplinks:hover {
	color:#ffffff;
	text-decoration:underline;
	background-color:rgb(126,47,69);
	padding: 1px 6px 0px 6px;
}
h1,h2,h3 {
	margin-bottom:5px;
}
p {
margin-bottom:10px;
}
#page-container {
	position:relative;
	width:940px;
	background:url(../images2/bg-main.jpg) repeat-y;
	padding-left:29px;
	padding-right:29px;
	margin-left:auto;
	margin-right:auto;
}
#page-bottom {
	position:relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-left:29px;
	padding-right:29px;
	height:28px;
	background:url(../images2/bg-pagebottom.jpg) no-repeat;
}
#header {
	position:relative;
	width:940px;
	height:176px;
	//background:url(../images2/bg-header-atlanta.gif) center top no-repeat;
}
#logo-main {
	position:absolute;
	width:923px;
	height:106px;
	top:0px;
	left:5px;
	//background-color:#812a4d; purple
}
#navbar {
	position: absolute;
	height: 50px;
	width: 940px;
	top: 95px;
	background:url(../images2/bg_subnav.gif) no-repeat bottom;
}
#navbar #bg_left {
	background-image: url(../images2/bg_navbar_left2.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 17px;
	float: left;
	position: relative;
	padding-bottom: 0px;
}
#navbar #links {
	background-image: url(../images2/bg_navbar_center2.gif);
	background-repeat: repeat-x;
	height: 44px;
	width: 906px;
	float: left;
	position: relative;
	padding-bottom: 6px;
	text-align:left;
	
}
#navbar #links ul {
position:relative;
top:15px;
height:40px;
}
#navbar #links ul li {
	list-style:none;
	display:inline;
	top:15px;
}
#navbar #links ul li:hover a {
	background:url(../images2/bg_navbar_center_hover.gif) repeat-x center;
	color:#FFFFFF;	
}
#navbar #links ul li a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:12px;
}
#navbar #links ul li .Subnav {
	position:absolute;
	display:block;
	width:900px;
	top:27px;
	padding-top:10px;
	height:25px;
	left:0px;
	visibility:hidden;
	opacity: 0;
}
#navbar #links ul li .Subnav a {
	font-weight:normal;
	color:#333333;
	background:none;
	padding:5px;
	padding-left:10px;
	background:url(../images2/subnav-spacer.png) no-repeat left;
	font-size:12px;
}
#navbar #links ul li .Subnav a:hover {
text-decoration:underline;
}
#navbar #bg_right {
	float: left;
	height: 50px;
	width: 17px;
	position: relative;
	background-image: url(../images2/bg_navbar_right2.gif);
}
#top-links {
	position:absolute;
	right:20px;
	top:20px;
	text-align:right;
	font-weight:normal;
	color:#ffffff;
	font-size:12px;
}
#top-links ul {
	list-style:none;
	}
#top-links a {
	text-decoration:none;
	color:#000000;
	}	
.horizontal-shaddow {
	position:relative;
	width:940px;
	height:10px;
	margin-top:5px;
	background:url(../images2/horizontal-shadow.gif) no-repeat;
	margin-top:10px;
}
#footer {
	width:940px;
	height:60px;
	background:url(../images2/bg-footer.gif) repeat-x;
	border:1px solid #e2e2e2;
	margin-top:15px;
}
#footer-content {
	text-align: center;
	margin-top: 2em;
}
#footer #footer-content ul {
	list-style:none;
	text-align:center;
}
#footer #footer-content ul li {
	display:inline;
}
.clear {
	clear:both;
	}
.text-green {
color:#145f15;
}
.text-orange {
color:#f88119;
}
/* Form Section */
.formField {
	padding:2px;
	margin-left:5px;
	border:1px solid #CCCCCC;
}
.formField:hover {
}
.formButtonShort {
	width:115px;
	height:26px;
	background:url(../images2/bg-btn-short.gif);
	color:#EEEEEE;
	border:none;
	font-weight:bold;
	cursor:pointer;
	line-height:26px;
	padding-bottom:4px;
}
.formButtonShort:hover {
	background:url(../images2/bg-btn-short-h.gif);
}
.formButtonLong {
	width:172px;
	height:26px;
	background:url(../images2/bg-btn-long.gif);
	color:#EEEEEE;
	border:none;
	font-weight:bold;
	cursor:pointer;
	line-height:26px;
	padding-bottom:4px;
}
.formButtonLong:hover {
	background:url(../images2/bg-btn-long-h.gif);
}
.formButton {
	padding:1px;
	color:#333333;
	border:1px solid #006600;
	background:#EEEEEE;
	cursor:pointer;
}
.formButton:hover {
	color:#FFFFFF;
	background:#006600;
}

.wrapper-grey {
position:relative;
border:1px solid #CCCCCC;
padding:15px;
margin-bottom:15px;
}

.wrapper-grey h1 {
position:absolute;
top:-12px;
color:#666666;
font-size:16px;
background-color:#FFFFFF;
padding-left:5px;
padding-right:5px;
}

#details {
	position:absolute;
	top:4000px;
	width:940px;
	/* margin-left:0px; */
	/* margin-right:0px; */
	padding-left:29px;
	padding-right:29px;
	text-align:left;
}
#localelinks {
	position:relative;
	width:150px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	float:left;
}
}

