@charset "utf-8";
@import "global_reset.css";
@import "layout.css";
@import "typography.css";

/* Table of content

	TOTAL styles
	HEADER styling
	FOOTER styling
	CONTENT styling
		LEFT COLUMN styling
		RIGHT COLUMN styling
		MIDDLE COLUMN styling

*/

/***** TOTAL styles *****/
html {
	background: #160628 url(../img/page_bg1.jpg) no-repeat center top;
}
body {
	/*background: url(../img/page_bg.jpg) no-repeat center top;*/
}
/***** end total styles *****/

/***** HEADER styling
---------------------------------------------------------------------------------------------------------------- *****/
#header {
	text-align: center;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
#main-logo {
	width: 242px;
	height: 124px;
	float: left;
	margin: 0 0 94px 60px;
}
a#husker {
	width: 274px;
	height: 160px;
	float: left;
	margin-left: 118px;
	text-indent: -9000em;
}
#call-box {
	width: 200px;
	float: right;
	margin: 44px 50px 94px 0;
}
#call-box dl {
	overflow: hidden;
	margin-top: 4px;
}
#call-box dt {
	width: 68px;
	text-align: right;
}
#call-box dd {
	width: 114px;
	text-align: left;
	margin-left: 14px;
}
#call-box dt, #call-box dd {
	float: left;
}
a#specials {
	width: 166px;
	height: 58px;
	position: absolute;
	top: 146px;
	right: 52px;
}
/* gorizontal navigation */
ul#nav-g-fl {
	clear: both;
	display: table;
	margin: 0 auto;
}
*:first-child+html ul#nav-g-fl {
	display: inline;
	zoom: 1.0;
	vertical-align: top;
}
ul#nav-g-fl li {
	float: left;
	margin-left: 16px;
	padding-left: 22px;
	background: url(../img/nav_g_bullet.png) no-repeat left center;
}
ul#nav-g-fl li:first-child {
	margin-left: 0;
	padding-left: 0;
}
ul#nav-g-fl li:first-child + li {
	background-image: none;
}
ul#nav-g-fl li#btn1 {width: 70px; background:none;}
ul#nav-g-fl li#btn2 {width: 150px;}
ul#nav-g-fl li#btn3 {width: 121px;}
ul#nav-g-fl li#btn4 {width: 160px;}
ul#nav-g-fl li#btn5 {width: 164px;}
ul#nav-g-fl li#btn6 {width: 112px;}
ul#nav-g-fl li a, ul#nav-g-fl li span {
	display: block;
	height: 44px;
	font: 29px/44px "Trebuchet MS", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-indent: -9000em;
	background: url(../img/nav_sprite.png) no-repeat;
}
ul#nav-g-fl li span {
	color: #a1e52e;
}
ul#nav-g-fl li a {
	text-decoration: underline;
	color: #fff;
}
ul#nav-g-fl li a:hover, ul#nav-g-fl li a:active {
	text-decoration: underline;
}

ul#nav-g-fl li#btn1 a {
	background-position: 0 0;
}
ul#nav-g-fl li#btn2 a {
	background-position: -70px 0;
}
ul#nav-g-fl li#btn3 a {
	background-position: -220px 0;
}
ul#nav-g-fl li#btn4 a {
	background-position: -341px 0;
}
ul#nav-g-fl li#btn5 a {
	background-position: -501px 0;
}
ul#nav-g-fl li#btn6 a {
	background-position: -665px 0;
}

ul#nav-g-fl li#btn1 a:hover, ul#nav-g-fl li#btn1 a:active {
	background-position: 0 -44px;
}
ul#nav-g-fl li#btn2 a:hover, ul#nav-g-fl li#btn2 a:active {
	background-position: -70px -44px;
}
ul#nav-g-fl li#btn3 a:hover, ul#nav-g-fl li#btn3 a:active {
	background-position: -220px -44px;
}
ul#nav-g-fl li#btn4 a:hover, ul#nav-g-fl li#btn4 a:active {
	background-position: -341px -44px;
}
ul#nav-g-fl li#btn5 a:hover, ul#nav-g-fl li#btn5 a:active {
	background-position: -501px -44px;
}
ul#nav-g-fl li#btn6 a:hover, ul#nav-g-fl li#btn6 a:active {
	background-position: -665px -44px;
}

ul#nav-g-fl li#btn1 span {
	background-position: 0 -88px;
}
ul#nav-g-fl li#btn2 span {
	background-position: -70px -88px;
}
ul#nav-g-fl li#btn3 span {
	background-position: -220px -88px;
}
ul#nav-g-fl li#btn4 span {
	background-position: -341px -88px;
}
ul#nav-g-fl li#btn5 span {
	background-position: -501px -88px;
}
ul#nav-g-fl li#btn6 span {
	background-position: -665px -88px;
}
/* end gorizontal navigation */
/***** end header styling *****/

