/**
 * CSS Page Layout Styles for Dawson County Template
 */
 
.title {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #434542;
}

.titlebox {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.titleseparator {
	background-color: #C7BEA9;
}

.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #646155;
}
.category a:link { color: #65821C; text-decoration: underline; }
.category a:visited { color: #65821C; text-decoration: underline; }
.category a:hover { color: #65821C; text-decoration: none; }

.categorybox {
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
}

.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646155;
}

.dateline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646155;
}

.emailprint {

}
.emailprint a:link {}
.emailprint a:visited {}
.emailprint a:hover {}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #424243;
}

.sectionheader {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #434542;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646155;
}
.text a:link { color: #65821C; text-decoration: underline; }
.text a:visited { color: #65821C; text-decoration: underline; }
.text a:hover { color: #65821C; text-decoration: none; }

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646155;
}
.textsmall a:link { color: #65821C; text-decoration: none; }
.textsmall a:visited { color: #65821C; text-decoration: underline; }
.textsmall a:hover { color: #65821C; text-decoration: none; }

.textmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646155;
}
.textmedium a:link { color: #65821C; text-decoration: none; }
.textmedium a:visited { color: #65821C; text-decoration: none; }
.textmedium a:hover { color: #65821C; text-decoration: underline; }

.textlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #646155;
}
.textlarge a:link { color: #65821C; text-decoration: none; }
.textlarge a:visited { color: #65821C; text-decoration: none; }
.textlarge a:hover { color: #65821C; text-decoration: underline; }

.linkalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646155;
}
.linkalta:link { color: #65821C; text-decoration: none; }
.linkalt a:visited { color: #65821C; text-decoration: underline; }
.linkalt a:hover { color: #65821C; text-decoration: none; }

.image {
	border: 1px solid #C7C5BF;
	padding: 5px;
}

.imagealt {
	border: 1px solid #C7C5BF;
	padding: 5px;
}

.imagethumb {
	border: 1px solid #C7C5BF;
	padding: 5px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #646155;
}

.table {
	border-collapse: collapse;
	empty-cells: show;
}

.tableheader {
	background-color: #8C7659;
	color: #FFFFFF;
	font-weight: bold;
}

.tableoddrow {}

.tableoddrow td {
	padding: 5px;
}

.tableevenrow {
	background-color: #E8E2D5;
}

.tableevenrow td {
	padding: 5px;
}

.blockheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #646155;
	border-bottom: 1px solid #C7C5BF;
}

.blockcontent {
	padding: 2px 6px 6px 4px;
	background-color: #F5F2E3;
	border-left: 1px solid #CECABC;
	border-right: 1px solid #CECABC;
	border-bottom: 1px solid #CECABC;
	border-top: 1px solid #CECABC;
}

.separator {}

.bullet {}



