/* ===============================
/* title: style2.css 
/* created: 2.25.2007
/* author: p. davis
/* =============================== */

html,body{ margin: 0; padding: 0; }
body{
	font: 76% arial,sans-serif;
	text-align: center;
	/*background: #000000 url(../images/moon2.jpg) no-repeat;*/
	background: #000000 url(../images/back1200.gif) repeat-x;
}
img { border:none;}


/* ========== LAYOUT ================ */
#container{
	text-align: left;
	width: 720px;
	margin: 0 auto;
	background: #fff;
	/* background-image: url(../images/1586_4.jpg); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
#header {
	height: 100px;
	line-height: 80px;
	margin: 0;
	padding-left: 0px;
	background: #EEE;
	background-image: url(../images/logo2.gif);
	color: #79B30B;
}

#content{
	float: right;
	width: 540px;
	padding: 10px;
	border-left: 1px dotted #ccc;
}
#sidebar{
	float: left;
	width: 140px;
	background: #fff;
}
#footer{
	clear: both;
	margin: 0;
	padding: 5px 0px 1px 0 ;
	text-align: center;
	background: #fff;
	color: #4A0000;
	border-top: 1px solid #ccc;
	width: 720px;
}
/*    no sidebar use body id="noside"
/*    this removes the sidebar and increases the content section to full width 
*/
		#noside #container { background: #000; }
		#noside #content	{ width:720px; padding: 0; margin: 0 auto; }
		#noside #sidebar { display:none; }
		#noside #footer { background: #000; color: #fff; border: 0px; }  

/* ============== TYPOGRAPHY ============ */
#header h1 {
	text-align: right;
	color: #fff;
	padding: 40px 20px 0 0;
	font-size: 1.4em;
}
p{
	margin: 0 10px 10px;
	font-size: 100%;
	line-height: 140%;
}


h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


/* ========== LINKS ================= */
a, a:link, a:visited { color: #4F697F; text-decoration: underline; }
a:hover { color: red; }

/* ============= LISTS =================== */
dl { }
dt {font-weight: bold; margin: 2px 0; }
dd {margin: 4px 8px; }

/* ============== TABLES ================ */
.gallerytable { border: 1px solid #D6DDE6; border-collapse: collapse; width: 100%; background: #000; color: #fff;}
.gallerytable td { border: 1px solid #D6DDE6;  padding: 4px; width: 20%; }
.gallerytable tr {vertical-align: top; text-align: center;}

.datatable { border: 1px solid #D6DDE6; border-collapse: collapse; width: 95%; }
.datatable td { border: 1px solid #D6DDE6; text-align: left; padding: 4px; width: 20%; }
.datatable th { border: 1px solid #828282; background-color: #E0E0E0; font-weight: bold; text-align: center; padding: 4px; }
.datatable caption { font: bold 0.9em arial, sans-serif; background-color: #B0C4DE; color: #33517A; padding-top: 3px; padding-bottom: 2px; border: 1px solid #789AC6; }
.datatable tr {vertical-align: top; }


/* =============== NAVIGATION ============= */
/* VERTICAL LIST */
#navlist {margin: 25px 25px; line-height: 1em;}
		#navlist ul { margin: 15px 0; text-align: right; padding-left: 0px; list-style: none; float: left; width: 120px; }
		#navlist li	{display: block; list-style: none; margin: 0; padding:0.25em; border: 0; color: #000; }
		#navlist li a { padding: 1px;  }
		#navlist li a:link, #navlist li a:visited { color: #0d184d; text-decoration: none; }
		#navlist li a:hover { background-color: #A0522D; color: #fff; }

/* vertical pseudo-buttons */
#navlist2 {
				background-color: #f5f5f5;
				font-family: Verdana, Arial, Helvetica,  Sans-serif;
				font-size:10px;
				border: 0px #666666 solid;
				width: 80%;
				margin-top: 30px;
				margin-left: 1%;
				/*margin-right: 70%;*/
				padding: 1px;
				text-align: center;
}
.button {
				font-weight: bold;
				text-align: left;
				margin-bottom: 3px;
				margin-top: 3px;
}
.button a {
				padding: 2px;
				text-decoration: none;
				width: 100%;
				display: block;
				color: #224059;
				background-color: #eee;
				border-top: 2px #fff solid;
				border-left: 2px #fff solid;
				border-bottom: 2px #31557f solid;
				border-right: 2px #31557f solid;
}
.button a:hover {
				background-color: #99aabf;
				color: white;
				text-decoration: none;
				border-top: 2px #31557f solid;
				border-left: 2px #31557f solid;
				border-bottom: 2px #cce3ff solid;   
				border-right: 2px #cce3ff solid;
}		

/* more vertical pseudo-buttons */
#navcontainer
{ background: #fff; width: 90%; margin: 0 auto; padding: 1em 0; font-family: inherit; font-size: 13px; text-align: left; text-transform: lowercase; }
ul#navlist3 { text-align: right; padding: 0; margin: 0 0; width: 100%; }
ul#navlist3 li { display: block; list-style-type: none; margin: 0; padding: 0; }
ul#navlist3 li a {
	display: block;
	width: 100%;
	padding: 0.25em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: inherit;
}
#navcontainer>ul#navlist3 li a { width: auto; }
ul#navlist3 li#active a { background: #47361B; color: #ccc; }
ul#navlist3 li a:hover, ul#navlist3 li#active a:hover { color: #800000; background: transparent; border-color: #aaab9c #fff #fff #ccc; }

/* BREADCRUMB */
.breadcrumb{ padding: 20px 0 10px 0; font: 10px  arial, Helvetica, sans-serif; color: white;}
	.breadcrumb a{ text-decoration: none; padding-right: 5px; color: white; }
	.breadcrumb a:visited, .breadcrumb a:active{ color: white; text-decoration: none; }
	.breadcrumb a:hover{ text-decoration: underline; }

/* ================ GALLERY ===================== */

.card {
	float: right;
	width: 160px;
	margin: 10px 15px 15px 0;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #666;
	height: 210px;
	overflow:hidden;
	}	
.card-title {	margin: 0 0 15px 0; color: #fff;	}
.card-photo {	margin:0; padding:0; border: none;	}




