/* Start of CMSMS style sheet 'celia_global' */
@charset "UTF-8";
/* CSS Document Celia Grand */


/*MAIN TAGS*/

body{
	margin:0px;
	padding:0px;
	background:#7d8e61 url(../images/background.gif) repeat-x; /*green*/
	font-family:arial, helvetica, sans-serif;
	color:#566046;  /*dark green*/
	font-size:12px;
	line-height:17px;
	font-weight:normal;
}


img {
	border:0px;
}

p {
	color:#333333;
}

b, strong {
       color:#566046;
}

h1 {
	font-size:27px;
	margin-bottom:5px;
	margin-top:2px;
	color:#8aa953; /*green*/
	font-weight:normal;	
}

h2{
	margin-top:0px;
	font-size:17px;
	line-height:22px;
	color:#a6a6a6;
	font-weight:normal;	
}

h3{
	font-size:21px;
	line-height:25px;
}

.homeCopy{
	margin-top:0px;
	font-size:17px;
	line-height:22px;
	color:#566046;
	font-weight:normal;	
}



/*LAYOUT*/
#superwrap {
	width: 842px;
	min-height:630px;
	height:630px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
	
#leftshad {
    float:left;
	width: 5px;
	height: 630px;
	background-image:url(../images/leftshad.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
	
#rightshad {
	float:left;
	width: 6px;
	height: 630px;
	background-image:url(../images/rightshad.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}

#navContainer{
	position:relative;
	left:10px;
	top:0px;
	height:71px;
	width:817px;
}

#navLeft{
	float:left;
	width:11px;
	height:32px;
	background:url(../images/menuLeft.png) no-repeat;
}

#navCenter{
	float:left;
	height:32px;
	color: #b8c89f;
	background-image:url(../images/menuCenter.png);
	background-repeat:repeat-x;
}

#navLinks{
	position:relative;
	top:7px;
}

#navRight{
	float:left;
	width:11px;
	height:32px;
	background:url(../images/menuRight.png) no-repeat;
}

#footer{
	clear:both;
	position:relative;
        margin-bottom:10px;
	top:10px;
	left:10px;
	width:800px;
	font-size:11px;
	color:#54633d;/*dark green*/
}



	

/*TYPE*/
.small{
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
}

.quoteAuthor{
	font-size:10px;
	text-transform:uppercase;
}

.longQuote{
	color:#a5b38f;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}



/*LINKS*/
a{
	outline:none;
}

a:link {
	color:#8aa953; /*green*/
        font-weight:bold;
	text-decoration: none;
}
		
a:visited {
	color:#8aa953; /*green*/
        font-weight:bold;
	text-decoration: underline;
}
		
a:hover{
	color:#8aa953; /*green*/
        font-weight:bold;
	text-decoration:underline; 
}




#navLinks a:link {
	color:#76865c;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
		
#navLinks a:visited {
	color:#76865c;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
		
#navLinks a:hover{
	color:#3c4926;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
}




#footer a:link {
	color:#54633d;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:visited {
	color:#54633d;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:hover{
	color:#FFFFFF;  /*white*/
	text-decoration: none;
	border-bottom: none; 
}

 /* SUBNAV*/ 
  
#navcontainer{ 
	width: 206px;
	border-top: 5px solid #c2ceb1; /* sage green */ 
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0px;
	margin-top:0px;
	list-style-type: none;
	font-family:arial, helvetica, sans-serif;
	color:#8aa953;  /*dark green*/	
	font-size:12px;
	letter-spacing:1px;
}

#navcontainer li.currentpage{
	display: block;
	padding: 5px 0px 5px 10px;
	width: 198px;
	color:#8aa953;
	background-color:#ebf0e5; /* sage green */
	border-bottom: 1px dotted #e0e7d6; /* sage green */
	text-decoration: none;
}


#navcontainer a{
	display: block;
	padding: 5px 0px 5px 10px;
	width: 198px;
	color: #8aa953; /* lime green */
	border-bottom: 1px dotted #e0e7d6; /* sage green */
	text-decoration: none;
}

#navcontainer a:link, #navlist a:visited{
	color: #8aa953; /* lime green */
	text-decoration: none;
}

#navcontainer a:hover{
	color:#8aa953;
	background-color:#ebf0e5; /* sage green */
	text-decoration: none;
}

#first{
	padding-top:0px;
	margin-top:0px;
}

/* End of 'celia_global' */

