body {
	background: #fff url(../images/bkgBody.jpg) 0 78px repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	behavior: url(csshover.htc);
	}
	
img {
	border: 0;
	}
	img#bannerPic {
		float: right;
		}

a:hover {
	cursor: pointer;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}

* {
	outline: none;
	}

div#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	}

h1#logo {
	background: url(../images/logoCFI.gif) no-repeat;
	margin: 0;
	text-indent: -9999px;
	width: 482px;
	height: 78px;
	}
	
ul#socialMedia {
	position: absolute;
	right: 0;
	top: 12px;
	margin: 0;
	list-style:none;
}
	#socialMedia li {
		float: left;
		margin-left: 5px;
	}

p#phone {
	background: url(../images/phone.gif) no-repeat;
	text-indent: -9999px;
	width: 240px;
	height: 28px;
	/*position: absolute;
	right: 0;
	top: 25px;
	margin: 0;*/
	}

div#masthead {
	height: 78px;
	}

div#banner {
	height: 202px;
	}

p#intro {
	width: 400px;
	color: #fff;
	font: 15px/25px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	margin: 0;
	}

/* <Main navigation> */
#globalNav {
	position: absolute;
	top: 280px;
	}
#globalNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#globalNav li {
		float: left;
		margin: 0;
		padding: 0;
		display: block;
		}
		#globalNav li:hover {
			background: #fff url(../images/bkgNavRight.gif) right top no-repeat;
			}
		#globalNav a {
			color: #fff;
			font-size: 13px;
			text-decoration: none;
			padding: 7px 18px 10px 17px;
			height: 18px;
			display: block;
			float: left;
			}
			#globalNav a:hover {
				background: url(../images/bkgNavLeft.gif) left top no-repeat;
				color: #000;
				}
/* <Main navigation /> */

div#main {
	position: absolute;
	top: 340px;
	left: 0;
	}

/* <Footer> */
div#footer {
	border-top: 1px solid #f9a13a;
	font-size: 12px;
	clear: both;
	padding-top: 10px;
	}
	#footer address {
		background: url(../images/logoFooter.gif) no-repeat;
		padding: 13px 0 0 115px;
		height: 36px;
		width: 300px;
		font-style: normal;
		}
	#footer p {
		height: 36px;
		margin: 0;
		line-height: normal;
		}
	#footer a, #footer a:visited {
		color: #000;
		text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
			}
	#footer img {
		vertical-align: text-top;
		border: 0;
		margin-left: 1px;
		}
/* <Footer /> */
