/***********************************************/

/* HTML tag styles                             */

/***********************************************/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

hr{
    width: 460px;
    color: #17b3ed;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#navcontainer
{
    width: 170px;
    height: 200px;
    margin-left: 30px;
    margin-top: 20px;
}

#navcontainer ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

#navcontainer img
{
   border-style: none;
}

#navcontainer a
{
    display: block;
    padding-bottom: 7px;
    width: 120px;
    font-size: 12px;
}

#navcontainer a:hover
{
    text-decoration: none;
}

#pagenav{
    font-size: 12px;
    height: 15px;
    margin-top: -3px;
    margin-left: 18px;
    margin-bottom: 7px;
    padding-bottom: 10px;
    text-align: center;
    white-space: nowrap;
    width: 430px;
    line-height: 1.5;
}

#pagenav a{
    padding-right: 10px;
    color: #FF6600;
}

#pagenav a:hover{
    color: #ff0d1f;
    text-decoration: none;
}


#linkText{

    font-size: 10px;

    color: #0000FF;

    text-align: center;

    float: right;

}

/***********************************************/

/* Layout Divs                                 */

/***********************************************/

#header{

	position: relative;

    top: 30px;

	width: 505px;

	margin-left: auto;

	margin-right: auto;

	height: 80px;

	background-image: url(images/header_fill.png);
	
	background-repeat: no-repeat;

	white-space: nowrap;
	
	border-style: solid;

	border-width: 2px;

	border-color: #009ccf;
	
	border-bottom-width: 0px;

}



#sitenav{

	position: relative;

	top: 28px;

    padding-top: 7px;

	width: 505px;

	margin-left: auto;

	margin-right: auto;

	height: 25px;

    background-image: url(images/sitenav.png);

	background-repeat: no-repeat;

	white-space: nowrap;

	text-align: center;

	z-index: 100;
	
	border-style: solid;

	border-width: 2px;

	border-color: #009ccf;
	
	border-top-width: 0px;
	
	border-bottom-width: 0px;

}



#pagecell1{

	position: relative;

	top: 28px;

	width: 505px;

	margin-left: auto;

	margin-right: auto;

	border-style: solid;

	border-width: 2px;

	border-color: #009ccf;
	
	border-top-width: 0px;

}



#footer{

	position: relative;

	padding-top: 26px;

	width: 500px;

	margin-left: auto;

	margin-right: auto;

	font-size: 10px;

	text-align: center;

}



#content{
	padding: 15px 15px 10px 0px;
	margin-left: 20px;
}



/***********************************************/

/* Images                                      */

/***********************************************/
#rightImage{
    float: right;
    margin-left: 2px;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
}

#aboutlargerImage{
    float: right;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #95dbe8;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 170px;
    height: 140px;
}

.gallerysmallerImage{
    margin-top: 3px;
    width: 70px;
    height: 70px;
}

#map{
    float: right;
    font-size: 11px;
    width: 180px;
    height: 133px;
    margin-left: 20px;
    margin-top: 20px;
}

/***********************************************/

/* Content Divs                                */

/***********************************************/

#welcome{
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #CCFFFF;
    height: 20px;
    text-indent: 2px;
}

.contact{
    margin-top: 20px;
    width: 200px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
    border-style: solid;
    border-color: #95dbe8;
    border-width: 1px;
}
.service{
    margin-top: 20px;
    width: 200px;
    height: 250px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
}

#location{
    margin-top: 20px;
    width: 200px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
}

.subheading{
    font-weight: bold;
    background-color: #CCFFFF;
    height: 17px;
    margin-top: 5px;
    padding-top: 2px;
    padding-left: 2px;
}

.subtopic{
    margin-top: -10px;
}

#itemcount{
    font-size: 11px;
    text-align: center;
    margin-bottom: -12px;
}


/************* link styles ****************/
a.glink, a.glink:visited{

  	font-size: 11px;

  	color: #FFFFFF;

	font-weight: bold;

	padding-left: 6px;

	padding-right: 6px;

	border-right: 1px solid #FFFFFF;

}



a.glink2, a.glink2:visited{

  	font-size: 11px;

  	color: #FFFFFF;

	font-weight: bold;

	padding-left: 6px;

	padding-right: 6px;

}



a.glink:hover{

	text-decoration: none;

	color: #FFFF00;

}



a.glink2:hover{

	text-decoration: none;

	color: #FFFF00;

}



a.servicelink, a.servicelink:visited{

	font-size: 11px;

	font-weight: bold;

	margin-right: 15px;

	text-decoration: none;

}



a.servicelink:hover{

    text-decoration: none;

    background-color: #FFFF00;

}





.skipLinks {display: none;}



/************* breadCrumb styles ***************/



#breadCrumb{

	padding: 10px 0px 5px 10px;

	font-size: 9px;

	color: #AAAAAA;

}



#breadCrumb a{

	color: #AAAAAA;

}



#breadCrumb a:hover{

	color: #FF0000;

	text-decoration: none;

}

/************* End breadCrumb styles ***************/

/***********************************************************
*
*  Slideshow
*
***********************************************************/
/*CSS for DIV containing each image*/
.slideshow
{ 
    position: relative;
    height: 80px;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
}

/*CSS for each image tag*/
.slideshow img{
    border: 0;
    width: 70px;
    height: 70px;
}

/*image border color*/
.slideshow a img{ 
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    padding: 2px;

}

/*image border hover color*/
.slideshow a:hover img{ 
    border-style: solid;
    border-width: 2px;
    border-color: #e209e8;
    padding: 2px;
}

#pagelinks{ /*CSS for DIV containing the navigational links*/
    width: 460px;
    text-align: left;
    font-size: 13px;
}

#pagelinks a{ /*CSS for each navigational link*/
    margin-right: 5px;
    margin-bottom: 0px;
}

.current{ /*CSS for currently selected navigational link*/
    background-color: yellow;
    margin-right: 8px;
    margin-bottom: 0px;
}

/********************* end **********************/


