*
{
	margin: 0px;
	padding: 0px;
}

html, body 
{
    height: 100%;
}

body 
{
	background-color: #fff;
	color: #000;	
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	margin:0px;
	padding:0px;
	text-align: center;
}

img 
{
	border: 0px;
}

hr
{
	height: 0px;
	border-bottom: 1px dashed #ccc;
	border-top: 0px;
	margin: 40px 0px 10px 0px;	
}

a:link, a:active
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #ab3524;
	font-size:15px;
	margin: 0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

h2
{
	color: #000;
	font-size:14px;
	margin: 0px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color: #000;
	font-size:12px;
	margin: 0px 0px 10px 0px;
}

p
{
	margin: 10px 0px 15px 0px;
}


form
{
	margin: 0px;
	padding: 0px; 
}

input, select, textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

table
{
	border: 0px;
	padding: 0px;
}

/* Layout Creators */

div.wrapper-full
{
	background-image: url(../images/background_header.gif);
	background-repeat:repeat-x;
	height: auto !important;	
	height: 100%;	
	margin: 0px auto -7em auto;
	min-height: 100%;	
	position: relative;
	text-align: center;
	width: 100%;
}

div.wrapper
{
	margin: auto auto;
	position:relative;
	width: 879px;
}

div.header
{
	background-image:url(../images/header/header.jpg);
	background-repeat:no-repeat;
	height: 325px;
	position:relative;
	width: 879px;
}

div.search
{
	bottom:32px;
	right:35px;
	position:absolute;
	width:250px;
}

div.content
{
	float: left;
	padding: 0px 0px 30px 0px;
	position:relative;
	text-align:left;
	width: 600px;
}

div.content ul, div.content ol
{
	margin:  10px 30px 20px 30px;
}

div.content ul li, div.content ol li
{
	margin:  0px 0px 5px 0px;
}

div.sidebar
{
	font-size:12px;
	float: right;
	position:relative;
	text-align:left;
	width: 255px;
}

div.sidebar ul
{
	margin:  10px 30px 20px 20px;
}

div.sidebar ul li
{
	margin:  0px 0px 5px 0px;
}

img.sidebar-image
{
	margin:400px 0 0 0;
}

.footer-wrapper, .push 
{
	height: 7em;
}

div.footer-wrapper
{
	background-image: url(../images/footer/footer_background.gif);
	background-repeat:repeat-x;
	background-color: #706f2d;
	margin: 0px 0px 0px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

div.footer
{
	background-image: url(../images/footer/footer.gif);
	background-repeat: no-repeat;
	height: 95px;
	margin: auto auto;
	position: relative;
	text-align:left;
	width: 879px;
}

div.copyright
{
	color: #fff;
	bottom: 0px;
	font-size:10px;
	left: 180px;	
	position:absolute;
	text-align:left;
}


div.credit
{
	background-image: url(../images/footer/credit.gif);
	background-repeat:no-repeat;
	bottom: 40px;
	position:absolute;
	right: 0px;
	width: 145px;
	height: 25px;
}

div.credit a:link, div.credit a:active, div.credit a:visited, div.credit a:hover
{
	display: block;
	width: 143px;
	height: 35px;	
}


/* Footer Nav */

div.footer ul
{
	left: 180px;
	position:absolute;
	top: 5px;
	width: 480px;
}

div.footer ul li
{
	display: inline;
	font-size: 11px;
	list-style:none;
	margin: 0px 10px 0px 0px;
}

div.footer a
{
	color: #fff;
	text-decoration:none;
}

div.footer a:hover
{
	color: #fffba2;
	text-decoration:underline;
}

/* Custom */

img.img-right
{
	float:right;
	margin:0 0 0 10px;
}

div.left
{
	float: left;
	position:relative;
	width: 400px;
}

div.right
{
	float: right;
	position:relative;
	width: 200px;
}


.clear
{
	clear: both
}

/* Form Styling */

form.cmxform fieldset 
{
	border: 0px;
	width: 400px;	
}

form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 140px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 200px;
}

address
{
	color:#fff;
	font-size:11px;
	font-style:normal;
	left: 180px;
	position:absolute;
	text-align:left;
	top:35px;
}


div.announcements
{
	border:1px solid #ab3524;
	float:right;
	font-size:12px;
	margin:0 0 10px 20px;
	padding:5px;
	width:250px;
}


div.announcements h2
{
	font-size:12px;
}