/* basic elements */

* { margin: 0; padding: 0; }

.clearfix:after {
	clear: both;
    content: ".";
    display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */



body {
	background: url(../images/bkg_site.jpg) top repeat-x;
	color: #000;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

.Wrapper {
	padding-bottom: 30px;
	margin: 0px auto;
	text-align: left;
	width: 760px;
}



/*----HEADER----*/

.Header {
	height: 102px;
	width: 696px;
	padding: 0px 32px 0px 32px;
}

	.Header .Logo {
		background: url(../images/logo_freedman.gif) no-repeat;
		float: left;
		height: 50px;
		overflow: hidden;
		margin: 22px 0px 0px 0px;
		width: 218px;
	}
	
		.Header .Logo a {
			display: block;
			height: 50px;
			text-indent: -5000px;
			width: 218px;
		}
		
	.Header .TagLine {
		float: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 20px;
		margin: 42px 0px 0px 0px;
	}
	
	
	
/*----NAVIGATION----*/

.Navigation {
	background: url(../images/navigation.gif);
	height: 48px;
	margin: 0px 8px 0px 135px;
	width: 618px;
}
	
	.Navigation .Nav {
		list-style: none;
	}
	
		.Nav a {
			display: block;
			height: 48px;
			overflow: hidden;
			text-indent: -5000px;
		}
	
		.Nav .Button1 {float: left; width: 68px;}
		.Nav .Button2 {float: left; width: 92px;}
		.Nav .Button3 {float: left; width: 43px;}
		.Nav .Button4 {float: left; width: 81px;}
		.Nav .Button5 {float: left; width: 104px;}
		.Nav .Button6 {float: left; width: 125px;}
		.Nav .Button7 {float: left; width: 105px;}
		
		.Nav .Button1 a:hover {background: url(../images/navigation.gif) 0px -48px no-repeat;}
		.Nav .Button2 a:hover {background: url(../images/navigation.gif) -68px -48px no-repeat;}
		.Nav .Button3 a:hover {background: url(../images/navigation.gif) -160px -48px no-repeat;}
		.Nav .Button4 a:hover {background: url(../images/navigation.gif) -203px -48px no-repeat;}
		.Nav .Button5 a:hover {background: url(../images/navigation.gif) -284px -48px no-repeat;}
		.Nav .Button6 a:hover {background: url(../images/navigation.gif) -388px -48px no-repeat;}
		.Nav .Button7 a:hover {background: url(../images/navigation.gif) -513px -48px no-repeat;}
	
		
		
/*----CONTENT----*/

.Content {
	padding: 45px 32px 20px 32px;
	width: 696px;
}



/*----FOOTER----*/

.Footer {
	border-top: 1px solid #c7c7c7;
	margin: 0px 32px 0px 32px;
	padding: 12px 0px 0px 0px;
	width: 696px;
}

	.Footer .Links {
		float: left;
		line-height: 14px;
		font-size: 12px;
		color: #695296;
	}
	
		.Footer .Links a {
			text-decoration: none;
			color: #695296;
		}
		
		.Footer .Links a:hover {color: #4a2593;}
		
	.Footer .Copyright {
		color: #555555;
	}
	
	.Footer .CCIM {
		float: right;
		height: 65px;
		width: 78px;
	}