@charset "UTF-8";
@import url("typography.css");
/* CSS Document */

html, body {	
		text-align: center;
		min-width: 750px;
		padding:0;
		margin:0;
		float:none;
		clear:none;
				
}
	


img.spacer{
		width:1px;
		height:90px;
		
		}

.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;

	}


#wrapper{
		float:none;
		width: 960px;
		text-align: left;
		margin: 0 auto 0;
		position: relative;
		min-height: 95%;
		height: auto !important;
		height: 95%;

		
		/*
		padding-left:20px;     
		padding-right:20px; 
		*/
}


body {		
		background:url(../images/bg.jpg) repeat-x;
	}

body.landing-page {
		background:url(../images/bg-landing-page.jpg) repeat-x;
	}


dd{
	background:#eee;
	margin:0;
	padding:20px;
	padding-right:35px;
	}
	
/* Header */

#header{
		height:100px;
		width:960px;
		margin-top:20px;
	}
	
	
#logo{
		width:500px;
	}
	
#menu{
		position:absolute;
		top:25px;
		left:560px;
		width:400px;
		display:block;
	}
	
	
/* Landing Page */

#landing-page-main{
	float:none;
	clear:none;
	position:relative;
	
	}

#images-left{
	position:relative;
	float:left;
	height:400px;	
	}

#images-right{
	height:400px;
	position:relative;
	}
	
#welcome-message{
	width:390px;
	height:400px;
	background:url(../images/bg-welcome.jpg) #fff no-repeat;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	padding-bottom:30px;
	position:relative;
	float:left;
	}
		
	
/* Main Content Section */

#content-title{
	width:960px;
	height:102px;
	float:left;
	clear:both;
	display:table-cell;
	}

	
	
	
	
#main{
	float:left;
	clear:both;
	width:900px;
	margin:40px;
	margin-top:0;
	min-height:300px;

	}
	
#left-column{
	width:200px;
	float:left;
	clear:none;
	margin-top:60px;
	}
#center-column{
	margin-top:20px;
	width:400px;
	float:left;
	clear:none;
	}
#right-column{
	width:250px;
	float:right;
	clear:none;
	}
	
	
/* Footer */

#footer{
	float:left;
	clear:both;
	width:960px;
	height:200px;
	background:url(../images/bg-footer.jpg) repeat-x;
	}
	
#footer-section{
	width:230px;
	text-align:center;
	float:left;
	clear:none;
	}
	
		#footer-section.contact{	
			text-align:left;
			}
			
		#footer-section.contact img{
			margin-left:40px;
			}
		#footer-legal{
			width:960px;
			text-align:center;
			clear:both;
			}

.thumbnail {
	padding:3px;
	}
