@charset "UTF-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background-color: #00325b;
	background-image:url('images/siteBG.jpg');
	background-repeat:repeat-x;
	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 */
}

h1 {
	font: 120% Arial, Helvetica, sans-serif;
	color: #00325b;
	font-weight:bold;
}

h2 {
	font: 100% Arial, Helvetica, sans-serif;
	color: #91a663;
	font-weight:bold;
	text-transform:uppercase;
}

h3 {
	font: 200% Arial, Helvetica, sans-serif;
	color: #00325b;
	font-weight:bold;
	line-height:30%;
}

h4 {
	font: 140% Arial, Helvetica, sans-serif;
	color: #91a663;
	font-weight:bold;
	text-transform:uppercase;
}

.greentext {
	color: #92a766;
	font-weight:bold;
}

.email {
	color:#fff;
	margin-left:75px;
}

.email A:link {text-decoration: none; color:#fff;}
.email A:visited {text-decoration: none; color:#fff;}
.email A:active {text-decoration: none; color:#92a766;}
.email A:hover {text-decoration: none; color:#92a766;}

hr {
  color: #00325b;
}

.class1 A:link {text-decoration: none; color:#00325b;}
.class1 A:visited {text-decoration: none; color:#00325b;}
.class1 A:active {text-decoration: none; color:#91a663;}
.class1 A:hover {text-decoration: none; color:#91a663;}

.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	height: 100%;
	background-image:url('images/contentBG.jpg');
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	background: #00325b; 
	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. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 244px; /* 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 */
	padding: 0;
	height:100%;
	display:block;
}

.sidebarLower {
	background-color: #00325b;
	background-image:url(images/SidebarLowerBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-13px;
	width:244px;
	height:100%;
}

.twoColFixLtHdr #mainContent { 
	margin: 0px; /* the left margin on this div element creates the column down the left 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:100%;
} 

.contentMain {
	width:475px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

.contentLocations {
	width:690px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

.mainCopy { 
	margin: 0;
	padding-top:10px;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:10px;
} 

.contentRight {
	width:281px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

.locationsRight {
	width:66px;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00325b; 
} 

.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;
}
.clear {
clear:both;
}

img {
	display: block;
}

#newsticker-demo {  
width:261px;
height:172px;
background-image:url('images/newsBox.jpg');
background-repeat:no-repeat;
padding-top:20px;
padding-left:20px;
padding-bottom:-20px;
padding-right:-20px;
font-family:Arial,Sans-Serif;  
font-size:10px;
margin:0px;  
}  
  
#newsticker-demo A:link {text-decoration: none; color:#00325b;}
#newsticker-demo A:visited {text-decoration: none; color:#00325b;}
#newsticker-demo A:active {text-decoration: none; color:#91a663;}
#newsticker-demo A:hover {text-decoration: none; color:#91a663;} 

#newsticker-demo img { border: 0px; }  
 
#newsticker-demo .title {  
text-align:left;  
font-size:10px;  
font-weight:bold;  
padding:0px;
}  
 
.newsticker-jcarousellite { width:175px; }  

.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:0px; margin-bottom:0px; }  
.newsticker-jcarousellite .thumbnail { float:left; width:175px; }  
.newsticker-jcarousellite .info { float:rightright; width:175px; }  
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#000000; }  
