@charset "UTF-8";

body {
	background-color: #696969;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 140%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:200;
	color:#0067b1;
	line-height: 130%;
	margin-top: 0;
}
img { 
	margin-bottom:10px;
}

a img { 
	border: none;
}

a:link {
	color: #0067b1;
	text-decoration: underline; 
}
a:visited {
	color: #0067b1;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0; 
	background-color: #ffffff;
}

#header {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	height: 160px;
	position: top;
	overflow: hidden;
	background-color: #ffffff;
}
#header2 {
	width: 100%;
	background:url(images/bg1.jpg);
	margin: 0 auto;
	height: 200px;
	position: top;
	overflow: hidden;
	background-color: #ffffff;
}

#header3 {
	width: 100%;
	background:url(images/TAS16_1.jpg) no-repeat left top;
	margin: 0 auto;
	height: 200px;
	position: top;
	overflow: hidden;
	background-color: #ffffff;
}


.headerleft {
	position: absolute;
	top: 15px;
	width: 128px;
	height: 88px;
}

.headerright {
	float: right;
	margin-top: 100px;
	font-size: 16px;
	line-height: 100%;
}

.headerright a {
	text-decoration:underline;
}

.headerright p {
	margin: 5px 0 0 0;
}
.headerright ul {
	list-style:none;
	margin-top: 5px;

}
.headerright ul li {
	display: inline;
	margin-right: 10px;
	padding: 10px;
	background:#0067b1;
}

.headerright li.headerbutton {
	text-decoration: none;
	border: thin solid #54b948;
	background:#6d48b9;
}

.headerright ul li a {
	text-decoration: none;
	color:#ffffff;
}

.headerright ul li a:hover, a:active, a:focus { 
	color:#54b948;
}

/* main content */

.content {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
	height:auto;
	overflow:hidden;
}
.content p {
	margin-top:10px;
}

.coalition {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	background: #e1e1e1;
	padding: 20px;
	text-align:center;
	}
	
.columnhalf {
	font-size: 13px;
	line-height: 130%;
	width: 40%;
	float:left;
	padding: 5%;
}

.columnquarter {
	max-width: 250px;
	float:left;

}
.column3quarters {
	margin-right: 30px;
	max-width: 700px;
	float: left;
}


/* footer element */

#footer {
	width:100%;
	height:auto;
	position:relative;
	margin: 0;
	padding: 30px 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	background: #0067b1;
	line-height:150%;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
}


#footer ul {
	list-style:none;
}

#footer li {
	display:inline;
	margin-right:10px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: underline; 
}

#footer .icon {
	float: left;
	width: 40px;
	height:30px;
	position:absolute;
	top: 25%;
	right:1%;
}

	
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.photocredit {
	font-size: 10px;
}

.photocaption {
	font-size: 11px;
}
.pagetitle {
	font-weight: 100;
	color: #0067b1;
}

.bullets {
	list-style: inside circle url(images/bullet.png) ; 	
	padding: 0;
	margin: 0;
	}

.bullets li {
	margin: 0px;
	padding: 0px;
	}


.photolist { color: #FFF; }


#slideshow {
	width: 100%;
	max-width: 960px;
	position: relative;
	margin-bottom: 50px;
}
.date {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.photonews {
	float:left;
	width: 100%;
	height: 300px;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.photonews img {
	margin: 0px;
}

.newstitle {
	margin-bottom: 15px;
}


.hrzline2 {
    display: block;
	max-width: 980px;
    height: 1px;
    border: 0;
    border-top: 1px solid #54b948;
    margin: 0 auto;
    padding-bottom: 20px;
}

.emphasis { 
	font-size:16px;
	font-style:italic;
	color: #54b948;
}

.bluecolor {
	color: #0067b1;
}

.subhead {
	font-weight:bold;
	font-size:18px;
}

.callout {
	display: block;
	width: 100%;
	margin: 10px auto;
	padding: 20px;
	color: #ffffff;
	background-color: #0067b1;
}

.calloutgrn {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 20px;
	color: #ffffff;
	background-color: #54b948;
}


/* media queries  ----------------------- */

@media only screen and (max-width: 460px) {
	
	#header {
		width: 100%;
		height: 100%;
		position: relative;
		}
	
	.headerleft {
		width: 100%;
		position: relative;
		text-align:center;
		}
		
	.headerright {
		position: relative;
		width: 100%;
		text-align:center;
		font-size: 12px;
		padding: 0px;
		margin: 15px 0;
		}
	
	.emphasis { 
		font-size:12px;
		}
		
	.hrzline2 {
		display: none;
		}
	
	.content h2 {
		font-size: 24px;
	}
	.buckets {
		padding: 10px;
		}
	
	.majorbrands img {
		width: 100%;
		}

	.buckets h3 {
		font-size: 16px;
		}

}
