/*	universal selector which will set ALL margins for EVERY tag to 0.  The same with padding and will turn off borders for images that are links	*/
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;

}

.smalltext {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



.cities {
	color: #DCD9CD;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	background-color: #000000;
	white-space: nowrap;
	background-image: url(../images/bkgd-runner2a.gif);
}



html, body
{
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#container
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: auto;
}

#container td
{
}

#header
{
	background-image: url(../images/banner-bkgd2.jpg);
	width: 100%;
}

.banner_text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0 0 5px;
	margin: 0 0 0 15px;
	text-align: left;
}

#header #headertag1
{
	font-size: 13px;
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 5px;
	font-weight: bold;
	color: #fff;
}

#header #headertag2
{
	position: absolute;
	z-index: 10;
	top: 55px;
	right: 20px;
	font-weight: bold;
	color: #fff;
}

#header a
{
	color : #ff9;
}	

#header a:hover
{
	color : #fff;
}	



#parentnav
{
	background: #ddd;
}

#parentnav a
{
	vertical-align: middle;
	margin : 5px;
	padding : 0 0 0 10px;
	font-weight : bold;
	color : #C94342;
	text-decoration : none;
	white-space: nowrap;
}

#parentnav a:hover
{
	color : #000;
	font-weight : bold;
}

#parentnav #tagline
{
	float : right;
	margin : 0 10px 0 0;
	padding : 2px 0 2px 0;
	font-size : 15px;
	font-weight : bold;
}

#navbar form
{
	margin : 0 0 10px 5px;
	padding : 0;
	width : 100%;
}

#navbar form input#searchterm
{
	border : 1px solid #c94342;
	width : 105px;
}

#navbar form input#searchbutton
{
	background:	transparent;
	color : #c94342;
	font-size : 12px;
	text-decoration : underline;
	cursor: pointer;
}

#content
{
	margin : 0;
	padding : 0 10px 10px 10px;
	width: auto;
	border-left: 3px solid #C94342;
}

#content p, dl
{
	padding : 0px 15px 5px 0px;
}

#content h1, h2, h3
{
	margin : 15px 15px 5px 0;
}

#content h1
{
	color : #000000;
	font-size : 18px;
	font-weight: bold;
	margin: 15px 0;
}

#content h2
{
	font-size : 18px;
	color: #C94342;
	margin-top: 30px;
	margin-bottom: 5px;
}

#content h3
{
	color: #000000;
	margin-top: 5px;
}

#content ul
{
	margin: 0 25px 10px 35px;
}

#content li
{
	margin : 0 0 5px 0;
}

#content dl dt
{
	font-weight: bold;
	font-size: 1.25em;
}

#content dl dd
{
	margin: 0 0 10px 0;
}

#content .emphasizetext
{
	font-weight: bold;
	color: #c94342;
	font-size: 16px;
}

#content a:hover
{
	color : #f00;
	text-decoration : underline;
}

#content img 
{
	border: 1px solid #fff;
	padding: 0px;
}

#content img.clear 
{
	border: 0;
}

#content table.interior
{
	background: #DCD9CD;
	margin: 20px;
	padding: 0;
	border: 1px solid #54433a;
	border-collapse: collapse;
}

table.interior th,
table.interior td
{
	padding: 5px 5px;
	font-size: 11px;
	border-bottom: 1px solid #54433a;
}

table.interior th
{
	background: #c94542;
	color: #fff;
	border-bottom: 1px solid #54433a;
}

table.interior td.colored
{
	margin: 5px 5px;
	background: #FFFFFF;
	width: 175px;
	font-weight: bold;
	text-transform: capitalize;
}


/* defines text area for anything in leftcol */
#leftcol 
{
	width: 150px;
	background-color: #DCD9CD;
}

#leftcol h2
{
	color : #fff;
	background : #54433A;
	font-size : 12px;
	margin : 0 0 10px 0;
	padding : 3px 15px 3px 15px;
	width:auto;
}

#leftcol h3
{
	color : #000;
	padding : 5px 0 5px 15px;
	margin : 0 0 10px 0;
	width: 100%;
	font-size : 12px;
}

#leftcol p
{
	color : #000;
	padding : 5px 15px 10px 15px;
	font-size : 12px;
}


#leftcol ul
{
	margin: 0 15px 0 15px;
	padding : 5px 0 5px 15px;
}

