

@charset "utf-8";
/* 2010 Redesign */


* {margin: 0px; padding: 0px;}




/* Main Content Section */
body,html {
	margin:0 auto;
	padding: 0px;
	background-image:url(/html_files/images/watermark_top.png);
	background-repeat: no-repeat;
	background-color:#CCC;
	border-top: 2px #003173 solid;
	font: 12px/150% Verdana, sans-serif;
  	color: #000;
}
a:link, a:visited {
	color: #0053A0;
	text-decoration: none;
	
}

a:hover {
	color: #630;
  text-decoration: underline;

}

/*a:active, a.active {
  color: #FF3;
  }*/ 
	
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 150%;
  font-weight:bold;
  color:#006;
  margin-bottom:.35em;
}

h2 {
  font-size: 140%;
  font-weight:bold;
  margin-bottom:8px;
  color: #036;
  margin-bottom:.35em;
}

h3 {
  font-size: 130%;
  font-weight:bold;
  color: #03C;
  margin-bottom:.35em;
}

h4 {
  font-size: 120%;
  font-weight:bold;
  color:#06F;
  margin-bottom:.35em;
}

h5 {
  font-size: 110%;
  color:#09F;
  font-weight:bold;
  margin-bottom:.35em;
}

h6 {
  font-size: 95%;
  font-weight:bold;
  color:#6CF;
  margin-bottom:.35em;
}

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

p {
  margin-bottom: .75em;
  line-height:150%;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #CCC;
}

ul, ol {
  margin: 0.5em 0 1em .16em;
  padding: 0;
}


ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0; 
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}
ul li{
	padding: 0 0 .2em .5em;
	margin-left: 1.2em; /* LTR */	
}
ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.20em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(/html_files/images/menu-leaf.gif) no-repeat 1px .60em; /* LTR */
}
ul li.expanded {
  background: transparent url(/html_files/images/menu-expanded.gif) no-repeat 1px .60em; /* LTR */
}
ul li.collapsed {
  background: transparent url(/html_files/images/menu-collapsed.gif) no-repeat 0px .60em; /* LTR */
}

/*############################################ Left Nav Links ############################################*/


 ul li.expanded a, ul li.collapsed a {
  	display: block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

ul li.expanded a:hover, ul li.collapsed a:hover {
  	display: block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
}
 ul li.expanded a.active, ul li.collapsed a.active {
  	display: block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF3;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
}

 ul li.leaf a {
  	display: block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

ul li.leaf a:hover{
  	display: block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
}

ul li.leaf a.active{
  	display: block;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3;
	text-align: left;
	text-decoration:none;
	font-weight: bold;
}

/* ############################################Left Nav ############################################*/
#left_nav {
	width: 225px;
	float:left;
	padding-left:5px;
	padding-top:10px;
	padding-right:5px;
	margin-bottom:10px;
}
#left_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}

#left_nav a.link, #left_nav a:visited {
	COLOR:#FFF; 
	TEXT-DECORATION:none;
	}

#left_nav a.active, #left_nav a:hover {
	COLOR:#FF0; 
	TEXT-DECORATION:none;
	}
	/* ############################################Other Menu Stuff ##################################*/

/*#small-menu-item{
	font-size:12px;
}*/
#large-menu-item{
	font-size:16px;
}

#small-sub-menu-item{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}

/* node/222 (point webpage to node/222 to get this menu class) */
.nolink:hover {
  	cursor: default;
	text-decoration:none;
}
	


/* ############################################Right NAv############################################*/ 
#rightnav {
	float:right;
	clear:none;
	width:160px;
	padding-right:3px;
	padding-left: 3px;
	border:1px solid #0053A0;
	background-color:#f3f2ec;
	margin-left:5px;
	
	
}
/*div.rightnav #small-menu-item{
	font-weight:bold;
}*/

#rightnav a{
	font-size:12px;
	color: #0053A0;
}

