/*

BASIC LAYOUT
Filename: basic_layout.css
Description: This file serves as a framework guidline for the Sunflower State Games.
Author: Bret McVey
Company: NUTechPark.com

*/

/* HTML Elements ------------------------------ */
html, body, form {
  margin: 0;
  padding: 0;
}
.page {
  margin: 0 auto;
  width: 1000px;
}
#body {
 padding: 15px;
}

/* Header ------------------------------ */
#header {
  height: 95px !important;
  margin: 0 0 10px;
  padding: 20px 0 0 0;
  text-align: left;
}
#welcome_page #header {
  height: 68px !important;
  margin: 0;
}
#topnav {
  height: 24px;
  margin: 16px 0 0 0;
}



/* Columns ------------------------------ */
#e_column_0 {
  float: left;
  margin: 0 0 0 0;
  width: 1000px !important;
}
.column {
  float: left;
  overflow: hidden;
  text-align: left;
}
#column1 {
  padding: 0;
  width: 148px !important;
}
#template_welcome #column1 {
  padding: 15px 15px;
  width: 600px !important;
}
#column2 {
  margin: 0 1px !important;
  padding: 0 15px 4em 15px;
  width: 820px !important;
}
#template_welcome #column2 {
  width: 330px !important;
}

/* Home Page Only */
body#main_page div#column2 {
  margin: 0 1px !important;
  padding: 0;
  width: 586px !important;
}
#column3 {
  width: 263px !important;
}


/* Footer ------------------------------ */
#footer {
  float: left;
  margin:  0;
  padding: 0;
  width: 1000px !important;
}

/*

BASIC STYLE	
Filename: basic_layout.css
Description: This file serves as the skin that will control the look/feel of the given layout.
Author: Bret McVey
Company: NUTechPark.com

*/

/* HTML Elements ------------------------------ */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}

/* Links */ 
a,
a:link {
  color: #49A6EB;
  text-decoration: none; 
  font-weight: bold;
}
a:active { 
  color: #F00; 
  text-decoration: none;
}
a:visited {
  color: #89BBE1; 
  text-decoration: none;
}
a:hover { 
  color: #008aff;
  text-decoration: underline;
}
img {
  border: none;
}
h1, h2, h3, h4, h5, h6, 
p, pre, blockquote {
  margin: 0;
  padding: 0;
}
ul, ol, dl, address {
  margin: 0 0 1.5em 2em;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  color: #008752;
  font-size: 2em;
}
h2 {
  color: #008752;
  font-size: 1.5em;  
  margin: 0 0 .1em 0;
}
h3 {
  color: #333;
  font-size: 1.1em;
}
h4 {
  color: #008752;
}
p {
  margin: 0 0 1em 0;
  font-size: 1em;
 }
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Alignment */
.img_left {
  float: left;
  margin: 0 10px 10px 0;
}
.img_right {
  float: right;
  margin: 0 0 10px 10px;
} 

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
textarea {
  border: 1px #CCC solid;
}
button {
  background: #EEE url(/resources/all/files/_SiteRoot/SITE1/Icons/greybutton-bg.jpg) repeat-x center center;
  border: 1px #CCC solid;
  border-width: 1px 1px 2px 1px;
  color: #555;
  cursor: hand;
  cursor: pointer;
  font: bold 11px Arial, Helvetica, sans-serif;
  margin: 0 .05em 0 0;
  padding: .25em .75em .2em .75em;
}
button:hover {
  border-color: #999;
  color: #333;
}


/* Header ------------------------------ */
#header {
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/full_header-bg.jpg) no-repeat right top;	
}

/* Page Logos */
div#screen_logo h1 {
  font-size: 0em;
  height: 26px;
  width: 436px;	
  overflow: hidden;
  margin: 0 0 0 0;
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/techpark_logo.gif) no-repeat;	
}
div#screen_logo h1 a {
  display: block;
  padding: 26px 0 0 0;
}
div#print_logo {
  display: none;
}

