@charset "UTF-8";
/* CSS Document */
@import url("/_styles/menu.css");
@import url("/_styles/content.css");
/*----------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color: #1a72bf;
}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    min-width: 380px;
    width: 100%;
}
#page {
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    min-width: 380px;
    position: absolute;
    width: 100%;
}
#header {
	background-image:url(/images/bannerbg.png);
	background-repeat:repeat-x;
    left: 0;
    min-width: 380px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
	padding-top:10px;
}
#header img {
	margin:0 auto;
	display:block;
}	
#top {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
#navigation {
	background-image:url(/images/menubg.png);
	background-repeat: no-repeat;
	background-position:center;
    bottom: 0;
    height: 25px;
    left: 0;
    min-width: 380px;
    position: absolute;
    width: 100%;
    z-index: 25;
}
.bannermidimg {
    padding: 0;
    vertical-align: bottom;
}
.banner_left {
    float: left;
    margin: 0;
    position: relative;
    z-index: 10;
}
.banner_right {
    float: right;
    margin: 0;
    position: relative;
    z-index: 10;
}
/*----------------------------*/
#content {
    margin-left:auto;
    margin-right:auto;
    padding-top: 125px;
    width: 980px;
}
#content #full {
    display: block;
    float: left;
    margin: 0;
    width: 980px;
}
#content #full #btm {
    background-color: #FFCC33;
    bottom: 0;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    width: 980px;
}
/*----------------------------*/
#content #twoclmn_left {
    display: block;
    float: left;
    padding: 0 0 0 20px;
    width: 170px;
}
#content #twoclmn_left #btml {
    bottom: 0;
    display: block;
    float: left;
    height: 100%;
    margin: 0 0 25px;
    min-height: 100%;
    padding: 0;
    position: absolute;
    width: 190px;
}
#content #twoclmn_right {
    display: block;
    float: left;
    margin: 0 0 0 40px;
    padding: 0 20px 0 0;
    width: 730px;
 }
#content #twoclmn_right #btmr {
    bottom: 0;
    display: block;
    float: left;
    margin: 0 0 75px 20px;
    padding: 0;
    position: absolute;
    width: 770px;
}
#twoclmn_left,#twoclmn_right,#threeclmn_left,#threeclmn_middle,#threeclmn_right {
	margin-bottom:75px !important;
}
/*----------------------------*/
#content #threeclmn_left {
    display: block;
    float: left;
    padding: 0 0 0 20px;
    width: 170px;
}
#content #threeclmn_left #btml {
    bottom: 0;
    display: block;
    float: left;
    height: 100%;
    margin: 0 0 25px;
    min-height: 100%;
    padding: 0;
    position: absolute;
    width: 200px;
}
#content #threeclmn_middle {
	display: block;
    float: left;
    margin:0 40px;
    padding: 0;
    width: 520px;
}
#content #threeclmn_middle #btmm {
    background-color: #FF66CC;
    bottom: 0;
    display: block;
    float: left;
    margin: 0 10px 25px;
    padding: 0;
    position: absolute;
    width: 560px;
}
#content #threeclmn_right {
    display: block;
    float: right;
    padding: 0 20px 0 0;
    width: 170px;
}
#content #threeclmn_right #btmr {
    bottom: 0;
    display: block;
    float: left;
    height: 100%;
    margin: 0 0 25px;
    min-height: 100%;
    padding: 0;
    position: absolute;
    width: 200px;
}
/*----------------------------*/
#content #twoclmn_left #btml img, #content #threeclmn_left #btml img, #content #threeclmn_right #btmr img {
    bottom: 0;
    left: -2px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}
/*----------------------------*/
#footer {
	background-image:url(/images/footerbg.jpg);
	background-repeat:repeat-x;
    height: 70px;
	/*bottom: 0;
    left: 0;
    position: absolute; */
    width: 100%;
    z-index: 20;
}
.footerpush {
	margin-bottom:65px;
}
#footer #stuff {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 980px;
	top:50px;
}
#footer #stuff p {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	/* font-size: 7pt; */
	margin: 0;
	text-align: center;
}
.footer_left {
    float: left;
    padding-left: 10px;
}
.footer_right {
    float: right;
    padding-right: 10px;
}
/*----------------------------*/
* html #page, #page_req, #page_contact, #page_links {
    height: 100%;
}
.demo {
	min-height:75px;
}