@charset "UTF-8";

/* Browswer Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* Begin CSS */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

div,tr,td,table, p, li, ul {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

h1 {
	color: #39008e;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial Narrow;
	line-height: 60px;
	height: 60px;
}
	
h2 {
	color: #39008e;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial Narrow;
	margin-top: 10px;
}	

h4 {
	color: #39008e;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial Narrow;
	margin-top: 0px;
}		
	
h3 {
	color: #39008e;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial Narrow;
	margin-top: 0px;
}	
	
h5 {	
	color: #C20000;
	font-size:12px;
	font-weight: bold;	
	height: 25px;
}

hr {
	width: 100%;
	border-bottom: 2px black solid;
	height: 2px;
	margin: 0;
	margin-left: -50px;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}	
	
a:hover{
	font-weight: bold;
	color: #39008e;
	text-decoration: none;	
}	

a:active{
	font-weight: bold;
	color: #39008e;
	text-decoration: none;
}	
	
p {margin-top: 0px;margin-bottom: 12px;}	

span.gray {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
	
span.small { font-size: 10px; }	
	
select, input { font-size: 10px; margin-bottom: 15px; }

#sideShadow {
	background-image: url('../images/side-shadow-repeat.jpg');
	background-repeat: repeat-y;
	height:751px;
	width: 8px;
}

#sideShadowBottom {
	width:8px;
	height:6px;
	background-image: url('../images/side-shadow-bot-corner.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#mainTd { width: 900px; padding: 0; }

#container {
	width: 1098px;
	margin: 0 auto;
	text-align: left;
	height: 751px;
} 

#header h1 { margin: 0; }

#sidebar1 {
	float: right;
	width: 180px;
	height: 630px;
	background-image: url('../images/sidebar-background.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

#sidebar1 .button {
	background-image: url('../images/search-button.png');
	background-repeat: no-repeat;	
	position: absolute;
	margin-top: 229px;
	margin-left: 115px;
	width: 55px;
}
	
#mainContent {
	margin: 0;
	padding-top: 0px;
	width: 908px;
	height: 593px;
	margin-top: -16px;
	overflow: hidden;
	padding: 0px;
} 

#calendarChart {
	float: right;
	height: 300px;
	width: 300px;
	background: #E8E1D9;
}
	
#glossaryChart {
	float: right;
	height: 250px;
	width: 180px;
	background: #F9E2C0;	
}
	
#glossaryChart #header {
	background: #EBA02B;
	height: 30px;
	width: 100%;
	color: black;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: arial narrow;
}	

#glossaryChart p { padding: 12px; }

#calendarChart #header {
	background: #2C82A5;
	height: 30px;
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: arial narrow;	
}

#calendarChart p { }
	
#mainContent h2 { }

#bodyContent {
	height: 593px;
	width: 900px;
	padding-right: 0px;
}
	
#contentContainer {
	padding-left: 25px;
	overflow:hidden;
}	
	
.leftColumn {
	width: 500px; 	
	padding-right: 25px;
	float: left;
	padding-left: 25px;
}	
	
.rightColumn {
	float: right;
	width: 350px;
	height: 415px;
	padding:0;
	background: #2E95B5;
}
		
#bodyContent img#homeHeader{
	margin-top: 0px;
	overflow:hidden;
}
	
#bodyContent .slideshow{
	overflow:hidden;
	height: 178px;
	z-index:2;
	position:relative;
}	
	
#bottomHighlight {
	width: 504px;
	height:160px;
	background-image: url('../images/three-boxes1.jpg');
	background-repeat: no-repeat;	
}	

#bottomHighlight p{
	margin-top:63px;
	float:left;
	width: 130px;
	font-size: 9px;
	font-weight: normal;
	height: 80px;
	overflow: hidden;
}
	
#bottomHighlight #event { margin-left: 14px; }
	
#bottomHighlight #blog { margin-left: 35px; }
	
#bottomHighlight #event a, #bottomHighlight #jobs a, #bottomHighlight #blog a{
	color: black;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;
}
	
#bottomHighlight #event a:hover, #bottomHighlight #jobs a:hover, #bottomHighlight #blog a:hover { color: #39008e; }

.jobListings {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-left: -25px;
}
	
.jobListings span {
	font-weight: bold;
	color: #39008e;	
}	
	
.showEvent { display: none; }
	
#bottomHighlight #jobs { margin-left: 43px; }
	
#rssFeedSection	{
	margin:0px;
	background: transparent;
	height: 193px;
}
	
#rssHeader {
	height:21px;
	background-image: url('../images/rssBackgroundHeader.gif');
	background-repeat: repeat-x;	
	color: white;
	font-weight: bold;
	padding-left:10px;
}

#rssincl-box-108432 { height: 187px; }

#sangSection {
	background-image: url('../images/menu-bkg-repeat.gif');
	height: 214px;
	overflow:hidden;
	text-align:center;
	font-size:10pt;

}

