 /* Fix for IE float bug */
  * html .visualIEFloatFix {
    height: 0.1%;
  }

/* HTML redefines */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
p	{
}
h1 {
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 4px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 4px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 0.2em;
	line-height: 1.3pc;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #93B03C;
}
a:hover {
	color: #CDDBA2;
	text-decoration: none;
}

/*Main div structure */
div#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
div#topsplashrow {
	height: 275px;
	width: 810px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
}
div#topgraphic {
	width: 798px;
	margin-right: 10px;
	margin-left: 10px;
	height: 150px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
div#topgraphic a {
	display: block;
	width: 800px;
	height: 150px;
}

/*Left and right of the main page, splashes */

div#leftsplash {
	width: 368px;
	height: 78px;
	background-color: #0083A7;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(images/adrianramsay_signup.gif);
	display: inline;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 180px;
	padding-right: 15px;
	padding-left: 15px;
}
div#signup {
	background-color: #0083A7;
	color: #FFFFFF;
}

div#topsplashrightone {
	margin-top: 5px;
}
div#topsplashrightone, div#topsplashrightwo, div#topsplashrighthree {
	width: 385px;
	height: 80px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: inline;
}
div#topsplashrightone a {
	display: block;
	height: 78px;
	width: 383px;
	border: 1px solid #000000;
}
div#topsplashrightone a:link, div#topsplashrightone a:visited {
	background-image: url(images/whyvote.gif);
	background-repeat: no-repeat;
}
div#topsplashrightone a:hover {
	background-image: url(images/whyvote_ro.gif);
	background-repeat: no-repeat;
}

div#topsplashrightwo a {
	display: block;
	height: 78px;
	width: 383px;
	border: 1px solid #000000;
}
div#topsplashrightwo a:link, div#topsplashrightwo a:visited {
	background-image: url(images/getthingsdone.gif);
	background-repeat: no-repeat;
}
div#topsplashrightwo a:hover {
	background-image: url(images/getthingsdone_ro.gif);
	background-repeat: no-repeat;
}

div#topsplashrighthree a {
	display: block;
	height: 78px;
	width: 383px;
	border: 1px solid #000000;
}
div#topsplashrighthree a:link, div#topsplashrighthree a:visited {
	background-image: url(images/supporters.gif);
	background-repeat: no-repeat;
}
div#topsplashrighthree a:hover {
	background-image: url(images/supporters_ro.gif);
	background-repeat: no-repeat;
}


/* STYLES FOR SECOND BUTTON ROW SPLASH PAGE */

div#secondsplashrow {
	width: 810px;
	margin-right: 0px;
	margin-left: 5px;
	padding-left:0px;
	height: 80px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 12px;
}
.buttonrow {
	display: inline;

	float: left;
	height: 77px;
	width: 154px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	border: 1px solid #000000;
}

