/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #54402C;
	margin-top: 5px;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	/*text-align: center;	*/
}


/*****************************************************************
Image/Photo CSS
*****************************************************************/


img.floatLeft {
    float: left;
    margin-left: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
   /* border: solid 1px #000000;*/
}

img.floatRight {
    float: right;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top:10px;
    border: solid 1px #000000;
}

.clearLeft {clear:left;border-bottom:0;padding-top:20px;}

.clearRight {clear:right;border-bottom:0;padding-top:20px;}


/*****************************************************************
iframe Google Map CSS
*****************************************************************/

iframe.floatLeft {
    float: left;
    margin-left: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
   /* border: solid 1px #000000;*/
}

iframe.floatRight {
    float: right;
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top:0px;
   /* border: solid 1px #000000;*/
}


#business {
	font-size: 1.8em;
	font-weight: bold;
}

/*****************************************************************
Layout CSS
*****************************************************************/

#wrap {
	position: relative;
	width: 970px;
	margin-left: auto;    
	margin-right: auto;
	/*background-color: gray;*/
	background: #FFFFFF url(../images/bg.png) repeat-y center;
	/*margin: 35px auto;
	text-align: left;	*/
}

/*****************************************************************
Top Bar CSS
*****************************************************************/

#top_bar {
	position: relative;
	width: 970px;
	margin-left: auto;    
	margin-right: auto;
	height: 50px;
	background: #FFFFFF url(../images/top_color.gif) center;
}

#top_bar_left {
        float:left;
        margin-left: 15px;
        margin-top: 20px;
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;

}

#top_bar_right {
        float: right;
        margin-right: 15px;
        margin-top: 20px;
      }

#top_bar_right a {	
	text-decoration: none;
 font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;

	}

#top_bar_right a:visited {	
	text-decoration: none;
         }

#top_bar_right a:hover {
	text-decoration: none;
 	color: #FFFF00;
}


/*****************************************************************
Main Header CSS
*****************************************************************/


#header {
	position: relative;
	width: 950px;
	height: 300px;
	background-color:#ffffff;
	padding: 0;	
	margin-right: 10px;
	margin-left: 10px;
}

#header_left {
		float:left;
		width:255px;
		background:#FFFFFF;
	}
#header_right {
		float:right;
		width:695px;
		background:#FFFFFF;
	}



#header h1 {
	position: absolute;
	margin: 0; 
	padding: 0;
	font: bold 98px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -6px;
	text-decoration: none;
	color: #D6DFF2;
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 40px;	
	
}


/*****************************************************************
Main Column CSS
*****************************************************************/


#main {
	width: 750px;
	/*padding: 20px 0 20px 0;*/
	float:right;
	margin-right: 10px;
	margin-left: 10px;
	/*background: #FFFFFF url(../images/bg_main.png) repeat-y center;*/
	border-right:200px solid #FFFFFF;
	/*border-right:200px solid #FFFFFF;*/
	
	
	}


/*****************************************************************
Content CSS
*****************************************************************/


#content{
 /* background-color:#0ff;*/
  width:750px;
  /*border-right:150px solid #f00; È*/
  /* The width and color of the rail */
  margin-right:-750px; /* Hat tip to Ryan Brill */
  float:left;
}

#content p {
	font-size: 1.1em;
	padding: 5px 10px 10px 20px;
}

#content h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.8em;		
	color: #000000;
	padding: 15px 10px 0px 5px;
}

#content h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.7em;		
	color: #000000;
	padding: 5px 10px 0px 20px;
}

#content h3 {
	font-size: 1.1em;		
	color: #666666;
	padding: 5px 10px 0px 20px;
}


#content a {	
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited {	
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
	
}


/*****************************************************************
Full Content CSS (Large Calendar)
*****************************************************************/


#content_full{
 /* background-color:#0ff;*/
  width:950px;
  /*border-right:150px solid #f00; È*/
  /* The width and color of the rail */
  margin-right:-950px; /* Hat tip to Ryan Brill */
  float:left;
}

#content_full p {
	font-size: 1.1em;
	padding: 5px 10px 10px 20px;
}

#content_full h1 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.8em;		
	color: #000000;
	padding: 15px 10px 0px 5px;
}

#content_full h2 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 1.7em;		
	color: #000000;
	padding: 5px 10px 0px 20px;
}

#content_full h3 {
	font-size: 1.1em;		
	color: #666666;
	padding: 5px 10px 0px 20px;
}


#content_full a {	
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#content_full a:visited {	
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#content_full a:hover {
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
	font-weight: bold;
	
}


/*****************************************************************
Side Bar CSS
*****************************************************************/


#sidebar{
 /* background-color:#f00;*/
  width:200px;
  float:right;
  margin-right: -200px;
 /* padding: 10px 10px 10px 10px;*/
   
  }

#sidebar p {
	font-size: 1em;
	padding-left: 10px;
}

#sidebar h2 {
	font-size: 1.2em;
	padding-top: 15px;
	padding-left: 10px;	
}

#sidebar a, a:visited {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



/*****************************************************************
Small Calendar CSS
*****************************************************************/