/***** FOOTER styling
---------------------------------------------------------------------------------------------------------------- *****/
#footer {
	background: url(../img/footer_bg.png) no-repeat;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer address {
	width: 490px;
	float: left;
	margin: 18px 0 0 20px;
}
#footer > a {
	display: block;
	width: 163px;
	height: 30px;
	float: left;
	margin: 10px 0 0 10px;
}
/* text navigation */
ul#nav-g-iln {
	margin: 18px 20px 0 698px;
	text-align: right;
}
ul#nav-g-iln li {
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 6px 0 10px;
}
ul#nav-g-iln li:first-child {
	border-left: none;
}
ul#nav-g-iln li a {
	white-space: nowrap;
	color: #fff;
}
ul#nav-g-iln li a:hover, ul#nav-g-iln li a:active {
	text-decoration: none;
}
/* end text navigation */
/***** end footer styling *****/

/***** CONTENT styling
---------------------------------------------------------------------------------------------------------------- *****/
div#content h1 {margin-bottom:15px; font-size:20px;}

strong.heading {font-size:16px;}

#side-bar > a, #side-bar-home > a {
	display: block;
}
#data-wrapper a.dashed {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-bottom: 32px;
}
#data-wrapper a.dashed span {
	border-bottom: 1px dashed #90ce25;
}
#data-wrapper a.dashed:hover span, #data-wrapper a.dashed:active span {
	border-bottom: none;
}
#side-bar, #side-bar-home {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
#side-bar > *, #side-bar-home > * {
	margin-bottom: 16px;
}
#side-bar h1, #side-bar-home h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
}
#side-bar h2, #side-bar-home h2 {
	font: normal 20px/32px Arial, Helvetica, sans-serif;
	padding-left: 34px;
	background: url(../img/col_h2_bullet.png) no-repeat left center;
}

/***** LEFT COLUMN styling *****/
/* vertical navigation */
ul#nav-v-specials {
	margin-bottom: 32px;
}
ul#nav-v-specials li a {
	display: block;
	background: url(../img/nav_v_bullet.png) no-repeat left center;
	padding: 8px 0 8px 34px;
	text-decoration: underline;
	color: #fff;
	font-size: 16px;
}
*:first-child+html ul#nav-v-specials li a {
	zoom: 1.0;
}
ul#nav-v-specials li a:hover, ul#nav-v-specials li a:active {
	text-decoration: none;
	background-position: 10px center;
}
/* end vertical navigation */
/***** end left column styling *****/

/***** RIGHT COLUMN styling *****/
/* vertical navigation */
ul#nav-v {
	margin-bottom: 32px;
}
#nav-v li a {
	display: block;
	height: 72px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#nav-v li a:hover, #nav-v li a:active {
	background: url(../img/nav_right_bg.png) no-repeat;
}
#nav-v li a img {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 12px;
}
#nav-v li a > span {
	display: table;
	height: 100%;
	margin-left: 74px;
}
*:first-child+html #nav-v li a > span {
	display: block;
	cursor: pointer;
}
#nav-v li a > span span {
	display: table-cell;
	height: 100%;
	width: 144px;
	vertical-align: middle;
	overflow: hidden;
}
*:first-child+html #nav-v li a > span span {
	display: block;
	height: auto;
	zoom: 1.0;
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight) < 0 ? "0" : Math.round((parentNode.offsetHeight - this.offsetHeight)/2) + "px");
}
/* end vertical navigation */
/***** end right column styling *****/

/***** MIDDLE COLUMN styling *****/
.right {
	float: right;
}
.left {
	float: left;
}
div.line { border-bottom:1px solid #626984; width:697px; height:1px; padding:0; margin:25px 0; clear:both;
}
ul.special li { margin:8px 0;
}
/***** end middle column styling *****/
/***** end content styling *****/

/***** FORM STYLING *****/
input { width:200px; padding:3px 5px; background:url(../img/input.jpg); border:1px solid #fff; color:#eee;
}
input:focus { width:200px; padding:3px 5px; background:url(../img/input2.jpg); border:1px solid #fff; color:#fff;
}
input.submit { width:97px; height:26px; background:url(../img/submit.png); border:none; margin-left:342px;
}
input.submit:hover { width:97px; height:26px; background:url(../img/submit2.png); border:none;
}
textarea { width:200px; height:90px; padding:5px; border:1px solid #fff; background:url(../img/textarea.png) bottom right no-repeat #769642; overflow-y:scroll; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:13px;
}