/* Top Navigation */
#topnav ul.menubeanh {
  margin: 0 0 0 4px;
  padding: 4px 0 0;
  position: relative;
  z-index: 1;
  height: 30px;
  width: 700px;
}
#topnav ul.menubeanh li {
  z-index: 10;
  padding: 0;
  float: left;
  margin: 2px 0 0;
  position: relative;
}
#topnav ul.menubeanh li a {
  background: #00633c;
  color: #FFF;
  font-size: .9em;
  font-weight: bold;
  margin: 2px 3px 0 0;
  padding: 4px .75em 3px .75em;
  text-decoration: none;
}

#topnav ul.menubeanh li a:hover,
#topnav li ul.menubeanh li.mi_active a:hover {
  background: #005231;
  color: #FFA;
}
#topnav ul.menubeanh li.mi_active a,
#topnav ul.menubeanh li.mi_active a:hover,
#topnav li.mi_active ul.menubeanh li.mi_active a {
  background: #f4fafd;
  color: #008aff;
}

#topnav ul li ul.menubeanh {
  width: 120px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 100;
  margin: 0;
}
#topnav li ul.menubeanh li {
  float: left;
  margin: 0;
  border-bottom: 1px solid #f4fafd;
}
#topnav li ul.menubeanh li a {
  display: block;
  width: 120px;
  margin: 0;
}

/* breadcrumb --------------------- */
#breadcrumb {
  clear: both;
  margin: 0 0 0 138px;
}

#breadcrumb ol {
  margin: 0;
  padding: 14px 0 0 18px;
  float: left;
}
#breadcrumb ol li {
  float: left;
  display: inline;
  padding: 0 12px;
  background: url(/resources/all/files/38126/_fn/arrow_grey.gif) no-repeat 0 5px;
}
#breadcrumb ol li.root {
  background-image: none;
  padding-left: 0;
}
#breadcrumb ol li a {
    color: #393939;
}
#breadcrumb ol li.current {
  color: #ed4005;
  background: url(/resources/all/files/37888/_fn/arrow.gif) no-repeat 0 3px;
}
/*breadcrum exceptions */
#events_page #breadcrumb,
#companies_page #breadcrumb {
  margin: 0;
}
#welcome_page #breadcrumb {
  display: none;
}

/* Columns ------------------------------ */



/* Footer ------------------------------ */
#footer {
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/footer-bg.gif) repeat-x right top;	
  font-size: .85em;
}
#footer .textbean {
  background: url(/resources/en/files/_SiteRoot/SITE23/Icons/footercorner-bg.gif) no-repeat left top;	
  padding: 35px 0 0 0;
}


/* Article Styles ------------------------------ */
#main_article {
  float: left;
  margin: 0 0 0 18px;
  width: 280px;
}
#template_news #main_article,
#template_news #recent_articles {
  margin: 0;
  width: 804px;
}
.textbean img.main_image {
  float: left;
  margin-right: 15px;
}
#main_text p {
  font-size: 14px;
}
#main_image {
  float: left;
  margin: 0 0 1em 0;
}
#main_article .ac_heading,
#recent_articles .ac_heading,
#news_media .ac_heading {
  color: #999;
  font-size: .8em;
}
#main_article .article_heading,
.article .article_heading {
  color: #008752;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
}
div.article_link_read_more {
  text-align: right;
}
.article_link_read_more a {
  border-bottom: 1px #EEE solid;
  color: #008aff;
  display: block;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: .25em 0;
  text-decoration: none;
}
.article_link_read_more a:hover {
  border-bottom: 1px #999 solid;
}
#recent_articles {
  background: #F5FAFE;
  border-bottom: 2px #DEE3E6 solid;
  clear: both;
  float: left;
  padding: 10px;
  width: 580px;
}
#recent_articles ul,
ol.ac_style_list  {
  list-style: none;
  margin: 0;
  padding: 0;
}
#recent_articles li {
  margin: 0;
  padding: 0;
}
#recent_articles li a {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/blue_arrow.png) no-repeat right center;
  border-bottom: 1px #EEE solid;
  color: #555;
  display: block;
  font-weight: bold;
  padding: .25em 0;
  text-decoration: none;
}
#recent_articles li a:hover {
  border-bottom: 1px #49A6EB solid;
  color: #333;
}
#news_media .article_heading {
  font-size: 1.5em;
  font-weight: normal;
}
#news_media .article_link_read_more a {
  margin: 0 0 1em 0;
}


