/*note that there is a special css file in the jstools active menu folder for this theme which corrects an issue with the display of the list items*/


body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
}


/*adding a class to body tag to separate background color for tinymce*/
body.first {
	background-color: #000;
	/*background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;*/
}

/*main structural styling*/
#wrapper {
  
	}
body #wrapper #container {
	width: 960px;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pad {
  height: 100%;
  padding:5px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#center2 .content {
  padding:10px;
}


/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}
#wrapper #container #center2 {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -190px;
}
body.sidebar-right #center2 {
  margin-right: -190px;
}
body.sidebars #center {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: -190px;
}
body.sidebars #center2 {
  margin-top: 0;
	margin-bottom: 0px;
  margin-right: -190px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  padding-left:5px;
  margin-left: 190px;
  
}
body.sidebar-right #squeeze {
  
}
body.sidebar-right #squeeze2 {
  padding-right:5px;
  margin-right: 190px;
}
body.sidebars #squeeze {
	padding-left:5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
}
body.sidebars #squeeze2 {
  padding-right:5px;
 	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
}

#content-area {
	/*padding: 6px;*/

}
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
	width: 190px;
	float: left;
	z-index: 2;
	position: relative;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	
}


.breadcrumb {padding:5px;}
#topheader a:link,
#topheader a:visited {
  padding: 0 0 0 0;
	margin: 0 0 0 0; 
}
#topheader img {
  display:block;
	margin-bottom:5px;
}
/*end main structural styiling*/


