@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	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;
	background-image: url(../images/linesbl.gif);
}
 #container {
	background: #E8EDF1;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #336699;
	text-align: left;
	width: 97%;
} 
 #header {
	background: #ffffff;
	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. */
	background-image: url(../images/headerbackground.gif);
	background-repeat: repeat-x;
	height: 51px;
	border-top: solid 1px #336699;
	border-bottom: solid 1px #336699;
	text-aligh: left;
	z-index: 001;
	margin: 0px;
} 


 #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 */
}

#container .stripe {
	background-image: url(../images/topstrip.gif);
	margin: 0px;
	padding: 0px;
	height: 14px;
	background-repeat: repeat-x;
}

 .sidebar1 {
	border-right: solid 4px #336699;
	margin: 0;
	background-image: url(../images/topleft.gif);
	width: 249px;
	text-align: center;
	}



.sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color: 6699CC;
}

/*
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
 #mainContent {
	margin: 30px 30px 10px 30px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
} 

#mainContent p{
	margin-left:  70px;
	font-weight: 600;
	font-size: 91%;
	width: 500px;
	
	
}

.lowerBox {
	border-top:  solid 5px #996633;
  }
 #footer {
	padding: 0 10px;
	background:#CC9966;
	font-size: 90%;
	
} 

 
 #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: 1px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}

/* Miscellaneous classes for reuse */
.fltrt {
	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;
	
}	
	

#container  #verNav {
	font-family: Arial, Helvetica, sans-serif;
	width: 10em;
	Border-bottom: solid 2px white;
	margin: 7px 20px;
	vertical-align: top;
	}
	
	#container  #verNav h3 {
	font-size: .9em;
	color: #996633;
	text-align: left;
	margin: 0px 0 0px 25px;
	
}
	
	#container  #verNav ul {
	margin-left: 0em;
	margin-bottom: 0;
	padding: 0;
}

	
#container #verNav li {
	font-size: 0.75em;
	line-height: 1em;
	font-weight: 600;
	border-top: 2px solid white;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 4px;
	border-right: 2px solid White;
	border-left: 2px solid White;
	list-style: none outside;
	padding-left: 0px;	
}

#container #verNav a {
	
	background-image: url(../images/off.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #336699;
	text-decoration: none;
	padding-left: 2em;
	
}
#container  #verNav a:hover {
background-image: url(../images/over.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #336699;
	text-decoration: none;
	padding-left: 2.5em;
	
}
#container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	background-image: url(../images/bar.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 0.2em;
}
#container #header #menuwrapper {
	position: relative;
	top: 0px;
	z-index: 15;
	margin: 0;
	float: right;
}
#container #footer .mdesign {
	font-size: 70%;
	color: #000000;
	border: 0;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	
}
#container #footer .mdesign a {
	color: #000000;
	text-decoration: none;
}
#container #mainContent .phone {
		padding-left: 85px;
	
}
#container #mainContent table {
			font-weight: 600;
	font-size: 91%;
}
#container #mainContent th {
	text-align: right;
	padding-right: 10px;
}
#container .sidebar1 #ad {
	width: 122px;
	height: 92px;
	margin: 100px auto 0 auto;
	border: 2px solid #336699;
	background-color: #CCCCCC;

}
#container .disclosure {
	font-size: 70%;
	padding: 5px 25px 0 25px;
}

