
#menu ul
{
padding: 1px;
margin: 0;
font-family: verdana, arial, sans-serif;
font-size: 11px;
width: 170px;
list-style: none;
 }

#menu li
{
background-image: url(images/ar.jpg);
background-repeat: no-repeat;
background-position: 0 8px;
padding-left: 20px;
border-bottom: 1px solid #2468AF;
}

#menu li a
{
display: block;
padding: 6px 5px 6px 15px;
text-decoration: none;
}

#menu li a:link, #menu li a:visited  { color: #1e4a7a; }

#menu li a:hover
{
color: #ffcc33;
font-weight: bold;
}

#menu ul ul {
 width: 160px;
}
#menu ul ul li
{
background-image: url(images/sub_arrow.jpg);
background-repeat: no-repeat;
background-position: 0 8px;
padding-left: 10px;
margin-left: 10px;
border-bottom: 1px dotted #2468AF;
}

#menu ul ul li a
{
display: block;
padding: 6px 5px 6px 5px;
text-decoration: none;
}

.currentpage {
 font-weight: bold;
}

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.menu_horiz:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html>body .menu_horiz{
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
	* html .menu_horiz{
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  margin-top: 3px;
  font-weight: bold;
 }

.NewsSummarySummary, .NewsSummaryContent {
  margin: 5px 0;
 }
.NewsSummaryMorelink {
  text-align: right;
  margin-bottom: 10px;
}
  
#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }



	body {
		text-align:center;
		margin: 0;
		padding: 0;
		background-color: #003D7A;
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		color: #4D6784;
		}
	
	#wrapper {
		width:784px;
		margin: 0 auto;
		padding:0px;
		text-align:left;
		border: 1px solid #000;
		background-color: #fff;
		}
		
	#header {
		background:#fff;
		}
		
	#header h1 {
		float: left;
		width: 344px;
		margin: 0;
		padding: 0;
		}
	
	#header #search {
		float: right;
		padding: 25px 20px 0 0;
		width: 250px;
		text-align: right;
		margin: 0;
		}
		
	#header form {
		margin: 0;
		padding: 0;
		}
		
	#left-sidebar {
		width:180px;
		padding: 0 10px;
		float:left;
        margin-top: 10px;
		}
	
	#content {
		width:370px;
		padding:10px 5px 0 0;
		float:left;
        text-align: left;
		}

	#right-sidebar {
		width:180px;
		padding:0px 10px;
		float: left;
        margin-top: 10px;
		}
	
	div#footer {
		clear: both;
		background-color: #A5C1DF;
		padding: 10px 10px 10px 10px;
		text-align: center;
		color: black;
		border-top: 1px dashed #5688C3;
		}	
	p {
		margin:0px 0 10px 0;
		}

	.sidebar {
		clear: both;
		padding-bottom: 10px;
	}
	.sidebar h3 {
		background-color: #568AC3;
		padding: 6px 12px;
		color: #fff;
		font-size: 14px;
		margin: 15px 0 6px 0;
		}
	.sidebar h4  {
		background-color: #E8F2FE;
		padding: 2px 0;
		margin: 0;
		color: #0F54B1;
		font-size: 10px;
		font-weight: normal;
		}

	.left {
		float: left;
		width: 50%;
		}
	.right {
		float: right;
		width: 50%;
		text-align: right;
		}
		
	.box {
		border: 1px solid #5688C3;
		margin: 0 5px 5px 5px;
		}
	
	.box h3 {
		background-color: #568AC3;
		padding: 6px 6px;
		color: #fff;
		font-size: 14px;
		font-style: italic;
		margin: 2px 0 0 0;
		}
        .box h4 {
               font-size: 12px;
               margin: 2px 0;
               }
        .boxtext {
                padding: 7px 10px;
 font-style: italic;
                }

	input {
		border: 1px solid #5688C3;
		}
	input#search-button {
		background-color: #E8F2FE;
                padding: 0 3px;
               cursor: pointer;
		}
	
        a {
         	color: #1E4A7A;
         }
	a img {
		border: 0;
		}


#right-sidebar fieldset
{
	padding: 5px 5px 2px 5px;
        margin: 0;
}

fieldset.radio
{
	width: 120px;
	margin: 5px 5px 10px 0;
}

fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

fieldset.radio label
{
	font-weight: normal;
}

#right-sidebar input
{
	display: block;
	width: 60px;
        border: 0;

}

#right-sidebar label
{
	display: block;
	margin-bottom: 5px;
        margin-top: 5px;
}

#right-sidebar input.submit
{
	clear: both;
        margin-top: 10px;
	font-size: 11px;
	color: #4D6784;
        cursor: pointer;
	border: 1px solid #5688C3;
}