/*Rounded corners for content area*/
.c_t {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
.c_r {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.c_b {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.c_l {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.c_tl {
	background-image:url(images/c_tl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
}
.c_tr {
 	background-image:url(images/c_tr.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:100%;
}
.c_bl {
 	background-image:url(images/c_bl.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:100%;
}
.c_br {
 	background-image:url(images/c_br.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
	padding:5px;
	padding-top:4px;
}
/*End Rounded corners for content area*/

/*block styling*/
.sidebar .block {
  background-color:#fff;
	word-wrap: break-word;
}
#block-views-graphic_link .content {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#wrapper #container .sidebar .block,
#wrapper #container .block {
	margin: 0 0 5px 0;
	height:100%;
	padding: 0 0 0 0;
}
.blockinner {}

#sidebar-left .block {
  padding: 0 0px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 0px;
}
/*Secondary menus*/
.s_tl a:link,
.s_tl a:visited {
  color:#fff;
	font-weight:bold;
}
.s_tl {
  background-color:#0766AB;
	background-image:url(images/s_tl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
	margin-bottom:5px;
}
.s_tr {
 	background-image:url(images/s_tr.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:100%;
}
.s_bl {
 	background-image:url(images/s_bl.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:100%;
}
.s_br {
 	background-image:url(images/s_br.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
	padding:5px;
	padding-top:4px;
}
/*End Secondary menus*/


/*column blocks*/
.b_t {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
.b_r {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.b_b {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.b_l {
	height:100%;
	background-image: url(images/point2.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.b_tl {
 
	background-image:url(images/b_tl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
}
.b_tr {
 	background-image:url(images/b_tr.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:100%;
}
.b_bl {
 	background-image:url(images/b_bl.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:100%;
}
.b_br {
 	background-image:url(images/b_br.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
	padding:5px;
	padding-top:4px;
}
.block-nice_menus .b_br {
  padding-left:2px; 
	padding-right:2px; 
}
.block-nice_menus .bh_wrap {
  padding-left:4px;
	padding-right:4px;
	margin-bottom:4px;
}
.bh_wrap {
  margin-bottom:4px;
}
/*Event block styling*/
#block-event-0 {
  
}
.sidebar .event-calendar a:link, .sidebar .event-calendar a:visited {
  color:#000;
}
.IE .event-calendar div.month-view table.event-block thead,
.IE .event-calendar div.month-view table.event-block tbody {
  font-size: 10px;
	color: #000;
}
.IE .event-calendar table {
  margin-left:2px;
}

/*End Event block styling*/
/*end column blocks*/




/*side column block headers */
.blocklinks {
  position:absolute;
	padding: 0px;
	padding-top:3px;
	padding-left: 5px;
	padding-right: 2px;
	margin-left:55px;
	margin-top:-27px;
	width:95px;
	height:22px;
	background-color:#22365b;
	display:none;
}
.blocklinks img {
  margin-left:2px;
}



.sidebar .block h2.title,
#top_of_content .block h2.title {
  padding-left: 10px;
	padding-right: 10px;
	margin-left:4px;
	margin-right:4px;
	color: #fff;
	
	margin-top:0px;
}

.block h2.title.notitle {
  height:15px;
}
/*This style can be adjusted if you want a gradient on the sidebar headers*/
.bh_rep {
  background-color:#444451;
 /* background-image:url(images/bh_rep.jpg);
	background-repeat:repeat-x;
	background-position:left top;*/
	height:100%;
}
.bh_tl {
  
 	background-image:url(images/bh_tl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
}
.bh_tr {
 	background-image:url(images/bh_tr.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:100%;
}
.bh_bl {
 	background-image:url(images/bh_bl.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:100%;
}
.bh_br {
 	background-image:url(images/bh_br.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
}
/*end side column block headers */

/*footer*/
#footer {
	background-color:#757B98;
	color:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/footer_rep.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer a:link,
#footer a:visited {
  color:#fff;
}

/*the following styles can be altered to make a footer with an outline*/
/*.fb {
  background-image: url(images/point2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:100%;
}
.fl {
  background-image: url(images/footer_v_l.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height:100%;
}
.fr {
  background-image: url(images/footer_v_r.jpg);
	background-repeat: repeat-y;
	background-position: right top;	height:100%;
}
*/
.f_bl {
	background-image: url(images/fl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:100%;
}
.f_br {
  background-image: url(images/fr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:100%;
	padding:15px;
}
/*end footer*/

/*content area blocks*/
#content-area .bh_t {
  background-image: url(images/cab_rep.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
#content-area .bh_wrap, #content-area .bh_rep {
  background-image:none;
	background-color:#767C9A;
}
#content-area .bh_tl {
  background-image:url(images/cab_tl.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:100%;
}
#content-area .bh_tr {
 	background-image:url(images/cab_tr.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	height:100%;
}
#content-area .bh_bl {
 	background-image:url(images/cab_bl.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:100%;
}
#content-area .bh_br {
 	background-image:url(images/cab_br.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:100%;
	padding:5px;
}
#content-area .bh_br h2.title {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;	
	font-weight:bold;
	color: #fff;
}

/*uncomment the following area to add lines around block headers in content area*/
/*#content-area .bh_t {
	height:100%;
	background-image: url(images/point1.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
#content-area .bh_r {
	height:100%;
	background-image: url(images/point1.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
#content-area .bh_b {
	height:100%;
	background-image: url(images/point1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
#content-area .bh_l {
	height:100%;
	background-image: url(images/point1.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}*/

/*end front blocks*/
/*end block styling*/





/*link styling*/
a:link, a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: 400;
}
.content a:link,
.content a:visited {
  text-decoration:underline;
}
.content ul li a:link,
.content ul li a:visited {
  text-decoration:none;
}
.sidebar a:link,
.sidebar a:visited,
.sidebar .content ul li a:link,
.sidebar .content ul li a:visited {
  color:#000;
	font-weight:bold;
}
.sidebar a:hover,
.sidebar .content ul li a:hover {
  color:#000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a:active, a.active {
	color: #000000;
}
/*end link styling*/
/*primary links*/
.menuwrapper {
	padding-left: 20px;
	height:48px;
	line-height:48px;
	text-transform:uppercase;
	text-weight: bold;
	background-image: url(images/menu_rep.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:5px;
}

.menuwrapper ul.links li {
	float:left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.menuwrapper ul li a:link, 
.menuwrapper ul li a:visited {
  margin-left:10px;
	margin-right:10px;
  color:#fff;
	display: block;
	height:48px;
	line-height:48px;
  float:left;
/*	padding-top:12px;*/
	font-size: 12px;
	font-weight:bold;
}
.IE .menuwrapper ul li a:link, 
.IE .menuwrapper ul li a:visited {
  margin-left:5px;
	margin-right:5px;
}
.menuwrapper ul li a:hover, .menuwrapper ul li a.active {
	text-decoration:none;
	background-image: url(images/active_a.png);
	background-repeat: repeat-x;
	background-position: left top;	
}
.searcher {
  position: absolute;
	width: 250px;
	margin-top: 55px;
	margin-left: 670px;
}
.searcher .container-inline {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.searcher .form-text {
	margin:0 0 0 0; 
	padding:0 0 0 0;
	width:145px;
}
#submiter {
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	top: 10px;
}
#block-search-0 .content div {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#block_search_size {
 /* height:25px;*/
}
#block_search_pos {
  /*position:absolute;*/
}
#block_submiter {
	position: relative;
	margin-right: 0;
	margin-bottom: 0;
	left: 140px;
	top: 0px;
}
#block-search-0 .container-inline {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#block-search-0 .form-text {
  position:absolute;
	margin:2px 0 0 3px; 
	padding:0 0 0 0;
	width:130px;
}
/*list styling*/
ul {
  margin: 0.5em 0 1em;
 /* padding: 0;*/
}

ul li {
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 3px;
}

ul.menu, .item-list ul {
	padding: 0;
	margin-top: 0.35em;
	margin-right: 0;
	margin-bottom: 0;
}
ul.menu ul {
  padding:0 0 0 0;
	margin: 0 0 0 0;
}
ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, 
ul.menu li, 
.item-list ul li, 
li.leaf{
	margin-top: 0.15em;
	margin-right: 0;
	margin-bottom: 0.15em;
	margin-left: 8px;
}
ul.menu li ul li {
  margin-left:2px;
}
ul.menu li, .item-list ul li, li.leaf  {
	padding: 0 0 .2em 1.5em;
	list-style-type: none;
	list-style-image: none;
	background-color: transparent;
	background-image: url(images/menu-leaf.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.5em;
}
ul li , .item-list ul li {}




/*ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}
*/
ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}
/*dl dd and dt are used in definition listings*/
dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}


/*end list styling*/




/*header styling*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 5px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}
/*end header styling*/

/*misc styling*/

.views_multiblock_field_video_embed {
	text-align: center;
	background-color: #0e324a;
	padding-top:10px;
	padding-bottom:10px;
}
#widthpopupholder {
  display:none;
  position:absolute;
	z-index:100;
	margin-left:200px;
	padding-left:20px;
}
#widthpopup {
  padding:10px;
	background-color:#FFCC33;
	border:1px solid #ccc;
}
#login {
  display: block;
	height: 47px;
	width: 24px;
	position: absolute;
	margin-left: 960px;
	margin-top:10px;
	filter:alpha(opacity=20);
  opacity: 0.2;
  -moz-opacity:0.2;
}
#login.on {
  filter:alpha(opacity=100);
  opacity: 1;
  -moz-opacity:1;
}
ul.leadership_list li {
  height: 100%;
	background-image: none;
}

/*Styles for wysiwyg image floats*/
.imageleft {
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imageright {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* end Styles for wysiwyg  image floats*/

 
.clearer {
  clear:both; 
  line-height: 0px;
}
.clear-left {
  clear:left;
}


ul.jquerymenu li span.parent {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  width:9px;
  height:9px;
  display:block;
}
.ie ul.jquerymenu li span.parent {
  margin-top:-2px;
}

ul.jquerymenu li.parent span.closed {
	background-image: url(images/plus.png);
	width:12px;
	height:12px;
}

ul.jquerymenu li.parent span.open {
	background-image: url(images/minus.png);
	width:12px;
	height:12px;
}
#credit {
  width:960px;
	margin-left:auto;
	margin-right:auto;
  margin-top:15px;
	color: #fff;
}
#credit img {
  display:block;
}
#credit a:link,
#credit a:visited {
  color: #fff;
}

.views_multiblock_field_video_0_embed {
  width: 160px;
	padding-right:10px;
	float:left;
}
a.feed-icon {
  padding-left: 10px;
}
.sidebar .views_multiblock_title {
  padding-left:10px;
	padding-right:10px;
}
#center .views_multiblock_title a:link,
#center .views_multiblock_title a:visited {
  color:#000;
	text-decoration:none;
}
#center .views_multiblock_title a:hover {
  color:#395462;
	text-decoration:none;
}
.dev-query {
  display:block;
}
.link_edit {
  display:none;
	position:absolute;
	width:45px;
	margin-left:-40px;
}
a.imagelink:link, a.imagelink:visited, a.imagelink:hover {
  background:none;
	display:inline;
}


ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
p.nospace {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*the hr tag is the horizontal rule tag for creating underline page breaks*/
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}
hr.views_multiblock_separator {
  border: 1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
}
img, a img {
  border: none;
}
.more-link img {
  float: right;
	margin-right:5px;
}
/*end misc styling*/




/*table styling*/
table {
  
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}
/*end table styling*/

/*form styling*/
#system-themes {font-size:10px;}
/*end form styling*/

ul.primary li a  {margin-right:3px;}
ul.primary li {margin:3px; }


.imageholder, .mediabox {
  border: 1px solid #ccc;
  float:left; 
	margin-right:10px;
	margin-bottom:10px;
	padding: 5px;
	background-color:#FFF;
}

.imageholder img, .mediabox img{
  display:block;
}
.datedisplay {
  display:none;
  position:absolute;
	top:175px;
	margin-left:650px;
	font-weight:bold;
}

.social-media {
  width: 300px;
}
.social-media, .social-media div {
float: right;
}


