/* override default tags */
h1 {
	line-height			: 1.2em;	
	font-family			: "Times New Roman", Times, serif;
	font-style			: italic;
	font-size			: 1.8em;
	margin				: 0 0 1em 0;
}
h2 {
	font-size			: 1.1em;
	margin				: 0 0 1em 0;
}
h3 {
	font-size			: 1em;
	margin				: 0 0 1em 0;
}
p {
	margin				: 0 0 1em 0;
}

a {
	color				: #669900;
	text-decoration		: underline;	
}
a:hover	{
	color				: #99cc00;
	text-decoration		: underline;
}
ol {
	font-size 			: 1em;
	margin				: 0px 0px .9em 23px;
	padding				: 0;
}

ul {
	font-size 			: 1em;
	margin				: 0px 0px .9em 16px;
	padding				: 0;
}
hr {
	margin				: 0 0 1em 0;
}

.small {
	font-size			: .9em;
}
.xsmall {
	font-size			: .85em;
}

.left		{float:left; margin: 0px 10px 5px 0px;}
.right		{float:right; margin: 0px 0px 5px 10px;}

.top {text-align:right;font-size:.8em;}

/* navigation */
#nav {
	background-color	: #666633;
	color				: #ffffff;	
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: .85em;
	text-transform		: uppercase;
}
a.nav_link {
	display				: block;
	padding				: 5px;
	color				: #ffffff;
	font-weight			: normal;
	text-decoration		: none;	
}
a:hover.nav_link {
	display				: block;
	padding				: 5px;
	background-color	: #999933;
	color				: #ffffff;
	font-weight			: normal;
}

#subnav {
	padding				: 15px 10px;
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: .9em;
	text-transform		: uppercase;
	text-align			: left;
}
.subnav_item {
	list-style			: square;
	color				: #ffffff;
	padding				: 5px 0;
}
a.subnav_link {
	color				: #ffffff;
	font-weight			: normal;
	text-decoration		: none;	
}
a:hover.subnav_link {
	color				: #ffffff;
	font-weight			: normal;
	text-decoration		: underline;
}

#quote {
	border-top			: 2px solid white;
	padding				: 15px 10px;
	font-size			: 1em;
	font-style			: italic;
	color				: #ffffff;
}

#metanav {
	font-size			: .9em;
}

.metanav_item {
	margin				: 2px 10px;
	color				: #666633;
}
a.metanav_link {
	color				: #669900;
	text-decoration		: underline;
}
a:hover:metanav_link {
	color				: #99cc00;
	text-decoration		: underline;	
}


/* header */
#header {
	padding				: 15px 0;
	font-size 			: 1.2em;
	line-height 		: 1.3em;
}
.header_logo {
	float				: left;
	background-color	: #8abc02;
}
.header_visual {
	float				: left;
	margin				: 0 0 0 5px;
}
.header_contact {
	float				: left;
	width				: 200px;
	height				: 151px;
	margin				: 0 0 0 5px;
	padding				: 0;
	background-color	: #8abc02;
	text-align			: right;
}
.header_contact_item {
	padding				: 15px;
	color				: #ffffff;	
	font-family			: Georgia, "Times New Roman", Times, serif;
	font-size			: .85em;
}

/* content */
#content {
	padding						: 15px 10px 15px 15px;
	font-size					: 1em;
	line-height 				: 1.25em;
	text-align					: left;
}
#contentmemorial {
	padding						: 145px 10px 15px 15px;
	font-size					: 1em;
	line-height 				: 1.25em;
	text-align					: left;
}

#content h1 {
	color				: #996600;
}
.title	{
	font-size					: 1.1em;
}
.image {
	margin						: 5px 0;
}
.image_left {
	float						: left;
	margin						: 2px 10px 4px 0px;
	border						: 1px solid white;
	clear						: both;
}
.image_right {
	float						: right;
	margin						: 2px 0px 4px 5px;
	border						: 1px solid white;
	clear						: both;
}
.image_noborder_left {
	float						: left;
	margin						: 2px 10px 4px 0px;
	border						: none;
	clear						: both;
}
.image_noborder_right {
	float						: right;
	margin						: 2px 0px 4px 5px;
	border						: none;
	clear						: both;
}
.text	{

}
.intro	{
	font-weight			: bold;
	font-style			: italic;	
	color				: #996600;
}
.highlight {
	font-weight			: bold;
	color				: #996600;
}
.contact	{
	letter-spacing		: .15em;
	line-height			: 1.7em;
	font-style			: italic;
	text-align			: right;
}
.link_item {
	letter-spacing		: .05em;
	font-style			: italic;
	font-weight			: bold;
	line-height 		: 1.7em;
}



/* footer */
#footer {
	background-color	: #666633;
	color				: #ffffff;
	padding				: 5px 0;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: .8em;
	font-weight			: bold;
	text-transform		: uppercase;
}

/* tables */
table.table {
	padding				: 1px 5px;
	border				: 1px solid white;
}
.table th {
	border-bottom		: 1px dotted white;
}

.table td {
	font-size			: .9em;
	border-bottom		: 1px dotted #dfe9ff;
}

/* form */
#login {
	border-top			: 2px solid white;
	padding				: 15px 10px;
	font-size			: .9em;
	font-style			: italic;
	text-align			: left;
	color				: #ffffff;
}

label {
	padding				: 2px 0;
	text-transform		: uppercase;
}
.inputfield {
	width: 165px;
	padding: 0px;
}
#logingo {
	margin: 5px 0px 0px 135px;
}