/**************** General width classes *****************/
.mainWidth {
	width: 780px;
}
.menuwidth {
	width: 280px;
}
.containerWidth {
	width: 590px;
}

/**************** utility classes *****************/
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignJustify {
  text-align: justify;
}
.small {
  font-size: 0.8em;
}
.imgLeft {
	margin-right:0;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.imgRight {
	margin-left: 0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}
.mini {
	font-size: small;
}
.linkTitle {
	text-align: left;
	float: right;
	width: 300px;
}
.smallSpacer {
	line-height: 1px;
	font-size: 1px;
}
/**************************************************************
   mainContainer (centers the page layout)
 **************************************************************/
#mainContainer {
	margin: 25px auto;
	padding: 10px;
	background: #fff;
	/*border: #50612D solid 3px;*/
}

/**************************************************************
   contentContainer (contains header, content, and posts)
 **************************************************************/
#mainHeader {
	background: #fff url('/images/patriotSplash.jpg') no-repeat right;
	height: 393px;
}
#content a {
	color:#c68929;
}
#content a:hover {
	border-bottom: #c68929 dashed 1px;
}
#content ul {
	margin: 0 20px;
}
/*
#contactForm p {
	width: 380px;
}
*/
#footer {
	margin: 0 -10px -10px -10px;
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: .8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff url('/images/footerBkgd.jpg') bottom repeat-x;
	color: #d9e892;
	height: 60px;
}
#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
}
#footer li {
	display: inline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: #fff dashed 1px;
}
#footer .credit {
	font-size: smaller;
}
.post{
	background: #c68929 url('/images/blockBkgd.jpg') bottom repeat-x;
	margin: 10px 0 5px 7px;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 200px;
}
.post p {
	margin: 5px 7px 0 7px;
	padding: 0;
}


/**************************************************************
   Nav menu (contains logo, navigation items and address block)
 **************************************************************/
#menuBar ul {
	padding-top: 5px;
}
#menuBar li a {
	padding: 9px 0 5px 15px;
	display: block;
	width: 165px;
	height: 28px;
	background: #fff url('/images/coolNav.jpg') no-repeat;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#menuBar a:hover {
	background: #fff url('/images/hotNav.jpg') no-repeat;
	color: #fff;
}
#menuBar .hotNav {
	background: #fff url('/images/hotNav.jpg') no-repeat;
	color: #fff;
}
#menuBar #company {
	width: 180px;
	margin: 0;
	padding: 15px 0 0 0;
	background: #637239 url('/images/blockBottom.jpg') bottom no-repeat;
	min-height: 130px;
	color: #d9e892;
}
/* for Internet Explorer */
/* stupid min-height hack */
/*\*/
* html #company {
	height: 130px;
}
.addressBlock {
 	text-align: center;
}
.addressBlock p {
 	margin: 0;
	padding: 0;
}
#company a:hover {
	background: none;
	color: #fff;
	text-decoration: none;
	border-bottom: #fff dashed 1px;
}
#company img {
	padding:5px 0 15px 0;
	cursor: pointer;
}
