/* Sets global defaults which can be overridden in specific templates */
/* ------------------------------------------------------------------ */

html { 
   background: url(../images/2013/seal-back.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
body, .EditBody {
	font: 95%/1.4 Helvetica, Arial, sans-serif; 
	background: transparent;
	margin: 0;
	padding: 0;
	color: #000;
}

.EditBody {
	background: white;
	background-image: none;
}

/*===============Page Elements===============*/
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: #9e0b0f;
	letter-spacing:0.03em;	
}
h2 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #9e0b0f;
	letter-spacing:0.02em;	
}
h3 {
	font-family: 'Spinnaker', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #b64926;
	margin-top:5px;
	line-height: 1.1em;
	
}
h4 {
	font-family: 'Spinnaker', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	letter-spacing:0.1em;	
}
ul, ol, dl, li { 
	padding: 0px;
	margin: 0px;
}
li {
	list-style: square;
}
.pagetitle {
	font-family: 'Spinnaker', sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
	color: #9e0b0f;
}

a:link, a:visited, a:active, a:focus {
	color:#a12700;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}


p, td {
	font-size: 90%;
	line-height:1.4;
	color: #333;
}

tr, td {

}

td h1, td h2, td h3, td h4, td h5, td h6, td p {
	padding-left: 0px;
	padding-right: 0px;
}

td p {
	font-size: 100%;
}
td td {
	font-size: 100%;
}

/*========== clearing ==========*/
 .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



/* ====== Search box ===== */
#searchform {
	display: block;
	margin: 20px 0 0 10px;
}
.searchbox {
     width:235px;

}

.searchbtn {
	width:60px;
}


/* ====== Breadcrumbs App ===== */
.BreadCrumbs {
	font-size: 11px;
	margin: 0 0 2em;
	padding: 10px 15px;
	color: #fff;

}
.BreadCrumbs H5 {
	font-size: 11px;
	display: inline;
	font-weight: normal;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
}
.BreadCrumbs a, .BreadCrumbs a:visited {
	color: #dedede;
}
.BreadCrumbs a:hover {
	color: #fff;
}
/* ======== Main Structure ========== */
#wrapper { 
	width:100%;
	height:100%; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	text-align: center;
}
#header {
	background:url(../images/2013/topmenu.png) no-repeat center top;
	background-color: #000;
	opacity:0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	height:120px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menu-wrapper {
	width:975px;
	height: 120px;
	z-index: 699;
	margin: 0 auto;
	position: relative;
	top: 0px;	
	left: center;
	text-align: left;
}

#container, #container2 {
	width:975px;
	height: 100%;
	min-height: 100%;
	background: transparent;
	margin: 0 auto 8px;
	text-align: left;
	position: relative;
	top: 0px;	
	left: center;
	zoom: 1;
}
#container2 {
	margin-top:8px;
	margin-bottom: 0;
}
/*~~~~~ Spotlight and middle buttons ~~~~~ */

#alert {
	width:975px;
	position: relative;
	top: 0px;	
	left: center;
	height: auto;
	font-weight: bold;
	background-color: #fff;
	color: #f00;
	padding: 1em;
	text-align: center;
	clear: both;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 2px solid #333;

}



/*~~~~~ END Spotlight and middle buttons ~~~~~ */




/*~~~~~ END Spotlight and middle buttons ~~~~~ */


.searchbar {
	margin: 0 0 16px 0;
	width: 975px;
	min-height:62px;
	float: left;
	background-color: #890a20;
	z-index: 1;
	position: relative;
}

#navtools {
	margin: 15px 40px 0 0;
	z-index: 10;
}

#google_translate {
	display: none;
	position: absolute;
	top: 50px;
	right: 450px;
	z-index: 1;
	width: 170px;
	height: 60px;
	padding: 5px;
	background-color: white;
	border: 1px solid #ccc;	
}


#translate, #textsize {
	/*padding-top: 8px;*/
	cursor: pointer;
	color: white;
	text-size: 1.3em;	
}
#textsize {
	cursor: auto;	
}
.increaseFont, .decreaseFont, .resetFont {
	cursor: pointer;
}
.slideshow {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	width: 975px;
	height: 321px;
	float: left;
	text-align: center;
	background-color: #fff;
	z-index: -100;
	overflow: hidden;
}
#content {
	padding: 0;
	margin: 0 0 0 10px ;
	min-height: 400px;
	width: 775px;
	float: left;
	background:url(../images/2013/headline-color.jpg) repeat-x left -5px;
	background-color: #fff;
}
.EditBody{
	padding: 10px 0;
	margin:16px 0 16px 10px;
	background-color: #fff;
}

