@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BABC94;
	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;
}
#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #d9dfb0;
	margin: 0 auto;
	text-align: left;
} 

/* SIDE DROP SHADOW STYLE ===================== */


.SideShadow {
	background-image: url(images/Structure/sideshadow.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	background-position: center;
		margin: 0 auto;
}

/* HEADER ===================== */ 

#header { 
	background: #FFF; 
	padding: 0 0px 0 0px;
	background-image: url(images/Structure/header.jpg);
	height: 173px;
	background-repeat: no-repeat;
	background-position:right;
	display: block;
	text-indent: -9999px;
} 
#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;
	position: absolute;	
	top: -500px;
}



/* NAVIGATION STUFF ======================= */

#Navigation {
	background-image: url(images/Structure/NavBkgnd.jpg);
	background-repeat: repeat-x;
	height: 39px;
}


/* SIDEBAR STUFF ======================= */


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #bac18b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
		background-image: url(images/Structure/navbarshadow-dark.jpg);
	background-repeat: repeat-x;
}

#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
}

#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
}


#SidebarWrapper a:link {
	color: #737b35;  
	font-weight : normal; 
	text-decoration: none
} 

#SidebarWrapper a:visited {
	color: #737b35;  
	font-weight : normal; 
	text-decoration: none;
} 
#SidebarWrapper  a:hover {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
} 
#SidebarWrapper  a:active {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
}



#SidebarWrapper {
	background-image: url(images/Structure/SidebarGraphic.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

.SidebarArrow {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}


.SidebarRule {
	border-bottom: 2px solid #737b35;
	padding-bottom: 20px;
}

.SidebarQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	font-style: italic;
}

#SocialMediaWrapper {
	width: 199px;
}

#SocialMediaWrapper p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
	text-align: center;
}

.Icon {
	padding-right: 10px;
}


/* ROUND CORNER BOXES ==================== */


.RoundCornerBox {
	width: 300px;
	height: 220px;
	border: 2px solid #BABC94;
	background-color: #f4f5e7;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding: 4px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 20PX;

}

.RoundCornerBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#737b35;
	padding-top: 0px;
	padding-left: 18px;
	font-weight: normal;
}

.RoundCornerBoxImageRight {
	float: right;
	padding-right: 10px;
}

.RoundCornerBoxImageLeft {
	float: left;
	padding-left: 18px;
		padding-right: 10px;
}


.RoundCornerBox a:link {
	color: #737b35;  
	font-weight : bold; 
	text-decoration: none
} 

.RoundCornerBox a:visited {
	color: #737b35;  
	font-weight : bold; 
	text-decoration: none;
} 
.RoundCornerBox a:hover {
	color: #000;  
	font-weight : bold; 
	text-decoration: underline
} 
.RoundCornerBox a:active {
	color: #000;  
	font-weight : bold; 
	text-decoration: underline
}




/* MAIN BODY STYLE ==================== */


#mainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right 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: 1px 20px 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/Structure/navbarshadow-light.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
} 

#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#737b35;
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #737b35;
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent li {
	color: #000; 
	list-style-type: square;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-right: 20px;
	
} 

#mainContent ul {
	color: #000; 
	list-style-type: square;
} 

#mainContent ol {
	color: #132C5A;
} 

#mainContent a:link {
	color: #737b35;  
	font-weight : normal; 
	text-decoration: none
} 

#mainContent a:visited {
	color: #737b35;  
	font-weight : normal; 
	text-decoration: none;
} 
#mainContent a:hover {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
} 
#mainContent a:active {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
}

.TableStyle {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}

.TestimonialRule {
	border: 1px solid #737b35;
	margin-left: 20px;
	margin-right: 10px;
}


.RoundCornerHeadline {
	width: 650px;
	height: 50px;
	border: 2px solid #BABC94;
	background-color: #f4f5e7;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	overflow: hidden;


}

.RoundCornerBody {
	width: 650px;
	border: 2px solid #BABC94;
	background-color: #f4f5e7;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;

}


.RoundCornerMediaBox {
	width: 300px;
	height: 50px;
	border: 2px solid #BABC94;
	background-color: #f4f5e7;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	padding: 4px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10PX;

}



/* TESTIMONIAL ROUND CORNER BOXES ==================== */

#TestimonialContainer {}


#TestimonialContainer p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.TestimonialRoundCornerBox {
	width: 190px;
	height: 170px;
	border: 2px solid #BABC94;
	background-color: #f4f5e7;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	text-align: center;
	padding: 4px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20PX;

}


.TestimonialRoundCornerBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#737b35;
}

.clearboth { clear: both; }




/* FOOTER STYLES ======================== */



#footer { 
	padding: 0px;
	background: #fff;
	background-image: url(images/Structure/footer.jpg);
	height: 148px;
	width: 1000px;
	background-repeat: no-repeat;
		margin: 0 auto;
		margin-top: -16px;
} 

#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-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d9dfb0;
	text-align: center;
}


#footer a:link {
	color: #d9dfb0;  
	font-weight : normal; 
	text-decoration: none
} 

#footer a:visited {
	color: #d9dfb0;  
	font-weight : normal; 
	text-decoration: none;
} 
#footer a:hover {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
} 
#footer a:active {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
}


.FooterFltLeft{
	margin: 0;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727934;
	font-weight: normal;
	float: left;
}

.FooterFltRight{
	margin: 0;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727934;
	font-weight: normal;
	float: right;
}



.FooterFltRight a:link {
	color: #727934;  
	font-weight : normal; 
	text-decoration: none
} 

.FooterFltRight a:visited {
	color: #727934;  
	font-weight : normal; 
	text-decoration: none;
} 

.FooterFltRight a:hover {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
} 

.FooterFltRight a:active {
	color: #000;  
	font-weight : normal; 
	text-decoration: underline
}


.FooterRule {
	border: 1px solid #d9dfb0;
	padding: 0px;
}

/* MISC. STUFF ==================== */



.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;
}

.RedText {
	color: #F00;
}

.ImageLeft {
	float: left;
	margin-right: 10px;
}

.ImageLeftWithPad {
	float: left;
	margin-right: 10px;
	padding-left: 20px;
}

.ImageFloatRight {
	float: right;
	padding-left: 15px;
}

/* THIS INLINE CODE GOES AFTER THE TESTIMONIALCONTAINER DIV SO SIDEBAR FLOWS PROPERLY

<div style="clear:both;line-height:0;"></div>                
*/







