﻿* 
{
	margin: 0;
	padding: 0;
}

body 
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	color: #333333;
}

#container 
{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: center;
	background-color: #ffffff;

}

.ClearingLeftDiv 
{
	clear: left;
}

.highlight
{
	border: 1px solid red;
}

#BannerDiv
{
	width: 1000px;
	height: 183px;
	background-image: url('../Images/EECB_New_Page_Slices/EECB_Banner_Updated_Logo.jpg');
	/*background-image: url('../Images/EECB_New_Page_Slices/EECB_Banner_Back_Designed2.jpg');*/
	background-repeat: no-repeat;
	text-align: right;
}

#ContentTopDiv
{
	width: 1000px;
	height: 16px;
	background-image: url('../Images/EECB_New_Page_Slices/EECB_Page_Top_Designed.jpg');
	background-repeat: no-repeat;	
}

#MainNavDiv
{
	width: 1000px;
	height: 55px;
	background-image: url('../Images/EECB_New_Page_Slices/GradientNavBack.jpg');
	background-repeat: no-repeat;	
	text-align: left;
}

#NavContainer
{
	margin-top: 0;
}

#ContentDiv
{
	width: 1000px;
	background-image: url('../Images/EECB_New_Page_Slices/EECB_Body_Back_Designed.jpg');
	background-repeat: repeat-y;	
	
	text-align: left;
	font-size: 0.85em;

}

#ContentLeftDiv
{
	float: left;
	width: 596px;
	padding: 15px 15px 15px 10px;
	margin-left: 75px;
	
}

#ContentRightDiv
{
	float: left;
	width: 200px;
	padding: 0; /* padding handled in  inner containers */
	
}

#FooterDiv
{
	width: 1000px;
	background-image: url('../Images/EECB_New_Page_Slices/EECB_Body_Back_Designed.jpg');
	background-repeat: repeat-y;	
	
	
}

#PageBottomDiv
{
	width: 1000px;
	background-image: url('../Images/EECB_New_Page_Slices/EECB_PageBottom.jpg');
	background-repeat: no-repeat;	
	
	height: 100px; 
	
	margin-top: -20px; /* Targeted at firefox, undone in global ie fixes */
	
}


/* Inner Content Right Styles */

#ContentRightContainerDiv
{
	width: 100%;
	
}