a img {
	border: none;
}
#content img, .panes div img { 
	padding: 5px;
	border: solid 1px #EFEFEF;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
#content img.noframe, .panes div img.noframe, span.noframe a img {
	border: none;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
        box-shadow: none;	
} 


#rss {
	float: right;
	clear: right;
	margin: 0 2em 0 1em;
	display: inline;
	border: none;
}

#content ul, #content ol, .EditBody ul, .EditBody ol { 
	padding: 0 15px 15px 45px; 
	font-size: 90%;
}
#content > table, .EditBody > table, #content > form, .EditBody > form{
	margin-right: 15px;
	margin-left: 15px;
}

#content hr {
	margin: 0 15px 10px 15px;
	background-color: #6e130c; 
	color: #6e130c; 
	height: 1px; 
	border: 0;
}
.leftImage {
	margin: 0 1em 1em 1em ; float: left;
}
.rightImage {
	margin: 0 1em 1em 1em; float: right;
}
/* ~~ Right Nav Structure Home Page ~~ */
.rightnav {
	padding:0;
	margin:10px 0 0 26px;
	width: 300px;
	/*min-height:563px;*/
	float: left;
	background-color: none;
}
.rightnavicons {
	background-color: #290e00;
	padding:0;
	margin:8px 8px 0 0;
	width: 55px;
	float: left;
	background-color: none;
}
.EditBody .rightnavicons {
	margin-right: 0;

}

#rightnavheader {
	HEIGHT: 62px !important;
	LINE-HEIGHT: 62px;
	BACKGROUND-COLOR: #286293;
}
.EditBody #rightnavheader {
	HEIGHT: auto;
}
#rightnavheader h2 {
	COLOR: #fff;
}
.rightnavcontent {
	padding:10px 0;
	margin-top:8px;
	width: 236px;
	float: left;
	background-color: #fff;
	
}

.EditBody .rightnavcontent {
	padding: 0;

}
.rightnavcontent p {
	line-height: 1.5em;
}
.EditBody .rightnavcontent p {
	line-height: 1.4em;
}

#sitemap > ul > li > a {
	font-weight: bold;
}

#sitemap > ul > ul> li {
	list-style-type: disc;
}

#sitemap > ul > ul > ul >li {
	list-style-type: circle;
}

/* ~~ Right Nav Icons Home Page ~~ */
#rightnavlist, .EditBody #rightnavlist {
	position:relative;
	width:55px;
	margin:4px 4px 0 0;
	padding: 0;
}
#rightnavlist li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	top:0;
	}
#rightnavlist li, #rightnavlist a{
	width:55px; 
	height:55px;
	display:block;
	}

#meter{
	left:0px;
	width:55px;
	}
#meter{
	background:url('../images/2013/spritegrid.png') 0 0;
	}
#meter a:hover{
	background: url('../images/2013/spritegrid.png') -55px 0;
	}

#wheel{
	left:0px;
	width:55px;
	}
#wheel{
	background:url('../images/2013/spritegrid.png') 0 -55px;
}
#wheel a:hover{
	background: url('../images/2013/spritegrid.png') -55px -55px;
	}
	
#calc{
	left:0px;
	width:55px;
	}
#calc{
	background:url('../images/2013/spritegrid.png') 0 -110px;
}
#calc a:hover{
	background: url('../images/2013/spritegrid.png') -55px -110px;
	}
	
#id{
	left:0px;
	width:55px;
	}
#id{
	background:url('../images/2013/spritegrid.png') 0 -165px;
}
#id a:hover{
	background: url('../images/2013/spritegrid.png') -55px -165px;
	}
		
#list{
	left:0px;
	width:55px;
	}
#list{
	background:url('../images/2013/spritegrid.png') 0 -220px;
}
#list a:hover{
	background: url('../images/2013/spritegrid.png') -55px -220px;
	}
			
#gavel{
	left:0px;
	width:55px;
	}
