@charset "utf-8";
body  {
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4B4B4B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
#rightbox {
	float: right;

}
#leftbox {
	float: left;
}
.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #E1E1E1;
} 

.indexcontentmain {
	background-attachment: scroll;
	background-image: url(../webimages/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 5px;

}
.preheader {

width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
		padding: 0px 0px 30px 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. */
} 
.header {
	padding: 5px 10px 0px 20px;  /* 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. */
	background-attachment: scroll;
	background-image: url(../webimages/header2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 210px;
	margin-top: -5px;
	margin-bottom: -2px;
} 
.stafftext {
	float:right;
	width:430px;
	margin:0px 5px;
}
.staffpictures {
	float:left;
	width:120px;
	padding-top: 4px;
}
.headertext {
	float:left;
	font-size: 17px;
	font-weight: bold;
	padding-top: 30px;
	color: #364561;
	padding-left: 10px;
}
.headertext1 {
	background-attachment: scroll;
	background-image: url(../webimages/gradientbox.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 145px;
	width: 375px;
	margin-top: 58px;


}
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DEDEDE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;
	height: 950px;
}
.sidebarmenu {
	padding: 0px 10px;

}
.sidebarmenubuffer {
	height: 450px;


}
.mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
} 

.quotebutton {
	background-attachment: scroll;
	background-image: url(../webimages/quotebuttonbig.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 150px;

}
.footer {
	background:#FFFFFF;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;

} 
.footercopyright {
	background: #2C84A6;
	text-align: right;
	padding: 5px 10px;
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrtgobutton { /* 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: none;
	margin-left: 8px;
	margin-right: 8px;
}
.indexpic {
	padding: 5px 7px;
	float:left;
} 
.indextext {
	padding: 5px 12px 5px 0px;
	float:left;
} 
.indextext a {
	color:#000000;
	text-decoration:none;
} 
.indextextheading a {
color:#51629A;
	text-decoration:none;
}
.indexcontent {
	width: 550px;
	float: left;
	padding: 10px 0px;
	background-attachment: scroll;
	background-image: url(webimages/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

} 
.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: 5px 3px;
}
.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;
}
.white {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.small {
font-size:9px;
}
.bluemain {
color:#3E3D89;
font-weight:bold;
}
.greenmain {
color:#51629A;
}
img
{
  border-style: none;
}
.headerlink {
	float: right;
	padding-top: 10px;
} 
.headerlink a {
color:#656565;
	text-decoration:none;
	font-weight:bold;
	}
div#menucontainer
{
	height:20px;
	width:734px;
	top: 22px;
	left: 45px;
	text-align:center;
	background: #4B4B4B;
	padding-top: 5px;
}

div#menubox1
{
	height:12px;
	width:100px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
div#menubox2
{
	height:12px;
	width:100px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;


}
div#menubox3
{
	height:12px;
	width:95px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
div#menubox4
{
	height:12px;
	width:100px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
div#menubox5
{
	height:12px;
	width:140px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

div#menubox6
{
	height:12px;
	width:85px;
	float:left;
}

.menulink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.menulink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #63BED1;
	text-decoration: none;
	}

.headerlink a:hover {
	font-size:14px;
padding-top: 0px;
	}
	
	.sitemap {
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D0C8;

	}
.largeo {
	font-size:24px;
	color:#36A5DD;

}
