/*

BASIC LAYOUT
Filename: basic_layout.css
Description: This file serves as a framework guidline for the Sunflower State Games.
Author: Bret McVey, Jason Beaty
Company: NMPP Energy Power Manager Plus

*/

/* HTML Elements ------------------------------ */
body {
  margin: 0;
  padding: 0;
  text-align: center;
}

div.page {
  margin: 0 auto;
  text-align: left;
  width: 800px;
}


/* Header ------------------------------ */
div.header {
  margin: 0;
  padding: 0;
  height: 40px;
  width:800px !important;
  float: left;
  clear: both;
  overflow: hidden;
}

/* Enclosing------------------------ */
div.enclosing{
  float: left;
  clear: both;
  margin: 0;
  padding: 1em 0;
  width: 800px;
}

/* 3 HOME Column Template------------------------ */
.column {
  float: left;
  overflow: hidden;
}

#column1 {
  padding: 0 10px 0 0;
  width: 555px !important;
}
#column2 {
  padding: 0 0 0 0;
  width: 231px !important
}

/* 3 Column Column1-- */
body#three_column_home_template div#column1{
  float: left;
  width: 166px !important; 
  margin:0;
}

/* 3 Column Column2-- */
body#three_column_home_template div#column2{
  float: left;
  width: 462px !important; 
  margin: 0 5px 0 0;
  padding: 0;
}

/* 3 Column Column3-- */
body#three_column_home_template div#column3{
  float: left;
  width: 136px !important;
  padding: 0 10px; 
}

/* 3 Column Subpage Narrow 3rd Column Template------------------------ */
/*
body#three_column_subpage_narrow_third_column_template div#column1{
  float: left;
  width: 165px !important; 
  margin: 0 5px 0 0;
  padding: 0;
}
body#three_column_subpage_narrow_third_column_template div#column2{
  float: left;
  width: 459px !important; 
  margin: 0 5px 0 0;
  padding: 0 10px;
}
body#three_column_subpage_narrow_third_column_template div#column3{
  float: left;
  width: 126px !important;
 padding: 0 10px;
}
*/

/* 3 Column Subpage Wider 3rd Column Template------------------------ */

/* 3 Column Column1-- */
body#three_column_subpage_wider_third_column_template div#column1,
body#three_column_subpage_narrow_third_column_template div#column1 {
  float: left;
  width: 165px !important; 
  margin: 0 5px 0 0;
  padding: 0;
}

/* 3 Column Column2-- */
body#three_column_subpage_wider_third_column_template div#column2,
body#three_column_subpage_narrow_third_column_template div#column2 {
  float: left;
  width: 361px !important; 
  margin: 0 5px 0 0;
  padding: 0 10px;
}

/* 3 Column Column3-- */
body#three_column_subpage_wider_third_column_template div#column3,
body#three_column_subpage_narrow_third_column_template div#column3 {
  float: left;
  width: 224px !important;
  padding: 0 10px; 
}

/* 2 Column Subpage Template------------------------ */

/* 2 Column Column1-- */
body#two_column_template div#column1{
  float: left;
  width: 165px !important; 
  margin: 0 5px 0 0;
}

/* 2 Column Column2-- */
body#two_column_template div#column2{
  float: left;
  width: 590px !important; 
  margin: 0;
  padding: 0 10px;
}

/* Footer ------------------------------ */
div.footer {
  float:left;
  clear: both;
  margin: 0 0 1em 0; 
  width: 100%
}

/*

BASIC STYLE
Filename: basic_style.css
Description: This file serves as the skin that will control the look/feel of the given layout.
Author: Bret McVey, Jason Beaty
Company: NMPP Energy Power Manager Plus

*/

/* HTML Elements ------------------------------ */
body {
  background: #FFF url(/resources/all/files/_SiteRoot/SITE5/Icons/subpage_page_bg.jpg) repeat-x left top;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  text-align: center;
}
body#three_column_home_template,
body#template_home {
  background: #FFF url(/resources/all/files/_SiteRoot/SITE5/Icons/home_page_bg.jpg) repeat-x left top;
}
img{
  border: none;
}
a, 
a:link {
  color: #0074BE;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #0074BE;
 text-decoration: none;
}
a:visited {
  color: #0074BE;
 text-decoration: none;
}
a:hover {
  color: #0074BE;
 text-decoration: underline;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  color: #143264;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.85em;
  margin: 0 0 .5em 0;
  padding: 0;
}
h3{
  font-size: 1.45em;
  margin: 0 0 .25em 0;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
}

/* Alignment */
.align_left {
  float: left;
}
.align_right {
  float: right;
}
img.align_left {
  margin: 10px 10px 10px 0;
}
img.align_right {
  margin: 10px 0 10px 10px;
}

.page {
  background: #FFF;
}

/* Home Header ------------------------------ */
body#three_column_home_template div.header,
body#template_home div.header {
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/home_header_bg.jpg) no-repeat left top;
  padding: 227px 0 0 0;
}

/* Subpage Header ------------------------------ */
div.header {
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/header_bg.jpg) no-repeat left top;
  padding: 166px 0 0 0;
}


/* Top Navigation*/
div#top_nav{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/top_nav_bg.jpg) no-repeat left top;
  height: 40px;
}

