/***
 * CSS code to support http://www.aqstars.org
 * Last updated: February 8, 2009
 * XHTML/CSS programmed by Bryan Esler
 * Contact Info:
 *		E-mail  	bryan@eslercreative.com
 *		Website		http://www.eslercreative.com
 ***/
 
 
/*** Defaults ***/

*{
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

a{
	line-height:1.4em;
	text-decoration:none;
	color:#2C71C1;
}

a:hover{
	line-height:1.4em;
	text-decoration:underline;
	color:#2C71C1;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li{
	margin-left:10px;
	line-height: 1.4em;
}



/*** Global Classes ***/

.main_content{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#home_nav{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 216px;
	min-height:350px;
	float: left;
	background:url(images/whitebackground.gif) repeat ;
}

#home_gallery{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 438px;
	float: left;
	background: url('images/blue-white.gif') no-repeat;
}

.photos{
	margin-top:24px;
	padding-left:10px;
	width:305px;
	min-height:215px;
	float:left;
	background:#fff;
	padding-right:10px;
}

.photos_chooser{
	margin-top:24px;
	width:113px;
	float:right;
	min-height:215px;
	background:#fff;
}

#home_events{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 204px;
	height:500px;
	float: left;
	background-color:#fff;
}

#home_inside{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 642px;
	height:500px;
	float: left;
	background-color:#fff;
}

.home_eventstext{
	margin-left: 8px;
	margin-right: 8px;
	text-align: left;
	background-color:#fff;
	line-height:1.4em;
}

.teaser_text2{
	float: left;
	min-height:200px;
	width:410px;
	line-height: 1.4em;
}
.teaser_text{
	float: left;
	width:624px;
	line-height: 1.4em;
}
.text_left{
	float: left;
	width:208px;
	line-height: 1.4em;
}


/*** home_gallery .gallery-img ***/

#home_gallery .gallery-img{
	position: relative;
	min-height: 215px;
	min-width:315px;
	height: 36.8em;
	text-align: right;
	z-index: 1;
}

#home_gallery .gallery-img img{
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_gallery .gallery-img img.vertical{
	min-width: 303px;
	width: 30.3em;
	min-height: 449px;
	height: 44.9em;
}

#home_gallery .gallery-img img.horizontal{
	width: 100%;	
	height: 100%;
}


.invisible{
	display: none;
	visibility: hidden;
}
.visible{
	display: block;
	visibility: visible;
}