#sangSection p, #sangSection div { font-size:10pt; }
	
#sangHeader {
	width: 100%;
	height:24px;
	background: #C2CD40;
	color: #39008e;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

#rssFeedSection p{
	padding:5px;
	color: #686B6F;
	margin-top:0px;
}
	
#rssFeedSection h5 { padding: 5px; }

#eventSection {
	min-height: 300px;
	height: 300px;
	overflow-y: scroll;
}

.graySeperator {
	border-bottom: 2px gray solid;
	margin-bottom: 0px;
	margin-left:  -25px;
}

#newsHighlight {
	position:relative;	
	height:35px;
	line-height: 35px;
	font-size:28px;
	font-style: italic;	
	margin-top: -45px;
	_margin-top: -37px;
	overflow:hidden;
	margin-bottom:10px;
	font-family: Times New Roman;
	font-style: italic;
	margin-left: 25px;
	z-index: 100000;
}

#newsHighlight a { color: black; font-weight: normal; }		

#footer { padding: 0 0 0 0; width: 1200px; }

#footer p { margin: 0; padding: 10px 0; background: white; }

#footerShadow {
	position:relative;
	background-image: url('../images/bottom-shadow.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	overflow:hidden;
	height: 12px;
}

.fltrt { float: right; margin-left: 8px; }

.fltlft { float: left; margin-right: 8px; }

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#topnav {
	margin: 0 190px 0 0;
	text-align: left;
	padding: 0;
}

#topNav a img { padding:0px; margin:0px; }

#newsfeed { margin: 0 190px  0 0; padding-top: 0px; }

#newsDetailContainer {
	height: 515px;
	padding-right: 15px;
	overflow-y: scroll; overflow-x: hidden;
	margin-bottom:10px;
}
	
#jobContainer {
	height: 535px;
	overflow-y: scroll; overflow-x: hidden;
	margin-bottom:10px;
	padding-left: 25px;
	margin-left: -25px;	
}
	
#sideads { float: right; width: 180px; padding-bottom: 10px; }

.search{ width:180px; height:256px; }
.search input, .search select{position:absolute;background:transparent; font-size: 11px; width:140px; height:18px; margin-top:8px;margin-left:15px;margin-right:0px;border:0px transparent solid;float:left;}
.search input.searchButton{background:transparent;width:23px;float:left;margin-left:140px;}
.search select.service, .search select.provider, .search select.region, .search select.date{margin-top:63px;background:white;border:1px #595959 solid;width: 160px;margin-left:10px;}
.search select.provider {margin-top:110px;}
.search select.region {margin-top:155px;} 
.search select.date {margin-top:200px;}

#results a{	color: #39008e;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial Narrow;
	margin-top: 0px;}

#searchTop { height: 250px; }

#searchTop select { width: 200px; }

#searchRight, #searchLeft { float: left; padding-right: 15px; width: 315px; }
	
#searchResults { height: 285px; overflow-y: scroll; }
	
#searchPrint { margin-top: 13px; }

#searchPageButton { margin-left: 150px; width: 70px; }
	
#searchPageButton .button {
	background-image: url('../images/search-button.png');
	background-repeat: no-repeat;	
	width: 60px;
	height: 20px;
	border: 0px;
}

/* Shared Admin Files CSS */
.clear { clear: both;height:0px; }

#loginContainer {
	height:200px;
	width: 300px;
	text-align:center;
	margin: auto;
	overflow:hidden;
	margin-top: 50px;
}
	
#loginContainer h2 { color: #502C8E; font-size: 14px; }
	
#loginContainer p, #loginContainer div { padding: 5px; text-align:left; }
	
.loginLeft, .loginRight {
	float: left;
	height: 20px;
	width: 120px;
}
	
.loginLeft { width: 75px; }
		
#loginSubmit { margin-left: 187px; }
	
#forgotPassword { margin-left: 140px; }
		
#forgotPassword a { color: white; text-decoration: none; }

#adminBox .adminListing td { padding-left: 5px; }

#adminHeading img { vertical-align: middle; }	

#adminHeading  { color: #502C8E; font-weight: bold; font-size: 16px; }

#adminMain { padding-left: 20px; padding-top: 20px; }
			
#adminAppsMain {
	padding-top: 35px;
	width: 600px;
	margin: auto;
	padding-left: 25px;
}

#adminAppsMain h3{
	text-align:center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}	

#adminBox { overflow-y: auto; height: 400px; }

#adminBox p { padding-bottom: 2px; padding-left: 10px; }

#adminBox input, #adminBox textarea, #adminBox select { margin-left: 10px; }