#calendar {
	border-collapse: collapse;	
	margin-left: auto;
	margin-right: auto;
	/*width: 651px;*/
	border-spacing: 0px;
	width: 90%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 0 0 0 0;*/
}


#calendar_top h2{

	font-size: 1.2em;
	padding-top: 15px;
}



.cal_td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 0 0 0 0.5em;*/
	padding: 5px;
	}
	
.day_cell {
font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 0 0.5em;*/
	/*padding:0 0 0 0.3em;*/
	padding: 5px;
	
	}

.day_cell p {
	line-height: 0.5cm; 
}

.cal_td.width {
	width: 92px;
	}
.day_row {
	font-weight: bold;
}

#cal_entry {
  padding:0;
  margin:0;

  }

#cal_entry li {
  padding-bottom:0cm;
  list-style-type:none;
  }


#cal_month_year a:link {color: #000000; text-decoration: underlined} 
#cal_month_year a:visited {color: #000000; text-decoration: underlined}
#cal_month_year a:active {color: #000000; text-decoration: underlined} 


/*****************************************************************
Large Calendar CSS
*****************************************************************/

#large_calendar {
	border-collapse: collapse;	
	margin-left: auto;
	margin-right: auto;
	/*width: 651px;*/
	border-spacing: 0px;
	width: 95%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 0 0 0 0;*/
}




#large_calendar_top h2{

	font-size: 1.2em;
	padding-top: 15px;
}



.large_cal_td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #cc;
	/*padding: 0 0 0 0.5em;*/
	padding: 5px;
	}
	
.large_day_cell {
font: 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/*padding: 0 0.5em;*/
	/*padding:0 0 0 0.3em;*/
	padding: 5px;
	
	}

.large_day_cell p {
	line-height: 0.5cm; 
}

.large_cal_td.width {
	width: 92px;
	}
.large_day_row {
	font-weight: bold;
}

#large_cal_entry {
  padding:0;
  margin:0;

  }

#large_cal_entry li {
  padding-bottom:0cm;
  list-style-type:none;
  }



/*****************************************************************
Footer CSS
*****************************************************************/


#footer {
	clear: both;
	position: relative;
	width: 970px;
	margin-left: auto;    
	margin-right: auto;
	height: 75px;
	background: #FFFFFF url(../images/bottom_color_75.gif) center;
}

#footer p {
	color: #ffffff;
	padding: 15px 0 10px 0;
	text-align: center;
}

#footer a, a:visited {	
	color: #ffffff;
	background: inherit;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	background: inherit;
	text-decoration: underline;
}

/*****************************************************************
Large Bottom Section CSS
*****************************************************************/


#bottom_section {
	clear: both;
	position: relative;
	width: 950px;
	margin-left: 10px;    
	margin-right: 10px;
	/*height: 200px;*/
	background: #00778B;
	padding-top: 20px;
}


#bottom_section_container { overflow: hidden;margin-left: 10px; }
/* left and right cols of 3 col layout AND right col of 2 col layout */
#bottom_section_container div { float: left; background: #00778B; color: #FFFFFF; width: 300px; margin-bottom: -2000px; padding-bottom: 2000px;margin-left:15px;}
/* middle column of 3 col layout */
#bottom_section_container .col2 { background: #00778B;color:#FFFFFF; } 
/* left column of 2 col layout */
#bottom_section_container .col1 { background: #00778B;color:#FFFFFF; margin-left:10px; width:600px;} 

#bottom_section_container h1 {
	font-size: 1.8em;		
	color: #FFFFFF;
	padding: 0px 0px 10px 0px;
}

#bottom_section_container h2 {
	font-size: 1em;		
	color: #FFFFFF;
	padding: 5px 10px 0px 10px;
}

#bottom_section_container p {
	padding: 0px 10px 10px 10px;
}

#bottom_section_container a, a:visited {	
	color: #ffffff;
	background: inherit;
	text-decoration: underline;
}
#bottom_section_container a:hover {
	color: #ffffff;
	background: inherit;
	text-decoration: none;
}


/*****************************************************************
Copyright CSS
*****************************************************************/


#copyright {
	position: relative;
	width: 970px;
	margin-left: auto;    
	margin-right: auto;
	height: 50px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#copyright_left {
        float:left;
        margin-left: 15px;

}

#copyright_right {
        float: right;
        margin-right: 15px;
       
}

#copyright_right a, a:visited {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}


/*****************************************************************
Format Photos for Gallery
*****************************************************************/


dl {float:left;text-align:center;}
dt,dd {width:12em;float:left;}
dt {margin-bottom:5em;}/* vertical space between the images */
dd {margin:95px 0 0 -12em;}
img {vertical-align:bottom;border:0;}


#newsletter {
color: #00778B;
background: #ffffff;
border: 1px solid #54402C;
width: 180px;
font-size: 1em;
font-weight: bold;
}


#directory {
        margin-left: 20px;
}

#directory a {	
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
}

#directory a:visited {	
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;
}

#directory a:hover {
	color: #00778B;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	background: inherit;
	text-decoration: underline;	
}
