/* =============================================== */
/* Irish Farmhouse Holidays Stylesheet */
/* Layout Definition */
/* Created by Digino/Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION : OVERALL LAYOUT */
/* =============================================== */

/* - BODY ------------ */

body {
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
	margin : 0;
	background : White url(../../images/common/bg_body.gif) repeat-x fixed top;
}

/* - CONTAINER ------------ */

div.container {
	width : 771px;
	margin : 0 auto;
	position : relative;
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : MAIN DIVISIONS */
/* =============================================== */

/* - HEADER  ------------ */

div.languages {
	width : 110px;
	float : right;
	margin : 3px 20px 3px 0;
}

div.header {
	width : 771px;
	height : 110px;
	clear : both;
	background : transparent url(../../images/common/bg_header3.gif) no-repeat scroll top;
	
}

div.navigation {
	width : 771px;
	background-color : White;
}

/* - MAIN CONTENT  ------------ */

div.content {
	width : 751px;
	background-color : White;
	padding : 0 10px 10px 10px;
}

div.banner {
	width : 751px;
	padding : 0 0 10px 0;
}

div.sidebar {
	width : 225px;
	float : left;
}

div.main {
	width : 506px;
	float : right;
	/*border-left : 1px dotted #C4C4C4;*/
	padding : 0 0 0 10px;
}

/* used for layouts that take up the full page width */
div.fullWidth {
	width : 100%;
	float : right;
	background-color:#FFFFFF;
	/*border-left : 1px dotted #C4C4C4;*/
	padding : 10px 0 0 0px;
}

/* - FOOTER  ------------ */

div.footer {
	width : 771px;
}

div.countylist {
	width : 771px;
	margin : 10px 0 20px 0;
}

/* =============================================== */
/* 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 : #EB8323;
}






div#brochurePod{
	width:225px; 
	height:142px; 
	background-image:url(/ifh/images/common/orderbrochure3.jpg);
	background-repeat:no-repeat;
}
div#brochurePod h2{
	color:#FFF; 
	padding:5px; 
	width:140px; 
	line-height:16px; 
	font-size:13px; 
	font-weight:bold;
}
div#brochurePod p{
	padding:5px;
	margin:0;
}
div#brochurePod p a{
	color:#666;
}