#leftcol li
{
	color : #000;
}

#leftcol a
{
	text-decoration: underline;
}

#leftcol a:hover
{
	color : #c94542;
}
/* defines column with right redline border and grey background*/
#rightcolbkgd
{
	border-left : 3px solid #C94342;
	background-color: #DCD9CD;
	width: 200px;
}


/* defines text area for anything in rightcol */
#rightcol 
{
}

#rightcol h2
{
	color : #fff;
	background : #54433A;
	font-size : 12px;
	margin : 0 0 10px 0;
	padding : 3px 15px 3px 15px;
	width:auto;
}

#rightcol h3
{
	color : #000;
	padding : 5px 0 5px 15px;
	margin : 0 0 10px 0;
	width: 100%;
	font-size : 12px;
}

#rightcol p
{
	color : #000;
	padding : 5px 15px 10px 15px;
	font-size : 12px;
}


#rightcol ul
{
	margin: 0 15px 0 15px;
	padding : 5px 0 5px 15px;
}

#rightcol li
{
	color : #000;
}

#rightcol a
{
	text-decoration: underline;
}

#rightcol a:hover
{
	color : #c94542;
}

#footer
{
	padding : 0 0 10px 0;
	background-color: #54433A;
}

#footer div#footer-links
{
	margin: 10px 0 0 0;
}

#footer div#footer-links h2
{
	margin: 0 0 0 15px;
	padding: 0;
	color: #DCD9CD;
	font-size: 12px;
}

#footer div#footer-links ul
{
	list-style-type : none;
	margin : 0 0 10px 15px;
	clear : both;

}
#footer div#footer-links ul li
{
	display : inline;
	margin : 5px 5px;
	font-size: 12px;
}

#footer div#footer-links ul li a
{
	color : #E92622;
	text-decoration : none;
	font-weight: bold;
}

#footer div#footer-links ul li a:hover
{
	color : #E1262D;
	text-decoration : underline;
}

#footer div#footer-address
{
	float: right;
	text-align: center;
}

#footer div#footer-address address
{
	color : #DCD9CD;
	font-weight: bold;
	font-size : 12px;
	font-style : normal;
	margin : 10px 0;
}

#footer a {
	text-decoration: underline; 
	font-size: 10px
	}
	
#footer a:link {
	color: #BC9488; 
}

#footer a:visited {
	color: #BC9488; 
}

#footer a:hover {
	color: #FFCC99; 
}

#footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	text-align: center;
}

.colorized
{
	color : #c94542;
	text-align: right;
}

.clearall
{
	clear: both;
	height: 1em;
}

.floatright
{
	float: right;
	margin: 5px 5px 5px 10px;
}

.floatleft
{
	float: left;
	margin: 5px;
}

.border-01
{
	border: 1px solid #c94542;
}

.border-02
{
	border: 2px solid #c94542;
}

.border-03
{
	border: 3px solid #c94542;
}

hr
{
	background: #c94542;
	margin: 0px;
	color: #c94542;
	height: 0.25em;
	width: 75%;
	text-align: left;
}

/*.border {
	border: 2px double #41799E;
	padding: 5px;  required for IE
	margin: 5px; required for Mozilla
}*/

.formfieldtitle {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.formsectiontitle {
	font-size: 12px;
	font-weight: bold;
	color: #C94542;
}
.cities2 {
	color: #DCD9CD;
	text-align: center;
	font-weight: bold;
	background-color: #000000;
	padding-bottom: 5px;
}
.border_top_bot {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.dayton_brochure {
	color: #000000;
}
.cleveland_brochure {
	color: #0033CC;
}
.brochure_h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
#brochure LI {
	margin-left: 25px;
}
#brochure  P {
	margin-top: 0px;
	margin-bottom: 3px;
}
#brochure {
	font-family: Arial, Helvetica, sans-serif;
}
.colorized2 {

	color : #DCD9CD;
	text-align: right;
}
#container #rightcolbkgd #rightcol H3 {
	text-transform: uppercase;
	color: #C94342;
	margin: 10px 0 0 0;
}
blockquote {
	padding-left: 25px;
}
#navbar {
	background-color: #756C5B;
}
.clr {
	clear: both;
	height: 1em;
}
.img-align-left {
	float: left;
	margin: 5px;
}
