@charset "UTF-8";
/* CSS Document */
body		{
	background-color:#000056;
	background-image: url(../images/backgrounds/gop_tile.png);
}
#pallette	{
	width: 930px;
	margin: 0 auto;
}
#background		{
	width: 1500px;
	height: 500px;
	margin: 0px auto;
	background-image: url(../images/backgrounds/gop_background.png);
	z-index: 0;
}
#wrapper	{
	width: 850px;
	height: auto;
	background-color: #FFF;
	margin: 20px auto 0px auto;
	padding: 10px 10px 10px 10px;
	z-index: 2;
	float:left;
}
#rightglow		{
	width: 25px;
	height: inherit;
	float: left;
}

/* Top Portion of Page Elements */

#outerborder	{
	width: 850px;
	height: 520px;
	z-index: 3;
	background-color: #FFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
#innerborder	{
	width: 842px;
	height: 512px;
	background-color: #FFF;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	z-index: 4;
	margin-top: 3px;
	margin-left: 3px;
}
#content	{
	width: 830px;
	height: 500px;
	margin: 6px 6px;
	background-color: #FFF;
	z-index: 5;
}
#masthead	{
	background-color: #FFF;
	height: 115px;
	z-index: 6;
}
#navbar		{
	background-image: url(../images/backgrounds/nav_bar.jpg);
	background-color: #FFF;
	height: 40px;
	z-index: 7;
	margin: 0 0 0 0;
}
#flashmovie	{
	background-color:#FFF;
	height: 205px;
	z-index: 8;
}
#calltoaction	{
	height: 75px;
	margin: 20px 0 0 0;
	z-index: 9;
}
#contribute	{
	background-color: #FFF;
	width: 277px;
	float:left;
	z-index: 10;
}
#volunteer	{
	background-color: #FFF;
	width: 277px;
	float: left;
	z-index: 10;
}
#email	{
	background-color: #FFF;
	width: 271px;
	float: left;
	z-index: 10;
}

/* Lower Inset Boxes */

#insertbox01	{
	width: 770px;
	height: 288px;
	margin: -40px 40px;
	background-color: #FFF;
	z-index: 20;
}
#insertbox02	{
	width: 770px;
	height: 200px;
	margin: 0px 40px 0px 40px;
	background-color: #FFF;
	z-index: 20;
	float: left;
}
#insertheadline	{
	background-image: url(../images/backgrounds/insert_background.jpg);
	height: 50px;
	padding: 2px 5px 5px 20px;
	z-index: 21;
}
#didyouknow	{
	background-image: url(../images/backgrounds/insert_background.jpg);
	width: 400px;
	padding: 2px 5px 5px 20px;
	z-index: 21;
	float: left;
}
#headlines		{
	background-image: url(../images/backgrounds/insert_background.jpg);
	width: 345px;
	z-index: 21;
	float: left;
}
#candidate01	{
	width: 770px;
	float:left;
	height: 225px;
}
#candidate02	{
	width: 385px;
	float:left;
}
#footer {
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/backgrounds/insert_background.jpg);
}

/* Text */

h1		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000056;
}
h2		{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
.bodytext	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.bodytext a:link {
	color: #000056;
	text-decoration: none;
}
.bodytext a:visited {
	color: #000056;
	text-decoration: none;
}
.bodytext a:hover {
	color: #C6BD82;
	text-decoration: underline;
}
.bodytext a:active {
	color: #000056;
	text-decoration: none;
}
.bodytextbold	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
}
.calltoactiontext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	/* margin: -5px 0 0 0px; */
}
#footer .content {
	padding: 12px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer .content a:link {
	color: #000056;
	text-decoration: none;
}
#footer .content a:visited {
	color: #000056;
	text-decoration: none;
}
#footer .content a:hover {
	color: #000056;
	text-decoration: underline;
}
#footer .content a:active {
	color: #000056;
	text-decoration: none;
}
.footerbold	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.recentheadlines {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-right: 20px;
}
.recentheadlines a:link {
	color: #000056;
	text-decoration: none;
}
.recentheadlines a:visited {
	color: #000056;
	text-decoration: none;
}
.recentheadlines a:hover {
	color: #DACF90;
	text-decoration: underline;
}
.recentheadlines a:active {
	color: #000056;
	text-decoration: none;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000056;
}
.bullettext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 20px;
	margin-top: 7px;
}

