/*-------- Home Content --------*/
/*------------------------------*/
.sheet-of-paper{
	background:url(../images/sheet-of-paper-home.gif) repeat-y;
	}
#container{
	min-height:216px;
	float:left;
	width:566px;
	position:relative;
	/*padding-top:363px;*/
	margin-left:11px;
	display:inline;
	}
* html #container{
	height:216px;
	}
#now-click{
	float:right;
	width:245px;
	margin:14px 33px 0 0;
	display:inline;
	}
.banner {
	margin:0 0 43px 0;
	}
	
	
.fma{
	background:url(../images/fma/bg-fma.gif);
	height:312px;
	width: 516px;
	margin-top: 7px;
	margin-left: 17px;
	padding: 14px;
	position:relative;
	}

.fma #fmaList {
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 23px;
    right: 23px;
    height: 16px;
}

/*.fma #fmaList table
{
    float: right;
}*/

/* The container surrounds each item to remove the clickable canvas between buttons (causing unexpected behaviour) */
.fma #fmaList div.fmaListItemContainer { width:16px; height:16px; padding:3px; }
.fma #fmaList div.fmaListItem 
{
    list-style: none;
    background-image: url('../images/fma/unselected.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.fma #fmaList div.fmaList-selected { background-image: url('../images/fma/selected.gif'); }
.fma #fmaList div.fmaListItem a {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
}

.content-one{
	margin:0 0 0 31px;
	line-height:17px;
	}
.content-one h1{
	font-size:30px;
	color:#492414;
	font-weight:normal;
	margin:0;
	line-height:48px;
	}
.content-one h1 strong{color:#84694c;}
.content-one p{margin:0 0 17px 0;}


/*-------- Little Facts --------*/
/*------------------------------*/
.little-known{margin:38px 1px 0 1px;}
.little-known a{
	color:#f92948;
	text-decoration:underline;
	}
.little-known a:hover{text-decoration:none;}
.little-known ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.little-known li{
	line-height:18px;
	background:url(../images/facts-arrows.gif) no-repeat 6px 7px;
	margin-bottom:6px;
	}
.little-known li span{
	background:url(../images/little-dotted.gif) repeat-x 0 100%;
	display:block;
	padding:0 0 11px 20px;
	}
.little-known h3{
	color:#f92948;
	font-size:16px;
	border-top:2px solid #fa3d59;
	border-bottom:2px solid #e2e2e2;
	font-weight:normal;
	margin:0 0 4px 0;
	padding:2px 0 5px 17px;
	}
	
/*----------------- News ------------ */
.miniNews {margin:25px 1px 0 1px;}
.miniNews a {
    padding: 0px;
    margin: 0px;
    text-align: right;
	color:#f92948;
    text-decoration:underline;
    cursor: pointer;
	}
.miniNews a:hover{text-decoration:none;}
.miniNews h3{
	color:#f92948;
	font-size:16px;
	border-top:2px solid #fa3d59;
	border-bottom:2px solid #e2e2e2;
	font-weight:normal;
	margin:0 0 4px 0;
	padding:5px 0 10px 17px;
	}
.miniNews ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.miniNews li{
	background:url(../images/facts-arrows.gif) no-repeat 6px 4px;
	margin-bottom:6px;
	}
.miniNews li .newsItem {
	background:url(../images/little-dotted.gif) repeat-x 0 100%;
	padding:0 0 5px 20px;
	}
.miniNews li .newsItem h4 {
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color:#345e7a;
	}
.miniNews li .newsItem .newsDates {
    font-size: 10px;
    font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
.miniNews li .newsItem .newsContent {
    font-size: 11px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	}
.miniNews li .newsItem .newsReadMore {
    text-align: right;
	}	
