/* ================================= *
 *  - Home Page Layout Controls
 * --------------------------------- */
#content_top {
	clear:both;
	}
#content_bottom {
	clear:both;
	padding:20px 0;
	}
#slideshow {
	float:right;
	width:524px;
	}
#content_bottom h2 {
	font-size:18px;
	margin:.4em 0 .6em 0;
	}

/* ================================= *
 *  - Sign Styles
 * --------------------------------- */
#info_sign {
	position:relative;
	float:left;
	height:284px;
	width:388px;
	overflow:hidden;
	background-image:url(/assets/templates/fiveq/gui/bg-infosign.jpg);
	font-size:11px;
	}
#info_sign h1 span {
	position:absolute;
	top:-100px;
	}
#info_sign h2 {
	font-size:18px;
	margin:0;
	padding:0;
	}
#info_sign p{
	line-height:14px;
	}
#info_sign h4 {
	font-size:12px;
	margin:0;
	padding:0;
	}
#info_new {
	position:absolute;
	width:122px;
	top:85px;
	left:60px;
	}
#info_new h2{
	padding-bottom:10px;
	}
#info_contact {
	position:absolute;
	left:215px;
	top:68px;
	}
#info_phone {
	padding-top:8px;
	}

/* ================================= *
 *  - About Box Styles
 * --------------------------------- */
#info_about {
	float:left;
	width:388px;
	background-image:url(/assets/templates/fiveq/gui/bg-box_general.gif);
	padding-top:15px;
	}
#info_about .nest {
	background-image:url(/assets/templates/fiveq/gui/bg-box_general.gif);
	background-position:left bottom;
	padding:0 1em 1em 1em;
	}

/* ================================= *
 *  - Event Box Styles
 * --------------------------------- */
#events_updates {
	float:right;
	width:524px;
	background-image:url(/assets/templates/fiveq/gui/bg-box_dual.png);
	padding-top:12px;
	font-size:11px;
	}
#events_updates .nest {
	background-image:url(/assets/templates/fiveq/gui/bg-box_dual.png);
	background-position:left bottom;
	padding:0 11px 0 11px;
	}
#events_updates h2 {
	color:#3e5962;
	}
#events {
	width:242px;
	float:left;
	}
#updates {
	margin:3px 7px 0px 270px;
	padding-top:10px;
	}

/* ================================= *
 *  - Button Styles
 * --------------------------------- */
#btn_rss {
    position:relative;
    float:right;
    overflow:hidden;
    width:38px;
    }
div.button a {background-image: url(/assets/templates/fiveq/gui/buttons-home.png);}
#btn_new a {width:110px;background-position:0px 0px;}
#btn_new_moreinfo a {background-image: url(/assets/templates/fiveq/gui/moreInfo.png);width:110px;background-position: 0px -1px;}
#btn_new_join a {background-image: url(/assets/templates/fiveq/gui/joinUs.png);width:110px;background-position: 0px -1px;}
#btn_directions a {width:107px;background-position:-110px 0px;}
#btn_contact a {width:91px;background-position:-217px 0px;}
#btn_rss a {background-position:-308px 0px;}
#btn_new a:hover {background-position:0px -29px;}
#btn_new_moreinfo a:hover {background-image: url(/assets/templates/fiveq/gui/moreInfo_hover.png);background-position: 0px 0px;width:110px;}
#btn_new_join a:hover {background-image: url(/assets/templates/fiveq/gui/joinUs_hover.png);background-position: 0px 0px;width:110px;}
#btn_directions a:hover {background-position:-110px -29px;}
#btn_contact a:hover {background-position:-217px -29px;}
#btn_rss a:hover {background-position:-308px -29px;}
#btn_rss a span {position:absolute;left:-1000px;}