/* Vertical Navigation */
#column1 div.menubean {
  background: #F5FAFE;
  border-bottom: 2px #DEE3E6 solid;
  margin: 0 0 1.5em 0;
  padding: 10px 0;
}
#column1 .menubean ul {
  list-style-image: none;
  list-style: outside;
  list-style: none;
  margin: 0;
  padding: 0;
}
#column1 .menubean ul li {
  margin: 0;
  padding: 0;
}
#column1 .menubean ul li a {
  border: none;
  color: #555;
  display: block;
  font-size: .9em;
  font-weight: bold;
  margin: 0;
  padding: .25em 10px;
  text-decoration: none;
}
#column1 .menubean ul li a:hover {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/subnav-bg.png) no-repeat left bottom;
  color: #333;
}
#column1 .menubean ul li.mi_active a,
#column1 .menubean ul li.mi_active a:hover {
  background: #0189FF url(/resources/all/files/_SiteRoot/SITE23/Icons/subnav-active.png) no-repeat 135px center;
  color: #FFF;
}

/* Special Home Page Content ------------------------------ */
#visit_techpark,
#techpark_news {
  clear: both;
  float: left;
  margin: 1em 0;
  width: 600px;
}
#techpark_news h3,
#visit_techpark h3 {
  background: #008752 url(/resources/all/files/_SiteRoot/SITE23/Icons/visit_techpark-bg.png) no-repeat right center;
  color: #FFF;
  padding: .25em;
}
.focus_block {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/focus-bg.png) repeat-x left -10px;
  padding: 5px;
}
.focus_block h2 a {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/blue_arrow.png) no-repeat 308px center;
  color: #008752;
  display: block;
  text-decoration: none;
}

/* Site Search ------------------------------ */
#header .sitesearch {
  position: absolute;
  top: 64px;
  left: 50%;
  font-size: .8em;
  margin: 0 0 0 270px;
}
#header .sitesearch input.site_search_query {
  border: 1px #005030 solid;
  border-width: 1px 1px 2px 1px;
  padding-left: .25em;
  padding-right: .25em;
}
#header .sitesearch input.site_search_button {
  background: #00633c;
  border: 1px #005030 solid;
  border-width: 1px 1px 2px 1px;
  color: #FFF;
  font-weight: bold;
}
.site_search_results_heading {
  background: none !important;
  border: none !important;
  border-bottom: 1px #CCC solid !important;
  margin: 0 0 .5em 0;
}
.site_search_title {
  color: #008752 !important;
}
.site_search_results_count {
  color: #333 !important;
}
.site_search_results_heading {
  background: #005C95;
  border: 1px #E5ECF9 solid;
}
.site_search_results_heading .site_search_title,
.site_search_results_heading .site_search_results_count {
  color: white;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
  color: red;
}
.site_search_result .site_search_result_title {
  color: blue;
}
.site_search_result .site_search_result_link {
  color: green;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
  background: #005C95;
  color: white;
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid;
}
/* Company Profiles ------------------------------ */
.company_profile {
  border-bottom: 1px #EEE solid;
  clear: both;
  float: left;
  margin: 0 0 1em 0;
  width: 820px;
}
.company_profile h3 a {
  background: transparent url(/resources/all/files/_SiteRoot/SITE23/Icons/blue_arrow.png) no-repeat right center;
  color: #333;
  padding: 0 15px 0 0;
}
.company_profile h3 a:hover {
  color: #008752;
}


/* Newsletter Signup ------------------------------ */
#newsletter_signup {
  float: left;
  padding: 0 5px;
  width: 100%;
}
#newsletter_signup input {
  width: 200px;
}
#newsletter_signup span.submit_button {
  clear: none;
  float: left;
  display: block;
  margin: 0;
}
#newsletter_signup * {
  float: left;
}


