/* NACMA CSS */

html, body
{
	height: 100%;
	
	font: /* 1em */ 12px Arial, Helvetica, sans-serif;
}

body
{
	background: #F8F4D0 url( 'images/body-bg.gif' ) repeat-x;
	margin: 0; padding: 0;
}

div#container
{
	height: auto !important;
	height: 80%;

	min-height: 80%;
	
	width: 1020px;
	
	margin: 0 auto;
	
	position: relative;
	
	background: url( 'images/main-bg.gif' ) repeat-y;
}

div#container div#canon
{
	position: absolute;
	
	bottom: 0px;
	left: 0px;
	
	width: 424px;
	height: 338px;
}

div#container div#header
{
	height: 252px;
	background: url( 'images/header-bg.jpg' ) no-repeat;
	
	position: relative;
}

div#container div#header a
{
	display: block;
	
	width: 140px;
	height: 170px;
	
	position: absolute;
	
	left: 48px;
	top: 24px;
	
	text-indent: -9999px;
}

div#container div#content
{
	/* border: 1px solid red; */
	
	padding-left: 30px;
	
	background: url( 'images/content-bg.jpg' ) no-repeat;
	
	height: auto !important;
	
	height: 429px;
	
	min-height: 429px;
	
	margin: 0 auto;
}

div#container div#content div.column
{
	width: 280px;
	float: left;
	
	padding: 0 20px 20px 20px;
	
	border-left: 1px solid #cacaca;
	
	min-height: 740px;
	
	/* font-size: 12px */
}

div#container div#content div.column.first
{
	border: none;
}

div#container div#content div.column h2
{
	margin: 0; padding: 0;
	
	font: 24px Century, Georgia, "Times New Roman", Times, serif;
	
	color: #9B121F;
	
	background: url( 'images/heading-underline.gif' ) repeat-x bottom;
	
	padding-bottom: 8px;
}

div#container div#content div.column h2 span
{
	background: url( 'images/flourish.gif' ) no-repeat right 8px;
	
	padding-right: 53px;
}

div#container div#content div.column p.break
{
	background: url( 'images/break.gif' ) no-repeat center bottom;
	
	padding-bottom: 36px;
}

div#container div#content div.column p.quote
{
	background: url( 'images/quote-bg.gif' ) no-repeat;
	
	padding-bottom: 36px;
	
	display: block;
	
	width: 241px;
	height: 118px;
	
	text-align: center;
	
	padding: 0 20px;
	
	/* border: 1px solid red; */
	
	margin-top: 24px;
}

div#container div#content div.column p.quote span.title
{
	font: 24px Century, Georgia, "Times New Roman", Times, serif;
	
	display: block;
	
	padding: 10px 10px 5px 10px;
	
	color: #5E7A7A;
}

div#container div#content div.column ul
{
	margin: 0; padding: 0 0 0 20px;
	
	list-style-type: square;
}

div#container div#content div.column ul li
{
	padding-bottom: 20px;
}

div#footer
{
	background: #b23612;
	
	min-height: 200px;
	
	width: auto !important;
	width: 100%;
	min-width: 1020px;
	
	border-top: 6px solid #F9F7EB;
	
	padding-top: 14px;
}

div#footer div#footer-content
{
	margin: 0 auto;
	
	min-height: 200px;
	
	width: 1020px;
	
	padding-left: 34px;
	
	color: #FFF;
}

div#footer div#footer-content div.column
{
	width: 286px;
	float: left;
	
	padding: 0 20px 20px 20px;
}

div#footer div#footer-content div.column.first
{
	background: url( 'images/horse-car.jpg' ) no-repeat -5px 60px;
	
	height: auto !important;
	
	height: 200px;
	
	min-height: 300px;
}

div#footer div#footer-content div.column a
{
	color: #FFF;
	text-decoration: underline;
}

div#footer div#footer-content div.column a:hover
{
	text-decoration: none;
}

div#footer div#footer-content div.column h2
{
	background: url( 'images/footer-banner.gif' ) no-repeat 0px 0px;
	
	display: block;
	
	width: 286px;
	height: 43px;
	
	/* text-align: center; */
	text-indent: 50px;
	
	font: 16px "Times New Roman", Times, serif;
	
	padding-top: 6px;
}

div#footer div#footer-content div.column p
{
	padding-left: 50px;
}

div#footer div#footer-content div.column p.copy
{
	padding-left: 20px;
}


