
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	color: #5f614b;
	text-decoration: underline;
}

a:hover
{
	color: #ef3e35;
	text-decoration: none;
}

body
{
	background: url(/images/layout/body-bgd.png) repeat-x #3a3328;
	color: black;
	font: normal 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

h1
{
	font: bold 2.4em 'News Gothic Std', 'Arial Narrow', 'Arial', san-serif;
	line-height: 30px;
	color: #ef3e35;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2
{
	font: bold 2.0em 'Helvetica', 'Century Gothic', 'Arial', san-serif;
	margin: 0px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3
{
	font: bold 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
	margin: 0px;
}

h3.highlight
{
	padding: 5px;
	background: #e4e4e4;
	font: bold 2em 'News Gothic Std', 'Arial Narrow', 'Arial', san-serif;
	line-height: 30px;
	color: #ef3e35;	
	letter-spacing: 3px;
	margin-top: 7px;
}

h4
{
	font: normal 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
	margin: 0px;
}

img
{
	border: none;
	display: inline;
}

p
{
	color: #261b00;
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: bold;
}

strong
{
	text-transform: uppercase;
	font-weight: bold;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}


td
{
	font: normal 10px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
	vertical-align: top;
}

th
{
	font: bold 12px 'Helvetica', 'Century Gothic', 'Arial', san-serif;
	vertical-align: top;
}

ol, ul 
{
	list-style: none;
}


/* remember to define focus styles! */
:focus 
{
	outline: 0;
}

hr
{
	background:	#261b00;
	padding: 1px;
	border: none;
}

/* Classes
**********/
.block
{
	display: block;
}

.red
{
	color: #ef3e35;
}

.khaki
{
	color: #5f614b;
}

.brown
{
	color: #261b00;
}

.white
{
	color: #fff;
}

.right-img
{
	float: right;
	margin-bottom: 15px;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.fineprint
{
	font-size: 0.9em;
	line-height: 10px;
	color: #ef3e35;
}

/* Layout defaults
******************/

#wrap-top
{
	background: url(/images/layout/wrap-top/blank.png) no-repeat top center;
	margin: 0px auto 0px auto;
	padding-top: 1px;
}

#wrap
{
	background: url(/images/layout/wrap-bgd.png) repeat-y;
	width: 845px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
}

#wrap-btm
{
	background: url(/images/layout/wrap-btm.png) no-repeat bottom center;
	height: 126px;
	width: 845px; 
	margin: 25px auto 0px auto;
}

#wrap-home
{
	background: url(/images/layout/home/wrap-home-01.jpg) no-repeat;
	width: 845px;
	height: 643px;
	margin: 0px auto 0px auto;
	padding-top: 1px;
	text-align: left;
	display: block;
}

#header
{
	margin-top: 0px;
	text-align: center;
}	

#logo
{
	margin: 0px auto 20px auto;
	width: 159px;
	display: block;
}

#slideshow
{
	height: 400px;
}

#page
{
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#footer
{
	background: url(/images/layout/footer-text-new.png) no-repeat #3a3328;
	clear: both;
	height: 108px;
	width: 845px; 
	margin: -15px auto 0px auto;
	padding-top: 7px;
	display: block;
	text-align: center;
}

#footer .white
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.0em;
}

#footer a:link,
#footer a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #ef3e35;
	text-decoration: none;
}

#footer-admin
{
	padding-top: 100px;
	padding-bottom: 50px;
} 



#footer-admin a:link,
#footer-admin a:visited
{
	color: #5f604a;
	text-decoration: none;
}

#footer-admin a:hover
{
	color: #ef3e35;
	text-decoration: none;
}

#ottowoo-animation
{
	margin-bottom: 0px;
}

#images-placeholder
{
	height: 285px;
}
