﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:white;
}
a{
	font-size: 12px;
}
.title{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 60px;
	padding-left:70px;
	font-weight:bold;
	color: white;
}
p.subTitle{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #333;
}
#masthead {
	background-color: white;	
	/*border-top: 5px black solid;*/
	background-image:url(/img/HeaderBgd.jpg);
	height:156px;
}

p{
	margin-bottom: 0px;
}
#container {
	
}

#footer{
	background-color: black;
	height: 50px;
	color: white;
	padding-top:5px;
}
#footer a{
	color: #ff9;
	font-size:11px;
}
#footer a:hover{
	color: white;
}

/*Menu*/
#menu{
	width:100%;
	height:61px;
	background:url(/img/fm_menu_bg.jpg) repeat-x;
}
#menu ul{
	width:80%;
	margin:0 auto;
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	height:61px;
	line-height:61px;
	margin:0 5px;
}
#menu li a{
	display:block;
	float:left;
	height:61px;				
	color:#b39459;
	text-decoration:none;
	text-transform:none;
	padding:0 20px;
	cursor:pointer;		
}
#menu li a:hover{	
	background:url(/img/fm_hover_bg.jpg) repeat-x;
	color:#fff;
}

/*Curly Corner*/
.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
background-image: url(/img/boxBgd.gif);
background-repeat:repeat-x;
}

.curlycontainer .innerdiv{
background: transparent url(/img/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}
.caption{
	color: black;
	font-size: 11px;
	font-style:italic;
	width: 275px;
}

div.grid_4 { min-height: 450px}