@charset "utf-8";
/*
structure:	a-tags_util
			b-layout
			c-header_footer
			d-content
			e-pages
			f-ie_overrides

*/

/* 
*****************************************************************************
a-tags_util
*****************************************************************************
*/
/* ========== resets ========== */
body {
	font: normal 62.5% Georgia, serif; /* basefont size = 12px */
	color:#000;
}
* {
	font-size:1em;	/* fix every tag to default to basefont size regardless of cascade */
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
table {
	border-collapse:collapse;
}
:focus {
	outline: 0;
}
a span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display:none;
}
address{
	font-style:normal;
}
/* ========== /resets ========== */
/* ========== tag defs ========== */

input {
	font: normal 1em Georgia, serif; /* basefont size = 10px */
	border:1px solid #a7acb4;
}
h1 {
	color:#fff;
	font-size:1.5em;
	margin-bottom:.5em;
}
a {
	color:#df6b01;
}
a:hover {
	color:#a02d16;
}
/* ========== /tag defs ========== */

/* 
*****************************************************************************
b-layout
*****************************************************************************
*/
body {
	text-align:center;	/* center content in ie */
	background:url(../../images/base/bg_body.png) left top repeat-x #000;
}
#page_outer {
	width:952px;
	margin:20px auto 0;
	padding:10px;
	height:1%;
	background:url(../../images/base/bg_outer.png) left bottom repeat-x #e5e5e5;
}
#page_inner {
	background:#fff;
	padding: 0 0 14px 0;
/*  overflow:hidden;
*//* ie stop :hover background increasing height */
	height:1%;
}
/* ========== layout classes ========== */
.row {
	height:1%; /* ie clearfix */
	position:relative;
}
.fullheight { /* add class to row when columns need to extend to full height of row */
/*  overflow:hidden;
*/}
.row:after {	/* ff clearfix */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.col {
	display: inline;
	float: left;
}

.panel {
	margin:0 0 0 12px;
}
.row .l {	/* no left margin for left-hand column */
	margin-left:0;
}
.x1 {
	width:144px;
}
.x1-2{
	width:222px;
}
.x3for2{
    width:100px;
}
.x2 {
	width:300px
}
.x3 {
	width:456px
}
.x3-4 {
	width:534px
}
.x4 {
	width:612px
}
.x5 {
	width:768px
}
.x6 {
	width:924px
}

.x7 {
	width:924px
}

/* ========== /layout classes ========== */

/* ========== input buttons ========== */
.btn {
	padding:0 6px;
	background:url(../../images/base/btn_r.png) right top no-repeat;
	height:20px;
	position:relative;
}
.btn span {	/* use empty span for left corner */
	position:absolute;
	top:0;
	left:0;
	height:20px;
	width:6px;
	background:url(../../images/base/btn_l.png) no-repeat;
}
.btn input {
	border:none;
	background:url(../../images/base/btn_bg.png) repeat-x;
	text-transform:uppercase;
	height:20px;
	padding:2px 0 2px 1px;
	text-align:center;
}
/* ========== /input buttons ========== */

/* 
*****************************************************************************
c-header_footer
*****************************************************************************
*/
/* header */
#header {
	border-bottom:1px solid #000;
	padding: 9px 0 5px;
	margin:0 14px;
	font-size:1.1em; /* 11px */
}
#header ul {
	margin-top:3px;
}
#header li {
	list-style-type:none;
	text-transform:uppercase;
	background:url(../../images/base/mrk_10.png) 0 2px no-repeat;
	padding:0 12px 0 16px;
}
#header a {
	text-decoration:none;
	color:#999;
}
#header a:hover {
	text-decoration:underline;
	color:#a02d16;
}
#header .srch {
	float:right;
	font-size:1.1em; /* 11px */
}
#header label {
	margin:3px 6px 0 0;
}
#srchGen {
	margin:0 6px 0 0;
	padding:2px 3px;
	width:198px;
}
/* /header */
/* masthead */
#mastHead {
	margin:0 14px;
	border-bottom:1px solid #000;
	height:109px;
	background:url(../../images/base/masthead.png) no-repeat;
	position:relative;
	z-index: 2;
}
#mastHead h2 {
    font-size: 13px;
    font-style: italic;
    font-family: sans-serif;
    margin: 40px 0 0 10px;
}
/* /masthead */
/* primary nav and sitemap */
.nav_main {
	font-size: 1.3em; /* 1em = 10px */
	padding:0 0 3px;
}
.nav_main ul {
	font-size:1.0em; /* == 11px */
	letter-spacing:normal;
/*  text-transform:uppercase;
*/	margin-top:12px;
}
.nav_main a {
	color:#000;
	text-decoration:none;
}
.nav_main a:hover {
	color:#a02d16;
}
.nav_main li {
	position:relative;
	padding-top:4px;
	list-style-type:none;
}
/* primary nav */