.heading { background: #502C8E; height: 25px; font-weight: bold; margin:auto; line-height: 25px; color: white; }
	
.adminListing { width: 100%; border: 1px #8C8C8C solid; }
	
.adminListing img { vertical-align: middle; }
	
.adminListing .borderBottomDotted { border-bottom: 1px black solid; height: 25px; }
	
#adminIcons img { vertical-align: middle; }

#adminIcons { padding-top:10px; padding-left: 10px; }
	
#adminType { padding-top: 10px; padding-left: 10px; }
	
#adminRegionEdit { height: 250px; overflow-y: scroll; }

#jsddm { margin: 0; padding: 0; }

#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	text-align: left;
	color: black;
	text-transform: uppercase;
}

#jsddm li a { display: block; text-decoration: none; color: black; }

#jsddm li.magazine a:hover { background-image: url('../images/top-magazine-o.jpg'); }

#jsddm li.resources a:hover { background-image: url('../images/top-resources-o.jpg'); }

#jsddm li.services a:hover { background-image: url('../images/top-services-o.jpg'); }

#jsddm li.about a:hover { background-image: url('../images/top-about-o.jpg'); }

#jsddm li.home a:hover { background-image: url('../images/top-home-o.jpg'); }

#jsddm li.news a:hover { background-image: url('../images/top-news-o.jpg'); }

#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-image: url('../images/menu-bkg-repeat.gif');
	height: 105px;
    z-index: 1000000000000;
}

#jsddm li.news ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background-image: url('../images/menu-bkg-repeat.gif');
	height: 45px;
    z-index: 1000000000000;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
	height: 15px;
	line-height: 15px;
	margin: 3px;
	padding: 3px;
	text-indent: 0px;
}
		
#jsddm li ul li a {
	text-indent: 0px;
	line-height: 15px;
	padding-left: 30px;
	background-image: url('../images/menu-bkg-repeat.gif');
	font-weight: normal;
}

#jsddm li ul li a:visited,  #jsddm li.magazine ul li a:visited, #jsddm li.resources ul li a:visited, #jsddm li.news ul li a:visited  {
	color: black; text-decoration: none; font-weight: normal;
	background-image: url('../images/menu-bkg-repeat.gif');
}

#jsddm li ul li a:active,  #jsddm li.magazine ul li a:active, #jsddm li.resources ul li a:active, #jsddm li.news ul li a:active  {
	color: black; text-decoration: none; font-weight: normal;
	background-image: url('../images/menu-bkg-repeat.gif');
}

#jsddm li ul li a:hover,  #jsddm li.magazine ul li a:hover, #jsddm li.resources ul li a:hover, #jsddm li.news ul li a:hover  {
	color: black; text-decoration: none; font-weight: bold; color: #39008e;
	background-image: url('../images/menu-bkg-repeat.gif');	position:relative;
	z-index: 1000000000000;
}

.mag {
  background-image:url(../images/top-magazine.jpg);
  background-repeat:no-repeat; 
  height:38px;
  width:185px;
  cursor:pointer;
}

.mag-on {
  background-image:url(../images/top-magazine-o.jpg);
  background-repeat:no-repeat; 
  height:38px;
  width:185px;
  cursor:pointer;
}

.serv {
  	background-image:url(../images/top-services.jpg);
  	background-repeat:no-repeat; 	
	width: 178px;
	height:38px;
  	cursor:pointer;
}

.serv-on {
  	background-image:url(../images/top-services-o.jpg);
	background-repeat:no-repeat; 	
	width: 178px;
	height:38px;
  	cursor:pointer;
}

.hm{
  	background-image:url(../images/top-home.jpg);
  	background-repeat:no-repeat; 	
	width: 96px;
	height:38px;
  	cursor:pointer;
}

.hm-on{
  	background-image:url(../images/top-home-o.jpg);
  	background-repeat:no-repeat; 	
	width: 96px;
	height:38px;
  	cursor:pointer;
}

.abt{
  	background-image:url(../images/top-about.jpg);
  	background-repeat:no-repeat; 	
	width: 137px;
	height:38px;
  	cursor:pointer;
}

.abt-on{
  	background-image:url(../images/top-about-o.jpg);
  	background-repeat:no-repeat; 	
	width: 137px;
	height:38px;
  	cursor:pointer;
}

.new{
  	background-image:url(../images/top-news.jpg);
  	background-repeat:no-repeat; 	
	width: 171px;
	height:38px;
  	cursor:pointer;
}

.new-on{
  	background-image:url(../images/top-news-o.jpg);
  	background-repeat:no-repeat; 	
	width: 171px;
	height:38px;
  	cursor:pointer;
}

.res{
  	background-image:url(../images/top-resources.jpg);
  	background-repeat:no-repeat; 	
	width: 141px;
	height:38px;
  	cursor:pointer;
}

.res-on{
  	background-image:url(../images/top-resources-o.jpg);
  	background-repeat:no-repeat; 	
	width: 141px;
	height:38px;
  	cursor:pointer;
}
