@charset "utf-8";
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height:24px;
	color: #666666;
	padding-top:0;
	margin-top:0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height:10px;
	color: #666666;
}
h3 {
	font-size: 13px;
	font-weight:bold;
	margin:2px;
	line-height:10px;
	color: #666666;
}
body  {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color:#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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-image:url(images/bckgrnd_repeat.jpg);
	background-repeat:repeat;
}
.layout #wrapper { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/content_repeat.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	background-attachment: scroll;
	background-position: top;
}
.layout #content {
	width:1000px;
	margin-right:0px;
	padding:0;
	margin-top:0;
	margin:0;
	background-repeat:no-repeat;
}
.layout #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	left:0px;
	top:0px;
	width:1000px;
	margin:0;
	padding:0;
	height:140px;
	clear: both;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color:#FFFFFF;
} 
.layout #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #488fc2;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* T R B L */
	margin:0;
}
/* LAYOUT DIV: CONTENT:LHS */
#LHS {
	float:left;
	width:150px;
	padding-top:0px;
	margin-top:0;
	font-family: Helvetica, Arial, sans-serif;
}
/* Define links - display blocks 125px wide */
#LHS a {
	display: block;
	width: 130px;
	margin: 0;
	padding:0;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align:middle;
}
/* LAYOUT DIV: CONTENT: LHS: SIDEMENU */
#sidemenu {
	float: left;
	margin:0;
	padding:0;
}
#sidemenu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:right;
	font-weight:bold;
}
#sidemenu li {
margin: 0;
}
#sidemenu a {
	margin: 0px;
	margin-left:0px;
	text-decoration: none;
	display: block;
	padding: 30px 10px 10px 10px;
}
#nothing a {
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
}
#sidemenu a:link{
	color: #330067;
	background-image:url(images/nav.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#sidemenu a:visited{
color: #330067;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
#sidemenu a:hover{
	color: #FFFFCC;
	background-image:url(images/nav_over.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#sidemenu a:active{
color: #FFFFCC;
}
#sidemenuadmin {
	float: left;
	margin:0;
	padding:0;
}
#sidemenuadmin ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:right;
	font-weight:bold;
}
#sidemenuadmin li {
margin: 0;
}
#sidemenuadmin a {
	margin: 0px;
	margin-left:0px;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
}
#sidemenuadmin a:link{
	color: #000066;
	background-image:url(images/nav.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#sidemenuadmin a:visited{
color: #330067;
background-image:url(images/nav.jpg);
background-repeat:no-repeat;
background-position:bottom;
}
#sidemenuadmin a:hover{
	color: #FFFFCC;
	background-image:url(images/nav_over.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#sidemenuadmin a:active{
color: #FFFFCC;
}
/* SEARCH FIELD*/
#Search {
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:1px;
	vertical-align:middle;
	margin:0;
	background-color:#412783;
	color: #FFFFFF;
}
.layout #RHS {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px; /* padding keeps the content of the div away from the edges */
	font-size:12px;
}
.layout #mainContent {
	margin: 14px 20px 0px 160px; /* 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: 0px 10px;
	background-image:url(images/watermark.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}
.layout #mainContent a:link {
	color: #546880;
	text-decoration:underline;
}
.layout #mainContent a:visited {
	color: #546880;
	text-decoration:underline;
}
.layout #mainContent a:hover {
	color: #2F3E5F;
	text-decoration:underline;
}
.layout #mainContent a:active {
	color: #2F3E5F;
	text-decoration:underline;
} 
.layout #mainContent li{
	padding-bottom:8px;
}
.layout #footer {
	width:1000px;
	margin:0;
	padding:0;
	height:55px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.layout #footerText {
	height:50px;
	text-align:left;
	font-size:11px;
	/*font-weight:bold;*/
	padding-top:17px;
	width: auto;
	padding-left:170px;
	padding-right: 100px;
	color: #FFFFFF;
}
.layout #footerText p{
	padding:0;
	margin:0;
}

.layout #footer a:link {
	color: #666;
	text-decoration:underline;
}
.layout #footer a:visited {
	color: #666;
	text-decoration:underline;
}
.layout #footer a:hover {
	color: #333;
	text-decoration:underline;
}
.layout #footer a:active {
	color: #333;
	text-decoration:underline;
}
.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;
}
.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;
}
.imgfloatleft {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
	border: 4px #CCCCCC solid;
}
.imgfloatRight {
	float: right;
	margin-left:15px;
	margin-bottom:15px;
	border: 4px #CCCCCC solid;
}
.imgfloatleftNoBorder {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
	border: none;
}
.imgfloatRightNoBorder {
	float: right;
	margin-leftt:10px;
	margin-bottom:10px;
	border: none;
}
.imgBorder{
	border: 4px #CCCCCC solid;
}
.txtlengthshort {
	width: 500px;
}
.altlist_letters {
	list-style-type: upper-alpha;
}
.basecontact {
	font-size:11px;
}
.testimonial {
	border:2px #999999 solid;
	padding:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color:#F0EEEE

}
.testimonialimg {
	padding: 15px;
	text-align:center;
	font-weight:bold;
	float: left;
}
