﻿/* Rosewood CSS Stylesheet */
/* Created 07 14 06 */

/* BASIC HTML TAG DEFINITIONS */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bkGrnd_image/rose_bkGrnd.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -15px center;
}

p.hidden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CCFF
}
	

h1 {
	color: #537101;
	font-size: 150%;
}

li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: circle;	
}
img {
	border: none;
}

/* MASTHEAD */

#masthead {
	width:780px;
	height:119px;
}

#masthead img.mastImage {
	float: right;
}

#masthead img.logoImage {
	float: left;
	padding-left: 15px;
}

#mainContainer {
	width: 780px;
	background: url(../images/layout/mainNav_base.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

/* NAVIGATION */
#mainNav {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	border-top: #FFFFFF 1px solid;
}

#mainNav a {
	display: block;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 10px;
	color: #FFFFFF;
	background: #7d0000;
	text-decoration: none;
	border-bottom: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav a:hover {
	background-color: #ab6f6d;
}

#mainNav a.imgLink, #mainNav a.imgLink:hover {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}


#mainNav a.navEmpty , #mainNav a.navEmpty:hover {
	border: none;
	margin-top: 1px;
	background-color: transparent;
}

#mainNav a.navTier , #mainNav a.navTier:hover {
	width: 155px;
	padding-left: 15px;
	background-color: #999966;
	border-bottom: #FFFFFF 1px solid;
	background: url(../images/layout/nav_tier_bg.gif) no-repeat;
}

#mainNav a.navTier:hover {
	color: #666633;
	background: url(../images/layout/nav_tier_bg_over.gif) no-repeat;
}
div.navLayer {
	position: absolute;
	top: 119px;
	visibility: hidden;
	width: 170px;
	margin-top: 21px;
}

#textBar {
	float: right;
	width: 620px;
	height: 36px;
	background: url(../images/layout/textBar_bg_2.jpg) no-repeat right;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#textBar img {
	padding: 1px 10px 0px 0px;
	margin: 0px;
	border: none;
}


/* BODY DEFINITIONS */

#contentArea {
	float: right;
	width: 589px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-right: 1px #EFEFEF solid;

}

.colmLeft {
	float: left;
	width: 45%;
	padding-left: 15px;

}
.colmRight {
	float: left;

}

.phoneNo {
	width: 450px;
}

.phoneNo span {
      float: right;
}

/* GALLERY */

.imgGallery {
	width: 600px;
	float: left;

}


/* FOOTER DEFINITIONS */

#footer {
	float: right;
	width: 600px;
	padding-top: 3px;
	border-top: 6px #537101 solid;
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #537101;
}

#footer a {
	color: #537101;
	text-decoration: none;

}

#footer a:hover {
	color: #537101;
	text-decoration: underline;

}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer p.footNote {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;

}

.clickDonate {
	float: right;
	margin-top: 20px;
}

/* *** Float containers fix - for full explanation see http://positioniseverything.net/easyclearing.html */ 
.clearfix:after {
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }
 
.clearfix{ display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }
/* End hide from IE-mac */ 

