/* ##### - STANDARD CSS - ##### */

html, body, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.clearit {
	clear: both;
	/* <div class="clearit"></div> */
}


/* ##### - SITE DEFAULTS - ##### */

body {
	text-align: center;
	background-color: #fff;
	margin-top: 10px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

img {
	border: 0px;
}

.error {
	color: #CC0000;
	font-weight: bold;
}


/* ##### - SITE SECTIONS - ##### */

#container {
	width: 835px;
	height: 730px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/bg_amp.jpg);
	background-repeat: no-repeat;
}

#nav {
	padding: 65px 85px 0px 75px;
}

/* hack to get content div in correct place in IE... */
* html body #content {
	margin-top: -8px;
}

#content {
	padding: 25px 105px 0px 115px;
}

body {
	color: #a36109;
	font-weight: bold;
}

a:link, a:visited {
	font-weight: bold;
	color: #f26522;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

input, select, textarea {
	color: #f26522;
	border: 1px solid #f26522;
	font-weight: bold;
	font-size: 12px;
	background-color: #220a01;
}

.chckbox {
	color: #f26522;
	border: 1px solid #f26522;
	background-color: #220a01;
}

ul {
	list-style-type: square;
}

.title, h1 .orange {
	font-size: 18px;
	font-weight: bold;
	color: #f26522;
	padding-top: 5px;
}

.sub_title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.copy_title {
	font-weight: bold;
	color: #fff;
}

.orange {
	color: #f26522;
}

.oldcopy {
	padding-top: 15px;
	color: #a36109;
	font-weight: bold;
}

.first {
	padding-top: 0px;
}

.datatable td {
	padding: 4px;
}

.datatable thead,tfoot {
	color: #007070;
	font-weight: bold;
}

.datatable tbody tr {
	background-color: #fff;
}

.footer {
	margin: 10px 0px 20px 0px;
	color: #999;	
}

a.footer:link, a.footer:visited {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}


.box_headline {
	background-image: url(../img/home_headline.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 30px;
	padding: 10px;
}

.box_home_photo {
	/*background-image: url(../img/home_photo.jpg);
	background-repeat: no-repeat;*/
	width: 380px;
	height: 260px;
	margin-bottom: 20px;
}

.box_home_info {
	background-image: url(../img/home_info.jpg);
	background-repeat: no-repeat;
	width: 195px;
	height: 385px;
	padding: 10px;
	float: right;
}

.box_home_promo1 {
	background-image: url(../img/home_promo1.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 105px;
	padding: 10px;
	float: left;
	margin-right: 20px;
}

.box_home_promo2 {
	background-image: url(../img/home_promo2.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 105px;
	padding: 10px;
	float: left;
}

.box_content {
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
	width: 360px;
	height: 385px;
	padding: 10px;
}

.box_gallery {
	background-image: url(../img/bg_gallery.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 385px;
	padding: 10px;
}

#flickrfeed {
	margin-top: 50px;
	text-align: center;
}

#flickrfeed img {
	margin: 20px;
}