#search {
	width:70%;
}

#searchContainer  {
	text-align: right;
}
#searchContainer input[type=image] {
	width: 25px;
}
#header {
    height: 23px;
}

#header_top_site_link {
  text-align: left;
  height: 100%;
  float: right;
  padding-left: 2px;
}
#header_top_links {
	text-align: right;
	height: 23px;
	margin: 0 auto;
	padding-right: 2px;
	max-width: none;
}

.header_top_links {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: 23px;
}
#header_top a {
    text-decoration: none;
    color: #fff;
	font-weight:400;
	font-size:14px;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}

#head_middle_bot {
	background-image: none;
    background-repeat: no-repeat;
}


#header_middle {
    width: 100%;
	margin: 0;
	position: absolute;
	top:0;
	line-height: normal;
	height: 0;
}

#header_middle_img {
	height: 23px;
	position: absolute;
	top:0;
}

#header_middle_img  img {
	padding: 0;
	margin: 0;
	height: 23px;
}

#header_middle_menu {
    white-space: nowrap;
	margin-right: 0px;
	height: 23px;
	display:table;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 55px;
}

#header_middle_menu_align {
	height: 22px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#menu a {
    height: 22px;
    float: left;    
    text-decoration: none;
    color: #444;
    background-image: url('/img/button_divider.png'),url('/img/button.jpg');
    background-repeat: no-repeat,repeat-x;
    padding-left: 3px;
	padding-right: 3px;
    font-size: 10pt;
	line-height: 22px;
	vertical-align: middle;
}

#menu a:hover,#menu a:active {
    background-image: url('/img/button_divider.png'),url('/img/button_over_glow.png'),url('/img/button_over2.png');
    background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: left top,center bottom,left top;
    color: #fff;
}

#menu a:active {
    color: #eee;
}

#home a {
    color: #444;
	background-image:url('/img/button.jpg');
	background-repeat: repeat-x;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#home a:hover {
	background-image: url('/img/button_over_glow.png'),url('/img/button_over2.png');
    background-repeat: no-repeat,repeat-x;
	background-position: center bottom,left top;
    color: #fff;
}

#home_button a {
	background-image: url('/img/button_over.jpg');
    background-repeat: repeat-x;
	background-position: center bottom ;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}



#android_button a {
    background-image: url('/img/button_divider.png'),url('/img/android_app_button_bg_22.png');
    background-repeat:no-repeat;
    background-position: left top,right top;
	height: 22px;
	color: #FFF;
	width:74px;
	text-align: center;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#android_button a:hover {
    background-image: url('/img/button_divider.png'),url('/img/button_over_glow.png'),url('/img/android_app_button_bg_hover_22.png');
    background-repeat:no-repeat;
    background-position: left top,center bottom,right top;
	color: #FFF;
}


#twitter_button a,#facebook_button a{
    background-image: none;
	padding: 0px;
	margin: 0px;
	padding-left: 1px;
}
#twitter_button a img,#facebook_button a img{
    height: 22px
}

#header_bot {display:none; max-width: none;}

#divContentArea {
	height: 100%;
	margin-bottom: 0;
	max-width: none;
	min-height: inherit;
}

#canvas {
	margin-left: 0;
	margin-right: 0;
    height: 100%;
}

#footer {
	height: 20px;
}

#footer_logos {
	max-width: none;
	height: 20px
}

#footer_logos, #footer_logos_inner,#footer_logos_inner,#footer_logos_inner div {
	height: 0px;
	line-height: 0px;
}

div#container { height: 100px; }

#footer_copyright {
height: 20px;
background: #fff;
color: black;}


#footer_logos_inner div#footer_logos_left img {
	height: 20px;
	width:auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer_logos_inner div#footer_logos_middle img {
	height: 20px;
	width:auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.hide {
	display: none;
}

.aboutLogo {
	max-width: 400px;
}

.aboutLogo img {
	width:80%;
	height: auto;
}