f/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
	}
body{margin: 0 auto;
	text-align:center;
	background-color: #9CA8D0;
	font: normal 13px "Trebuchet MS",Verdana,Arial;
	line-height: 1.5em;
	color: #333;
	}
#wrapper{
	width: 760px;
	background: transparent url(../images/farraige-qhse-bg.jpg) 0px 50px repeat-y;
	margin: 0 auto;
	text-align: left;
	}
#mastHead{
	width: 760px;
	margin: 0 auto;
	height: 170px;
	background: #fff url(../images/farraige-ghse-banner.jpg) -19px 0px no-repeat;
	}
/* ------------ mainNav ------------ */

#mainNav{
	position:relative; 
	right:-10px;
	top:0px;
	width: 740px; 
	height:31px;
	z-index:1;
	background: #555 url(../images/nav-bg.jpg) left top repeat-x;
	}
#mainNav ul {
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0;
	z-index:1;
}
#mainNav li{
	height: 31px;
	float: left;
	display: inline;
	padding-left: 20px;
	z-index:2;
}
#mainNav a {
	margin: 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font: 15px/30px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: inline;
	height: 35px;
	padding: 5px 7px 6px 7px;
	z-index:3;
}
#mainNav a:hover {
	height: 35px;
	padding: 5px 7px 6px 7px;
	color: #eef;
	background-color: #222;
	}
#content{
	width: 740px;
	margin: 0 10px;
	background: transparent url(../images/columns.jpg) right top repeat-y;
	}
#content p{
	padding: 0px 15px;
	}
#content h2,h3,h4{
	font-family: bold Georgia,"Times New Roman",Times;
	padding: 0px 15px 5px 15px;
	}
#content h2{
	font-style: italic;
	color: #333;
	}
#content strong{
	color: #333;
	font-weight: bold;
	font-size: 104%;
	}
#content a{
	text-decoration: none;
	background-color: #eff;
	color: navy;
	}
#content a:hover{
	text-decoration: underline;
	}
h1{
	font-size: 42px;
	font-style: italic;
	text-indent: -1000px;
	color: #000;
	padding: 20px 0;
	}
#content h3{
	color: #0C1E5F;
	font-size: 1.5em;
	}
#content h2{
	background-color: #A1C5DF;
	margin: 0;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #888;
	border-bottom: 4px solid #ddd;
	}
#content ul li{
	margin-left: 15px;
	margin-right: 15px;
	}
#mainContent{
	float: left;
	width: 510px;
	background: #fff;
	}
#sidebar{
	float: right;
	text-align: center;
	width: 230px;
	background: transparent url(../images/sidebar.jpg) right top no-repeat;
	}
#sidebar ul li{
	margin-left: 0px;
	margin-right: 0px;
	}
#sidebar h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
	margin: 20px auto;
	font-size: 110%;
	font-style: italic;
	color: #999;
	width: 170px;
	}
#sidebar .imgBox{
	margin: 0 auto;
	text-align: center;
	}
#sidebar img{
	border: 1px solid #789;
	}
#sidebar .quote{
	border: 1px solid #789;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	padding: 8px;
	margin: 10px 15px;
	color: #FFF799;
	font-family: "Times New Roman",Times,Georgia;
	background-color: #1F316F;	
	}
#footer{
	width: 740px;
	margin: 0 10px;
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 90%;
	background: #555 url(../images/nav-bg.jpg) left bottom repeat-x;
	color: #ccc;
	}
#footer a{
	color: #ccc;
	}
#footer p{
	padding: 0px;
	margin: 0px;
	}
/*
	contactFarraige
*/
#contactFarraige{
	margin: 10px 15px;
	padding: 0px;
	background: #6295C0 url(../images/contact-bg.jpg) left bottom no-repeat;
	border: 1px solid #778899;
	}
#contactFarraige h4{
	margin: 5px auto;
	font: 900 1.15em "Trebuchet MS",Verdana,Arial;
	}	
#contactFarraige ul li{
	display: block;
	text-align: left;
	list-style: none;
	color: #fff;
	line-height: 1.05em;
	font-weight: bold;
	}
#contactFarraige li strong{
	color: #fff;
	font: 550 110% "Trebuchet MS",Verdana,Arial;
	}
/**/
.imageLeft{
	float: left;
	padding: 5px 10px 5px 15px;
	}
.imageRight{
	float: right;
	padding: 5px 15px 5px 10px;
	}