/* General CSS styles developed for Black Creek Community Association */

li, ul, ol {margin:0; padding:0;}

a:link, a:hover {  /* Default link */
	font-size: 11px;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	color: #26528c;
	text-decoration: underline;
	} 
a:visited {
	color:#26528c;
	text-decoration: none;
	}
	
/* Class links */
a:active.button_wrapper, a:link.button_wrapper, a:visited.button_wrapper{ 
	text-decoration: none; 
	color: #FFFFFF !important;
	}
a:hover.button_wrapper { 
	text-decoration: underline; 
	color: #FFFFFF !important;
	}

a:active.left_link , a:link.left_link , a:visited.left_link , a:hover.left_link  {
	text-decoration: underline; 
	color: #727171 !important;
	}

a:active.program_link , a:link.program_link , a:visited.program_link , a:hover.program_link  {
	text-decoration: underline; 
	color: #727171 !important;
    line-height:130%;
	}
a:link.footer_link, a:visited.footer_link, a:hover.footer_link, a:active.footer_link { 
	text-decoration: none; 
	color:#26528c;
	}
/* End link def */

body { 
	background-color: #d0d0d0;
  	background-image: url(../images/bg.gif); 
	font-family:'Trebuchet MS', Helvetica, sans-serif;
    font-size: 11px;
  	color: #727171;
    }

b {
  color: #000000;
  }

h1 {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  	font-weight: bold;
  	font-size: 14px;
  	color: #26528c;
	}

h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 40px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  	font-weight: bold;
  	font-size: 12px;
  	color: #8c8c8c;
	}

h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  	font-weight: bold;
  	font-size: 11px;
  	color: #8c8c8c;
	}
#policy ol {
margin: 10px 0 0 27px;
}

#policy ul {
	list-style: disc;
margin-left:15px;
}

#policy li {
	padding-bottom: 7px;
}

#fitness_hours {
	width: 550px;
	margin: 10px 0;
}

#fitness_hours .row {
	border-left: 1px solid #b7b7b7;	
	border-top: 1px solid #b7b7b7;	
	border-bottom: 1px solid #b7b7b7;	
	width: 544px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0px;
}

#fitness_hours .col1 {
	background-color: #dce7ce;
}

#fitness_hours .col, #fitness_hours .col1 {
	border-right: 1px solid #b7b7b7;
	float: left;
	width: 63px;	
	text-align: center;
	margin: 0;
	padding: 2px;

}

li 	{
	font-family:'Trebuchet MS', Helvetica, sans-serif;
    font-size: 11px;
  	color: #727171;
        
	}

p {
	font-family:'Trebuchet MS', Helvetica, sans-serif;
    font-size: 11px;
  	color: #727171;
    line-height: 135%;
    font-weight: normal;
}

img {
    border: none;
     }    

ul {
	list-style: none;

	}

.button_wrapper {
	position: relative;
	float:left;
	width: 151px;
	height: 23px;
	background-image: url(../images/off_link.gif);
	}

.pullout_right {
    width: 325px; 
    height: 155px; 
    float: right;
    padding: 5px;
    }

.text_wrapper {
	position: relative;
	float:left;
	width: 151px;
	height: 23px;
	line-height: 23px;
	text-indent: 5px;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 11px;
  	color: #FFFFFF !important;
	}

#container {  
    width:775px;    
    margin:0 auto;
    background-color:white;

    border-left: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    }


#content {
	position: relative;
	width: 565px;
	margin-left: 20px;
	margin-right: 10px;
	float: left;
	text-align:left;
padding-top:15px;
	}

#header_1 {
	background-color: #ffffff;
	}

#header_1 img {
	position: relative;
	float: left;
	}

#left_col {
	position:relative;
    	width: 165px;
    	top:15px;
    	float:left;
	text-align: left; 
	margin:0 0 0 5px;
	/*border: 1px solid red;*/
    }
* html #left_col {
	margin:0 0 0 2px;
}    

#left_col p {
	position:relative;
	float: left;
	margin: 5px 0 10px 0;
	}
    
#nav_wrapper {
	position:relative;
	float: left;
	width: 153px;
	margin:0 0 10px -5px;
	/*border: 1px solid black;*/
	}

#main {
	position: relative;
    	width: 100%;
    	background-color: white;
	float:left;

	margin-left: -1px;
	border-left: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
     }

#mission_wrapper {
	position: relative;
	top: 50px;
	left: 30px;
	float:left;
	}
#footer {
	position: relative;
	float:left;
	width: 100%;
	margin: 25px 0 0px 50px;
	text-align: center;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
  	font-weight: regular;
  	font-size: 11px;
  	color: #26528c!important;
padding-bottom:7px;
	}
/* IE6 Only */
* html #footer {
	margin:0;
padding: 23px 0 0 0;
}

#copyright {
	clear:both;
	position: relative;
	top: 10px;
	margin: 0px auto 0 auto;
	text-align: center;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
  	font-style: normal;
  	font-size: 9px;
	color: #727171;
        margin-left:50px;
	}
	
a:active.copyright, a:visited.copyright, a:link.copyright, a:hover.copyright { 
	text-decoration: none; 
	color: #727171!important;
line-height:140%;
	}

/* Columns used inside the pages - name format col_<width>*/
.col_20 {
	position: relative;
	float: left;
	width: 20px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}
.col_50 {
	position: relative;
	float: left;
	width: 50px;
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	}

.col_75 {
	position: relative;
	float: left;
	width: 75px;

	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	}

.col_100 {
	position: relative;
	float: left;
	width: 100px;
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	}

.col_200 {
	position: relative;
	float: left;
	width: 200px;
	}

.col_400 {
	position: relative;
	float: left;
	width: 400px;
	}
.line {
	position:relative;
	float:left;
	width: 100%;
	margin:0px 0px 5px 0px;
	text-align:left;
	font-size: 12px;
	}

.line_1 {
	position:relative;
	float:left;
	width: 100%;
	margin:0px 0px 5px 0px;
	text-align:left;
	font-size: 9px;
	}
	
.sb_divider {
	position: relative;
	float:left;
	margin: 5px auto 5px auto;
	background-image: url(../images/divx.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 145px;
}
