body {
font-family:Arial, Helvetica, sans-serif;
font-size:1em; 
color:#000000; 
margin:0px 0 0 0;  
padding:0 0 0 0;
background:#ffffff;
}

p {
margin-bottom:10px;
line-height:1.2em;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

ul, ol {
margin:0 0 12px 0;
padding:0;
}

ul li {
	margin:0 0 5px 15px;
	padding-left:15px;
	list-style:none;
	background-image:url(img/bulleted-li-bg-dark.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:1em;
	color:#454545;
}
ol li {
//	margin:0 0 5px 15px;
	margin:0 0 5px 50px;
	padding-left: 10px;
	list-style: decimal;
	background-image:none;
	background-position:0 3px;
	background-repeat:no-repeat;
	font-size:1em;
//	color: #F30;
}

a {
color:#6E312A;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

/* Main Outer Container */
#pageWrap {
margin:0 auto;
padding:0;
width:980px;
}


/* Header */
#header {
margin:0;
padding:0;
width:980px;
height:135px;
background-image:url(img/mettop2.jpg); 
background-position:0 0;
background-repeat:no-repeat;
}

#header h1 {
margin:0;
padding:30px 0 0 170px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:3em;
font-weight:lighter;
}

#header p {
margin:0;
padding:5px 0 0 175px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#eeeeee;
}

#searchbox {
	padding-top: 5px;
	margin-left: 740px;
	width: 250px;
	height: 25px;
}
#searchbox p {
	margin:0;
    padding:5px 5px 5px 5px;
	font-size:.9em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}


/* Main Navigation */
#navBar {
margin:0;
padding:0;
font-size:.9em;
width:980px;
height:35px;
line-height:35px;
background:url(img/nav-bar-bg.jpg);
background-position:0 0;
background-repeat:no-repeat;
color:#000;
}

#navBar ul{
list-style-type:none;
margin-left:20px;
}

#navBar li{
margin:0;
padding:0;
list-style-type:none;
display:inline;
background-image:none;
font-size:.9em;
}

#navBar li a{
margin:0 0 0 -5px;
padding:9px 20px 9px 20px;
color:#000;
text-decoration:none;
font-size:1.1em;
// border-left:1px solid #757575;
border-left:2px solid #CCC;
}

#navBar ul li a:hover{
color:#ffffff;
text-decoration:none;
background-color: #0278c7;
}

#navBar li.end {
margin:0;
padding:0;
list-style-type:none;
display:inline;
background-image:none;
}

#navBar li.end a{
margin:0 0 0 -5px;
padding:9px 20px 9px 20px;
color:#000;
text-decoration:none;
font-size:1.1em;
border-left:2px solid  #CCC;
border-right:2px solid  #CCC;
// border-left:1px solid #757575;
// border-right:1px solid #757575;
}

#navBar li.end a:hover{
color:#ffffff;
text-decoration:none;
background-color:#81caff; 
// background-color:#81caff;
background-color: #0278c7;
}
#navBar2 {
width:980px;
height:3px;
background-color: #0278c7;
}

/* Content Container */
#container {
margin:0;
padding:10px 0 0 0;
width:980px;
}

/* Left Content Column - heavy negative margin so center column can appear first in HTML */
#leftColumn {
float:left;
margin:0 0 0 5px;
padding:0;
width:180px; 
font-size:.9em;
color: #000; 
}

#leftColumn h2 {
    margin:0 0 10px 0;
	font-size:1.4em;
	color:#9C291D;
}

#leftColumn ul, ol {
margin:0 0 12px 0;
padding:0;
}

#leftColumn li {
margin:5px 0 0 0;
padding-left:15px;
list-style:none;
background-image:url(img/bulleted-li-bg-dark.gif);
background-position:0 1px;
background-repeat:no-repeat;
font-size:.95em;
color:#6E312A;
}
#leftColumn p {
	color:#039;
}
/* Center Content Column */
#centerColumn {
float:left;
margin:0px 7px 0px 0px; 
padding:6px 6px 6px 10px;
width:540px;  
font-size:.9em;
color: #039; 
}

#centerColumn h2 {
margin:0 0 5px 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.8em;
color:#9C291D;
}

/* Center Content Column */
#centerColumnBig {
float:left;
margin:0 0px 0 0px; 
padding:6px 6px 6px 10px;
width:775px;  
font-size:.9em;
color: #039; 
//border-left:1px dashed #cccccc;
}

#centerColumnBig h1 {
    margin-bottom: 6px;