#primaryNav {
	position:absolute;
	top:86px;
}

#primaryNav ul {
	display:none;
	position:absolute;
	left:0;
	top: 1em;
}
/* /primary nav */

.slidemenu ul {
  background: #e5e5e5;
  border:1px solid #CACDD2;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slidemenu ul li a {
display: block;
padding: 8px 10px;
}

.slidemenu ul li a:hover {
  background-color:#d9d9d9;
}

* html .slidemenu ul li a{ /*IE6 hack to get sub menu links to behave
correctly*/
display: inline-block;
}


/* siteMap */
#siteMap {
	padding:10px 14px 14px;
	background:url(../../images/base/bg_siteMap.png) #e5e5e5 bottom left repeat-x
}
/* /siteMap */
/* /primary nav and sitemap */
/* 
*****************************************************************************
d-contentarea
*****************************************************************************
*/
#contentArea {
	margin:14px 14px 24px;
	position:relative;
	z-index:1;
}
#contentArea h2 {
	font-size:2em;
}
#contentArea h3 {
	font-size:1.4em;
	/*margin:18px 0 0;*/
	color:#A7ACB4;
	padding-top:3px;
	font-weight:bold;
	text-transform:uppercase;
	border-top:1px dotted #CACDD2;
}
#contentArea h4 {
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#a02d16;
	margin:12px 0 4px;
}
#contentArea p {
	font-size:1.1em;
	margin-bottom:4px;
}
#contentArea a {
}
/* ========== cont links ========== */
	.cont a {
	float:right;
	padding-left:10px;
	font-weight:bold;
	background:url(../../images/base/arr_lr.gif) 0 5px no-repeat;
	font-size:1.1em;
}
/* ========== /cont links ========== */
/* ========== headline styles ========== */
#headLine h2 {
	padding-bottom:12px;
	color:#1B365E;
}
#headLine .brd {
	padding:2px;
	margin:0;
	border:1px solid #000;
}
.brd {
	padding:1px;
	margin:8px 0;
	border:4px solid #A7ACB4;
}
/* ========== /headline styles ========== */

/* ========== sub nav ========== */
.fullheight .nav_sub {
	margin-top:18px;
/*  padding-bottom: 32767px;
    margin-bottom: -32767px;
*/	background:#fff;
	height:1%;
}
.nav_sub .brd {
	border:1px solid #CACDD2;
	margin:0;
	padding:1px;
	background:#e5e5e5;
/*  padding-bottom: 32767px;
    margin-bottom: -32764px;
*/}
.nav_sub .brd_b {
/*  background:#CACDD2;
    width:142px;
    height:10px;
    border-top:1px solid #fff;
    font-size:1px; 
*//* ie6 needs this */
/*  position:absolute;
    bottom:-9px;
    left:1px;
*/}
.nav_sub .inner{
	background:#e5e5e5;
/*  padding-bottom: 32767px;
    margin-bottom: -32767px;
*/}
.nav_sub ul {
	list-style-type:none;
	width:140px;/* reqd for ie6*/
}
.nav_sub li {
	float:left;
	width:140px;
	border:1px solid #e5e5e5;
	border-width:1px 0;
	text-indent:10px;
}
.nav_sub li.selected {
	width:128px;
	font-size:1.1em;
	color:#A02D16;
	background:url(../../images/base/nav-sub_lnk.gif) #fff 5px 8px no-repeat;
	text-decoration:none;
	padding:3px 6px 3px
}
.nav_sub li ul, .nav_sub li.expandable ul{
	display:none;
	border-top:1px dashed #CACDD2;
	padding:3px 0;
	background:#f2f2f2;
}

