
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	background: #e2dec7 url(../images/common/bgbody.gif) top center repeat-x;
}

h1,h2,h3,h4,ul,li,a,img {
	margin:0;
	padding:0;
	border:0;
}

#wrapper{
	margin: 0 auto;
	width: 765px;
	overflow: hidden;
	position: relative;
}

#header {
	width: 765px;
	height: 128px;
	padding: 0;
	background: transparent url(../images/common/bgheader.jpg) no-repeat;
}

#register {
	position: absolute;
	top: 0;
	left: 680px;
}

#nav {
	padding-top: 70px;
}

#content {
	clear: both;
	background: #ffffff url(../images/common/bgcontent.gif) bottom center no-repeat;
}

#pagetitle {
	height: 62px;
	padding-top: 46px;
	background: transparent url(../images/common/bgtitle.jpg) no-repeat;
	text-indent: -9999px;
}

#titlepress, #titleabout, #titleissues, #titledonate, #titlevolunteer, #titlecontact {
	height: 23px;
}

#titlepress { background: transparent url(../images/titlepress.gif) top center no-repeat; }
#titleabout { background: transparent url(../images/titleabout.gif) top center no-repeat; }
#titleissues { background: transparent url(../images/titleissues.gif) top center no-repeat; }
#titledonate { background: transparent url(../images/titledonate.gif) top center no-repeat; }
#titlevolunteer { background: transparent url(../images/titlevolunteer.gif) top center no-repeat; }
#titlecontact { background: transparent url(../images/titlecontact.gif) top center no-repeat; }

#presskit, #viewissues {
	height: 29px;
	margin-top: 10px;
}

#presskit a, #viewissues a {
	height: 29px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}

#presskit a { width: 240px; }
#viewissues a { width: 350px; }

#presskit { background: transparent url(../images/presskit.gif) top center no-repeat; }
#viewissues { background: transparent url(../images/viewissues.gif) top center no-repeat; }


#toplinks {
	margin: 20px 56px 0 56px;
	padding: 16px 8px;
	height: 174px;
	background: transparent url(../images/common/bgtoplinks.gif) no-repeat;
}

.toplinkscol {
	float: left;
	padding: 0 12px;
	width: 670px;
	height: 168px;
}

.toplinksfull {
	float: left;
	padding: 0 12px;
	width: 600px;
	height: 168px;
}

.scroll {
	width: 100%;
	height: 148px;
	overflow: auto;
}

.scroll a {
	text-decoration: none;
}

.scroll a:hover {
	text-decoration: underline;
}

#colfull {
	padding: 20px 60px;
}

#col1 {
	float: left;
	padding: 20px 20px 20px 60px;
	width: 301px;
}

#col2 {
	float: left;
	padding: 20px 60px 20px 20px;
	width: 301px;
}

#footer {
	clear: both;
	padding: 12px;
}

#dolinks, #golinks, #herelink, #addisongroup {
	text-align: center;
}

#dolinks {
}

#golinks {
}

#herelink, #addisongroup {
	margin-top: 10px;
}

/* ---------- Homepage ---------- */

#feature {
	margin-bottom: 6px;
}

#ticker {
	background: transparent url(../images/featurebottom.gif) bottom no-repeat;
	padding: 8px 40px;
}

#ticker a {
	color: #000000;
	text-decoration: none;
}

smallfeatures {
}


/* ---------- Issues ---------- */

#issuemap {
}


/* ---------- Text Styling ----------*/

h1, h2, strong {
	color: #122f5d;
	font-style: italic;
}

.date {
	color: #a00013;
}

.top {
	text-align: right;
}

.top a {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #a00013;
}

a {
	color: #122f5d;
}

a:hover {
	color: #a00013;
}


/* ---------- Images ----------*/

.picright {
	float: right;
	padding: 0 0 10px 14px;
}

.picleft {
	float: left;
	padding: 14px 0 10px 0;
}

/* ---------- Clearfix ---------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}