@charset "utf-8";


body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #666633 url(../images/bg_rpt_body_55.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the */
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6ffe0;
	margin: 0 auto;
	border-top: 2px solid #666633;
	border-right: 2px solid #666633;
	border-bottom: 2px solid #666633;
	border-left: 2px solid #666633;
	background-image: url(../images/sidebarRepeat.gif); background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


/*                          Header
***************************************************************/
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want    to remove the padding. */
	margin: 0;
	background-color: #abbc32;
	/*background-image: url(images/hdrBackground.jpg);
	background-repeat: repeat-x;*/
	height: 110px;
	position: relative;
	border-bottom: none;
	
} 
#header h1  /*Main Home Page Headline*/
	{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around     it, this is not necessary as that also avoids the margin collapse */
	padding: 35px 0 0px 400px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
	color: #666633;
	letter-spacing: .04em; font-style: italic;
}
#header img {
	float: left;
	padding: 10px 0 0 20px;
	margin: 0;
}
	

/*         top main nav
*************************************/
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	position: absolute; right: 60px; bottom: 0px;
}
#header li {
	float: right;
}

#header li a:link,#header li a:visited{
	display: block;
	background: #666633;
	padding: .2em .5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #cccc99;
	line-height: 1.2em;
	margin-right: 2em;	
}

#header li a.current,#header li a:hover,#header li a:active {
	background: #f6ffe0;
	color: #666633;
}
/*                      End Header
**************************************************************/

#sidebar1 p.docs_in {
	color: #666633;
	font-weight: normal;
}

/*          sidebar1 (side nav index and contact pages)
**************************************************************/
	
#sidebar1 {
	float: left;
	width: 275px;
	font-family:1em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
#sidebar1 img {
    margin: 0;
	padding: 0;
}
#sidebar1 h3   /*Sidebar1 Home Page Suheads*/
{ 
	width: 245px;
	color: #666633;
	font: bold 1.1em/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 30px;
	margin-top: 20px;
	background: #abbc32;
	text-transform: uppercase;
}
#sidebar1 p {
	padding: 0px 30px 0 30px;
	line-height: 1.5em;
	color: #f6ffe0;
}
#sidebar1 a {
	color: #666633;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #f6ffe0;
}

/*                  sidebarMenu (MENU nav)
**********************************************************************/

#sidebarMenu {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0;
}
#sidebarMenu h3   /*SidebarMenu Page Subheads. */
{ 
	width: 245px;
	font-family: 1.2em/2em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px 5px 30px;
	margin-top: 20px;
	background: #abbc32;
	color: #666633;
}
#sidebarMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebarMenu li {
	margin: 0;
	padding: 0;
	dislplay: block;
}
#sidebarMenu li a  {
	color: #f6ffe0;
	font: bold 1em/1.5 Georgia, "Times New Roman", Times, serif;
	width: 275px;
	display: block;
	padding: 3px 0 3px 50px;
	text-decoration: none;
}
#sidebarMenu li a:hover {
	background: url(../images/nav_side_hvr.gif);
	color: #666633;
	dislplay: block;
}

/********************* Sidebar Contact Info*********************/
#sidebar1 ul.phone_info, #sidebar1 ul.address_info, #sidebar1 ul.hours_info  {
	list-style: none;
	color: #4d4d25;
	font: normal .95em/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 0 30px;
	padding: 0;
}
#sidebar1 ul.phone_info {
	
}
#sidebar1 ul.address_info {
	padding-top: 20px;
}
#sidebar1 ul.hours_info {
	padding-top: 20px;
}
/*                  mainContent    (home and contact)
*************************************************************/

#mainContent {
	margin: 0 0 0 290px;
	padding: 0px 30px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
			
} 
#mainContent p{
	font-size: .85em;
	color: #666633;
	line-height: 1.4em;
} 

#mainContent h1  /* H1 Main Title for Home Page */
	{
	font: bold 1.8em/1.2 Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	color: #666633;
	margin-top: 35px;
	padding: 1px 0 0 50px;
	/*border-bottom: 1px solid #abbc32;*/
	background-image: url(../images/bg_home_lips.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	/*background-color: #999966;*/
}

/*            mainContentMenu (MENU main content)
*************************************************************/

#mainContentMenu {
	margin: 0 0 0 290px;
	padding: 0px 30px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */			
} 
#mainContentMenu h2  /* H1 Main Title for Home Page */
	{
	font: bold 1.2em/1.2 Georgia, "Times New Roman", Times, serif;
	letter-spacing: .02em;
	color: #f6ffe0;
	margin-top: 30px;
	padding: 1px 0 0 40px;
	border-bottom: 1px solid #abbc32;
	background-image: url(../images/grf_small_lips.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	background-color: #999966;
}
#mainContentMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainContentMenu li.item_hours {
	color: #abbc32;
	margin-top: 5px;
	font-size: .85em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
}

#mainContentMenu li.sub_catagory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em; font-weight: bold;
	padding: 10px 0px 3px 0px;
	font-weight: bold;
	color:#ec068d;
}

#mainContentMenu li.item_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666633;
	padding-top: 1px;
	font-weight: bold;
}
#mainContentMenu li.item_name em {
	color: #FF9933;
}

#mainContentMenu li.item_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.1em;
	color: #8f8f57;
}

#mainContentMenu li.item_side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666633;
	padding-top: 1px;
	padding-bottom: 5px;
	font-style: italic;
}

#mainContentMenu li.menu_page_top, #mainContentMenu li.menu_page_top a  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0px 10px 0;
	color:#ec068d;
	text-decoration: none;
}

/*                      footer
**********************************************************/
#footer { 
	background:#abbc32; 
	margin-top: 25px;
	padding: 0;
	border-top: 1px solid #666633;
} 
#footer p {
	font:Georgia, "Times New Roman", Times, serif;
	color: #666633;
	font-size: 1em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px 5px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*                    misc styles
************************************************************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0;
	padding: 7px 0 25px 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.phoneBold {
	font-weight: bold;
	letter-spacing: .2em;
	color: #666633;
	padding-right: 65px;
	font-size: 1.4em;
	
}