.nav_sub li.expandable {
	background-color:#e5e5e5;
}
.nav_sub li.expandable a{
	background:url(../../images/base/nav-sub_show.gif) #e5e5e5 5px 8px no-repeat;
}
.nav_sub li.expandable li {
	border-color:#f2f2f2;
}
.nav_sub li.expandable li a {
	background:url(../../images/base/nav-sub_lnk.gif) 5px 8px no-repeat;
}
.nav_sub li.expanded {
	background-color:#fff;
	border-color:#CACDD2;
}
.nav_sub li.expanded a{
	background:url(../../images/base/nav-sub_hide.gif) #fff 5px 8px no-repeat;
}
.nav_sub ul:after  {	/* ff clearfix */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav_sub li.expanded ul {
	display:block;
	height:1%;
	position:relative;
	
}
.nav_sub a {
	display:block;
	text-decoration:none;
	padding:3px 6px 3px;
	font-size:1.1em;
	background:url(../../images/base/nav-sub_lnk.gif) 5px 8px no-repeat;
}
.nav_sub a:hover, .nav_sub li.expanded li a:hover  {
	background-color:#d9d9d9;
}
.nav_sub li.expanded a:hover, .nav_sub li.expandable a:hover {
	background-color:#f2f2f2;
}
#contentArea .nav_sub h3 {
	margin:0;
	color:#A02D16;
	padding:3px 6px 6px;
	border:none;
	background:#e5e5e5;
}
/* ========== /sub nav ========== */

/* ========== main copy col ========== */
#contentArea .copy_main .inner{

}
#contentArea .copy_main h2 {
	color:#A02D16;
	margin-top:15px;
	line-height:1em;
}
#contentArea .copy_main h3 {
	border:none;
	/*margin:0 0 40px;*/
	font-weight:normal;
	text-transform:none;
	/*font-style:italic;*/
	line-height:1em;
}
#contentArea .copy_main ul {
	font-size:1.1em;
	margin:7px 14px;
	position:relative;
	list-style-position:outside;
}
#contentArea .copy_main ol {
	font-size:1.1em;
	margin:7px 14px;
	position:relative;
	list-style-position:outside;
}
/* news/events postings */

.post_body { 
	display : none;
}

.full_news .post_body {
	display : inline;
}

.full_news .post{
	margin-left:78px;
	position:relative;
}
#contentArea .copy_main .post h2 {
	color:#A02D16;
	margin-top:15px;
	line-height:1em;
}
#contentArea .copy_main .post h3 {
	margin:0;
	font-weight:normal;
	text-transform:none;
	font-style:normal;
	
	border:1px dotted #CACDD2;
	position:absolute;
	top:3px;
	left:-78px;
	font-size:2em;
	/*padding:8px 6px 4px;*/
	width:54px;
	height:54px;
	background:#f2f2f2;
}
#contentArea .copy_main .post h3 span {
	display:block;
	text-align:center;
}
.post h3 .month{
	font-size:1.2em;
	line-height:1em;
}
.post h3 .day{
	font-size:1.5em;
	line-height:1.05em;
}

/* /news/events postings */
/* ========== /main copy col ========== */

/* ========== callout col ========== */
#contentArea .callout h4 {
	color:#495E7E;
}
#contentArea .callout p {
	color:#76869E;
}
#contentArea .callout a {
	color:#1B365E;
	color:#495E7E;
}


#contentArea .callout li {
	list-style-type:none;
	padding:2px;
	font-size:1.1em;
}

/* vcard */
.vcard .col{
	width:194px;
}
.vcard .brd{
	padding:1px;
	border:3px solid #A7ACB4;
	margin-right:12px;
	width:86px;
}
.vcard .brd img{
	
}
address.vcard{
	display:block;
	clear:both;
	margin:0;
	padding:0;
}
/* /vcard */
/* ========== /callout col ========== */

.figure {
	float: left;
	vertical-align: bottom;
	margin: 5px;
}

.figure p {
	display: table-cell;
	width: 100%;
	text-align: center;
}

.figure p + p {
	display: table-caption;
	caption-side: bottom;
}

html { 
    overflow-y: scroll; 
    overflow: -moz-scrollbars-vertical;
}