#gavel{
	background:url('../images/2013/spritegrid.png') 0 -275px;
}
#gavel a:hover{
	background: url('../images/2013/spritegrid.png') -55px -275px;
	}
				
#clipboard{
	left:0px;
	width:55px;
	}
#clipboard{
	background:url('../images/2013/spritegrid.png') 0 -330px;
}
#clipboard a:hover{
	background: url('../images/2013/spritegrid.png') -55px -330px;
	}

	
#video{
	left:0px;
	width:55px;
	}
#video{
	background:url('../images/2013/spritegrid.png') 0 -385px;
}
#video a:hover{
	background: url('../images/2013/spritegrid.png') -55px -385px;
	}
	

#finance {
	left:0px;
	width:55px;
	}
#finance {
	background:url('../images/2013/spritegrid.png') 0 -440px;
}
#finance a:hover{
	background: url('../images/2013/spritegrid.png') -55px -440px;
	}
	



/* root element for tabs  */
#tab-wrapper {
	padding: 0;
	margin:10px 0 0 0;
	width: 647px;
	/*min-height:563px;*/
	float: left;
	background-color: none;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

ul.tabs {
    float:left;
    list-style:none;
    margin:0 !important;
    margin-bottom:4px;
    padding:0;
    /*height: 62px;*/
    height: auto;
    padding: 0;
    width: 170px;
}

/* single tab */
ul.tabs li {
	display: block;
    margin: 0 0 4px 0px;
}

/* ul.tabs li:first-child {
    border-left: 1px solid #00183e;
} */ 

ul.tabs a {
	background: url(../images/2013/3tabs.png) repeat scroll left top transparent;
	color: #ccc;
	display: block;	
	height: 62px;
	font-family: 'Spinnaker', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.02em;	
	line-height: 62px;
	text-decoration: none;
	text-indent: 10px;
	width: 179px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: url(../images/2013/3tabs.png) repeat scroll left center transparent;
   	color: #fff;
}

/* active tab uses a class name "current".  */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    cursor:default !important;
    border-bottom: none;
	background: url(../images/2013/3tabs.png) repeat scroll left bottom transparent;
    color:#fff !important;
}

/* initially all panes are hidden */
.panes .pane {
    display:none;
}

.panes>div {
	font-size: 90%; 
	margin-left:167px;
	padding: 15px 10px; 
	display: none; 
	min-height:531px;
	background-color: rgb(255, 255, 255);
}

.panes table  {
	padding: 0px;
	margin: 0 15px
}

.panes table table {
	padding: 0px 15px;
}

.panes > div > table td  {
	width: 33.33%;
	vertical-align: top;
}

.panes ul, .panes ol  {
	margin-left: 30px;
} 
	
.rssHeader {
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #a12700;
}
.rssFeed {
	margin: 5px 15px;
}


.rssBody ul, .rssBody H4, .rssBody ul p {
	padding: 0; 
	margin: 0;
	font-size: 90%;
}
.rssBody UL {
	margin: 0 15px;
}
.rssBody UL div {
	background: url(../Images/2013/calendar-grey.png) center left no-repeat;
	padding: 0 0 0 16px;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #580209;
	clear: both; 
	margin: 0 auto ;
	width: 100%;
	height: 100%;
	position: relative;
	top: 10px;
	left: center;
}
.footer td {
	text-align: center;
}
.footer p {
	color: #fff;
	font-size: 85%;
}
.footer h3 {
	color: #fff;
	padding:0;
}
.footer a:link {
	color:#b64926;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #e85f31;
	text-decoration: underline;
}
.footer a:visited {
	color:#b5806e;
}
.footer hr {
	background-color: #6e130c; 
	color: #6e130c; 
	height: 1px; 
	border: 0;
	margin:10px 10px 10px 10px;
}


