/***********************************************/
/* site_styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	line-height: 1.166;
}

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 110%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 120%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#wrapper {
	background-color: #7f98c0;
	max-width: 900px;
	width: expression(document.body.clientWidth > 901? "900px": "auto");
	border: thin ridge #7f98c0;
	margin: 10px auto 0px;
	height: auto;
	padding: 0px;
}

#sidebar{
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	background-color: #7f98c0;
	width: 200px;
}

#contentbar {
	max-width: 700px;
	margin: 0;
	margin-left: 200px;
	background-color: #bfccdf;
	background-image:url(images/watermark.jpg);
	background-repeat:no-repeat;
	background-position: center 75px;
}

#header{
	padding: 0px;
	background-image: url(images/topmountain.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height: 150px;
}


#content{
	padding: 0 20px 0 10px;
	font-size: small;
}


#footer{
	clear: both;
	width: 100%;
	background-color: #7f98c0;
	margin: 0;
	padding-left: 210px;
	font-size: 80%;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 0px;
	color: #333333;
}




/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.navlink {
	border: thin none #7f98c0;
	width: 13.5em;
	margin: .75em 0.25em .75em 0.5em;
	padding: 0.25em 0em 0.25em 0.25em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
}
.selectedlink {
	border: thin none #7f98c0;
	width: 13.5em;
	margin: .75em 0.25em .75em 0.5em;
	padding: 0.25em 0em 0.25em 0.25em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	background-color: #BFCCDF;
}
.hilite {
	background-color: #FFFF66;
}
hr {
	color: #FFFF66;
	background-color: #FFFF66;
	height: 3px;
}

.bluehilite {
	background-color:#7f98c0;
}.orange_hilite {
	background-color: #FFCC66;
}

.ecoyoga {
	font-family:Papyrus, "Trebuchet MS", Arial;
	font-size:18px;
	font-weight:bold;
}

.ecoyogalarge {
	font-family:Papyrus, "Trebuchet MS", Arial;
	font-size:20px;
	font-weight:bold;
	line-height:2em;
}
.ecoyogasmall {
	font-family:Papyrus, "Trebuchet MS", Arial;
	font-size:14px;
}
.photocap {
	font-size: smaller;
	font-weight:bold;
	text-align:center;
}
.fancytext {
	font-size: medium;
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-style:italic;
}
.dvdtext {
	margin-left: 275px;
	padding: 0 45px;
}
#giftcert {
	margin: 70px 70px;
	border: thin;
	border-color:#7f98c0;
	border-collapse:collapse;
	border-style:outset;
	padding:10px;
	width:500px;
	height: 330px;
	background-color: white;
}
.giftphoto {
	float: left;
	margin: 20px;
}

.giftform {
	margin-left: 240px;
	line-height: 1.4;
}

.anniversary {
	font-family: "Trebuchet MS", Arial;
	font-size:large;
	text-align:center;
}	
.fb {
	margin: .75em 0.25em .75em 0.5em;
}
.rightbox {
	float: right;
	margin: 0 2em;
	width: 120px;
/*	border: #7f98c0 thin dotted;*/
}	