/* === Ron Ashmore.com === */

body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: #F0EFEA url(../images/background.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}
img, input, form { 
	margin: 0;
	padding: 0;
	border: 0;
}
#Container {
	width: 708px;
	margin: 0 auto;
	padding: 0;
}
#PrintHeader, #PrintText { display: none; }

#BallotKit {
	position: absolute;
	z-index: 7;
	top: 215px;
	margin-left: 202px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

/* --- Header --- */
#Header {
	width: 708px;
	height: 81px;
	background: url(../images/header_bg.jpg) repeat-x left top;
}
	.HeaderRon { width: 185px; }
	.HeaderTitle { width: 210px; }

/* --- Image Area --- */
#ImageArea {
	width: 708px;
	height: 181px;
	background: #960000;
}
	.ImageRon { width: 185px; }
	.ImageText { width: 337px; }

/* --- Menu --- */
.Menu {
	width: 186px;
	background: #004F9F url(../images/menu-bg.gif) top left repeat-y;
}
	.Menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.Menu ul li {
			margin: 0;
			padding: 0;
			float: left;
		}
		.Menu a { display: block; }

/* --- Footer --- */
#Footer {
	width: 708px;
	font-size: 10px;
	color: #75726D;
	text-indent: 10px;
	line-height: 18px;
}
	.RKDLink {
		margin-top: -18px;
		text-align: right;
		margin-right: 10px;
	}
		.RKDLink a:link { color: #75726D; text-decoration: none; }
		.RKDLink a:visited { color: #75726D; text-decoration: none; }
		.RKDLink a:hover { color: #036; text-decoration: underline; }
		.RKDLink a:active { color: #036; text-decoration: underline; }

/* --- Body Area --- */
#Body {
	width: 708px;
	background: #FFF;
}
	.Sidebar {
		width: 185px;
		background: #DAD7CC url(../images/sidebar_bg.jpg) repeat-y top left;
	}
		.SidebarTop {
			position: absolute;
			top: 262px;
			width: 185px;
			height: 65px;
			background: url(../images/sidebar_topgradient.jpg) no-repeat top left;
		}
		
		
		.SidebarTop2 {
			position: absolute;
			top: 362px;
			width: 185px;
			height: 65px;
			background: url(../images/sidebar_topgradient.jpg) no-repeat top left;
		}
	.Content {
		padding: 15px 25px;
		font-size: 13px;
		color: #1B1B23;
		line-height: 20px;
	}
		.Content a {font-weight: bold; }
		.Content a:link { color: #036; text-decoration: underline; }
		.Content a:visited { color: #036; text-decoration: underline; }
		.Content a:hover { color: #75726D; text-decoration: underline; }
		.Content a:active { color: #75726D; text-decoration: underline; }
		
		.SubTitles {
			color: #00458F;
			font-size: 14px;
			font-weight: bold;
		}
		.SubTitlesRed {
			color: #900;
			font-size: 13px;
			font-weight: bold;
		}
		.TopLink { 
			font-size: 11px;
			text-align: right;
		}
			.TopLink a { font-weight: normal; }
		.AnchorLinks {
			list-style: none;
		}
		.Photo {
			float: right;
			margin-left: 10px;
			width: 257px;
			font-size: 10px;
			line-height: 13px;
			color: #75726D;
			text-align: center;
		}
		.FeedbackForm td {
			font-size: 12px;
			color: #1B1B23;
			vertical-align: top;
			padding: 2px;
		}
			.FeedbackTextbox, .FeedbackCommentsbox, .FeedbackButton {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				padding: 1px 2px;
				border: 1px solid #75726D;
				width: 220px;
			}
			.FeedbackCommentsbox {
				height: 100px;
			}
			.FeedbackButton {
				background: url(../images/button_submit.jpg) no-repeat;
				width: 96px;
				font-weight: bold;
				color: #990000;
			}
	.Date {
		font-size: 11px;
		color: #75726D;
		text-align: right;
		margin-top: -16px;
	}
hr {
	color: #CBC6B6;
	background-color: #CBC6B6;
	border: 0;
	width: 100%;
	height: 1px;
}