/* Top Menu Nav */
/* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 700;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 710;
	height: 120px;
	width:139px;
	line-height: 170px;
	font-family: 'Spinnaker', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.02em;	
	color: #ccc;
	background: transparent;
	text-align:center;
}

.nav > li:hover > a { 
	background: #000;
	color:#ff6600;
	opacity:0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	z-index: 720;
 }

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}


/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	width: 975px;
	height: auto;
	top: 120px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	display: auto;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid black;
}

.nav > li:hover > div {
	visibility: visible;
	display: block;
	overflow: visible;
	opacity: 0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 750px; 
	padding: 20px 10px;
	max-height: 700px;
	position: relative;
	top: 0;
	left: 0;
}

.nav .nav-column UL {
	width: 250px;
	max-height: 636px;

}

.nav .nav-column UL.listCol2 {
	position: absolute;
	top: 20px;
	left: 250px;
}

.nav .nav-column UL.listCol3 {
	position: absolute;
	top: 20px;
	left: 500px;
}
.nav .nav-column UL LI{
	width: 245px;
	margin: 0 ;
}
.nav .nav-column-pic {
	float: right;
	padding: 0;
	margin:0;
	vertical-align:bottom;
	width: 225px;

}

.nav .nav-column h3 {
	margin: 10px 0 10px 0;
	line-height: 18px;
	font-family: 'Spinnaker', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing:0.02em;	
	color: #372f2b;
}


.nav   li > div > h1 { 
	color:#b64926;
	margin-top:12px;
}

.nav .nav-column li a {
	width: 240px;
	padding: 5px;
	display: block;
	line-height: 1.2em;;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.0em;
	color: #666666;
}

.nav .nav-column li a:hover { color: #000; background-color: #ddd; }


/* =========== LeftNav Static =========*/

#navleft {
	clear: left;
	float: left;
	width: 190px;
	height: 100%;
	margin:  0;
	padding: 0;
	border: 0px solid #999;
	border-width: 0;
	background-color: #fff;
}

#navleft .SideNav li {
	border: none;
	padding: 0;
	list-style-type: none;
}

#navleft a.sideNavLink, #navleft a.sideNavCurLink {
	cursor: pointer;
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	color: black;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #999;
	/*background-image: none;*/
}

#navleft .nav-column a.sideNavLink, #navleft .nav-column a.sideNavCurLink {
	border: none;
}

#navleft a.sideNavCurLink {
	border-top: 1px solid #4f2011;
}
#navleft a.sideNavLink:hover {
	/* border-top: 1px solid #6481b9; */
	color: white;
	background-color: #ccc;
}

#navleft a.sideNavCurLink {
	border-top: 1px solid #4f2011;
	color: black;
	/*background-image: none;*/
}

#navleft a.sideNavCurLink.youarehere {
	/*color:#fff !important;*/
	background:#890a20 url(../Images/2013/current-arrow2.png) no-repeat;
	background-position: right center;	
}
#navleft a.sideNavCurLink.youarehere:hover {
	background-color: #6a0718 !important;
	color:#ccc !important;
}
#navleft .sideNavCurNot5 a.sideNavCurLink.youarehere, #navleft .sideNavCurNot5 a.sideNavCurLink.youarehere:visited {
	background-image: url(../Images/2013/current-arrow2-dark.png);
	background-repeat: no-repeat;
	background-position: right center;	
}

#navleft .sideNavNot, #navleft .sideNavCurNot, #navleft .sideNavNot1, #navleft .sideNavCurNot1, #navleft .sideNavNot2, #navleft .sideNavCurNot2, #navleft .sideNavNot3, #navleft .sideNavCurNot3, #navleft .sideNavNot4, #navleft .sideNavCurNot4, #navleft .sideNavNot5, #navleft .sideNavCurNot5, #navleft .sideNavNot6, #navleft .sideNavCurNot6 {
	font-weight: normal;
	list-style-position : outside;
	list-style-type : none;
}


#navleft .sideNavNot1 {
	font-weight: bold;
	font-size: 10pt;
}
#navleft .sideNavCurNot1 {
	font-weight: bold;
	font-size: 10pt;
}
#navleft .sideNavNot2, #navleft .sideNavCurNot2 {
	font-size: 9pt;
	background-color: #eaeaea;
}

#navleft .sideNavNot3, #navleft .sideNavCurNot3  {
	font-size: 8pt;
}

#navleft .sideNavNot4, #navleft .sideNavCurNot4  {
	font-size: 8pt;
}

#navleft .sideNavNot5, #navleft .sideNavCurNot5 {
	font-size: 8pt;
}

#navleft .sideNavNot6, #navleft .sideNavCurNot6 {
	font-size: 8pt;
}

