/*
Description: ASCB Wordpress Theme
*/


@charset "utf-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}

/* Body */
body {
	background: url(images/tile_bg.png) repeat;
}
/* Fonts Styles */
h1 {
	text-transform: uppercase;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 25px;
	color: #333;
	font-style: italic;
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
}
h1 a {
	text-decoration: none;
	color: #666;
}
h1 a:hover {
	color: #333;
	text-decoration: underline;
}
p {
	background: url(images/bullet_one.jpg) no-repeat;
	padding:0 15px 0 15px;
	margin:15px 0 0 15px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	color: #ccc;	
	line-height: 16px;
}
.bullets_band span {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	font-style: italic;
	margin:0 0 20px 0;
}
/* Div Structure */

.logo_band {
	height:160px;
	background: url(images/logo_band.jpg) repeat-x;
	padding: 75px 0 0;
}
.logo {
	background: url(images/logo.png) no-repeat;
	height:87px;
	width:401px;
	display:block;
	margin:0 auto;
}
.buttons_band {
	height:150px;
	padding:50px 0 0;
}
.header_text {
	width:890px;
	margin:0 auto;
}
.buttons_wrap {
	width:486px;
	margin: 36px auto 0;
}
.left_button {
	background: url(images/button2.png) no-repeat;
	display: block;
	width: 218px;
	height: 42px;
	margin:0 50px 0 0;
}
.right_button {
	background: url(images/button1.png) no-repeat;
	display: block;
	width: 218px;
	height: 42px;
}
a.right_button:hover, a.left_button:hover {
	background-position: 0 -42px;
}
.left, .right {
	float: left;
}
.bullets_band {
	height:251px;
	background: url(images/buttons_band.png) repeat-x;
	padding: 49px 0 0;
}

.bullets_wrap {
	width:960px;
	margin: 0 auto;
}
.bullet_box {
	width:240px;
	float:left;
}
.gallery_band {
	height:251px;
	padding: 27px 0 0;
}
.gallery_wrap {
	width:960px;
	margin: 0 auto;
}
.gallery_wrap a img {
	padding: 10px;
}
.box1, .box2, .box3, .box4 {
	background: url(images/photo_box.png) no-repeat;
	height:225px;
	width:224px;
	float: left;
}
.box1, .box2, .box3 {
	margin: 0 21px 0 0;
}
.text_band {
	height: 192px;
	background: url(images/logo_band.jpg) repeat-x;
	padding: 43px 0 0;
}
.text_band .text {
	color: #fff;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width:960px;
	margin: 0 auto;
	line-height: 17px;
	font-weight: 100;
}
.text a {
	text-decoration: none;
	color: #0099CC;
}
.text a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer_band {
	height:33px;
	padding:25px 0 0;
}
.footer_wrapper {
	width: 960px;
	margin: 0 auto;
}
.footer_left {
	float:left;
	margin:0 0 0 150px;
}
.footer_right {
	float:right;
	margin:0 150px 0 0;
}
.footer_left, .footer_right {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	color: #333;	
}
.footer_left a, .footer_right a {
	color: #666;
	text-decoration: none;	
}
.footer_left a:hover, .footer_right a:hover {
	color: #333;
	text-decoration: underline;
}