@charset "utf-8";

body  {
	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: inherit; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353535;
	min-width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	vertical-align: top;
	background-color: #e6e6e6;
	font-weight: normal;
	background-image: url(images/background5.gif);
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #353535;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #353535;
	line-height: 125%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #09402f;
	border-right-color: #09402f;
	border-bottom-color: #09402f;
	border-left-color: #09402f;
	margin-bottom: 0;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* 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/CAEPLA11.png);
	height: 154px;
	border-bottom: 1px solid #09402f;
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fff;
	display: block;
	padding: 0px;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #09402f;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 3px;
	line-height: 125%;
}
.twoColFixLtHdr #container #sidebar1 .style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09402f;
	padding-left: 7px;
	line-height: 7px;
	padding-right: 5px;
	font-weight: bolder;
}
.twoColFixLtHdr #container #sidebar1 .style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #09402f;
	padding-left: 7px;
	line-height: 15px;
	padding-right: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#074024;
	text-indent: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 3c664f; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ebebeb;
}
.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;
}
.navigationbottom {
	color: #09402f;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 3px;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #09402f;
	line-height: 115%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #09402f;
	margin-top: 30px;
	vertical-align: top;
	line-height: 120%;
	font-weight: bold;
}
.h2underline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #09402f;
	margin-top: 30px;
	vertical-align: top;
	line-height: 120%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	font-weight: bold;
}
.h3 {
	color: #09402f;
	font-size: 12px;
	font-weight: bold;
}

.twoColFixLtHdr #container #mainContent .homepageimageright {
}

.twoColFixLtHdr #container #mainContent .homepageimageright {
	position: relative;
	padding-right: 0px;
}
.mainContent .caption {
	background: #007576;
	color: #FFFFFF;
	padding: 2px 5px;
	text-align: center;
	float: right;
	width: 200px;
}
.anchorlink {
	color: #09402f;
	text-decoration: underline;
}
.buttonbackgroundlink {
	color: #ffffff;
	text-decoration: underline;
}
.a:link{
	color:#09402f;
}
.a:visited{
	color:#007576;
}
.tablelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #007576;
	margin-left: -25px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.tablelistblog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #007576;
	margin-left: -25px;
	padding-left: 250px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.colheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #09402f;
	vertical-align: top;
}
.photobox {
	text-align: center;
	float: right;
	width: 200px;
	border-bottom-style: none;
	background-color: #ffffff;
	color: #ffffff;
	font-weight: normal;
}
.boldredtext {
	color: #921a23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.dividingline {
	color: #636363;
}
.photoandtextrightaligned {
	text-align: center;
	float: right;
	padding-left: 5px;
}
.picture {
	background-color: #ffffff;
	border: 1px solid #353535;
	padding: 2px;
	font: 11px/1.4em Arial, sans-serif;
} 
.picture img { 
	border: 1px solid #353535; 
	vertical-align:middle; margin-bottom: 2px; 
} 
.right { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
} 
.left { 
	margin: 0.5em 0.8em 0.5em 0; 	
	float:left; 
}
.style39 {font-family: Arial, Helvetica, sans-serif}
.style64 {font-size: 12px}
.style93 {
	color: #09402f;
	font-weight: normal;
	font-size: 12px;
}
.style94 {
	color: #007576;
	line-height: 14px;
}
.textboxpullout {
	border: thin none #07402f;
	color: #353535;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	background-repeat: no-repeat;
	background-position: -8px -5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 100%;
}
.twocolumns {
	width: 530px;
	margin-left: auto;
	background-color: #ffffff;
	line-height: 16px;
	padding: 4px;
	margin-right: auto;
	border: 1px solid #005357;
}

.twocolumns2 {
	border: 2px solid #d9d9d9;
	width: 95%;
	float: left;
	margin-left: 2px;
	padding: 5px;
	background-color: #ffffff;
	line-height: 16px;
}
.figure{
	float: right;
	width: 240px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 20px;
}
.figure p{
	position: absolute;
	width: 236px;
	left: 3px;
	background-color: #fff;
	top: 186px;
	text-align: center;
	height: 16px;
	color: #81171b;
}
.imageholder {
	height: 555px;
	width: 555px;
}
.thumbnailborder {
	border: thin solid #000000;
}
.copyrightdiv {
	border: 1px solid #DADADA;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #09402F;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.divsidebarincontent {
	width: 90%;
	border: 1px solid #83171a;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}
.blockquoteblog {
	font-family: Arial, Helvetica, sans-serif;
	color: #353535;
	font-size: 12px;
}
.hpheading {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 4px;
	background-color: #007576;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
.blogpostings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.hpcontent {
	margin-left: 225px;
	float: right;

}
.twocolumndivtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353535;
}
/**
 * Default theme for Google Search Bar
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 75%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	position: absolute;
	background: white;
	border: 1px solid #666666;
	margin-left: auto;
	margin-right: auto;  /* The top, left, and width are set in JavaScript. */
	padding-left: 230px;
	margin-top: 0px;
}

/* Full URL */
.gs-webResult.gs-result .gs-visibleUrl-short {
  display: none;
}
.gs-webResult.gs-result .gs-visibleUrl-long {
  display: block;
}
.footerlink {
	font-size: 12px;
	color: #ffffff;
}
.sidebarlinkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 105%;
	font-weight: bold;
	color: #821719;
}
.sidebarlinkred a:link {text-decoration: none}
.sidebarlinkred a:visited {text-decoration: none}
.sidebarlinkred a:active {text-decoration: none}
.sidebarlinkred a:hover {
	text-decoration: underline;
	color: #821719;
	line-height: 110%;
}