#navleft a.sideNavLink, #navleft a.sideNavLink:active, #navleft a.sideNavLink:visited  {
	text-decoration: none;
	color: #000;
}
#navleft a.sideNavLink:Hover {
	text-decoration: none;
	color: #b64a26;
}
#navleft a.sideNavCurLink, #navleft a.sideNavCurLink:active, #navleft a.sideNavCurLink:visited {
	border-top: 1px solid #82351b;
	background-color: #b64a26;
	text-decoration: none;
	color: #FFFFFF;
}

#navleft a.sideNavCurLink:Hover {
	border-top: 1px solid #b64a26;
	background-color: #82351b;
	text-decoration: none;
	color: #ccc;
}


#navleft .sideNavNot2 a.sideNavCurLink, #navleft .sideNavNot2 a.sideNavCurLink:active, #navleft .sideNavNot2 a.sideNavCurLink:visited, #navleft .sideNavCurNot2 a.sideNavCurLink, #navleft .sideNavCurNot2 a.sideNavCurLink:active, #navleft .sideNavCurNot2 a.sideNavCurLink:visited {
	border-top: 1px solid #b64a26;
	background-color: #cd5f3b;
	/*background-image: none;*/
}

#navleft .sideNavNot3 a.sideNavCurLink, #navleft .sideNavNot3 a.sideNavLink, #navleft .sideNavNot3 a.sideNavCurLink:active, #navleft .sideNavNot3 a.sideNavLink:active, #navleft .sideNavNot3 a.sideNavLink:visited, .sideNavCurNot3 a.sideNavLink, #navleft .sideNavCurNot3 a.sideNavLink:active, #navleft .sideNavCurNot3 a.sideNavLink:visited {
	border-top: 1px solid #cccccc;
	background-color: #ccc;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 5px;
}
#navleft .sideNavNot3 a.sideNavCurLink, #navleft .sideNavNot3 a.sideNavCurLink:active, #navleft .sideNavNot3 a.sideNavCurLink:visited, #navleft .sideNavCurNot3 a.sideNavCurLink, #navleft .sideNavCurNot3 a.sideNavCurLink:active, #navleft .sideNavCurNot3 a.sideNavCurLink:visited {
	border-top: 1px solid #cd5f3b;
	background-color: #a96f5d;
	/*background-image: none;*/
	color: #fff;
	margin: 0 0 0 0px;
}
#navleft .sideNavNot3 a.sideNavLink:hover {
	border-top: 1px solid #999;
	background-color: #999;
}

#navleft .sideNavNot4 a.sideNavCurLink, #navleft .sideNavNot4 a.sideNavLink, #navleft .sideNavNot4 a.sideNavCurLink:active, #navleft .sideNavNot4 a.sideNavLink:active, #navleft .sideNavNot4 a.sideNavLink:visited, .sideNavCurNot4 a.sideNavLink, #navleft .sideNavCurNot4 a.sideNavLink:active, #navleft .sideNavCurNot4 a.sideNavLink:visited {
	border-top: 1px solid #cd5f3b;
	background-color: #e0ac9b;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 10px;
}
#navleft .sideNavNot4 a.sideNavCurLink, #navleft .sideNavNot4 a.sideNavCurLink:active, #navleft .sideNavNot4 a.sideNavCurLink:visited, #navleft .sideNavCurNot4 a.sideNavCurLink, #navleft .sideNavCurNot4 a.sideNavCurLink:active, #navleft .sideNavCurNot4 a.sideNavCurLink:visited {
	border-top: 1px solid #cd5f3b;
	background-color: #975c4a;
	/*background-image: none;*/
	color: #fff;
	margin: 0 0 0 5px;
}
#navleft .sideNavNot4 a.sideNavLink:hover {
	border-top: 1px solid #999;
	background-color: #999;
}


