/** information for style 1 **/

body {
		background: #6b461d url(../images/tech_bg_2.png) repeat-x;
		color: #21252C; /* dark blue */
}

a:link,
a:visited {
	color: #c00; /* red */
}

div.moduletable h3,
.componentheading,
#moofx a.toggle {
	color: #3B4853; /* dark blue */
}

div#side div,
div#side p,
div#side td,
div.bottom div,
div.bottom p,
div.bottom td {
	color: #DDE3E8; /* light blue */
}

div#side a:link,
div#side a:visited,
div.bottom a:link,
div.bottom a:visited,
a.pathway:link,
a.pathway:visited,
div#footer a:link,
div#footer a:visited {
	color: #efde00; /* lime green */
}

.contentheading {
	color: #0131a8; /* blue color */
}

a.mainlevel:link,
a.mainlevel:visited {
	color:#efde00; /* yellow */
	background: url(../images/tech_menu_fade_2.png) 0 100% no-repeat;
}

div#side a.mainlevel#active_menu:link,
div#side a.mainlevel#active_menu:visited,
div#side a.mainlevel#active_menu:hover {
	color: #fff;
	font-weight: bold;
}

div#side a.mainlevel:hover {
	color: #fff;
}

div#footer {
	color: #fff;
}

table.contenttoc {
  border: 1px solid #DCE2E7;
}

td.sectiontableheader {
  background: #EDF0F3;
  color: #333;
}

div#shadow_l {
	background: transparent url(../images/tech_shadow_l_2.png) no-repeat;
}

div#shadow_r {
	background: transparent url(../images/tech_shadow_r_2.png) 100% 0 no-repeat;
}

div#side {
	background: #6b461d url(../images/tech_side_bg_2.png) repeat-x;
}

div#side_l {
	background: url(../images/tech_side_divider_2.png) no-repeat;
}

div#side_r {
	background: url(../images/tech_side_divider_2.png) 100% 0 no-repeat;
	
}

div#header {
	/*background: url(../images/tech_header_1.jpg) top right no-repeat;*/
}

div#logo {
	background: url(../images/tech_logo_1.png) 50% 0 no-repeat;
}

div#content {
	background: #023CB1; /* light grey body */
}

div.mainbody {
	/*border: 1px solid #0367da; /* grey outline */
	background: #D6D295;
}

div.pagedivider {
	/*background: url(../images/tech_page_divider_2.png) 50% 0 no-repeat;*/
}

div#bottomsection {
	background: #023CB1; /* light blue */
}

div.bottom {
	background: #023CB1 /*url(../images/tech_bottom_bg_2.png) repeat-x;*/
}

#moofx a.toggle {
	border: 1px solid #C5CBCF;
	background: #ECEFF2 url(../images/tech_plus_2.png) 0 50% no-repeat;
}

#moofx div.stretcher {
	background: #dce2e7; /* light blue */
}

#nav {
	background: #023CB1 url(../images/tech_bar_bg_2.png) repeat-x;

}

#nav li {
	border-right: 1px solid #45570E;
	
}

#nav li.on {
	border-right: 1px solid #45570E;
}

#nav li.on li.on {
	border-right: 0;
}

#nav li ul {
	background: #efde00;
}

#nav li.on ul {
	background: #efde00;
}

#nav li a {
	color: #fff;
	background: url(../images/tech_menu_2.png) 0 0 no-repeat;
}

#nav li.on a {
	color: #0131a8;
}

#nav li.on li.on a {
	color: #000;
}

#nav li:hover ul a,
#nav li.over ul a{
	border-right: 1px solid #0131a8;
}

#nav li ul a, #nav li.on ul a {
	color: #000;
	border-right: 1px solid #0131a8;
}

#nav li.on ul a {
	color: #0131a8;
}

#nav ul a:hover {
	color: #6b461d;
}

#nav li.on li a:hover {
	color: #6b461d;
}
/******************Slogan *****/

.slogan 	{
	position:relative;
	top:125px;
	/*left:20px;*/
	font-size:11px;
	font-weight:bold;
	color:#efde00;
	font-style:italic;
	text-align:center;
}
a:hover #logo	{	
	text-decoration:none;
	color:#efde00;
}
a #logo	{	
	color:#efde00;
}

