/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

a img {
    border: 0px;
}



/* NAVIGATION/MENU SETTINGS */

a.mainlevel:link, a.mainlevel:visited {
  display: block;
	background: #000000 url(../images/bus_menu_item_bg.png);
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	font: "trebuchet MS";
	text-transform: none;
	text-align: left;
	height: 25px;
	line-height: 20px;
	text-indent: 22px;
	width: 140px;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

a.mainlevel#active_menu {
	background-position: 0px -50px;
	color: #666666;
	font-weight: bolder;
}
a.mainlevel#active_menu:hover {



}
a.mainlevel-sub:link, a.mainlevel-sub:visited {
  display          : block;
  font-size        : 10px;
  border-top       : 2px solid #ffffff;
  background-color : #F3EDD8;
  font-weight      : bold;
  color: #333333;
  letter-spacing: 1px;
  padding          : 1px 0px 1px 0px;
  color            : #666666;
  width            : 140px;
  text-indent      : 5px;
    
}
a.mainlevel-sub:hover {
display          : block;
  font-size        : 10px;
  border-top       : 2px solid #ffffff;
  background-color : #666666;
  font-weight      : bold;
  color: #ffffff;
  letter-spacing: 1px;
  padding          : 1px 0px 1px 0px;
  color            : #333333;
  width            : 140px;
  text-indent      : 5px;
	
	}
	
	a.mainlevel-sub#active_menu {
	display          : block;
  font-size        : 10px;
  border-top       : 2px solid #ffffff;
  background-color : #333333;
  font-weight      : bold;
  color: #ffffff;
  letter-spacing: 1px;
  padding          : 1px 0px 1px 0px;
  color            : #333333;
  width            : 140px;
  text-indent      : 5px;
	
	}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #666666;	text-decoration: none;
	font-weight: normal;
	border:none;
}

td,tr,p,div {
	font-family: "trebuchet MS";
	line-height: 130%;
	font-size: 11px;
	color: #666;
}

h3, .componentheading {
	font-family: "trebuchet MS";
	font-weight: normal;
	font-size: 14px;
	color: #003366;
	line-height: 18px;
	margin: 5px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;
}

general {
font-family: "trebuchet MS";
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-align: left;
}

.componentheading {
  padding-top: 10px;

}
.contentheading {
  font-family: "trebuchet MS";
  padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bolder;
	height: 45px;
	vertical-align: bottom;
	color: #0066CC;
	text-align: left;
	width: 300px;
	}
	

a.contentpagetitle:link,  a.contentpagetitle:visited{

	font-size: 15px;
	font-weight: bolder;
	color: #003366;
	font: "trebuchet MS";
	text-transform: none;
	text-align: left;
	height: 25px;
	line-height: 20px;

	width: 140px;
}

a.contentpagetitle:hover  {

	text-decoration: none;
	font-weight: bolder;
	color: #0066CC;
}



a.contentpagetitle:hover  {

	text-decoration: none;
	font-weight: bolder;
	color: #FF3300;
}

.rojos {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpane, table.contentpaneopen {
  width: 100%;
  
}

div.moduletable {
  margin-bottom: 3px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/de_bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
}

.modifydate {
  height: 30px;
  vertical-align: bottom;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;

}
.createdate {
	height: 25px;
	vertical-align: top;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {

	height: 100%; 
	background-color: #000000;
	background-image: 
url(../images/bgx.gif);
    background-repeat: repeat-y
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage_caption {
  font-size: 12px;
  color: #FD9800;
}

div.center {
  text-align: center;
}

table#main {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

table#inner {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

div.blog_more {
  margin-top: 30px;
}

li.latestnews {
  margin-top: 3px;
}

.pagenav {
  font-weight: bold;
  line-height: 50px;
}

div.syndicate div {
  text-align: center;
}


td.left_shadow {
  width: 5px;
  background: url(../images/de_shadow_left.gif) repeat-y;
}

td.right_shadow {
  width: 5px;
  background: url(../images/de_shadow_right.gif) repeat-y;
}

td.left_bot_shadow {
  width: 10px;
  height: 20px;
  background: url(../images/de_shadow_right_b.gif) no-repeat;
}

td.right_bot_shadow {
  width: 20px;
  height: 20px;
  background: url(../images/de_shadow_left_b.gif) no-repeat;
}

td.bottom {
  text-align: center;
  height: 20px;
  line-height: 20px;
  vertical-align: top;

}

td.wrapper {
  width: 776px;
  text-align: center;
}

div.bottomspacer {
  height: 15px;
}


div#logo {
	background: url(../images/de_logo.png) no-repeat;
	width: 628px;
	height: 73px;
}

div#topmenu {
	background: url(../images/de_topmenu_bg.png) repeat;
	height: 29px;
}

div#topnav {
	background: url(../images/de_topnav_bg.png) no-repeat;
 font-size: 12px;
	width: 183px;
	height: 123px;
}

div#topnav div {
	overflow: hidden;
	 font-size: 12px;
	margin: 0 12px 10px 10px;
	padding-top: 3px;
	height: 108px;
} 

div#pathway {
	height: 33px;
	line-height: 33px;
	text-indent: 7px;
}

div#leftpadding {
  padding: 0px 8px;
}

div#centerpadding {
  padding: 0px 5px 0px 7px; 
  width: auto !important;
  width: 100%;
}

div#rightpadding {
  background: url(../images/de_rightnav_fade.png) no-repeat;
  padding: 5px 17px 0 13px;
  margin: 0 !important;
  margin-top: -5px;
  width: auto !important;
  width: 183px;
}

div#headerpadding {
  padding-bottom: 5px;
}

div#righttop {
    background: transparent url(../images/de_rightnav_top.png) 0 0 no-repeat;
    height: 10px;
    width: 183px;
}

td.greyseperator {
  background: #EBEBEB;
  width: 1px;
}

div.horizseperator {
  background: #EBEBEB;
  height: 1px;
  overflow: hidden;
}

td.rightnav {
  border: 0px solid #0000cc;
  background: url(../images/de_rightnav_bg.png) repeat-y;
}

td.rightbottom  {
  background: url(../images/de_rightnav_bottom.png) no-repeat;
}

td.botmenu {
  background: url(../images/de_bottommenu_bg.png) repeat-x;
  padding-top: 4px;
}

#footmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#footmenu li {
	float: left;
	border-right: 1px solid #fff;
	background: none;
	margin: 0;
	padding: 0;
}

#footmenu a {
  font-family: "trebuchet MS";
  font-size: 11px;
  font-weight: bold;
	float:left;
  display:block;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  color: #999;
}

#footmenu a:hover {
	background: #e1e1e1;
}


#footer {
  margin-top: 4px;
  font-family: "trebuchet MS";
  font-size: 11px;
  color: #ADADAD;
  float: right;
  width: 400px;
  text-align: center;
  
}