/* Set default body style */
html,body { height: 100%; 
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
body,div,form,fieldset {margin:0; padding:0;}
body 
{
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background-color: #fff; 
}
	
#page {
	width: 1020px; 
	height: 100%; 
	margin:0 auto; 
	padding:0;
	position:relative;
	/*background-image:url(/public/layoutfiles/default/images/page-bg.png); 
	background-position:top left;
	background-repeat:repeat-x; */
}

.data {background-color:#fff;}
a, a:visited{ color: #004b8d; text-decoration:none; background-color: transparent; }
a:active, a:hover{ color: #004b8d; text-decoration:underline; background-color: transparent; }

/* Heading Sizes */
h1 {font-size:1.8em; color: #c21d31;}
h2 {font-size:1.5em; color:#c21d31;}
h3 {font-size:1.2em;}
h4 {font-size:1.05em;}
h5 {font-size:1em;}
h6 {font-size:.9em;}
h7 {font-size:.75em;}

h1,h2,h3,h4,h5,h6,h7 {font-family:"Lucida Grande","Arial Unicode MS", sans-serif; margin:0;}

img {border:0;}

/* Clear Fix Styles - Helps container divs "contain" child divs that use floats. */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div.corners {margin:10px; position:relative; float: right; vertical-align:top; }
div.corners img{float:left;}
div.corners div{position:absolute;width: 7px;height: 7px;}
div.corners div.tl{background:transparent url(/public/layoutfiles/default/images/tl.gif) top left no-repeat;left:0;top:0}
div.corners div.tr{background:transparent url(/public/layoutfiles/default/images/tr.gif) top right no-repeat;right:0;top:0}
div.corners div.bl{background:transparent url(/public/layoutfiles/default/images/bl.gif) bottom left no-repeat;left:0;bottom:0}
div.corners div.br{background:transparent url(/public/layoutfiles/default/images/br.gif) bottom right no-repeat;right:0;bottom:0}

#topContainer {width:1020px; height: 158px; margin:0 auto; position:relative;}
#topContainer a, #topContainer a:visited{ color:#fff; text-decoration:none; }
#topContainer a:active,	#topContainer a:hover{ color:#5a1209; text-decoration:underline; }

#navContainer {width:1020px; height: 33px; line-height:33px; margin:0 auto 0px auto; padding:0; border:none;  position:relative; background-image: url(/public/layoutfiles/default/images/bc_nav_bg.png); background-position: top left; background-repeat:repeat-x; }
#bodyContainer {width:984px; min-height: 450px; margin: 20px 18px; position:relative; padding: 0 0 0 0; text-align:left; }


/* SITE FOOTER */
#footerContainer { 
	overflow: hidden;
	width: 1000px;
	display: block;
	color: #fff;
	margin:0 auto; 
	background-color:#053f72; 
	border: 1px solid #000;
	padding: 10px;
	text-align:center;
}

#footerContainer a, 	#footerContainer a:visited{ color:#76a5d0; text-decoration:none; }
#footerContainer a:active,	#footerContainer a:hover{ color:#76a5d0; text-decoration:underline; }

#footerContainer p{ 
	padding: 5px 10px 5px 10px; 
	margin: 0;
}
	
/* Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active { position: relative; text-decoration: none; font-weight: bold; border:none; margin:0;  padding:0; }
a.tooltip:hover { background: transparent; z-index: 900; }
a.tooltip img {border:none; padding:0; margin:0; }
a.tooltip span { display: none; text-decoration: none; line-height: 1.2em; margin:0; padding:0; width:auto; color: #000; }
a.tooltip:hover span { display: block; position: absolute; top: -10px; left: 30px; width: 300px; z-index: 900; color: #000000; border: 1px solid; border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF; border-left: 4px solid #4dbcf3; padding: 2px 6px 6px 6px; background: #EEEEEE; font-family: Arial, Helvetica, Sans-serif; font-weight: Normal; font-size:.75em; text-align: left; height:auto; }

.required {
	color: #c65e6f !important;
}

/* News */
#newsContainer {position:relative; width:646px; height:244px; margin:0; padding:0 15px 0px 15px; overflow:hidden;  background-image: url(/public/layoutfiles/default/images/news_bg.png); background-position: top left; background-repeat:no-repeat; }
#newsContainer .textBox { position:absolute; z-index:10; top:10px; left:0px; height: 205px; width:646px; padding:0px; overflow:hidden; color: #000; background:none; background-color: transparent;}
#newsContainer .textBox a {font-weight:bold; color:#e68d0e;}

#newsContainer .textBox a:hover {}
#newsContainer .textBox a:visited {}
h2#newsTitle {color:#0f4b7d;}

#newsnav {position: absolute; top: 220px; left: 30px; width: 646px; text-align:left; z-index: 1000;}
#newsnav a { background: #808080; text-decoration: none; margin: 0 3px; padding: 2px 8px; color: #fff; font-weight:bold; font-size: 10px;  }
#newsnav a.activeSlide { background: #2f4f84 }
#newsnav a:focus { outline: none; }

ul.boxbullet {
  list-style-image: url(/public/layoutfiles/default/images/bullet.gif);
  margin-left: 130px;
  padding-left: 0px;
  font-size: 11px;
  margin-top: 10px;
}

.img_preview{
position: relative;
z-index: 0;
}

.img_preview:hover{
background-color: transparent;
z-index: 50;
}

.img_preview tt{ /*CSS for enlarged image*/
position: absolute;
background-color: #fcfce2;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.img_preview tt img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.img_preview:hover tt{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 0px; /*position where enlarged image should offset horizontally */
}

table { padding: 0px; margin: 0px; color: #333;}
input { padding: 0px; margin: 0px; color: #333; }
p{ margin: 1em 0 1em 0; }
ul { margin:0; padding:.5em 0 .5em 2em; }
blockquote { margin: 0; padding: 0 0 0 2em; }
li{ margin:0; padding:0 0 .5em 0; }

.image { 
	float: left; 
   border: 2px solid #e2e2e2; 
  padding: 3px; 
   margin: 0 15px 10px 0; 
}

.key { text-decoration: underline; } /* ACCESKEY UNDERLINED LETTER */

.highlight   	{ background-color: #f3e7c4;}
.small {font-size: 80%; }

iframe { height: 100%; }

.menuitems 		{ line-height: 16px; padding-left: 15px;	padding-right:10px; text-align:left; font-size: 10px; }
.skin0 			{ position: absolute; 		
				  text-align:left;
				  width:160px;
				  border: 2px solid black;
				  line-height: 20px;
				  cursor: default;
				  visibility: hidden; 
				  background-color: #DDDDDD;
				  }
.skin1 			{ cursor: default;
				  position: absolute;
				  width: 160px; 
				  background-color: #DDDDDD;
				  border: 1px solid black;
				  visibility: hidden;
			  }

/* CONTENT WRAPPER */
#main { 
	width: 959px; 
	margin: 0px auto 0px auto;  /*top right bottom left*/
	padding: 0px 0px 0px 0px;
	overflow: visible;	
	min-height: 100%;	
}


/* SITE CONTENT */
#sitecontent
{
	display: block; 
	margin: 0px 0px 0px 0px; 
	padding: 10px; 	
	width: 748px;
	overflow: auto;;
	height: 100%;
	font-size: 1em;
}


	
/* EVENT DISPLAY */
/**************************************************************
   Display Event Listings
 **************************************************************/
.event {
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCCCCC;
}
	
	.event .date {
	  position: absolute;
	  top: 5px;
	  left: 5px;
	  width: 2.3em;
	  text-align: center;
	}
	
	.event .date .month {
	  text-transform: uppercase;
	  font: 700 1.0em arial, sans-serif;
	  color: #888;
	}
	
	.event .date .day {
	  display: block;
	  margin-top: -5px;
	  font: 700 1.8em arial, sans-serif;
	  color: #888;
	}
	
	.event p {
	  margin: 0 0 0 3.5em;
	  padding:  0 0 .5em .8em;
	  border-left: 1px solid #CCCCCC;
	}
	
	/* used on pub_display_page */
	#yearcontrol {
	position: absolute;
	top: 5px;
	color: #000;
	right: 10px;
	}

/* ************************************************************************************* */
/* NEWS */

.news {
  position: relative;
  width: 100% !important;
  width: 99%;
  margin: 0;
  padding: 0;
}
	
	.news img 
	{
	float: left;
	margin: 0 10px 10px 0px;
	border: 1px solid #666;
	padding: 2px;
	/* filter:Gray; */
	}
	
	.news:hover img 
	{
	float: left;
	margin: 0 10px 10px 0px;
	border: 1px solid #0062d0;
	padding: 2px;
	/* filter:none; */
	}
	
	
	.news p {
	  margin: 0 0 0 0;
	  padding:  .5em 0px .5em 0px;
	}
	
	.news_line {
	  margin: 0 0 0 0;
	  padding:  8px 0px 0em 0px;
	  border-bottom: 1px dashed #b6b188; 	
	}

/* ************************************************************************************* */
/* header text */
.header
{
  position: relative;
  width: 100% !important;
  width: 99%;
  height: 35px;
 }

	.header h3 { 
		position: absolute;
		width: 100%;
		overflow: hidden;
		background: 0px none;
		font-size: 1.4em; 
		font-family: Sans-Serif, Verdana, Arial, Helvetica;
		color: #013e74; 
		margin: 0px 0px 10px 0px; 
		padding: 0px 0px 2px 0px;
		border-bottom: solid 2px #0e4a2b; 
		top: 5px;
	}

	.header .viewall
	{
		position: absolute;
		right: 5px;
		top: 7px;
	}
	
	.header .viewall a {
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;
		background-color: #dbe7f5;
		color: #406389;
		text-decoration: none;
		padding: 0 10px 2px 10px; /*top right bottom left*/
	}
	
	.header .viewall a:hover {
		color: #fff;
		text-decoration: none;
		background-color: #406389;
	}

/* ************************************** PAGE CONTENT ***********************************************/

#pagecontent {
	width: 100%;
	margin: 0;
	display: block;
	padding: 10px 10px 10px 10px;
}	

	#pagecontent sup
	{
	font-size: 0.5em;
	}
	
	#pagecontent p
	{
	margin: 0 0 0 0;
	padding:  .5em 0 .5em 0;
	}

/* ************************************** LINK LIST FORMATTING (ie: subnav) ***********************************************/
ul.linklist
{
  width: 100% !important;
  width: 99%;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.linklist li
{
border-top: solid 1px #EEEEEE;
padding-top: 5px;
margin: 5px 0px 0px 0px;
}

ul.linklist li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}
/* ************************************** ERROR MESSAGE BOX ***********************************************/

#errorbox {
	display: block; 
	overflow: hidden;
	margin: 0px 0px 0px 0px; 
	width: 95%;
	padding: 0 5px 20px 5px;
	border-left: 8px solid #CCCCCC;
}

	#errorbox h3 {
		position: relative;
		overflow: hidden;
		background: 0px none;
		font-size: 1.4em; 
		font-family: Sans-Serif, Verdana, Arial, Helvetica;
		color: #395199; 
		margin: 0px 0px 10px 0px; 
		padding: 0px 0px 2px 0px;
		border-bottom: solid 2px #000; 
		top: 5px;
		width: 100%;
	}

	#errorbox p {
		margin: 0 0 0 0;
		padding:  .5em 0 .5em 0;
	}

