@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bed2de;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#outercontainer
{
	width: 900px;
	margin: 0 auto;
}

#container1 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCDCE6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container2 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFAE;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container3 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B7CCDB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container4 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c6d8c5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container5 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #96B6CB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container6 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #99b997;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container7 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #79a2bd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #80A77C;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	border-width: 0px;
	position: relative;
	height: 301px;
} 

#header h1
{
	padding-left: 30px;
}
#mainContent1 h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
}


#Title
{
	margin-left: 30px;
	margin-bottom: 25px;
	margin-top: 15px;
	clear: none;
}

#buildingphoto
{
	border: thick solid #BACFB8;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 30px;
}
#Phone
{
	margin-right: 75px;
	clear: right;
	background-color: #80A77C;
}
#tabs {
	margin: 0px;
	text-align: left;
	clear: both;
	height: 36px;
	width: 900px;
	padding-top: 0px;
	position: static;
	background: #80A77C;
	top: 299px;
}

.tablinks {
	border: none;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent1 {
	padding: 0 30px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCDCE6 url(none);
	clear: both;
	position: relative;
} 
#HomeParagraph
{
	background: #FFFFAE;
	padding: 5px 20px;
	margin-bottom: 10px;
	border: thick solid #99B997;
}
#Announcements
{
	border: thick solid #99b997;
	margin: 0px;
	padding: 0px 10px;
	background: #BCD0DE;
}
#CurrentNews
{
	float: left;
	width: 375px;
	background: url(../Graphics/background1a.gif) no-repeat center 45px;
	padding: 20px;
	margin: 10px 0px 0px;
	text-align: center;
	height: 450px;
}
#CurrentNews p
{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
#CurrentNews h2
{
	text-align: left;
}
#rss
{
	width: 375px;
	text-align: left;
	background: url(../Graphics/background1c.gif) no-repeat center top;
	clear: left;
	float: left;
	margin: 0px;
	padding: 60px 20px 20px 40px;
}
#rsstext
{
	background: #79A2BD;
	width: 275px;
	margin-left: 30px;
	padding: 10px;
}
#rss h2
{
	text-align: left;
}

#BLLNews
{
	float: right;
	width: 390px;
	background: url(../Graphics/background1b.gif) no-repeat center 45px;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	clear: none;
	
}
#BLLNews p
{
	padding-left: 45px;
	padding-right: 45px;
	height: 450px;
	padding-top: 20px;
}
#BLLNews h2
{
	text-align: left;
	padding-left: 25px;
}

.twoColFixRtHdr #mainContent2 {
	padding: 0 40px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFAE url(../Graphics/background2.gif) no-repeat center 10px;
} 
#mainContent2 p
{
	padding-left: 20px;
}
#mainContent2 h1
{
	padding-left: 45px;
}
#mainContent2 h2
{
	padding-left: 40px;
}
.firm
{
	padding-left: 0px;
	padding-top: 5px;
	position: relative;
	border: thin none #79A2BD;
	width: 700px;
	margin-left: 30px;
	margin-top: 50px;
	padding-right: 20px;
	height: 350px;
}
#slideshow
{
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: 200px;
	border: medium none #79A2BD;
}
#partners
{
	float: left;
	width: 400px;
	border: thick solid #96B6CB;
	margin-left: 50px;
	height: 330px;
	position: relative;
	padding: 0px;
}


.staff
{
	padding-right: 50px;
	padding-left: 35px;
	padding-top: 0px;
	position: relative;
}
#stafftitle
{
	border: thick solid #96B6CB;
	width: 650px;
	margin-left: 80px;
	text-align: left;
	padding-top: 5px;
}


.twoColFixRtHdr #mainContent3 {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #b7ccdb url(../Graphics/background3.gif) no-repeat center 10px;
} 
#services
{
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
}
#servicespanels
{
	margin-left: 35px;
}
#peerreport
{
	background: #BACFB8;
	width: 766px;
	margin-left: 27px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twoColFixRtHdr #mainContent4 {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #c6d8c5 no-repeat center top;
	text-align: left;
} 
#tools
{
	width: 310px;
	padding-right: 10px;
	padding-left: 55px;
	background: url(../Graphics/background4b.gif) no-repeat center top;
	height: 700px;
	float: right;
	margin-bottom: 20px;
	padding-top: 45px;
	text-align: left;
}
#links
{
	background: url(../Graphics/background4a.gif) no-repeat center top;
	float: left;
	height: 700px;
	width: 445px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 40px;
	list-style: square;
}
#linksContent h3
{

}

#linksContent
{
	margin-left: 35px;
	width: 340px;
	text-align: left;
	padding-left: 20px;
	list-style: square;
	padding-top: 5px;
}
.calendar
{
	width: 700px;
	border: thick none #95BED3;
	margin-top: 40px;
	clear: both;
	margin-bottom: 30px;
	margin-left: 100px;
}

.twoColFixRtHdr #mainContent5 {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #96B6CB url(../Graphics/background5.gif) no-repeat center top;
} 
#mainContent5 a
{
	color: #80A77C;
}

#contact
{
	width: 550px;
	margin-left: 145px;
}

.twoColFixRtHdr #mainContent6 {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #99B997 url(../Graphics/background6.gif) no-repeat center top;
} 

.twoColFixRtHdr #mainContent7 {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #79A2BD url(../Graphics/background7.gif) no-repeat center 90px
} 
#login
{
	width: 400px;
	margin-left: 225px;
	height: 300px;
	padding-bottom: 20px;
	padding-top: 30px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#79a2bd;
	text-align: center;
	position: relative;
	margin: 0px;
	background-color: #79A2BD;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
#footerlinks
{
	text-align: center;
	font-size: 85%;
	padding-bottom: 10px;
	padding-top: 5px;
	background: #79A2BD;
}

#footertext
{
	text-align: center;
	width: 270px;
	left: 284px;
	background: #79A2BD;
	margin-left: 300px;
	margin-right: 300px;
}
#cpa
{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#sswd
{
	font-size: .7em;
	float: left;
	width: 200px;
	margin-top: 75px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
}
.notbold
{
	font-weight: normal;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boldtext
{
	font-weight: bold;
}
.bold
{
	font-weight: bold;
}
.italictext
{
	font-style: italic;
}
.centertext {
	text-align: center;
	position: relative;
}

a:link {
	color: #435F3F;
}
a:hover {
	color: #FFFF2D;
	font-weight: bold;
}
a:visited {
	color: #4B6B50;
}
form {
	width: 600px;
	margin: 0px auto 20px 60px;
	background-color: #ffffae;
	padding: 25px;
}
label {
	display:block;
	font-weight:bold;
}
textarea {
	width: 550px;
}
.textinput {
	width: 550px;
}
a:active {
	color: #4B6B50;
}
.calculator
{
	width: 900px;
	margin-left: 20px;
	margin-top: 40px;
	}
.calculator form table tbody tr .boldtext
{
	font-size: 80%;
}
.twoColFixRtHdr #outercontainer #container1 #mainContent1 .calculator form table tbody tr td p
{
	text-align: left;
}

.smalltext
{
	font-size: 90%;
}
.rssbold
{
	font-size: 95%;
	font-weight: bold;
}

