/* =============================================== */
/* AugustineApartments.ie Stylesheet */
/* Layout Definition */
/* Created by Digino/Ben Wakeford 2008 */
/* =============================================== */


/* =============================================== */
/* SECTION : OVERALL LAYOUT */
/* =============================================== */

/* - BODY ------------ */

body {
	/*background : #E3E3D1 url(../../images/common/bg-body.gif) repeat-y scroll center;*/
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
}

/* - CONTAINER ------------ */

div.container {
	width : 950px;
	margin : 0 auto;
	padding : 0;
	position : relative;
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : MAIN DIVISIONS */
/* =============================================== */

/* - HEADER  ------------ */

div.header {
	width : 710px;
	margin : 20px 0 10px 0;
	padding : 0 0 0 0;
	background : transparent;
	float : left;
}

div.masthead {
	width : 710px;
}

div.nav-main {
	width : 710px;
	height : 40px;
	position : relative;
}

div.quickbook {
	width : 230px;
	float : right;
	margin : 20px 0 10px 0;
}

/* - MAIN CONTENT  ------------ */


div.content {
	width : 950px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	clear : both;
}


/* - FOOTER  ------------ */

div.featured {
	width : 930px;  /*950px*/
	clear : both;
	margin : 0 0 20px 0;
	background : #E8EAEA;
	padding : 20px 0 20px 20px;
}

div.footer {
	width : 950px;
	padding : 0 0 0 0;
	margin : 0 0 20px 0;
	clear : both;
}


/* =============================================== */
/* SECTION: MISCELLANEOUS LAYOUT ELEMENTS*/
/* =============================================== */

/* -- Force succeeding elements onto the next line -- */
.clear {
	clear : both;
	/* :IE6 HACK: Ensure empty DIV has no height */
	font-size: 0;
	height : 0;
	/* :End HACK: */
}

/* -- Hide accessibility elements from advanced browsers -- */
.hide {
	display : none;
}

.horizontal-rule {
	height : 1px;
	margin : 10px 0;
	font-size : 0;
	clear : both;
	background : transparent url(../../images/utility/dots-grey-horz.gif) repeat-x scroll left;
}

.hilite {
	color : #3F9F3F;
}

p.smalltext {
	font-size : 70%;
}

h2.subtitle {
	margin : 30px 0 10px 0;
}

h3.panel {
	margin : 5px 10px 10px 10px;
	border-bottom : 1px solid #D5D5DD;
	padding : 0 0 10px 0;
	font-size : 90%;
}

p.alert-error {
	font-size : 110%;
	color : White;
	background : #BB0900;
	padding : 2px 5px 2px 5px;
}

p.alert-accepted {
	font-size : 110%;
	color : White;
	background : #3F9F3F;
	padding : 2px 5px 2px 5px;
}