/* ************************************** SECURITY BAR ***********************************************/

	#securitybar, #securitybar ul {  
		list-style: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: 0; 
		line-height: 22px;
		background-color: #ECE9D8;
		color: #ACA899;
		font-size: 1em;
		width: 100%;
	}
	
	#securitybar li { 
		list-style: none;
		float: left;
		border: 0px none;
		margin: 0 0 0 -1px;
		padding: 0 6px 0 6px;
		background-color: #ECE9D8;	
	}
	
	#securitybar a {
	 display: block;
	 padding: 0 6px 2px 6px; 
	 margin: 0 0 0 0;
	 text-decoration: none;
	 color: #000;
	}
	
	#securitybar a:hover, #securitybar a.highlighted:hover, #securitybar a:focus {
	 color: #FFF;
	 background-color: #316AC5;
	 text-decoration: none;
	}
	
	#securitybar a.highlighted {
	 color: #FFF;
	 background-color: #316AC5;
	}


/* ************************************** TOOL TIP  ***********************************************/

.tip {font:12px/13px Arial,Helvetica,sans-serif; 
	  border:solid 1px #666666; 
	  width:250px; 
	  padding:6px; 
	  position:absolute; 
	  z-index:100; 
	  visibility:hidden; 
	  color:#333333;
      top:20px; 
	  left:90px; 
	  background-color: #ffffcc; 
	}


