
/* containers */

body
{
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 18px;
}

.canvas
{
   padding-bottom: 15px;
}

.mainContainer
{
   width: 737px;
   clear: both;
   margin-left: 22px;
   margin-right: 22px;
}

.content
{
	border: 1px solid #CCCCCC;
	float: right;
}

#thin
{
	width: 560px;
}

#wide
{
	width: 737px;
}

.paddedContent
{
	padding-right: 46px;
	padding-left: 46px;
 }


.topRightContainer
{
	height: 118px;
	width: 237px;
	float: right;
	margin-bottom: 10px;
	margin-top: 5px;
}

.photoBox
{
	height: 118px;
	width: 154px;
	float: right;
	border: 1px solid #ccc;
	text-align: center;
}


/** elements **/

.vertRule
{
	border-right:1px solid #ccc;
}


/* headers */

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #555C23;
	margin-top: 26px;
	padding-left: 42px;
	height: 32px;
	padding-top: 10px;
}

h2
{
   font-size: 1.2em;
   font-weight: bold;
   color: #555C23;
   margin-top: 26px;
   height: 32px;
   padding-top: 10px;
}

h2 a:link
{
   color: #8A0F00;
   text-decoration: underline;
}

h2 a:visited
{
   color: #8A0F00;
   text-decoration: underline;
}


h3
{
   color: #8A0F00;
   font-size: 80%;
   line-height: 100%;
}

h4
{
   color: #8A0F00;
   font-size: 120%;
   line-height: 100%;
}

/* footer */

.footer
{
   padding-top: 50px;
   color: gray;
   font-size: .7em;
   padding-top: 5px;
   padding-bottom: 10px;
   clear: both;
}

.footer a:link
{
   color: gray;
}

.footer a:visited
{
   color: gray;
}


/** navbar **/

.logo
{
   width: 400px;
   padding-top: 5px;
}

#navbar
{
   width: 140px;
   font-size: 12px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #CCCCCC;
}

#navbar ul
{
	margin: 0;
	padding: 0;
	width: 140px;
}

#navbar li
{
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#navbar li a
{
	display: block;
	padding: 8px 0 8px 44px;
	color:#000000;
	text-decoration: none;
	width: 140px;
}

#navbar li a:hover
{
	color:#AB152B;
}


/** subnav **/

.subnav
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
   margin-left: 46px;
   margin-right: 46px;
}

.subnav ul
{
	margin-top: 12px;
   padding-left: 0px;
	padding-right: 0px;
   text-align: center;
}

.subnav li
{
	list-style-type: none;
	padding: 0 15px 0 15px;
    display: inline;
}

.subnav a
{
	color: #00425F;
	text-decoration: none;
}

.subnav a:hover
{
	color:#AB152B;
}

/* toolsNav */

.toolsNav
{
	font-size: 10px;
	float: left;
	text-align: right;
	width: 75px;
	line-height: 24px;
}

.toolsNav a
{
	color:#000000;
	text-decoration: none;
}

.toolsNav a:hover
{
	color:#AB152B;
}

/** sections **/

.history
{
	background-image: url(/images/candle.gif);
	background-repeat: no-repeat;
}

.citylife
{
	background-image: url(/images/sun.gif);
	background-repeat: no-repeat;
}

.steel
{
	background-image: url(/images/gear.gif);
	background-repeat: no-repeat;
}

.regional
{
	background-image: url(/images/map.gif);
	background-repeat: no-repeat;
}

.christmas
{
	background-image: url(/images/star.gif);
	background-repeat: no-repeat;
}

.entertainment
{
	background-image: url(/images/notes.gif);
	background-repeat: no-repeat;
}

.recreation
{
	background-image: url(/images/waves.gif);
	background-repeat: no-repeat;
}


.mailingContent
{
   padding-right: 20px;
   padding-left: 20px;   
}

