
/****************** Stylesheet for IFL Group *******************/

*, html, body{
    	margin: 0px;
    	padding: 0px;
	}

body	{
	text-align: center;
	margin: 20px 0;
	font-family: sans-serif;
	font-size: 62.5%;
	color: #333;
	line-height: 2em;
	background: #f3fbff;
	}

h1	{
	margin: 0px;
	padding: 0 0 0 15px;
	font-family: sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #5897d4;
	line-height: 1em;
	margin-top: 0.666666em;
	margin-bottom: 0.666666em;
	}

h2	{
	margin: 0px;
	padding: 0 0 0 15px;
	font-family: sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #5897d4;
	line-height: 1.333333em;
	margin-top: 1em;
	margin-bottom: 0.333333em;
	}

h3	{
	margin: 0px;
	padding: 2px 0 0 15px;
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #5897d4;
	line-height: 1.54em;
	margin-top: 1em;
	margin-bottom: 0.666666em;
	}

p	{
	margin: 0px;
	padding: 0 15px 10px;
	}

p a	{
	color: #5897d4;
	text-decoration: underline;
	}

p a:hover{
	text-decoration: underline;
	}

#outer-container{
	margin: 0px auto;
	width: 900px;
	}

#container{
	margin: 0px auto;
	width: 900px;
	text-align: left;
    	font-size: 1.2em;
	}

#header	{
	float: left;
    	width: 898px;
    	height: 140px;
    	background: #89a;
    	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#header h1{
	margin-left: 15px;
	color: #fff;
	}

#topbar {
	float: left;
	width: 898px;
	height: 25px;
	background: #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#content{
    	float: left;
    	padding: 15px;
    	width: 868px;
    	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	}

#col1	{
	float: left;
	padding-right: 15px;
	width: 568px;
	min-height: 350px;
	}

#col2	{
	float: left;
	width: 285px;
	min-height: 350px;
	}

#col2 h3{
	padding-left: 0;
	}
	

#footer	{
	text-align: center;
    	clear: both;
	padding-top: 25px;
	width: 898px;
	height: 50px;
	font-size: 1em;
	color: #678;
	background: #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}

/************ classes ************/

.logo	{
	float: left;
	width: 248px;
	height: 130px;
	background: #fff;
	}

.banner{
	float: left;
	width: 650px;
	height: 130px;
	background: #fff;
	}

a.aimg-ifl,
a.aimg-itcf,
a.aimg-cc,
a.aimg-fots{
	display: block;
	text-indent: -9999px;
	width: 285px;
	height: 100px;
	cursor: pointer;
	outline: none;
	}

a.aimg-ifl{
	background: url(images/aimg-ifl.jpg) 0 0 no-repeat;
	}

a.aimg-itcf{
	margin: 15px 0 0;
	background: url(images/aimg-itcf.jpg) 0 0 no-repeat;
	}

a.aimg-cc{
	margin: 15px 0 0;
	background: url(images/aimg-cc.jpg) 0 0 no-repeat;
	}

a.aimg-fots{
	margin: 15px 0 15px;
	background: url(images/choicePremierFlipLogo.jpg) 0 0 no-repeat;
	}

a.aimg-ifl:hover{
	background: url(images/aimg-ifl.jpg) 0 -100px no-repeat;
	}

a.aimg-itcf:hover{
	margin-top: 15px;
	background: url(images/aimg-itcf.jpg) 0 -100px no-repeat;
	}

a.aimg-cc:hover{
	margin-top: 15px;
	background: url(images/aimg-cc.jpg) 0 -100px no-repeat;
	}

a.aimg-fots:hover{
	margin-top: 15px;
	background: url(images/choicePremierFlipLogo.jpg) 0 -100px no-repeat;
	}
	

/************ images **************/

.logo-img{
	float: left;
	margin: 20px 0 0 30px;
	width: 171px;
	height: 96px;
	}

.people	{
	float: left;
	margin: 20px 0 0 20px;
	width: 600px;
	height: 110px;
	}

.call	{
	margin: 20px 0 0 15px;
	width: 262px;
	height: 26px;
	}

.couple	{
	margin: 0 0 0 370px;
	width: 300px;
	height: 130px;
	}
	