#rightnav a.active, #rightnav a:hover {
	color: #630;
	text-decoration:underline;
	}

.rightnav ul li.leaf a {
	 color:#0053A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	 }
 
.headerrightmenu{
	font-weight:bold;
	}
	
	
/*.rightnav ul.menu li, .rightnav .item-list ul li, .rightnav li.leaf {*/
#rightnav ul.menu li{
 	padding: 0 0 .2em 1.20em;
  	list-style-type: none;
  	list-style-image: none;
 /* 	background: transparent url(/html_files/images/menu-leaf2.png) no-repeat 1px .60em; */
}
#rightnav ul li.expanded {
  	background: transparent url(/html_files/images/menu-expanded2.gif) no-repeat 1px .60em; 
}
#rightnav ul li.collapsed {
  	background: transparent url(/html_files/images/menu-collapsed2.gif) no-repeat 0px .60em; 
}



/* ############################## */


/* other Links */
  

.top_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #039;
	text-align: right;
	font-weight: bold;
}

a.top_links:link, a.top_links:visited {
	COLOR:#039; 
	TEXT-DECORATION:underline;
	}
a.top_links:active, a.top_links:hover{
	COLOR:#FF0; 
	TEXT-DECORATION:none;
	}


	/* ########################END LINKS############################################### */



/* #######################################FORMS #####################################################*/


textarea, select {
  color: #000;
}

.form-checkboxes, .form-radios, .form-checkboxes, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

/* ################################Wrapper##################################### */
/*   Home PAge */

#homewrapper {
	margin:0 auto;
	width: 990px;
	min-height:600px;
	margin-bottom:15px;
	overflow:hidden; /*Firefox and other hack for 100% height display*/
}
#topbuttons {
	height:52px;
	widows:990px;
	
}
.topbtns{
	margin-left:14px;
}
#bigbanner {
	height:230px;
	width:990px;
	border:thin #333;
	background-color:#333;
	margin-top:10px;
	margin-bottom:10px;
}

#tab_box {
	height:280px;
	width:585px;
	float: left;
	clear:none;
	background-color:#333;
}

#video_box{
	height:280px;
	width:400px;
	float:right;
	clear:none;
	background-color:#333;
}

#wrapper{
	margin:0 auto;
	width: 990px; 
}

#contentwrapper {
	margin:0 auto;
	width: 990px;
	min-height:600px;
	background-image: url(/html_files/images/background.png);
	background-repeat:repeat-y;
	margin-bottom:15px;
	overflow:hidden; /*Firefox and other hack for 100% height display*/
}

/* ###############################Top Section#################################### */
#topHeader{
	width:990px;
	margin: 0 auto;
	height:140px;
}
#topLinks{
	width:990px;
	height:20px;
	margin: 0 auto;	
}

#logotop {
	float: left;
	clear:none;
	margin-top:10px;
	height: 93px;
	width: 356px;
}
#search_box textarea, #search_box select {
  color: #000;
  float:left;
}

#search_top_right {
	float: right;
	clear:none;
	margin-top:10px;
	height: 93px;
	width: 590px;
	
}
#search_box {
/*	width: 265px;*/
	height:35px;
	clear:none;	
	float:right;
	margin-top:21px;
	margin-left:15px;	
	margin-right:0;
}

#search_box .input_top{
	 float: right;
	 height:15px;
}
#search_box input{
  color: #000;
 
}
.go_btn{
  float: left;
  margin-left:2px;
  margin-top:-1px;
  width:30px;	
}
.form-button{
  clear:right;
  float: left;
  margin: 2px 2px 0 0;  /*LTR */
}
.form-submit {
  clear:both;
  float: left;
  margin: -2px 0px 2px 3px;  /*LTR */
}
.input_top{
	 float: right;
	 height:15px;
	
}
input {
  color: #000;
  float:left;
  margin-bottom:15px;	
}


