
/* This file contains BG images, BG color, font color, 
   type, size, weight and other styling properties. For
   both layout and content classes. */

/* Layout Styling Classes */

body {background: #fff url(../img/PageBG.gif) repeat-x;}
	
.PageContainer { border-left: 1px solid #8b8a8a; border-right: 1px solid #8b8a8a; }

.Header {border-top: 2px solid #889cd6;}
	
.MenuContainer {
	background: transparent url(../img/MenuBG.jpg) no-repeat;
	font-weight: bold;
	font-size: 17px;
	color: #526094;
}
	
.MenuContainer a { color: #fff !important; text-decoration: none; }
.MenuContainer a:hover { color: #283878 !important; text-decoration: none; }
	
.PageTitle { color: #fff; letter-spacing: 2px; }
	
.MainContent { background: transparent !important; }
	
.Footer {
	font-size: 0.8em;
	font-weight: bold;
	color: #283878;
	}
	
.FooterTagLine { font-size: 1.4em; font-weight: normal; }
	
/* Content Styling Classes */

	/* Home Page Styles */
		
		/* Home page left side */
		.HomeLeft { background: #fff url(../img/HomeLeft.jpg) no-repeat; }
		.HomeLeftText { font-weight: bold; color: #545454; line-height: 23px; }
		.HomeLeftText h1 { font-size: 0.7em; font-weight: bold; color: #545454; }
		
		/* Home page right side */
		.HomeRight {background: #fff url(../img/HomeRight.jpg) no-repeat;}
		.HomeRightText { font-weight: bold; color: #fff; }
		.HomeRightText h1 { font-size: 1.1em; color: #9e0105; }
		.HomeRightText span { font-size: 0.9em; font-style:italic; }
		.HomeRightText  p { font-size: 0.8em; }
		
	/* About Page Styles */
	
		.AboutWrap {background: transparent url(../img/AboutBG.png) no-repeat center top;}
		
		.AboutLeft {}
		
		.AboutRight {color: #fff; background: #4f5d9f; border: 1px solid  #c5cef4;}
		
		.AboutRight h1 {font-size: 1.3em; font-weight: bold; text-align: center;}
		.AboutRight h2 {font-size: 1.1em; font-weight: bold; text-align: center;}
		.AboutRight h3 {font-size: 1em; text-align: center; font-weight: normal;}
		.AboutRight h4 {font-size: 0.8em; font-weight: normal; font-style: italic; text-align: center;}
		.AboutRight h5 {font-size: 1em; font-weight: bold;}
		
		.AboutRight p {font-size: 0.8em; text-align: justify;}
		
		.AboutRight ul {font-size: 0.8em;}
		
		.AboutRight ul li {}
		
	/* Contact Page Styles */
	
		.ContactLeft {
			background: transparent url(../img/ContactLeft.jpg) no-repeat center;
			color: #4e5a84;
			font-weight: bold;}
			
		.ContactLeft p {}

		.ContactRight {background: transparent url(../img/ContactRight.png) no-repeat center;}
			
		.ContactRight form {}
		
		.ContactRight label {font-weight: bold; color: #4e5a84;}
		
		.ContactRight input {}
		
	/* Brochure Page Styles */
	
		.BrochureIntro {background: #fff url(../img/FAQbg.gif) no-repeat top;}
	
		.BrochureLeft {border: 1px solid #485eb3; background: #fff;}
		
		.BrochureLeft ul {}
		
		.BrochureLeft li {font-size: 11px; font-weight: bold; color: #374164;}
		
		.BrochureLeft a {}
		
		.BrochureLeft span.BrochureSecTitleQ {font-weight: bold; color: #374164; font-size: 1.2em;}
		
		.BrochureLeft hr {border: 1px solid #6a7bc1;}
		
		.BrochureRight {border: 1px solid #c5cef4; background: #4f5d9f; color: #fff; }
		
		.BrochureRight h1 {font-size: 1.1em;}
		
		.BrochureRight h2 {font-size: 0.9em;}
		
		.BrochureRight p {font-size: 0.8em;}
		
		.BrochureRight ol {font-size: 0.8em;}
		
		.BrochureRight ol li {}
		
		.BrochureRight ul {font-size: 0.8em;}
		
		.BrochureRight ul li {}
		
		.BrochureRight span.BrochureSecTitleA {font-weight: bold; font-size: 1.2em;}
		
		.BrochureRight hr {border: 1px solid #c5cef4;}
	
		
		