div#top_nav ul{
   margin: 0 0 0 140px;
  border-left: 1px #fff solid;
}

div#top_nav ul li a{
  display: block;
  margin: 0;
  color: #132f3b;
  font-size: .95em;
}

div#top_nav ul li.home_link a{
  padding: 6px 28px 6px 30px;
}

div#top_nav ul li.about_us_link a{
  padding: 6px 1em 6px 20px;
}

div#top_nav ul li.contact_us_link a{
  padding: 6px 1em 6px 15px;
}

div#top_nav ul li a:hover{
  color: #13879e;
  text-decoration: none;
}

/* Enclosing------------------------ */
div.enclosing{
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/body_narrow_2c_bg.png) repeat-y right top;
  font-size: .95em;
}

/* HOME Enclosing------------------------ */
body#three_column_home_template div.enclosing{
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/home_body_bg.jpg) repeat-y left top;
}

/* Subpage Wider 3rd Column Enclosing------------------------ */
body#three_column_subpage_narrow_third_column_template div.enclosing,
body#three_column_subpage_wider_third_column_template div.enclosing {
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/body_wide_3c_bg.jpg) repeat-y left top;
}

/* Subpage 2 Column Enclosing------------------------ */
body#two_column_template div.enclosing{
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/body_2c_bg.jpg) repeat-y left top;}

/* Left Menu -------------------------- */
#column1 ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  width: 143px;
}
#column1 ul ul{
  border: none;
}

#column1 ul li {
  margin: 0;
  padding: 0;
  width: 143px;
}
#column1 ul li.mi_parent {
  width: 143px;
}
#column1 ul li.mi_parent div {
  border-bottom: 1px #0074BE solid;
  font-weight: bold;
  padding: .1em 16px .1em 5px;
}

#column1 ul a {
  border-bottom: 1px #0074BE solid;
  display: block;
  margin: 0;
  text-decoration: none;
}
#column1 ul li a {
  font-weight: bold;
  padding: .25em 0 .25em 18px;
  width: 133px;
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/menu_arrow.jpg) no-repeat left center;
}
#column1 ul li a:hover {
  border-bottom: 1px #003C2D solid;
  color: #003C2D;
}
#column1 ul ul li a {
  font-size: .9em;
  font-weight: normal;
  padding: .2em 0 .2em 20px;
  width: 123px;
}

#column1 ul li.mi_active a, 
#column1 ul li.mi_active a.link {
  color: #FFF;
  background: #143264 url(/resources/all/files/_SiteRoot/SITE5/Icons/menu_arrow.jpg) no-repeat left center;
}

/* Mouse Background */
div#about_us_text,
div#contact_us_text{
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/mouse_bg1.jpg) no-repeat 135px top;}
div#contact_us_text{
 padding: 0 0 11.5em 0;
}

/* 3rd Column Styles */

#column3 ul{
  padding: 0;
  margin: 0 0 0 1.25em;
}

#column3 h3{
  color: #336699;
}

div#third_column_addresses{
  text-align: center;
}

div#third_column_addresses *{
  margin: 0;
}
div#third_column_addresses img{
  margin: 1em 0 0 0;
}

/* Footer ------------------------------ */
div.footer {
  color: #666;
  font-size: .8em;
}

div.footer .textbean {
  padding: 0 1em;
}
div.footer_text{
  float: left;
}

.footer p {
  margin: 0 0 .75em 0;
}
/* HOME Footer ------------------------------ */
body#three_column_home_template div.footer {
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/home_footer_bg.jpg) no-repeat center top;
  padding: 2em 0 3.25em 0;
}

/* Subpage Footer ------------------------------ */
body#three_column_subpage_narrow_third_column_template div.footer,
body#three_column_subpage_wider_third_column_template div.footer,
body#two_column_template div.footer {
  background: transparent url(/resources/all/files/_SiteRoot/SITE5/Icons/footer_bg.jpg) no-repeat center top;
  padding: 1.5em 0 3.25em 0;
}


/* Contact Form ------------------------------ */
.note_con,
.user_entry_required_con {
  color: #C00;
}
.note_con {
  background: #EEE;
  display: block;
  margin: 0 0 1em 0;
  padding: .25em;
}
.question_con {
  clear: both;
  float: left;
  font-weight: bold;
  margin: 0 0 .75em 0;
}
.question_con span,
.question_con div {
  float: left;
}
.question_con span.extra_value_name {
  padding: .1em .5em 0 0;
  text-align: right;
  width: 11em;
} 
.question_con input,
.question_con textarea {
  border: 1px #CCC solid;
  color: #555;
}
.question_con input:focus,
.question_con textarea:focus {
  background: #FFA;
  border: 1px #CE1A01 solid;
  color: #000;
}
.question_con input {
  padding-left: .25em;
  padding-right: .25em;
}
.email_con.question_con input {
  width: 200px;
}
.question_con textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: 10em;
  padding: .25em;
  width: 300px;
}
.address.question textarea {
  height: 3em;;
  width: 200px;
}
span.submit_button {
  clear: both;
  display: block;
  float: none;
  margin: 0 0 0 11em;
}
button.submit_button {
  clear: both;
  float: left;
  margin: 0 0 0 .5em;
}




/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
