@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e7e6df;
	margin: 0px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #FFF;
	
}
a:hover {
	color:#0072b7;
}
	
.mainText {
	line-height:30px;
}

#container {
	width: 950px;
	margin: 0 auto;
}

.header {
	height:120px;
	position:relative;
	}

h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1 a:link, h1 a:visited, h1 a:hover	{
	display: block;
	width: 245px;
	height: 120px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url(images/smileyLogo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
	
	
.header ul {
	position:absolute;
	top:81px;
	left:390px;
	width:404px;
	height:39px;
	margin:0;
	padding:0;
	border:0;
	}
	
.header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 8px;
	}
	
.header ul li, .header ul a {
	height: 39px;
	display: block;
	}
	
.header ul a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	}


#navbar {
	width: 100%;
	position:absolute;
	top:76px;
	left:390;
	margin:0;
	padding:0;
	border:0;
}


#sidebar {
	width: 250px;
	position:absolute;
	left:10;
}

#flashSlideshow {
	width: 694px;
	height: 208px;
	background-image: url(images/flashSlideshow.jpg);
}

#content {
	color: #FFF;
	text-align: justify;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#contactContent {
	color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 15px;
}

.flContract {
	color:#FFF;
	font-size:18px;
	text-transform: uppercase;
}

#footer {
	width: 950px;
	height: 116px;
	background-image: url(images/bottomBG2.jpg);
	background-repeat: repeat-x;
	text-align:center;
}
