/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong { font-weight: bold; }

em { font-style: italic; }

p, ul, ol { padding: 8px 0px; }

ol li { list-style-type: decimal; list-style-position:inside; }
ul li { list-style-type: disc; list-style-position:inside; }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; padding: 8px 0px; color: #000; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

a:link, a:visited { color: #A40816; text-decoration: none; font-weight: bold; }
a:active, a:hover { text-decoration: underline; }

hr { border: none; border-bottom: 1px dotted #663300; margin: 7px 0px; }

img { margin: 5px; border: none;  }

input, textarea {
	background-color: #fff;
	color: #A40816;
	padding: 2px;
}

blockquote {
	background-color: #fff;
	color: #A40816;
	padding: 4px 8px;
	margin: 8px 25px;
}

/*End Normalizing////////////////////////////////////////////////////////*/


/* UTILITY CLASSES */

.clear { clear: both; }

.button { 
	border: 1px solid #A40816;
	background-color: #fff;
	padding: 2px;
	color: #A40816;
}

.button:hover {
	color: #fff;
	background-color: #A40816;
	
}

/* MAIN STRUCTURE */

body {
	text-align: center;
	background-image: url(template/bkg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #A40816;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
}

#container {
	width: 952px;
	margin: 0 auto;
	background-image: url(template/content_middle.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	width: 952px;
	height: 164px;
	background-image: url(template/header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 582px;
	padding: 0px 186px;
	min-height: 500px;
	background-image: url(template/content_top.jpg);
	background-repeat: no-repeat;
}

#footer {
	height: 43px;
	width: 952px;
	background-image: url(template/footer.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	clear: both;
}

#nav {
	list-style: none;
	text-transform: uppercase;
	padding-top: 123px;
	padding-left: 365px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#nav li {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000;
	padding-right: 5px;
	margin-right: 5px;
}

#nav li.last_link {
	margin: 0; padding: 0; border: none;
}

#nav li a:link, #nav li a:visited {
		color: #000;
		text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	text-decoration: underline;
}

#photo_clear {
	width: 265px; float: left; height: 210px;
}


/* FORMAT NEWS */

.news_date {
	font-size: 12px; font-style: italic;
}

h2.news_title {
	font-size: 18px;
}

.news_text {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.news_next {
	float: right;
}

.news_prev {
	float: left;
}

/* HOME NEWS FORMAT */

#home_news { width: 315px; float: right; padding-top: 16px; }
#home_news .news_date { display: none; }
#home_news .news_text { display: none; }
#home_news .news_next { display: none; }
#home_news .news_prev { display: none; }
#home_news h2 { font-size: 14px; margin: 0; padding: 0; color: #A40816;font-weight: bold; }
#home_news h2:hover { text-decoration: underline; } 
#home_news p { margin: 0; padding: 0; }
#home_news .news_entry { margin: 0; padding: 0; }

/* MAIL LIST FORMAT */

#list_tr_address { display: none; }
#list_tr_zip { display: none; }
#list_tr_country { display: none; }
#list_tr_phone { display: none; }
#list_tr_url { display: none; }
#list_tr_notes { display: none; }