#quicklinks {
	width:230px;
	height:35px;
	clear:none;	
	float:right;
	margin-top:21px;
}

/* Quick Menu Theme */
.quick_menu_select{
	width:230px;
	float:right;
	
}

.form-button{
  clear:right;
  float: none;
  margin: 2px 2px 0 0;  /*LTR */
}
.form-submit {
  clear:right;
  float: none;
  margin: -2px 0px 2px 3px;  /*LTR */

}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

.small-content_area {
	width:540px;
	float:left;
	clear:left;
}

/*Body Content */
#content_block_top{
	width:540px;
	float:left;
	clear:left;
	margin: 0px;
	padding: 0px;
}
#content_block{
	margin: 0px;
	padding: 0px;
	clear:left;	
}

#content-area{
	margin: 0px;
	padding: 0px;
	clear:left;
}
#breadcrumb{
	width: 720px;
	height:20px;
	margin-bottom:10px;
	overflow:hidden;
	font-size:11px;
}
div.breadcrumb #large-menu-item, div.breadcrumb #small-sub-menu-item, div.breadcrumb #small-menu-item{
	font-size:11px;
	font-weight: normal;
}

#contentMain {
	width: 720px;
	float:left;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:20px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:10px;
	clear:right;
}

#innerHeader {
	width:713px;
	height:145px;
	border: 2px solid #000;
	
}
#titlebar {
	width:656px;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:18px;
	color:#FFF;
	padding-left:7px;
	padding-top:3px;
	margin-bottom:1px;
	background-image: url(/html_files/images/titlebar.png);
	background-repeat:no-repeat;
	clear:none;
	margin-top:15px;
	float:left;
	overflow:hidden;
	line-height:20px;
}

#printer_pdf {
	float:left;
	width:57px;
	display: inline-block;
	clear:right;
	margin-top:15px;
	padding-top:3px;
	margin-bottom:1px;
	height:37px;
}

.node-inner {
	float:left;
	clear:both;
	margin-bottom:15px;
}

/* Body Copy Stuff*/
.messages {
  background-color: #fff;
  border: 1px solid #900;
  color:# 000;
  font-weight:bold;
  	clear:both;
}


/* #################################Footer  ######################################### */
#footerAll{
	width:100%;
	margin:0 auto;
	padding: 0px;
	background-color: #333;
	border-top: 2px #003173 solid;
	clear: both;
	background-position: top right;
	float:left;
	display: table;
	background-image: url(/html_files/images/watermark_top.png);
	background-repeat: no-repeat;
	background-position: top right;
		
}

#footerWrapper {
	margin:0 auto;
	padding: 0px;


}
#footerInner {
	width: 990px;
	margin:0 auto;
	padding: 0px;
	background:none;
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top:10px;
}
#footerInner h2 {
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
		
}
	
	
	#footerInner a, #footerInner a:visited{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	COLOR:#FFF; 
	TEXT-DECORATION:none;
	font-weight:bold;
}
	#footerInner a:hover{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	COLOR:#FF0; 
	TEXT-DECORATION:none;
}
	

#footercolum1{

	width:159px;
	min-height:90px;
	float:left;
}
#footercolum2{

	width:159px;
	min-height:90px;
	margin-left:5px;
	float:left;
	
}
#footercolum3{
	
	width:159px;
	min-height:90px;
	margin-left:5px;
	float:left;
	
}
#footercolum4{

	width:159px;
	min-height:90px;
	margin-left:5px;
	float:left;
	
}
#footercolum5{

	width:159px;
	min-height:90px;
	margin-left:5px;
	float:left;
}
#footercolum6{

	width:159px;
	min-height:90px;
	margin-left:5px;
	float:left;
	
}
#footLegal{
	clear:both;
	margin: 0 auto;
	color:#FFF;
	font-family:10px;
	text-align:center;
	padding-top:5px;
}

