@charset "utf-8";
/* CSS Document */
html {
	/*always show right scrollbar*/
	overflow-y: scroll;
}
html, body {
	margin:0;
	padding:0;
}
body {
	background: #303a55;
	background-image:url(/includes/images/astib/bg_page.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page_container {
	margin:40px auto 10px;
	width:980px;
}
p {
	margin:0;
	padding:5px 0;
}
a {
	text-decoration:none;
	color:#00245d;
}
a:hover {
	color:#4dc1f2;
}
a img {
	border:0;
}
/* Header Styles */
#header_container {
	background-image:url(/includes/images/astib/bg_header.jpg);
	height:240px;
	padding-top:8px;
}
#menu_container {
	margin:0 10px 5px;
	padding:0;
	height:41px;
	list-style:none;
}
.menu_button {
	height:41px;
	width:94px;
	float:left;
	background:url(/includes/images/astib/bg_menu.png) repeat-x 0px 0px;
	border-right:solid 1px #e5e9ea;
	border-left:solid 1px #ffffff;
}
.menu_button:hover {
	background-position:0 -160px;
}
.menu_button a {
	color:#777777;
	background:url(/includes/images/astib/button_menu.png) 1px 0px;
	text-align:center;
	width:100%;
	height:14px;
	display:block;
	font-size:13px;
	line-height:14px;
	padding:13px 0 14px;
}
.menu_button a span{
	padding-right:0px;
}
.menu_button a:hover {
	color:#FFF;
}
.menu_button.selected a, .menu_button a:active {
	background:url(/includes/images/astib/button_menu.png) 1px -41px;
	color:#FFF;
}
.menu_button.selected a {
	font-weight:bold;
}
#header_image {
	width:978px;
	height:188px;
	clear:left;
	margin:5px 1px 0;
}
#header_image #main_logo {
	float:left;
	margin-top:48px;
	height:120px;
}
#header_image #extra_logos {
	float:right;
	margin-top:104px;
}
#header_image .small_logo {
	float:right;
	height:60px;
}
#header_image #header_flash {
	float:right;
	width:244px;
	height:188px;
	color:#FFF;
	text-align:center;
}
/* Content Styles */
.column {
	width:420px; 
	padding:0 10px 0 0; 
	float:left;
}
p + .column {
	clear:left;
}
h1 {
	font-size:17px;
	font-style:oblique;
	margin-top:2px;
	margin-bottom:5px;
	text-transform: uppercase;
	line-height:15px;
}
h1, h1 a, h1 a:hover {
	color:#333;
}
h2, h3 {
	color:#666;
	font-size:15px;
	text-transform:uppercase;
	padding:20px 0 10px;
	margin:0;
	font-style:oblique;
	overflow: auto;
	clear:left;
}
h3 {
	font-size:14px;
}
blockquote {
	float:right;
	width:465px;
	margin:15px;
}
blockquote h3{
	clear:none;
	padding-top:10px;
	display:table;
}
.line1, .line1 a, .line1 a:hover {
	color:#9a9a9a;
	display:block;
}
#content_container {
	background-color:#FFF;
	padding:0 2px;
}
#content {
	background-image:url(/includes/images/astib/bg_content.jpg);
	background-repeat:no-repeat;
	background-color:#e2e9e2;
	/*min-height:583px;*/
	padding-bottom:20px;
	width:100%;
}
#tabs_cell {
	padding-top:5px;
}
#tabs_cell ul {
	list-style:none;
}
#tabs_cell ul li{
	float:left;
}
ul li a span{ /*over-ridden in tabs.css*/
	padding-right:20px;
}
#tabs_cell .content_cell {
	padding-top:15px;
}
.content_cell {
	padding:25px 25px 0;
	color:#777;
	font-size:13px;
	background-image:url(/includes/images/astib/bg_content_cell.png);
	background-repeat:no-repeat;
	background-position:455px 20px;
	clear:left;/*fix ie double padding error*/
	/*display:inline-block;
	overflow: auto;*/
}
.content_cell.no_image {
	background-position:25px 20px;
}
.content_cell.no_bg {
	background-image:none;
}
.content_cell.no_bg h2 {
	margin:0;
	padding:0;
}
#tabs_cell .content_cell ul {
	list-style:disc;
	/*list-style-position:inside;*/
	display:table;
}
#tabs_cell .content_cell ul li{
	float:none;
}
.content_cell form h2 {
	clear:left;
}
.content_cell form label {
	width:11em;
	float:left;
	clear:left;
}
.content_cell form label.error {
	float:none;
	padding-left:10px;
}
.content_cell form select {
	width:16em;
}
.content_cell form em {
	font-weight: bold;
	padding:0 5px;
	vertical-align: top;
}
.content_cell form fieldset {
	margin-bottom: 10px;
}
.content_cell p + ul, .content_cell p + ol{
	margin-top:5px;
}
.content_cell div.list_container {
	display:inline-block;
}
.content_cell div.list_container ul{
	margin-top:5px;
}
.address_cell {
	float:left;
	padding-right:50px;
	min-width:165px;
}
.gmap { 
	width:425px; 
	height:350px; 
} 
#links_container {
	padding-right:0;
	background-image:none;
	overflow: auto;
}
.link_cell {
	width:212px;
	float:left;
	margin-right:25px;
}
.link_cell.single_cell {
	float:right;
	margin:0 0 0 25px;
	border-left: 1px solid #E5E5E5;
	padding-left:15px;
}
.link_cell h1 {
	margin-bottom:20px;
}
.link_cell h1 a {
	margin-top:0;
	margin-bottom:20px;
	float:left;
	padding-right:18px;
	background-image:url(/includes/images/astib/button_more_2_off.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.link_cell h1 a:hover {
	background-image:url(/includes/images/astib/button_more_2_on.png);
}
ul.link_list {
	list-style-type:none;
	padding:0;
	margin:0;
	clear:left;
}
ul.link_list li {
	padding-bottom:10px;
	padding-left:3px;
}
ul.link_list li a {
	padding-top:5px;
	text-decoration:underline;
}
.cycle_cell, .image_cell {
	float:left;
	width:406px;
	height:258px;
	margin:0 25px 15px 0;
	background-image:url(/includes/images/astib/bg_image.png);
	overflow:hidden;
}
.cycle_image span {
	display:none;
	position:absolute;
	width:385px;
	left:0px;
	bottom:0px;
	height:20px;
	padding:5px 10px;
	background-image:url(/includes/images/astib/bg_cycle_text.png);
}
.cycle_image img, .image_cell img {
	width:402px;
	height:254px;
	margin:2px;
}
#brochure_link img{
	border:2px solid #BDBEBD;
	margin-left:25px; 
}
a:hover#brochure_link  img{
	border:2px solid #4dc1f2;
}
.news_image {
	display:none;
}
.clear_float {
	float:none;
	clear:both;
}
.more_button {
	display:block;
	margin-top:10px;
	font-size:12px;
	padding-right:11px;
	background-image:url(/includes/images/astib/button_more_off.png);
	background-position:right 3px;
	background-repeat:no-repeat;
	float:left;
}
.more_button.back_button {
	background-image:url(/includes/images/astib/button_back_off.png);
	float:right;
	padding-left: 12px;
	padding-right:0;
	background-position:left 3px;
}
/* Footer Styles */
#footer_container {
	background-image:url(/includes/images/astib/bg_footer.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:20px;
	padding:20px 30px 0 30px;
	font-size:10px;
	font-weight:bold;
	clear:left;
}
#footer_container, #site_info a {
	color:#4dc1f2;
}
#site_info a:hover {
	color:#FFF;
}
#company_info {
	float:left;
}
#site_info {
	float:right;
}