//	padding:30px 0 0 170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9C291D;
	font-size:3em;
	font-weight:lighter;
}
#centerColumnBig h2 {
	margin:0 0 5px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	color:#9C291D;
}

#centerColumnBig h3 {
	margin:0 0 5px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-style:italic;
	color: #009;
}
#centerColumnBig h4 {
	margin:0 0 5px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-align:center;
    color: #9C291D;
}
#centerColumnBig h5 {
margin:0 0 5px 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bold;
background-color: #FBDCDB;
border:double #F00;
color: #9C291D;
line-height:1.5em;
text-align:center;
}
#centerColumnBig h6 {
margin:5px 0 5px 0;
padding: 5px;
font-size:1em;
color: #9C291D;
line-height:1.5em;
text-align:center;
}

#centerColumnBig td{
	padding: 2px;
}
#centerColumnBig em{
	font-style:italic;
	color: #900;
}

#centerColumnBig img {
	border: 1px solid #000000;
	margin-left: 3px;
	padding: 3px;	
}

/* Right Content Column */
#rightColumn {
float:left;
margin:0 0 0 10px;
padding:6px;
width:200px;
font-size:.9em;
color: #009; 
background: #E9E9E9; // #CEF3FD;  
border:2px solid #cccccc;
}

#rightColumn h2 {
    margin:0 0 10px 0;
    font-size:1.4em;
	color:#9C291D;
}

#rightColumn li {
	list-style-type: disc;
	background-image:none;
 	padding-left:1px;
	line-height: normal;
}

/* Footer */
#footer {
	clear:both;
margin:1px 0 0 0;
padding:0;
width:980px;
height:100px;
background-image:url(img/footer-bg.jpg);
background-position:0 0;
background-repeat:no-repeat;
}

#footer p {
margin:0;
padding:0 0px 0 0; 
// line-height:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
color:#454545;
text-align:center;  
}

#footer a {
color:#9C291D;
text-decoration: underline;
}

#footer a:hover {
color:#999999;
text-decoration:underline;
}


/* Clears nested floats */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.text {
	background-color: #CCC;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
.image-left {
	border: 1px solid #000000;
	margin-right: 3px;
	float: left;
}
.image-right {
	border: 1px solid #000000;
	margin-left: 3px;
//	padding: 3px;	
	float: right;
}
.image-center {
	border: 1px solid #000000;
	margin-left: 3px;
	padding: 3px;	
}

.today {
	background-color: #FBDCDB;
	border: 1px solid #000000;	
}

/* RSS feed */
.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:blue;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:#000;
font-size: 90%;
}

#example2{ /*Demo 2 main container*/
width: 190px;
height: 460px;
border: 1px dashed black;
padding: 4px;
background-color: #FFF;
}

code{ /*CSS for insructions*/
color: #F00;
}
.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: underline;
	color: red;
}
/* End: RSS Feed */

.featureinset{
	margin-left:100px;
	margin-right:100px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:10px;
	line-height: 1.2em;
	text-align:justify;
	border-top: solid 5px #CCC;
	border-left: solid 5px #CCC;
	border-right: solid 5px #000;
	border-bottom: solid 5px #000;
	background-color: #900;
    color: #FFF;
}

#article img{
	padding:0px;
	border-top: solid 5px #CCC;
	border-left: solid 5px #CCC;
	border-right: solid 5px #000;
	border-bottom: solid 5px #000;
}
.redtextbold {
	font-weight: bold;
	color: #F00;
}
.homefeature {
	float:left;
	width:250px;  
	height:280px;
	color: #039; 
	margin-bottom: 15px;
	border: solid 2px #ccc;
	border-right: solid 3px  #666;
	border-bottom : solid 3px #666;
	padding: 3px;
	background-color: #CAFDFD;
}
.homefeatureR {
	float:right;
	width:250px;  
	height:280px;
	color: #039; 
	margin-bottom: 15px;
	border: solid 2px #ccc;
	border-right: solid 3px  #666;
	border-bottom : solid 3px #666;
	padding: 3px;
	background-color: #CAFDFD;
}
.homefeature1 {
	width:250px;  
	height:250px;
	border-bottom: dashed 2px #999;
}
.homefeature2 {
	width:250px;  
	height:20px;
    margin-top:5px;
}
.slideshow {
    margin:0 auto;
    width:450px;
	height:300px;
	border-top:solid 5px #CCC;
	border-left:solid 5px #CCC;
	border-right:solid 5px #333;
	border-bottom:solid 5px #333;
}
.slideshow_bottom{
    width:450px;
	height:10px;
}