/* ************************************** Public Contact listings  ***********************************************/

#alphalist, #alphalist ul {  
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0; line-height: 13px;
}

#alphalist li { 
	float: left;
	border: 0px none;
	margin: 0 0 0 -1px;
	padding: 0 0 0 0;
}

#alphalist a {
 display: block;
 padding: 0 6px 2px 6px; 
 margin: 0 0 0 0;
 font-size: .8em;
 text-decoration: none;
}

#alphalist a:hover, #alphalist a.highlighted:hover, #alphalist a:focus {
 color: #FFF;
 background-color: #48719e;
 text-decoration: none;
}

#alphalist a.highlighted {
 color: #FFF;
 background-color: #b1c8df;
}

#alphalist strong { border: 1px solid #ccc; padding: 0 4px 0 4px;}

/* 2nd alpha */

#alphalist2, #alphalist2 ul {  
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0; line-height: 13px;
}

#alphalist2 li { 
	float: left;
	border: 0px none;
	margin: 0 0 0 -1px;
	padding: 0 0 0 0;
}

#alphalist2 a {
 display: block;
 padding: 0 6px 2px 6px; 
 margin: 0 0 0 0;
 font-size: .8em;
 text-decoration: none;
}

#alphalist2 a:hover, #alphalist2 a.highlighted:hover, #alphalist2 a:focus {
 color: #FFF;
 background-color: #48719e;
 text-decoration: none;
}

