/* Start of CMSMS style sheet 'bls' */
html, body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;	
	background:#fff url(../images/bg.gif) top center repeat-y;
	height:100%;
	color:#000;
}

*{
	margin:0;
	padding:0;
}
/*-----------------------------------------------------------------------------------
GENERAL TAGS
-----------------------------------------------------------------------------------*/
p{
	font-size:1.2em;
	padding:1.0em 0 1.0em 0;
}

h1{
	text-indent:-8000px;
	display:block;
	width:1px;
	height:1px;
	font-size:1px;
}

h2{
	font-size:1.2em;
	color:#006633;
	border-bottom: solid 2px #006633;
	padding:1.0em 0 0.8em 0;
	text-transform:uppercase;
        margin:0 0 1.0em 0;
}

h3{
	font-size:1.2em;
	color:#bd1a8d;
	text-transform:uppercase;
	padding:1.0em 0 1.0em 0;
    background:url(../images/pinkdash.gif) bottom left repeat-x;

}

h4{
     color:#006633;
     font-size:1.2em;
     font-weight:bold;
     padding:0.5em 0 0.5em 0;
}

img{
	border:0;
}



ul{
	margin-left:2.0em;
	list-style-image:url(../images/cross.gif);
}

li{
	margin:1.0em 0 1.0em 0;
	padding:0 0 0 0.5em;
	font-size:1.2em;
}

ul li ul{
         margin-left:0;
         list-style-image:url(../images/dash.gif);
}

ul li ul li{
        font-size:1.1em;
        padding:0;
}

a{
	color:#006633;
}



br, .clear{ clear:both; }
/*-----------------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------------*/
#container{
	width:770px;
	margin:0 auto 0 auto;
	position: relative;
	min-height: 100%;
	font-size:1.1em;
	background:#fff;

}

/*--HEADER--*/

#header{
	width:770px;
	height:74px;
}

#logo{
	float:left;
}

#tel{
	float:right;
}
/*--NAVIGATION--*/
.pinkdivider{
	background:url(../images/pinkdash.gif) top right repeat-x;
	height:2px;
	clear:both;
	font-size:0;
}

#nav{
	width:770px;
	background:url(../images/navbg.gif) bottom left repeat-x;
	height:29px;
	padding:10px 0 0 0;
	
}

#nav ul{
	padding:0;
	margin:0;
	list-style:none;
}

#nav li{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	font-size:1.0em;
}

#nav a, #nav span{
	float:left;
	font-size:1.1em;
	text-transform:uppercase;
	width:8.6em;
	height:29px;
	text-align:center;
	color:#000;
	text-decoration:none;
	background:url(../images/navbg.gif) bottom left repeat-x;

}

#nav .home{ width:7.0em;}

#nav a:hover, #nav span{
	background:url(../images/navon.gif) bottom center no-repeat;
	color:#bd1a8d;
	font-weight:bold;
}


/*--BANNER--*/
#banner{
	width:770px;
	height:194px;
	padding:2px 0 0 0;
	clear:both;
}
#banner-main{
	width:770px;
	height:90px;
	padding:2px 0 0 0;
	clear:both;
}
#photo{
	float:left;
	width:514px;
}

#smallbanners{
	float:right;
	width:256px;
}
#profbanner{
	background:url(../images/proffesional.gif) top left no-repeat;
	width:226px;
	height:56px;
	padding:35px 15px 0 15px;
}


#suppliesbanner{
	background:url(../images/supplies.gif) top left no-repeat;
	width:226px;
	height:67px;
	padding:35px 15px 0 15px;
}

#profbanner h4, #suppliesbanner h4{
	text-indent:-8000px;
	display:block;
	width:1px;
	height:1px;
	font-size:1px;
}

#profbanner p, #suppliesbanner p{
	color:#fff;
	font-size:1.1em;
}

#profbanner a, #suppliesbanner a{
	color:#fff;
}

#main{
	width:770px;
	padding:0 0 65px 0;
	clear:both;
}

#breadcrumbs{
	background:#f5f5f5 url(../images/breadcrumbs.gif) bottom left repeat-x;
	height:1.8em;
	margin:2px 0 0 0;
	padding:0.8em 0.5em 0.5em 0.5em;
	font-size:1.1em;
        text-transform:capitalize;
}
/*--RIGHT COLUMN--*/

#col1{
	float:right;
	width:530px;
	padding:0 0 55px 0;

}

#intro{
	background:#f5f5f5;
	padding:10px;
	margin:10px 0 0 0;
}
/*--LEFT COLUMN--*/
#col2{
	float:left;
	width:220px;
}


#col2 ul{
	list-style-image:url(../images/bullet.gif);
	font-size:1.0em;
}

#col2 li{
	margin:0.5em 0 1.0em 0;
	font-size:1.1em;	
        
}

#col2 a{
	color:#000;
	text-decoration:none;
}


#col2 .activeparent{font-weight:bold;}



/*--FOOTER--*/
#footer{
	width:770px;
	height:55px;
	position: relative;
	margin:-55px auto 0 auto;
	clear:both;
}

#footer p{
	font-size:9px;
}


/*--NEWS--*/

.NewsSummary{
  font-size:1.1em;
  padding:10px 0 10px 0;

}
.NewsSummaryPostdate{
    font-weight:bold;
}

.NewsSummaryLink {
     font-weight:bold;
     margin-bottom:10px;
}

.NewsSummarySummary{
    padding:1.0em 0 1.0em 0;
}

#NewsPostDetailDate{
     font-weight:bold;
     font-size:1.1em;
}

#NewsPostDetailTitle{
     font-weight:bold;
     font-size:1.1em;
     color:#006633;
     margin-bottom:10px;
     display:block;
}

#NewsPostDetailContent{
     font-size:1.1em;
     padding:1.0em 0 1.0em 0;
}

#newspage .pinkdivider{
     background:none;
}

.more{
      padding:1.0em 0 0.5em 0;
}
.more a{
	background:url(../images/bullet.gif) 0 3px no-repeat;
	display:block;
	height:1.5em;
	font-weight:normal;
	padding:0 0 0 1.0em;
	text-align:left;
        text-decoration:underline;
	
}

.greendivider{
	background:url(../images/greendash.gif) top right repeat-x;
	height:2px;
	clear:both;
	font-size:0;
}

.red{
   color:#ff0000;
}

#map{
     padding:1.0em 0 1.0em 0;
}


/* End of 'bls' */