/**
 * Local tasks
 */
 ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(/html_files/images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

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

img, a img {
  border: none;
}
#content-area img{
	margin:3px;
}
#content_block img{
	margin:3px;
}

table {
  margin: 0;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #000;
  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.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

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

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

td.region, td.module, td.container, td.category {
  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, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

.description {
  font-size: 0.92em;
  color: #898989;
  line-height: 120%;
  margin-bottom: 0.35em;
  color: #666;
  padding: .5em .5em;
  clear:both;
}
.submitted{
	font-style:italic;
	font-weight:bold;
	
}
#content-area description{
	display:none;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}
/* Tabs */
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}
#tabs-wrapper {
  margin: 0 -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
 
   /* -------Admin Tabs--------------------------*/


  
    #tabs_edit ul.primary li a
  {
    display: block;
    height: 24px;
    margin: 0 5px 0 0;
    padding: 4px 10px 0 6px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background:#09F; /* LTR */
  border:  #CCC solid 1px;
  }
  
  #tabs_edit ul.primary li a:hover
  {
    border:  #CCC solid 1px;
    background: #003;
	color:#fff;
  }
  
  /* Content Area TAbs */
  
div.tabs
  {
    margin: 0 0 5px 0;
  }

  ul.primary
  {
    margin: 0;
    padding: 0 0 0 10px;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    background: url(/html_files/images/tab-bar.png) repeat-x left bottom;
  }

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

  ul.primary li a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0 0 0 5px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    background: url(/html_files/images/tab-left.png) no-repeat left -38px;
  }

  ul.primary li a .tab
  {
    display: block;
    height: 20px; /* 24px (parent) - 4px (padding) */
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
    background: url(/html_files/images/tab-right.png) no-repeat right -38px;
  }

  ul.primary li a:hover
  {
    border-width: 0;
    background-color: transparent;
    background: url(/html_files/images/tab-left.png) no-repeat left -76px;
	color:#000000;
  }

  ul.primary li a:hover .tab
  {
    background: url(/html_files/images/tab-right.png) no-repeat right -76px;
  }

  ul.primary li.active a,
  ul.primary li.active a:hover
  {
    border-width: 0;
    color: #000;
    background-color: transparent;
    background: url(/html_files/images/tab-left.png) no-repeat left 0;
  }

  ul.primary li.active a .tab,
  ul.primary li.active a:hover .tab
  {
    background: url(/html_files/images/tab-right.png) no-repeat right 0;
	
  }

  ul.secondary
  {
    display: block;
    height: 24px;
    margin: 0 5px 0 0;
    padding: 4px 10px 0 6px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
   /* background:#09F; 
  border:  #CCC solid 1px;*/
  }

  ul.secondary li
  {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 0;
    border-right: none;
  }

  ul.secondary a
  {
   display: block;
    height: 24px;
    margin: 0 5px 0 0;
    padding: 4px 10px 0 6px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background:#09F; 
  border:  #CCC solid 1px;
  }

  ul.secondary a .tab
  {
    display: block;
    height: 18px; /* 24px (parent) - 6px (padding) */
    margin: 0;
    padding: 3px 8px;
    line-height: 18px;
  }

  ul.secondary a:hover
  {
    border:  #CCC solid 1px;
    background: #003;
	color:#fff;
  }

  ul.secondary a.active,
  ul.secondary a.active:hover
  {
    border:  #CCC solid 1px;
    background: #003;
	color:#fff;
  }
  
  /* Views */
.views-field-title {
  font-size: 140%;
  font-weight:bold;
  margin-top:1.2em;
  color: #036;
  margin-bottom:.35em;
	  
  }
  .whitetxt{
	  color:#fff;
  }
  
  /* IMCE */
  .help-box-title{
	  display:none; 
  }
  
  /* CCK */
  

div.field-item,div.field-item.odd {
  margin-bottom:10px;
  margin-top:5px;
}