#alphalist2 a.highlighted {
 color: #FFF;
 background-color: #b1c8df;
}

#alphalist2 strong { border: 1px solid #ccc; padding: 0 4px 0 4px;}

/* contact */

.contact {
  clear: both;
  width: 95%;
  position: relative;
  margin: 0 0 5px 0;
  padding: 5px 0 0px 0;
  border-bottom: 1px solid #F2F2F2;
}

.contact p {
  margin: 0 0 0 0;
  padding:  0 0 .2em .8em;
}

/* ************************************** content in popup ***********************************************/

#icontent {
	margin: 10px 10px 10px 10px;
	width: 95%;
	padding: 0;
	display: block;
	position: relative;
}

	#icontent p{
	  margin: 0 0 0 0;
	  padding:  .5em 0 .5em 0;
	}

	#icontent h3 { 
		display: block;
		width: 100%;
		overflow: hidden;
		background: 0px none;
		font-size: 1.4em; 
		font-family: Sans-Serif, Verdana, Arial, Helvetica;
		color: #013e74; 
		margin: 10px 0px 10px 0px; 
		padding: 0px 0px 2px 0px;
		border-bottom: solid 2px #adbbc8; 
	}
	

/* ************************************** mouseover photo ***********************************************/
/* mouseover photo code */
.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -20px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	width: 180px;
	height: 135px;
	padding: 2px;
}

