/* CSS Document */
/* Default Style Sheet - Campbell County Economic Development */

/* {border:1px solid black;} */


/* HTML tag styles. */

body {
	background-color: #edece1;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

a {

}

a:hover {

}

h1, h2, h3, h4, h5 {font-family: Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;}
h1 {font-size: 30pt;}
h2 {font-size: 24pt; font-weight: normal;}
h3 {font-size: 18pt;}
h4 {font-size: 14pt; font-weight: normal;}
h5 {font-size: 12pt;}


/* Layout Styles */

#main {
	width: 750px;
	margin: 12px auto;
	border: 2px solid #fffef7;
}

#mainNav {
	height: 22px;
	background: #545343;
	border-bottom: 1px solid #fffef7;
	padding: 3px 10px 0 0;
	text-align: right;
}

#header {
	border-bottom: 6px solid #fffef7;
}

#mainContent {
	width: 750px;
	background: url(images/bg-main.gif) repeat-y;
}

#rightCol {
	float: right;
	width: 546px;
}

#leftCol {
	float: left;
	width: 180px;
	margin-left: 5px;
	font-size: 8pt;
}

div>#leftCol {
	margin-left: 10px;
}

#copyright {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	font-size: 8pt;
	color: #777777;
}

/* Menu */

#mainNav a {
	color: #e3e2cd;
	font-weight: bold;
}

#mainNav a:hover {
	color: #f5f5f5;
}


/* Misc */

.cities {
	position: relative;
	height: 171px;
	margin-bottom: 12px;
}

.cityNames {
	position: absolute;
	top: 150px;
	left: 30px;
	width: 200px;
	color: #DDDDDD;
}

.cityNames a {
	color: white;
}

.Activity {
	position: relative;
	height: 110px;
	margin-bottom: 12px;
}

.ActivityCaption {
	position: absolute;
	top: 90px;
	left: 30px;
	width: 500px;
	color: #DDDDDD;
}

.ActivityCaption a {
	color: white;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}
.largeText {
	font-size: 12pt;
}

.mediumText {
	font-size: 10pt;
}

.floatLeft {
	float:left;
	width: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	font-color: #000000;
}
.tableWrap {
	margin: 10px;
}