#navleft .sideNavNot5 a.sideNavCurLink, #navleft .sideNavNot5 a.sideNavLink, #navleft .sideNavNot5 a.sideNavCurLink:active, #navleft .sideNavNot5 a.sideNavLink:active, #navleft .sideNavNot5 a.sideNavLink:visited, .sideNavCurNot5 a.sideNavLink, #navleft .sideNavCurNot5 a.sideNavLink:active, #navleft .sideNavCurNot5 a.sideNavLink:visited {
	border-top: 1px solid #cd5f3b;
	background-color: #ecd2ca;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 10px;
}
#navleft .sideNavNot5 a.sideNavCurLink, #navleft .sideNavNot5 a.sideNavCurLink:active, #navleft .sideNavNot5 a.sideNavCurLink:visited, #navleft .sideNavCurNot5 a.sideNavCurLink, #navleft .sideNavCurNot5 a.sideNavCurLink:active, #navleft .sideNavCurNot5 a.sideNavCurLink:visited {
	border-top: 1px solid #cd5f3b;
	background-color: #ecd2ca;
	/*background-image: none;*/
	color: #000;
	margin: 0 0 0 5px;
}
#navleft .sideNavNot5 a.sideNavLink:hover {
	border-top: 1px solid #999;
	background-color: #999;
}



/*========= Hide certain sub levels ========*/
#navleft ul ul li {
	display: none;
}
#navleft ul ul li.Cur * {
	display: block;
}

/*
#navleft ul li.Cur>ul.Cur>li:not(.Cur) {
	display: none;
}
*/

#navleft ul li.Cur>ul.Cur>li{
	display: block;
}
/*==========================================*/


a.external, #navleft a.external span, .nav a.external span {
	background: url(../Images/2013/externalLink.png) center right no-repeat;	
	padding-right: 13px;
} 
#navleft a.external, .nav a.external, .rightnavicons a.external, .searchbar a.external {
	background-image: none;
	padding-right: 0;

}

/* ~~~~~ Calendar ~~~~~ */
.calendar {
	padding: 0;
	margin: 1em 15px;

}
td.eventdates {
	padding: 10px;
	background-color: #d6bd8c;
}

td.eventdates h3 {
	padding-right: 0;
	padding-left: 0;
}

.callist  {
	padding: 0 10px 10px;
}
a.cal1, a.cal2 {
	display: block;
	font-size: 80%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

a.cal2{
	color: #d39e56;
}

.caltbl {
	border: none;
	border-collapse: collapse;
	margin-top: 5px;
}
.caltbl td {
	border: 2px solid #ccc;
}
.cal_listhdr {
	display: block;
	font-weight: bold;
	background: url(../Images/2013/calendar-grey.png) center left no-repeat;
	padding: 4px 0  0 16px;
	margin-top: 4px;
	border-top: 1px solid #eee;
}
.cal_listitem {
	display: block;	
}

tr.cal_navrow td {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #333;
	color: #fff;
	border: none;
}

tr.cal_hdrrow td {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #aaa;
	color: #000;
}

.caldir img {
	display: block;
}
span.caldir {
	display: block;
	width: 16px;
	height: 16px;
	margin: 6px 0px;
}

/* tablesorter */
table.tablesorter {
	font-family: arial;
	background-color: #CDCDCD;
	margin: 0 15px;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-size: 0.8em;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
#pager {
	padding: 5px 15px;
	background-color: transparent;
	text-align: center;
}
#pager span {
	padding: 0 5px 0 5px;
}
#pager input.prev {
	width: auto;
	margin-right: 10px;
}
#pager input.next {
	width: auto;
	margin-left: 10px;
}
#pager input {
	font-size: 10pt;
	width: 50px;
	border: 1px solid #999;
	text-align: center;
}
#pager select {
	font-size: 10pt;
}

#pager img {
	vertical-align: middle;
}

#doclibwrapper {
	position: relative;
	top: 0px;
	left: 0px;
}

/* For the details, see:
   http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */
.date {
    /*border:1px solid #ccc;
    font-size:18px;
    padding:4px;
    text-align:center;
    width:194px;

    -moz-box-shadow:0 0 10px #eee inset;
    -webkit-box-shadow:0 0 10px #eee inset;*/
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}
#calroot, #calroot * {
	box-sizing: content-box;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:14px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(../Images/prev.png) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(../Images/next.png);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc	!important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#498CE2;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}


.NewsPubDate {
	font-size: 0.85em;
}



.test {
	font-size: 1.85em;
}


#aaotable{
	BORDER: #000 2px solid;
	MARGIN: 10px auto; 
}

#aaotable td{
	font-family: "Times New Roman", serif;
}

#leftcol  {
	width: 300px;
	background: #c8e3f1;
	padding: 1em;
	border-right: 1px solid #000;
}

.outline {

  color: white;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}