/* Internet Explorer Fixes */

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 99.99%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -20px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}
/* ************************************** MENU ***********************************************/

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
}

.menulist li {
 float: left;
 position: relative;
 border: 0px none;
 margin: 0 0 0 -1px;
 padding: 0;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding-left: 25px; 
 padding-right: 25px; 
 margin-top: 1px;
 font-size: 1.2em;
 color: #fff;
 text-decoration: none;
 line-height: 34px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #017a6e;
 text-decoration: none;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #400000;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


/* ************************************************** FORM STYLES ********************************************* */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%; 
}

.submitbox {  
  position:relative;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-top:10px;
  background-color: #eee6d2;
  text-align: center;
}

.completebox {  
  position:relative;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-top:10px;
  background-color: #fafaf0;
  text-align: center;
}

.submitbox input.btn {
   color:#050;
   font-size:100%;
   font-weight:bold;
   background-color:#f3e7c4;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
/*   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); */
}

form fieldset {
  position:relative;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  margin-top:20px;
  background-color: #fafaf0;
}

form fieldset legend {
  position:absolute;
  top:-10px;
  right: 4px;
  padding: 0.2em 0.5em;
  border:1px solid #666666;
  color:#666666;
  font-size:90%;
  text-align:right;
  font-size: 1.1em;     
  background-color: #fff;                
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float:none; 
	width: auto; 
	padding: 0 0 2px 0; 
	margin: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-weight: bold;
}

.formtext { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0; 
	margin: 8px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
}

form input, form textarea {
	width:auto; 
	margin:5px 0 0 0px;
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
}

form select {
	width:auto;
	margin:5px 0 0 0px;
	font-size: 1em;
}

.blackbutton{
	padding: 4px 5px;
	margin:0 5px 0 0;
	border-right: 2px solid #2A2A2A;
	border-bottom: 2px solid #2A2A2A;
	border-top: 2px solid #7B7B7B;
	border-left: 2px solid #7B7B7B;
	background-color: #585858;
	color: White;
	cursor: pointer;
	float:left;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{
	font-weight:bold;
} 

/* end */

/* ******************************************************** TABS ********************************************** */

/* NAV TAB */
#container
{
	width: 800px;
	min-height: 500px;
	padding: 10px;
	margin-top: 0;
	border: 1px solid #ccc;
	background: #fff;
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding: 0 0 0 10px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}
/* end */

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 100px; /*marquee height */
background-color: white;
overflow: hidden;
border: none;
padding: 0px;
margin: 0px;
}

#contactus a, #contactus a:visited{ color:#6b6745; text-decoration:none; }
#contactus a:active { color:#6b6745; font-weight: bold; text-decoration:none; }
#contactus a:hover{ color:#45506b; text-decoration:none; }
#contactus .contacton { color:#6b6745; font-weight: bold; text-decoration:none; }