/* DynaForm */
.formentrybean {
  margin: 1em 0 0 0;
}
.formentrybean .extra_value_renderer_con {
  margin: 0 0 .5em 0;
}
#column1 .formentrybean input {
  width: 155px;
}
.formentrybean .lastname_con.question_con {
}
.formentrybean .firstname_con.question_con,
.formentrybean .lastname_con.question_con,
.formentrybean .city_con.question_con,
.formentrybean .region_con.question_con,
.formentrybean .postalcode_con.question_con {
  clear: none;
  float: left;
  margin: 0 1em .75em 0;
}
.formentrybean .lastname_con.question_con {
  clear: right;
}
.formentrybean .question_con textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 500px;
}
.formentrybean .email_con.question_con,
.formentrybean .address01_con.question_con {
  clear: both;
}
.formentrybean .address01_con.question_con input,
.formentrybean .address02_con.question_con input {
  width: 250px;
}
.formentrybean .city_con.question_con {
  clear: left;
}
.formentrybean .city_con.question_con input {
  width: 175px;
}
.formentrybean .region_con.question_con input {
  width: 40px;
}
.formentrybean .extra_value_name_con {
  font-weight: bold;
}
.formentrybean span.extra_value_renderer_con {
  display: block;
}
.formentrybean input {
  border: 1px solid #ccc;
}


td.label_con {
  font-weight: bold;
}
/* Shopping Cart */
.shoppingcartbean td {
  padding: .1em .2em;
}
.shoppingcartbean span.column_heading.label {
  font-size: 1.25em;
}
span.update_order_con,
span.checkout_order_con {
  display: block;
  float: left;
  padding: 1em .2em;
}
.orderaddressesbean fieldset {
  border: 1px #ccc groove;
}
.orderaddressesbean fieldset legend {
  font: bold 1em Arial;
}
.orderaddressesbean span.email {
  display: block;
}
/* Generated by I2RD CMS Thu Dec 07 07:13:11 UTC 2006 */
#header {
  width: auto;
  height: auto;
}
#column1 {
  width: 50.0%;
  height: auto;
}
#e-column_0 {
  width: auto;
  height: auto;
}
#column2 {
  width: 50.0%;
  height: auto;
}
#footer {
  width: auto;
  height: auto;
}
/* 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;
}
.site_search_results_heading {
  padding: 0.125em;
}
.site_search_results_heading .clear_float_bounding {
  line-height: 1px;
}
.site_search_no_results .site_search_query {
  font-weight: bold;
}
.site_search_results_heading .site_search_title {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
  width: 50%;
  float: left;
  clear: left;
}
.site_search_results_heading .site_search_results_count {
  margin-top: 0.125em;
  text-align: right;
  display: block;
  width: 50%;
  float: left;
  clear: right;
}
div.site_search_rpp {
  margin-bottom: 1em;
  margin-left: 0.125em;
  font-size: 80%;
}
a.site_search_rpp {
  text-decoration: none;
}
div.site_search_rpp span.site_search_rpp {
  padding-left: 0.25em;
}
div.site_search_rpp span.site_search_rpp_sep {
  border-right: 1px black solid;
}
.site_search_current_rpp {
}
div.site_search_results {
  margin: 1em 0 1em 0;
  width: 100%;
  float: left;
}

.site_search_result {
   padding-bottom: 0.71em;
}
.site_search_result .highlight {
  font-weight: bold;
}
.site_search_result .site_search_result_title {
}
.site_search_result .site_search_result_description {
  font-size: 0.93em;
}
.site_search_result .site_search_result_link {
  font-size: 0.93em;
}
.site_search_pager {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  height: 1.5em;
  padding: 10px;
}
.site_search_pager a, site_search_rpp {
  text-decoration: none;
}
span.site_search_pager_offset a:hover, 
.site_search_current_offset a,
span.site_search_pager_prev a:hover,
span.site_search_pager_next a:hover {
}
span.site_search_pager_offset a,
span.site_search_pager_prev a,
span.site_search_pager_next a {
  border: 1px gray solid; 
  padding: 0.13em 0.33em 0.13em 0.33em;
}
span.site_search_pager_offset {
  padding-left: 0.25em;
}
.site_search_pager_next {
  padding-left: 0.25em;
}
