body {
	margin: 0px;
	padding: 0px;
	background: #1a2752 url(images/bg-l.jpg) repeat-x;
	font-family: "myriad pro";
}

#rightHalf {
   background: url(images/bg-r.jpg) repeat-x;
   width: 50%;
   position: absolute;
   right: 0px;
   height: 100%;
}

#wrapper {
 width: 900px;
 margin: 0px auto;
 position: relative;
 background: #1a2752;
/* overflow: auto;*/
}


#bg {
 padding: 0;
 margin: 0 auto;
 width: 900px;
 height: 362px;
 background: url(images/jackson.jpg) no-repeat;


}

#menu {
	padding: 0;
	margin: 0;
	position: relative;
}

#menu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#menu a {display: block;}

#home {left: 0px; top: 288px; width: 96px; height: 73px;}
#about {left: 98px; top: 288px;  width: 152px;  height: 73px;}
#issues {left: 252px; top: 288px; width: 100px; height: 73px;}
#media {left: 354px; top: 288px; width: 99px; height: 73px;}
#contribute {left: 455px; top: 288px; width: 151px; height: 73px;}
#district {left: 608px; top: 288px; width: 118px; height: 73px;}
#contact {left: 728px; top: 288px; width: 172px; height: 73px;}

#home a {height: 73px;}
#about a {height: 73px;}
#issues a {height: 73px;}
#media a {height: 73px;}
#contribute a {height: 73px;}
#district a {height: 73px;}
#contact a {height: 73px;}

#home a:hover {background: url(images/jackson.jpg) -0px -363px no-repeat;}
#about a:hover {background: url(images/jackson.jpg) -98px -363px no-repeat;}
#issues a:hover {background: url(images/jackson.jpg) -252px -363px no-repeat;}
#media a:hover {background: url(images/jackson.jpg) -354px -363px no-repeat;}
#contribute a:hover {background: url(images/jackson.jpg) -455px -363px no-repeat;}
#district a:hover {background: url(images/jackson.jpg) -608px -363px no-repeat;}
#contact a:hover {background: url(images/jackson.jpg) -728px -363px no-repeat;}


#content {
	width: 900px;
	overflow: auto;
	margin-top: 10px;
	padding: 0;
	background: url("images/line.jpg") repeat-y;
}


#side-a {
	float: left;
	width: 619px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	margin:0;
}


#side-a img{
	padding: 10px;
}

#side-a p{
	font-size: 0.9em;	
}

h2 {
	margin-top: 10px;
	color: white;
}

#map {
	width: 600px;
	height: 750px;
	margin: 0;
	border: 2px solid black;
	margin-bottom: 5px;
}

#side-b {
	float: right;
	width: 248px;
	margin: 0;
	padding: 0;
}

#side-b img {
	border: none;
}

#footer {
	position:relative;
	clear: both;
	height: 42px;
	width: 900px;
	background: url(images/footer.jpg) no-repeat;
	margin:0 auto;
	margin-top: 10px;
	padding: 0;
	bottom: 0;
}

/********FORM*********/

form {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	width: 100%;
}

input {
	color: black;
}

fieldset {
	padding: 0;
}

/*fieldset group*/
#group {
	border: 1px dashed white;
	width: 99%;
	margin: 0;
	padding-right: 15px;
	margin-top: 12px;
}

#tgroup {
	border: 1px dashed white;
	width: 817px;
	margin: 0;
	padding-right: 15px;
	margin-top: 12px;
}

#tgroup p {
	padding: 10px;

}


#contribute_form {
	border: none;
	margin: 0;
	padding: 0;
}

/*fieldset top*/
#infotop {
	border: none;
	margin: 0px;
	float: left;
	text-align: left;
	width: 100%;
}

#infotop label {
	width: 4em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
}

#infotop p {
	color: white;
	margin-bottom: 5px;
	margin-top: 10px;
}

/*fieldset left*/
#infoleft {
	border: none;
	float: left;
	margin: 0px;
	text-align: left;
}

#infoleft label {
	width: 4em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
	color: white;
}

#infoleft p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*fieldset right*/
#inforight {
	border: none;
	float: left;
	text-align: left;
}

#inforight label {
	width: 2em;
	text-align: right;
	margin-right: 0.5em;
	float: left;
}

#inforight p {
	margin-top: 5px;
	margin-bottom: 10px;
}

/*fieldset bottom*/
#bottom {
	clear: both;
	float: left;
	border: 1px dashed white;
	text-align: left;
	width: 99%;
	margin: 2em 0 0 0;
	margin-bottom: 12px;
	padding-left: 15px;
}

legend {
	color: black;
	font-size: 1.3em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}

/*****END FORM*******/



/*****GALLERY*****/

.gallery
{
	list-style: none;
	width: 100%;
	height: auto;
}

.gallery a .preview
{
	display: none;
}

.gallery a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.gallery img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.gallery li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.gallery .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}


/*****END GALLERY******/