/* Library
=====================================================================*/
.l { float: left; width: 264px; }
.r { float: right; width:220px; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.clear-both { clear: both; float: none; }

/* Typographic Elements
=====================================================================*/
.sty1 {
	display: block;
	margin: 0; 
	background-color:transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 0.9em;
	color: #1b387e;
}
.sty2 {
	display: block;
	margin: 0; 
	background-color:transparent;
	line-height: 1.2em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}
.sty3 {
	display: block;
	margin: 0; 
	background-color:transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 1em;	
	line-height: 0.9em;
	letter-spacing: .1em;
}
.sty4 {
	display: block;
	margin: 0; 
	background-color:transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.2em;
}

.sty5 {
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
    font-size: 1em;	
	font-weight: bold;
	border-bottom: 1px solid #808080;
	width: 210px;
	line-height: 1.2em;
	text-align:left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #558cb7;
	background-color: #ededed;
}

.sty6 {
	display: block;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
    font-size: 11px;	
	font-weight: bold;
	width: 200px;
	line-height:33px;
	text-align:center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom: 1px solid #adbbc8;
	color: #1b387e;
}

.sty6 img {padding-right: 10px;}

/* Global Links
=====================================================================*/

span.sbox_l  {
	background: #fff url('/public/layoutfiles/default/images/srch_l.gif') no-repeat top left;
	float: left;
	width: 7px; height: 25px;
}

span.sbox_r  {
	background: #fff url('/public/layoutfiles/default/images/srch_r.gif') no-repeat top left;
	float: left;
	width: 26px; height: 25px;
}

span.sbox_r_on  {
	background: #fff url('/public/layoutfiles/default/images/srch_r_on.gif') no-repeat top left;
	float: left;
	width: 26px; height: 25px;
}
			
span.sbox input {
	background: #fff url('/public/layoutfiles/default/images/srch_bg.gif') repeat-x top left;
	float: left;
	border: 0px;
	height: 15px;
	line-height: 25px; 
	width: 260px;
	margin: 0px;
	font: 11px/13px arial;
	color: #000;
}

span.sbox input:focus {
 outline: none;
}

.icontainer { position: relative; width: 180px; background-color: #fff; height: 125px; }
.isub { width: 168px; height: 125px; padding: 5px 5px 5px 5px; border-top: 1px solid #000; border-bottom: 2px solid #000;  border-left: 1px solid #000; border-right: 1px solid #000;} 

.datestyle {
	display: block;
	margin: 0; 
	background-color:transparent;
	line-height: 1.2em;
	font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}

.titlelink {
	display: block;
	margin: 0; 
	background-color:transparent;
	font-size: 1.3em;
	line-height: 1.2em;
}

.summary {
	text-transform: uppercase;
	color: #666666;
	margin-top: 2px;
}


dl,dt,dd{margin:0;padding:0;}

dl {
	height: auto;
	margin: 0;
	list-style: none;
}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

dl a:hover {
	background-color: #ffffff;
}

dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}

.module.l  {
	height: 200px;
	float: left;
	width: 392px;
	padding: 10px 10px 10px 10px ;
}

.module.r 	{
	height: 200px;
	width: 303px;
	float: right;
	padding: 10px 10px 10px 10px ;
}

/* comments */
.post-title {
	font-size: 1.8em;
	color: #15497c;
	letter-spacing: .12em;
	margin:.25em 0 0;
	padding:0 0 4px;
	font-weight:normal;
	line-height:1.4em;
}

.post-title a, .post-title a:visited  {
	display:block;
	text-decoration:none;
	color:#15497c;
	font-weight:normal;
}

.post-title strong, .post-title a:hover {
	color:#333;
}

p.post-footer {
	margin:-.25em 0 0;
	color:#ddd;
}

.post-footer em, .comment-link {
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}
.post-footer em {
	font-style:normal;
	color:#999;
	margin-right:.6em;
}

.post blockquote {
	margin:1em 20px;
}
.post blockquote p {
	margin:.75em 0;
}

.post {
	margin:.5em .5em .75em .5em;
	color: #404040;
}

.commentlist { text-align: justify; }

.commentlist li  {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin: 3px 0 3px;
  padding: 10px;
  list-style: none;
  font-weight: bold;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
  margin: 10px 5px 10px 0;  
}

.commentmetadata { font-weight: normal; }

/* Begin Comments*/
.alt {
  background-color: #fafafa;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
}

.altnews {
  background-color: #fafafa;
  margin: .5em .1em .5em .1em;
}
.altnews2 {
  margin: .5em .1em .5em .1em;
}

h3.comments {font-size: 1.5em; }