div#promorow img:hover, div#mainleftsplashes img:hover, div#secondleftsplashes img:hover {
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
a.donate, a.donate:link, a.donate:visited {
	display:block;
	height: 79px;
	width: 153px;
	background-image: url(images/donate.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #CDDBA2;
}
a.donate:hover {
	background-image: url(images/donate_ro.gif);
	background-repeat: no-repeat;
	background-color: #A4BC5A;
}

a.campaign, a.campaign:link, a.campaign:visited  {
	display:block;
	width: 153px;
	background-image: url(images/campaign.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 79px;
	background-color: #CDDBA2;
}
a.campaign:hover {
	background-image: url(images/campaign_ro.gif);
	background-repeat: no-repeat;
	background-color: #A4BC5A;
}
a.vision, a.vision:link, a.vision:visited  {
	display:block;
	width: 153px;
	background-image: url(images/vision.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 79px;
	background-color: #CDDBA2;
}
a.vision:hover {
	background-image: url(images/vision_ro.gif);
	background-repeat: no-repeat;
	background-color: #A4BC5A;
}
a.videos, a.videos:link, a.videos:visited {
	display:block;
	height: 79px;
	width: 153px;
	background-image: url(images/videos.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #CDDBA2;
}
a.videos:hover {
	background-image: url(images/videos_ro.gif);
	background-repeat: no-repeat;
	background-color: #A4BC5A;
}
a.vote, a.vote:link, a.vote:visited {
	display:block;
	height: 79px;
	width: 153px;
	background-image: url(images/vote.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #CDDBA2;
}
a.vote:hover {
	background-image: url(images/vote_ro.gif);
	background-repeat: no-repeat;
	background-color: #A4BC5A;
}
a.norwich, a.norwich:link, a.norwich:visited {
	display:block;
	height: 79px;
	width: 153px;
	background-image: url(images/norwich-cllrs.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	background-color: #CDDBA2;
}
a.norwich:hover {
	background-image: url(images/norwich-cllrs-ro.gif);
	background-repeat: no-repeat;
	background-color: #A4BC5A;
}

/* SPLASH PAGE
LINKS TO BLOGS AND NEWS SECTIONS */

div#newsinfosection {
	width: 815px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.newsinforow {
	width: 182px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 5px;
}
.ditto_item {
	margin-bottom: 15px;
}
.ditto_pageTitle {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	display: block;
	padding: 0px;
}
.ditto_documentInfo, .ditto_info {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ditto_documentInfo {
	padding-top: 1px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.ditto_info {
	padding-top: 1px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.ditto_p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ditto_link {
	margin-top: 0em;
	padding-top: 0px;
	margin-bottom: 1.2px;
}
div#newsinfosection h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.newstitle {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 4px;
}
.newsintro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
}




/* Misc reappliable styles */
.clearboth {
	clear: both;
}
.clearbothtenpix {
	clear: both;
	height: 10px;
	width: 800px;
	background-color: #FFFFFF;
}
.hidden{
	display: none;
}
.imgfloatleft {
	display: inline;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.imgfloatright {
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
	display: inline;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 0px;
}

.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*NEWS AND INFO PAGES */

.newsmaincol {
	width: 450px;
	float: left;
	margin-left: 10px;
	display: inline;
	margin-right: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.newsrightcol {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	padding: 0;
	width: 310px;
	float: left;
	margin-left: 10px;
	display: inline;
}
.newsrightcol p {
	font-size: 0.9em;
	line-height: 1.2em;
}

div#rightwhyvote a, div#rightwhyvote a:link, div#rightwhyvote a:visited {
	display:block;
	height: 60px;
	width: 308px;
	background-image: url(images/rh_whyvote.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
div#rightwhyvote a:hover {
	background-image: url(images/rh_whyvote_ro.gif);
	background-repeat: no-repeat;
}

div#rightgetthingsdone a, div#rightgetthingsdone a:link, div#rightgetthingsdone a:visited {
	display:block;
	height: 60px;
	width: 308px;
	background-image: url(images/rh_getthingsdone.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
div#rightgetthingsdone a:hover {
	background-image: url(images/rh_getthingsdone_ro.gif);
	background-repeat: no-repeat;
}
div#rightsupporters a, div#rightsupporters a:link, div#rightsupporters a:visited {
	display:block;
	height: 60px;
	width: 308px;
	background-image: url(images/rh_supporters.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
div#rightsupporters a:hover {
	background-image: url(images/rh_supporters_ro.gif);
	background-repeat: no-repeat;
}
div#rhsignup {
	height: 180px;
	background-color: #0084A8;
	width: 308px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#newstitle {
	margin-bottom: 20px;
}
.righttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}
.rightsummary {
	margin-top: 0px;
	margin-bottom: 8px;
}
.italic {
	font-style: italic;
}
div#imprint p {
	font-size: 0.7em;
	text-align: center;
}
div#mainleftsplashes {
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	display: inline;
}
.border1 {
	border: 1px solid #000000;
}
div#secondleftsplashes {
	width: 180px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	margin-right: 5px;
	display: block;
}
div#promorow {
	padding-left: 5px;
	display: block;
}
.secondleftsplashesimg {
	margin-bottom: 8px;
	border: 0px;
	display: block;
}

.secondleftsplashesimg:hover {
	filter:alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#mainleftsplashes img {
	border: 0px solid #000000;
}
a, a:link, a:hover {
	border: none;

}
img.a, img.a:link, img.a:hover {
	border-style: none;

}
a.img, a.img:link, a.img:hover {
	border-style: none;

}
img
{  border-style: none;
}
#toplinks {
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #73A533;
	width: 788px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
#toplinks a, #toplinks a:link, #toplinks a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#toplinks a:hover {
	color: #666666;
	text-decoration: none;
}
#newsinforowtwo h2, #newsinforowone h2 {
	font-size: 12px;
}
#newsinforowtwo p, #newsinforowone p {
	font-size: 12px;
}
#newsinforowone .ditto_documentInfo, #newsinforowtwo .ditto_documentInfo {
	font-size: 10px;
}
#widefrontcolumn {
	width: 370px;
	float: left;
	margin-left: 10px;
}
#bottomleftblock {
	width: 390px;
	margin-left: 10px;
	float: left;
}
#bottomrightblock {
	width: 390px;
	margin-left: 20px;
	float: left;
}


