@charset "UTF-8";
/* CSS Document */
body
{
	background-image:url(images/template/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#36574e;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
.container
{
	width:941px;
	margin:0 auto 0 auto;
	padding:0;
}
.subhead
{
	color:#36574e;
	font-weight:bold;
}
.subhead2
{
	color:#9d6056;
	font-weight:bold;
}
.red
{
	color:#990202;
}

/*********************Header*********************/
.header
{
	margin:0 auto 0 auto;
	padding:0;
}
.blank-div
{
	height:8px;
	background-color:#FFF;
}
/*********************Two Columns*********************/
.two-columns
{
	background-image:url(images/template/two-column-bg.jpg);
	background-color:#FFF;
	background-repeat:repeat;
	width:941px;
	
}
.navigation
{
	float:left;
	width:157px;
	background-color:#e9ebeb;
	border:1x solid #e9ebeb;
	font-size:14px;
}

.content
{
	background-color:#FFF;
	font-size:14px;
	clear:right;
	border:1px solid #FFF;
	width:735px;
	float:right;
	padding:0 24px 0 20px;
}
.content ul
{
	line-height:20px;
}
.content h1
{
	font-family:Impact, Verdana, Sans-Serif;
	font-size:24px;
	color:#8a4c45;
	font-weight:100;
}

.content a{
	color:#8a4c45;
	text-decoration:underline;
}

.content a:hover{
	color:#000;
	text-decoration:none;
}

.content .right-column{
	width:422px;
	float:right;
	margin:0  0 0 10px;
}

.content .right-column img{
	border:1px solid #000;
	margin:0 0 20px 2px;
}

.table-not-decorative td{
	padding: 0 5px 5px 0;
	vertical-align: top;
}


/************************************************/
/******* REQUIRED KILLER ZEBRASTRIPES CSS *******/
/************************************************/

.taglist {
	/*border: 1px solid #666666;
	margin-top:40px; margin-bottom:30px;*/
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
	
.taglist tr th{
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	background-color:#8a4c45;
	font-size:16px;
	padding:5px;
	text-align:left;
	font-weight:100;
}
	
.taglist tbody tr td {
	font-family: verdana, sans-serif;
	padding:5px;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}
	
.taglist tbody tr th.green{
	background-color: #36574e;
	color:#FFF;
}
	

.taglist tbody tr.selected td, .taglist tbody tr.selected th {
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #D9D9D9;
	border-top:none;
}

.taglist tbody tr td img{
	border:1px solid #000;
	display:block;
	margin:0;
	padding:0;
}

/************************************************/
/*********************Footer*********************/
/************************************************/
.footer
{
	background-color:#8a4c45;
	height:24px;
	color:#FFF;
	padding:8px 0 0 10px; 
	font-size:10px;
}
.footer a
{
	color:#FFF;
		text-decoration:underline;

}
.footer a:hover
{
	color:#FFF;
	text-decoration:none;
}
.footer2
{
	font-size:11px;
	background-color:#FFF;
	padding:10px 0 10px 10px;
	margin:0;
	border:1px solid #000;
}
.footer2 a
{
	color:#8a4c45;
	text-decoration:underline;
}
.footer2 a:hover
{
	color:#8a4c45;
	text-decoration:none;
}
/*.vcard, .fn org, .adr, .street-address, .locality, .region, .postal-code, .tel
{
	display:inline;
}*/

.vcard div{
	display:inline;	

}
