@charset "utf-8";
.whtBkg {
	background-color: #FFF;
	width: 245px;
	margin: 0 0 0 15px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #0e1681;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #044e89;
	padding: 8px;
	line-height: 1.1em;
}
.bold         {
	font-weight: bold;
}
.chili	{
	height: 280px;
}
.italics {
	font-style: italic;
}
.boldRed {
	font-weight: bold;
	color: #E21D06;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.fineprint {
	font-size: 0.8em;
	font-style: italic;
}

.jpg {
	font-size: 0.7em;
	text-decoration: none;
	color:#B3B6D5;
}

.sidebarR {
	font-size: 0.8em;
	text-decoration: none;
	color:#FFF;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #0e1681;
}


#container {
	width: 960px;
	margin: 15px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/content_Top.png);
	background-repeat: no-repeat;
} 

#container2 {
	width: 960px;
	margin: 15px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/landing/content_Top2.png);
	background-repeat: no-repeat;
}

/* INDEX PAGE named JPGlobal-------------------------------- */
.JPGlobal  #header {
	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-color: transparent;
	background-image: url(../images/header_Top.png);
	background-repeat: no-repeat;
} 

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

.JPGlobal  #mainContent {
	margin: 0 290px 0 275px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: fc9b0d;
	line-height: 1.3em;
}

.JPGlobal  #mainContent2 {
	margin: 0 10px 0 275px;
	padding: 0 15px;
	line-height: 1.3em;
}

/* JPGlobal SIDEBARS-------------------------------- */

.JPGlobal  #sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}

/* HOME (really the secondary pages) HEADER-------------------------------- */
.home  #header {
	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-color: transparent;
	background-image: url(../images/header_Top.png);
	background-repeat: no-repeat;
} 

#header #rightHeader {
	height: 235px;
	padding: 0 15px 0 290px;
}

#leftHeader {
	width: 275px;
	text-align: center;
	float: left;
	height: 235px;
}
#leftHeader h2 {
	font-size: 1.1em;
}


.home  #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 */
}
#navBar {
	height: 36px;
	color: #FFFFFF;
	background-color: #0C1580;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}


/* LEFT SIDEBAR-------------------------------- */
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#sidebar1 #GAV {
	text-align: center;
}
#sidebar1 #sideLinks {
	text-align: center;
	background-image: url(../images/Sidebar_Bkg.png);
	background-repeat: repeat-y;
}
#sidebar1 #sidebarBottom {
	background-image: url(../images/Sidebar_Bottom.png);
	background-repeat: no-repeat;
	height: 17px;
}

/* RIGHT SIDEBAR-------------------------------- */
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 15px 10px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
#sidebar2 #calendar {
	background-image: url(../images/calendarEventsHeader.png);
	background-repeat: no-repeat;
	height: 270px;
	background-position: top;
	text-align: center;
}
#sidebar2 #calendar p {
	padding: 45px 0 0 0;
}


#secondaryNav {
	text-align:center;
	padding: 10px 0;
}

#homeButtons {
	text-align:center;
	padding: 10px 0 0 0;
}



/* PAGE MAIN CONTENT-------------------------------- */
.home  #mainContent {
	margin: 0 190px 0 275px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: fc9b0d;
	line-height: 1.3em;
} 
#columns {
	margin: 0 auto;
	text-align: left;
	width: 465px;
}
#col1 {
	float: left;
	padding: 0px 10px 0 0;
	width: 210px;
}
#col2 {
	margin: 0 0 0 235px;
	padding: 1px 0 0 10px;
}


#mainContent  img {
	padding: 0 10px 5px 0;
}
.home  #mainContent2 {
	margin: 0 10px 0 275px;
	padding: 0 15px;
	line-height: 1.3em;
} 
#mainContent2  img {
	padding: 0 10px 5px 0;
}

.home  #mainContent3 {
	margin: 0 auto;
	padding: 0px;
	line-height: 1.3em;
	background-image: url(../images/landing/bkg_content.png);
	background-repeat: repeat-x;
	background-position: bottom;
} 



/* Second Footer with wht bkg-------------------------------- */
#footer2 {
	padding: 0 10px 20px 10px;
	background-image: url(../images/footer2_bkg.png);
	height: 37px;
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #696fad;
}
#footer2  #copyright {
	width: 400px;
	float: left;
}

#footer2  #policy {
	width: 400px;
	float: right;
	text-align: right;
}
#footer2 a {
	color: #696fad;
	text-decoration: none;
}
#footer2 #policy a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.more {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/arr_more.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	width: 95px;
}
.more a {
	color: #FA650C;
	text-decoration: none;
}
.more a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.morelong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/arr_more.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	width: 175px;
}
.morelong a {
	color: #FA650C;
	text-decoration: none;
}
.morelong a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.morelonger {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/arr_more.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	width: 320px;
}
.morelonger a {
	color: #FA650C;
	text-decoration: none;
}
.morelonger a:hover {
	font-weight: bold;
	text-decoration: underline;
}


.thankyou {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/arr_more.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	width: 140px;
}
.form {
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #044E89;
	padding: 0 0 0px 15px;
	float: right;
}

.thankyou a {
	color: #FA650C;
	text-decoration: none;
}
.thankyou a:hover {
	font-weight: bold;
	text-decoration: underline;
}




/* FOOTER------------------------------------------- */
#footer  {
	padding: 3px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bababa;
	text-align: center;
} 
#footer h2 {
	font-size: 0.9em;
	font-weight: bold;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
#footer a {
	color: #0e1681;
	text-decoration: none;
}
#footer a:hover {
	color: #0e1681;
	text-decoration: underline;
	font-weight: bold;
}

/* FLOATS------------------------------------------- */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	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;
}
img {
	border-style: none;
}
.partners {
	background-color: #8488BE;
	color: #FFFFFF;
	padding: 4px;
}
.dayofcaring {
	padding-left: 15px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0E1681;
}

/* ------------------IMAGES WITH CAPTIONS FLUSH RIGHT-----------------*/ 
  div.imgCap {
	margin:0px;
	height:auto;
	width:auto;
	float:right;
	text-align:center;
}

div.imgCap img {
	display:inline;
	margin:0px;
}
  
div.imgCap a:hover img {
  border:1px solid #0000ff;
}
  
div.desc{
	text-align:center;
	font-weight:normal;
	width:100%;
	margin:1px;
	color: #044E89;
	font-style: italic;
	font-size: 0.8em;
}

#cfc {
	text-align:center;
	padding: 8px 0;
}

.news {
	border: none;
	height: 280px;
	margin: 0;
	width: 920px;
	padding: 0 20px;
	
}


.marqueeStyle {
	margin: 10px 0;
	width: 960px;
	padding: 4px 0px;
	font-weight: bold;
	color: #FFF;
	background-color: #E21D06;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	
}

.marqueeStyle a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.banner {
	padding: 8px 0px;
	
}

