/* CMS element classes */

#datetext_pane {
        color: #006600;
	font-size: 10px;
}


.box {
	margin: 10px;
	padding: 20px;
	border: 1px dashed Silver;
	font-family: Verdana;
	background-color : #f9f9f9;
	-moz-border-radius: 20px;	
}

#heading {
	padding-top: 20px;
	padding-bottom: 0px;
	text-decoration: None;
	color: black;
	font-weight: bold;
}



.bsbar {
	color: #fff;
	background: #003d7d;
	border-color: #c0c0c0;
	border: 0px;
	cellspacing: 0px;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.crumb-link { 
}

.crumb-divider { 
  display:inline;
  padding: 0px 0px 0px 0px;
  margin: 0px 5px 0px 5px;
  width: 4px;
  height: 15px;
  vertical-align: bottom;
  background: #ffffff url(/shared/images/arrow_grey_4x15.gif) no-repeat;
}

/* this is the area containing the site navigation tree */

#outer {
    /* width: 780px; */
    width: 900px;	
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
	text-align: left;
	background: #fffffc;
	border-top: #f0f0f0 1px solid;	
	border-left: #f0f0f0 1px solid;
	border-right: #f0f0f0 1px solid;	
	border-bottom: #ccc 1px solid;	
	/* background: #fff url(/shared/backgrounds/shadow.gif) repeat-x; */
}

#belowbar {
	margin-left: 0px;  /* this is the left margin of the copy */
	margin-right: 0px;  
	padding: 0px 0px 0px 0px;
}

.navdiv {
	width: 185px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    background-color: #a0aacc;
}

#content {
	width: 670px;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 1px;	
	left: 0px;
	display: block;
}

.bottom {
	width: 900px;
	color: #000;
    background-color: #a0aacc;	
}

.block_header {
    margin: 0px 0 0 0;
	padding: 5px 2px 2px 10px;
	font-family: Verdana;
	font-size: 14px;	
	color: #FFF;
    background: #D6B89E url(/menu/images/gnav_bg.gif);	
	border-top: 1px solid #fff;
	border-left: 1px solid #f0f0f0;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: normal;	
}

.block_content {
    margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #c0c0c0;
	font-family: Verdana;
	background: #f0f0f0;
	font-size: 12px;	
}


.teaser_icon {
        background: url(/shared/images/bullet-news.gif) no-repeat;
}

.submitButton {
	background: url(/shared/backgrounds/gnav_bg.gif);  repeat-x;
	color: #000;		
	font-size : 10px;
    border: 1 solid #c0c0c0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 1 1 1 1;
}

