/* Start of CMSMS style sheet 'bpg_gobal' */
@charset "UTF-8";
/* BP&G CSS Document */

/*COLORS*/
/*
Background bottom green, dark sage green #6a785c
Header Text, dark green #44523a
Copy, dark grey #474647
Event Title, sage, #6f8060
Link, Yellow, #a7820b Hover #dfb93d
Nav, Mustard #ad892e
Footer, dark green #3e4b30
*/


/*MAIN TAGS*/
body{
	margin:0px;
	padding:0px;
	background:#6a785c url(./images/background.jpg) repeat-x; /*green*/
	font-family:trebuchet MS, arial, sans-serif;
	color:#474647;  /*dark grey*/
	font-size:13px;
	line-height:17px;
	font-weight:normal;
}

img {
	border:0px;
}

p {

}

b, strong {
}

h1 {
	font-size:23px;
	line-height:27px;
	color:#44523a;
	margin:0px;
	font-weight:bold;	
	
}

h2{
	font-size:19px;
	line-height:22px;
	color:#44523a;
	margin:0px;
	font-weight:normal;	
}

h3{

}



/*LAYOUT*/
#superwrap {
	width: 813px;
	min-height:622px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}
	
#leftshad {
    float:left;
	width: 6px;
	height: 622px;
	background-image:url(./images/leftShad.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
	
#rightshad {
	float:left;
	width: 5px;
	height: 622px;
	background-image:url(./images/rightShad.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
#container{
	width: 800px;
	min-height:622px;
	float:left;
	background-color:#FFFFFF;
}

#nav{
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:29px;
	background:#ffd448 url(./images/nav_back.gif) repeat-x left top;
	font-size:15px;
	color:#ad892e;
}

#contentContainer{
	position:relative;
	left:0px;
	top:0px;
	padding-top:100px;
	width:800px;
	background:#FFFFFF url(./images/content_back.gif) no-repeat left top;
}


#footer{
	clear:both;
	position:relative;
	top:10px;
	left:10px;
	width:790px;
	font-size:11px;
	color:#3e4b30; /*green*/
}





/*LINKS*/
a{
	outline:none;
}

a:link {
	color:#a7820b;  /*yellow*/
	text-decoration: none;
	border-bottom: none;
}
		
a:visited {
	color:#a7820b;  /*yellow*/
	text-decoration: none;
	border-bottom: none;
}
		
a:hover{
	color:#dfb93d;  /*dark yellow*/
	text-decoration:none; 
	border-bottom: none;
}



#nav a:link {
	color:#493606;  /*yellow*/
	text-decoration: none;
	border-bottom: none;
}
		
#nav a:visited {
	color:#493606;  /*yellow*/
	text-decoration: none;
	border-bottom: none;
}
		
#nav a:hover{
	color:#ad892e;  /*dark yellow*/
	text-decoration:none; 
	border-bottom: none;
}




#footer a:link {
	color:#3e4b30;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:visited {
	color:#3e4b30;  /*dark green*/
	text-decoration: none;
	border-bottom: none;
}
		
#footer a:hover{
	color:#FFFFFF;  /*white*/
	text-decoration: none;
	border-bottom: none; 
}


 /* SUBNAV*/ 
  
#navcontainer{ 
	width: 222px;
	border-top: 5px solid #acbaa0; /* sage */ 
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0px;
	margin-top:0px;
	list-style-type: none;
	font-family:trebuchet MS, arial, sans-serif;
        text-transform:uppercase;
        font-weight:bold;
	color:#2b517e;  /*dark blue*/	
	font-size:13px;
	letter-spacing:1px;
}

#navcontainer li.currentpage{
	display: block;
	padding: 5px 0px 5px 10px;
	width: 211px;
	color:#6f8060;  /*sage*/
	background-color:#eff1ed; /* light light green */
	text-decoration: none;
        font-weight:bold;
	border-bottom: 1px solid #acbaa0;  /*sage*/	
}

#navcontainer a{
	display: block;
	padding: 5px 0px 5px 10px;
	width: 211px;
	border-bottom: 1px solid #acbaa0;  /*sage*/	
}

#navcontainer a:link, #navcontainer a:visited{
	color: #6f8060;  /*sage*/
	text-decoration: none;
}

#navcontainer a:hover{
	color: #6f8060;  /*sage*/
	background-color:#eff1ed; /* light light green */
}

#navcontainer li.first{
	padding-top:0px;
	margin-top:0px;
}
/* End of 'bpg_gobal' */