#ContentRightTopDiv
{
	width: 100%;
	background-image: url('../Images/EECB_New_Page_Slices/PageDividerTop.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;
	
	padding-top: 15px; /* May need to adjust for grid if heading bigger - could just do as blue */
	padding-left: 32px;
	padding-right: 22px;
}

#ContentRightTopDiv h1
{
	position: relative; /* Targeted at fire fox, undone in global ie fixes */
	top: -15px; /* Targeted at fire fox, undone in global ie fixes */
	color: #3a8435;
	width: 180px;
	border: none;
	background-image: none;
}

a
{
   color: #3399ff; 
}

#ContentRightMidDiv
{
	width: 100%;
	background-image: url('../Images/EECB_New_Page_Slices/PageDividerMid.jpg');
	background-repeat: repeat-y;
	background-position: left;
	
	padding-left: 42px;
	padding-right: 22px;
	
	padding-top: 15px; /* Targeted at fire fox, undone in global ie fixes */
	padding-bottom: 15px; /* Targeted at fire fox, undone in global ie fixes */
	
	margin-top: -8px; /* Targeted at fire fox, undone in global ie fixes */
	margin-bottom: -8px; /* Targeted at fire fox, undone in global ie fixes */
}

#ContentRightMidDiv ul
{
	margin: 5px;
	font-size: 0.85em;
	font-weight: bold;
	
}

#ContentRightMidDiv ul li
{
	margin: 8px;
	list-style-type: square;
}

#ContentRightMidDiv ul a
{
	color: #3399ff;
}

#ContentRightMidDiv ul a:hover
{
	color: #3a8435;
	text-decoration: none;
	border-bottom: 1px dashed #3a8435;
}

#ContentRightBotDiv
{
	width: 100%;
	background-image: url('../Images/EECB_New_Page_Slices/PageDividerBot.jpg');
	background-repeat: no-repeat;
    background-position: bottom left;     
	height: 40px;
	
	padding-left: 22px;
	padding-right: 22px;
}


#MainNavDiv ul
{
	padding-left: 90px;
}

#MainNavDiv ul li
{
	display: inline;
	padding-left: 0px;
	padding-right: 10px;

}

#MainNavDiv ul li a
{

}

#MainNavDiv ul li a img
{
	border: none;
}

#FooterDiv
{
	font-size: 0.75em;
	color: #666666;
}


.FooterNavDiv p a
{
	color: #666666;
}

.FooterNavDiv p a
{
	color: #666666;
	padding: 10px;
}

.FooterNavDiv p a:hover
{
	color: #3399ff;
}


h1 
{
	color: #3399ff;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 1.6em;
	/* font-style: italic;
	font-weight: bold;*/
	margin-top: 25px;
	/*background-image: url('../Images/GrassBackStretchResized.jpg');*/
	background-image: url('../Images/GrassBackRightSideDark.jpg');
	background-repeat: no-repeat;
	border-bottom: 2px solid #3399ff;
	padding-bottom: 0px;
	
}

h2
{
	color: #3399ff;
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-size: 1.3em;
	/* font-style: italic;
	font-weight: bold;*/
	margin-top: 20px;
	font-weight: bold;
}

 input, textarea, select 
 {
  
  border: 1px solid #999999;
  padding: 3px;
  color: #3399ff;
 }
 
 .inputParagraph
 {
 	margin-top: 10px;
 	margin-bottom: 5px;
 }
 
 #uploadMessage
 {
	visibility: hidden; 
	margin-top: 15px; 
	color: #3399ff;
	font-size: 1.5em;
 }
 
 .emailConfirmationDiv
 {
 	display: block; 
 	background-color: #fef6ce; 
 	padding: 15px 15px 15px 15px;
    border: 1px solid #999999; 
    background-image: url('Images/fieldBgDropShadow.png');
    margin-top: 12px; 
    margin-bottom: 12px;
 }
 
 .emailConfirmationDiv h2
 {
  	font-size: 1.3em;
  	margin: 10px;
 }

li.emailError
{
	margin-left: 50px;
	margin-bottom: 10px;
}

h2.emailSuccessMessage
{
	font-size: 1.3em;
	margin-bottom: 20px;
	color: green;
}


p
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}


p a, span a, #bannerContactInfoDiv a
{
	color: #3399ff;
}

.miniContactDiv
{
	float: left; width: 120px;
}

hr 
{
	margin-top: 15px;
}

ul.bullets
{
	margin-left: 30px;
}

ul.bullets li.bullets
{
	margin: 20px;
	list-style-type: upper-roman;
}

#breadCrumbDiv
{
	font-weight: bold; 
	background-color: #d0d3b4;  
	padding: 10px 10px 10px 15px; 
	margin-left: -16px;
}


#footerContentContainer
{
	border-top: 1px solid #3399ff;
	width: 820px;
	padding-top: 20px;
	margin-left:auto;
	margin-right: auto;
}

#bannerContactInfoDiv
{
	/*margin-top: 108px;*/
	position: relative;
	top: 108px;
	margin-right: 100px;
	color: #3a8435;
	/*color: #3399ff;*/
	font-family: Arial Narrow, Arial, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

#ContentRightMidDiv hr
{
	position: relative;
	left: -20px;
}

#Accreditation_Logos_Div
{
	position: relative;
	left: -18px;
	margin-top: 10px;
}

#Accreditation_Logos_Div a img
{
	border: none;
}

.quotesOpen
{
    background-image: url('../Images/Quotes_Open.png');
    background-repeat: no-repeat;
    height: 30px;

}

.quotesClose
{
    background-image: url('../Images/Quotes_Close.png');
    background-position: right;
    background-repeat: no-repeat;
    height: 30px;

    
}

.testimonialText
{
    margin: -15px 40px -45px 40px;
    font-style: italic;
    
}

.testimonialText em
{
    display: block;
    color: #3399ff;
    font-weight: bold;
    margin-top: 10px;
}


.testimonialContainer
{
    margin-bottom: 45px;
}

.hoverBtn
{
    cursor: pointer;
}



.ulPageList
{
    margin-left: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ulPageList li
{
    margin-top: 10px;
    
}

.ValSummary
{
    padding: 15px;
    padding-left: 25px;
    background-color: #FFFFCC;
    border: 1px solid red;
    margin: 10px 0px 10px 0px;
    line-height: 1.5em;
}


.inputLabel
{
    font-weight: bold;
}
