﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #AD6D6D; /*dk mauve*/;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #ffffff;
	width: 80%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url('images/your-site-banner.gif');
	height: 170px;
	background-repeat: no-repeat;
	color: #000000;
}

/* sets style for page banner */

#logoleft {
	padding : 5px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	background-image: url('images/your-site-banner.gif');
	background-repeat: no-repeat;
	height: 100px;
}

#logoright {

	float: right;
	width: 200px;
	height: 86px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-color: #FFF;
	color: #bd7b7c;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;

}

/*styles search button color*/

.search {
	background-color: #AD6D6D;
	color: black;
	font-weight: bold;
}


/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #AD6D6D;
	border-bottom: 2px solid #AD6D6D;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #C47B7B;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 200px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 width: 160px;
 padding: 0px;
 margin: 10px 0px 0px 0px;
 float: left;
}

#vertmenu p {
display: block;
background-color:#AD6D6D;
font-size: 90%;
font-weight:bold;
padding: 3px 0 5px 3px;
border: 1px solid #825252;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #825252;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #AD6D6D;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #AD6D6D;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #F9E3E3;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
/*==========================
styles for photo tables
============================*/
.photo {
	width: 99%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}
.photo th {
	background-color: green;
}
.photo td {
	vertical-align: top;
	border: 1px green solid;
	width: 33%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.photo caption {
	font-weight: bolder;
	font-variant: small-caps;
}
.photolft {
	width: 99%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.photolft th {
	background-color: green;
}
.photolft td {
	vertical-align: top;
	width: 33%;
	padding: 10px;
	font-size: 85%;
}
.photolft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
.smtxt {
	font-size:small;
}




