@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------
				 ** Standard Elements **
----------------------------------------------------------*/

li.last {
	border-right: 0 !important;
}


/*----------------------------------------------------------
				 ** Structural Elements **
----------------------------------------------------------*/

#leftContentContainer {
	float: left;
	width: 150px;
	height: 100%;
}

#rightContentContainer{
	float: right;	
	width: 159px;
	background: #fff
}

#mainContentContainer {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0;
	position: relative;
	width: auto;
}

/*----------------------------------------------------------
				 ** Substructural Elements **
----------------------------------------------------------*/

ul.styled,
ul.styled li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.styled a {
	color: #336799;
}

ul.styled li {
	padding:0 0 0 8px !important;
	background:url(../images/bkg_arrow.gif) no-repeat 0 6px;
	margin-bottom:3px;
}

ul.styled li a {
	color:#666666;
	font:bold 85% verdana;
}

ul.styled li a:hover,
ul.styled li.current a,
ul.styled li.current ul li.current a {
	color:#336799;
	text-decoration:none;
}

ul.styled li.current ul li a {
	color:#666666;
	font: 85% verdana;
	text-decoration:underline;
}

ul.styled li ul {
	margin-left:7px !important;
	display:none;
}

ul.styled li.current ul {
	display:block;	
}

ul.styled li ul li a {
	font-weight:normal;
	margin:0;
}

.roundedContentContainer {
	background-color: #fdfdfd;
	border: 0;
	padding: 0;
	width: 463px;
}

.roundedContentContainer img.top,
.roundedContentContainer img.bottom {
	display: block;
	height: auto;
	width: auto;
}

.roundedContentContainer .middle {
	border-left: 1px solid #cacbcb;
	border-right: 1px solid #cacbcb;
	padding: 10px;
}

#subNavBar {
	background:#333333 url(../images/bkg_subnavbar.png) no-repeat 0 0;
	margin-top: 0px;
	position:relative;
	z-index:90;
	width:100%;
	height: 8px;
}

#maincontent{
	width:100%;
}

#breadCrumbsHolder {
	margin-top: 0px;
	margin-left: 5px;
	position:relative;
	z-index:90;
	float:left; 
	width:100%;
}
#breadCrumbsHolder .breadCrumbs {
	padding:3px 0 3px 0;
	margin:0 12px 0 0;
	text-align: left;
	font:77% verdana;
}
#breadCrumbsHolder .breadCrumbs li {
	background:url(../images/bkg_arrow.gif) no-repeat 0 4px;
	display: inline;
	padding-left:7px;
	margin:3px;
}
#breadCrumbsHolder .breadCrumbs a {
	color:#666666;
}
#breadCrumbsHolder .breadCrumbs li.last {
	color:#336699;
}

.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.last {
	margin:0 !important;
}
.indented1 {
	padding:0px 0px 0px 18px;
}


/*----------------------------------------------------------
				 ** Module Elements **
----------------------------------------------------------*/

.module {
	margin: 5px 0 0 0;
	width: 100%;
}

.module .top {
	font-size: 100%;
	font-weight: bold;
	width: auto;
}

.module .middle {
	background-color: #d6dadd;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.module .bottom {
	height: 8px;
}

.module p {
	margin-bottom: 0px;
}

.module hr {
	border: 1px dotted #acacac; 
	border-style: none none dotted; 
}

.module ul,
.module ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.module a {
	color: #336799;
}

.module ul li {
	padding:0 0 0 8px;
	background:url(../images/bkg_arrow.gif) no-repeat 0 6px;
	margin-bottom:3px;
}

.module ul li a {
	color:#666666;
	font:bold 75% verdana;
}

.module ul li a:hover,
.module ul li.current a,
.module ul li.current ul li.current a {
	color:#336799;
	text-decoration:none;
}

.module ul li.current ul li a {
	color:#666666;
	font: 75% verdana;
	text-decoration:underline;
}

.module ul li ul {
	margin-left:7px;
	display:none;
}

.module ul li.current ul {
	display:block;	
}

.module ul li ul li a {
	font-weight:normal;
	margin:0;
}

.module .top h1{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height:12px;
	margin: 0;
	padding: 0;
}

.module .top h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.module .middle h1 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0px;
}

/* --------------
 *  Customization for Right bar modules
 * --------------- */

#rightContentContainer .module {
	width: 160px;
	padding: 0px 0px 5px 0px;
	background-color: #fff;
}

#rightContentContainer .module .middle {
	background-color: #d6dadd;
	margin: 0px;
	padding: 1px 10px 5px 10px;
}

#rightContentContainer .module .top {
	background-image: url(../images/module_top.png);
	height: 32px;
	background-repeat:no-repeat;
}

#rightContentContainer .module .middle {
	background-image: url(../images/module_shadow.png);
	background-repeat:repeat-y;
	background-color: #fff;
}

#rightContentContainer .module .bottom {
	background-image: url(../images/module_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 156px;
}

#rightContentContainer .module .middle a {
	color:#315B8E;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bolder;
}

#rightContentContainer .module .middle a:hover {
	text-decoration:none;
}

/* --------------
 *  Customization for Main Container modules
 * --------------- */
 .bandColorContainer {
 	margin-top: 32px;
 	margin-left: 18px;
 	padding-left: 5px;
 	background-color: #cccccc;
 }
 
 
/* --------------
 *  Customization for News and Events
 * --------------- */ 
 
 
.newsText {
	font-weight: bold;
	color:#FFFFFF;
	font:15px arial;
	padding-left:10px
}

.newsTextLine {
	font-weight: bold;
	font:12px arial;
}

li.height {
	margin-bottom: 5px;
}

.newsHdrColor {
	background-color:#698CB0;
}

.exampletitle {
	font-weight: bolder;
	color:#ff3300;
	font:17px arial;
}

.examplesubtitle {
	color:#333;
	font:12px arial;
	font-style: italic;
}
.archive {
	color:#333;
	font:11px arial;
}


   
   

