/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font: 90% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #D5E7B2 url(../images/bluetopback.gif) repeat-x;
	text-align:center;
	
}

a:link {
	color: #339;
	text-decoration: underline;
}
a:visited {
	color: #339;
	text-decoration: underline;
}


a:hover {
	color: #339;
	text-decoration: none;
}

a:active {
	color: #339;
	text-decoration: none;
}



h1 {
	color: #382D6F;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	color: #A1603E;
	font: small-caps 1.5em Georgia, "Times New Roman", Times, serif;
	padding: 10px 0px 5px;
	margin: 0px;
}
h3 {
	font-size: 1.1em;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #0000CC;
}
td.rates {
	font: .9em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
th.rates {
	color: #FFFFFF;
	background: #A1603E;
}

table.rates {
	border: 1px solid #382D6F;
	background: #FBF5DC;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	background: #F7ECBF url(../images/background.gif) repeat-y center;
	top: 0px;
	width:780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	
	
	
}
#envelope {
	width: 780px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
#innerEnvelope {
	padding: 10px;
}


#masthead{
	background: #77963a;
	padding: 0px;
	float:left;
	width: 780px;
	margin-top: 0;
	margin-bottom: 0;
}
#pics {
	float:left;
	width: 780px;
	margin-top: 0;
}

#content{
	float:left;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 475px;
}

#content a:link, #rightcol a:link {
	text-decoration: underline;
	color: #0000CC;
}
#content a:visited, #rightcol a:visited {
	color: #009;
	text-decoration: underline;
}


#content a:hover, #rightcol a:hover {
	color: #00c;
	text-decoration: none;
}

#content a:active, #rightcol a:active {
	color: #00c;
	text-decoration: none;
}

#rightcol {
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffa;
	width: 250px;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	float: right;
	margin-top: 15;
	margin-right: 60;
	margin-bottom: 0;

}

#footer {
	clear: both;
	padding-bottom: 60px;
	border-top: 5px solid #382D6F;
	border-bottom: 5px solid #382D6F;
	background: #91A0C9 url(../images/lunenburg-hbr.jpg) no-repeat bottom;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	
}
/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #ffffff;
	padding: 8px 10px 10px 60px;
	
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#siteInfo a:link{
color: #fff;
text-decoration: none;
}	
#siteInfo a:visited {
color: #fff;
text-decoration: none;
}	

#siteInfo a:hover{
text-decoration: underline;
}

#siteInfo a:active{
text-decoration: underline;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px;
}




/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	color: #999999;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a:link {
color: #999999;
text-decoration: none;
}

#breadCrumb a:visited {
color: #999999;
text-decoration: none;
}

#breadCrumb a:hover {
color: #666666;
text-decoration: underline;
}

#breadCrumb a:active {
color: #999999;
text-decoration: none;
}

/************** .feature styles ***************/

.content{
	padding: 0px 0px 10px;
	font-size: 90%;
	text-align: left;
}
.content p {
	line-height: 1.4em;
}


.content h3{
}
/* adjust margins to change separation between the feature image and text flowing around it */






/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffcc55;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active {
color: #000069
}

#navBar ul a:hover {
	text-decoration: none;
	background-color: #ffcc55;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffcc55;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFEE;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFEE;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #A87700;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:active{
	border-top: 1px solid #FFFFEE;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#contactinfo {

	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #ffffee;
}
#contactinfo h1 {
	font: bold 150% "Times New Roman", Times, serif;
	color: #000069;
	margin: 0px;
	padding: 0px;
}
#contactinfo h2 {
	font-size: 100%;
	font-variant: normal;
	color: #000069;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}




.content ul {
	line-height: 1.4em;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.eighty {
	font-size: 80%;
	line-height: 100%;
}
.content .map {
	margin: 5px;
	padding: 0px;
	border: 1px solid #000066;
}
.content dt {
	font-weight: bold;
	margin-left: 20px;
}
.sidebar {
	font-size: 80%;
	line-height: 1.166;
	padding: 10px;
}
.sidebar h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
}
.imgleft {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 0px;
}
.imgright {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 0px;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
}
.imgleftClearleft {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 0px;
	clear: left;
}
.news {
	background: #FFFCE9;
	padding: 7px;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	border: 2px solid #996600;
}
.imgrightClearRight {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 0px;
	clear: right;
}
