
body {
    font-family: arial, helvetica, sans serif;
	margin: 0;
	padding: 0;
	font-size: small;
	color: #333;
	background-color: #F3ECD0;
}


#wrapper {
	position: relative;
	width: 100%;
	background: #fff url(images/page_background.gif) repeat-x top left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
}

#content{	
	position: relative;
	background: #fff url(images/header.jpg) no-repeat top left;
	width: 776px;
	margin: auto;
	min-height: 300px;
	padding: 0;
}

* html #content { height: 350px;}

/*////////////////////////////
	MENU
////////////////////////////*/


#menu{
	width: 198px;
	height: auto;
	background:  #fff url(images/menu_background.gif) repeat-y top left;
	margin: 160px 0px 0px 0px;
	padding: 0;
	float: left;
}

.telephone{
	width: 198px;
	text-align: center;
	background: #FEFEFE;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

#topmenu{
	margin: 0;
	background:  #fff url(images/menu_top.gif) no-repeat top left;
	padding: 0;
	height: 31px;
}

#bottommenu{
	margin: 0;
	background:  #fff url(images/menu_bottom.gif) no-repeat top left;
	padding: 0;
	height: 31px;
}

#innermenu{
	width: 164px;
	margin: 0px 0px 0px 18px;
	padding: 0;

}

#menu ul{
	font-weight: bold;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#menu ul li{
	list-style: none;
	list-style-image: none;
	background: #F3ECD0 url(images/menu_arrow.gif) no-repeat top right;
	margin: 0px 0px 3px 0px;
	padding: 7px 20px 7px 7px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active{
	color: #000;
	display: block;
	text-decoration: none;
	width: 137px;
	padding: 0;
	margin: 0;
}

#menu ul li a:hover{
	color: #9D7111;
}

/*////////////////////////////
	MAIN CONTENT
////////////////////////////*/

.maintext{
	float: right;
	line-height: 140%;
	font-size: 90%;
	width: 550px;
	min-height: 280px;
	max-height: auto;
	margin: 220px 0px 20px 0px;
}

*html .maintext{
	height: 280px;
}

/*////////////////////////////
	FOOTER 
////////////////////////////*/

#footer{
	position: relative;
	width: 100%;
	height: 300px;
	background: url(images/footer_background.gif) repeat-x bottom left;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer1{
	position: relative;
	font-size: 80%;
	width: 776px;
	margin: auto;
	text-align: right;
}

#footer1 p{
	margin: 0;
	padding: 10px 0px 0px 0px;
	float: right;
}

#footerlogo{
	float: left;
	width: 230px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

#footerlogo p{
	padding: 10px 0px 0px 0px;
}

.ifalogo{
	vertical-align: middle;
	float: left;
}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #9D7111;/* brown */
	text-decoration: underline;
}

a:visited{
    color: #9D7111;/* brown */
	text-decoration: none;
}

a:hover{
    color:  #9D7111;/* brown */
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #000;/*black*/
	font-size: large;
	font-weight: normal;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #000;/* black */
	font-size: small;
	font-weight: bold;
}  


h3{
	font-family: arial, helvetica, sans serif;
	color: #9D7111;/* brown */
	font-size: small;
	font-weight: bold;
}

/*////////////////////////////
	HOME BOXES
////////////////////////////*/
 
.boxcontainer1{
	width: 250px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.boxcontainer1 p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.boxcontainer1 h2{
	background: #F3ECD0;
	padding: 3px;
	font-size: small;
	margin-bottom: 0;
	margin-top: 0;
}

.boxcontainer2{
	width: 250px;
	float: left;
	display: inline;
	margin: 0;
}

.boxcontainer2 p{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.boxcontainer2 h2{
	background: #F3ECD0;
	padding: 3px;
	font-size: small;
	margin: 0;
}

/*////////////////////////////
	OTHER
////////////////////////////*/

img {
	border: none;
}

.maintext ul 
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.left{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.left2{
	float: left;
	width: 100%;
	margin-top: 10px;
}

#form1{
	width: 220px;
	float: left;
}

#form2{
	width: 220px;
	float: left;
}

.small{
	font-size: x-small;
	line-height: 100%;
}

.back{
	background: #F3ECD0;
	padding: 3px;
}

.submit{
	background: #F3ECD0;
	border: 1px solid #666;

}

.red{
	color: #ff0000;
}
