/* Layout
----------------------------------------------------------------------------------------------------*/
#container {
	width: 764px;
	margin: 0 auto;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	margin: 5px 0 15px 0;
	overflow: hidden;
}

#header #left {
	margin: 10px 0 0 0;
	float: left;
}

#header #right {
	float: right;
	font-weight: bold;
	text-align: right;
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
}

#header #right form {
	margin-top: 10px;
}

#header #right form label {
	font-weight: normal;
	display: block;
}

#header #right form input {
	border: 1px solid #e4e4e4;
	margin-top: 2px;
	width: autopx;
}
/* Banner
----------------------------------------------------------------------------------------------------*/
#banner2 {
	height: 311px;
}

#banner h6 {
	background: #000020;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	width: 764px
	line-height: 10px;
	padding: 5px 0 5px 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
}

/* Content and Main
----------------------------------------------------------------------------------------------------*/
#content {
	background: #fff url(http://www.liftatlanta.com/images/bg_secondary.png) repeat-y top left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;	
}

#home #content {
	background: #fff url(http://www.liftatlanta.com/images/bg_home.png) repeat-y top left;	
}

#main {
	float: left;
	width: 600px;
}

#main h3 {
	background: #0d668e;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#main h4 {
	color: #0d668e;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}

#main p {
	margin: 0 15px 20px;
}

#main ul {
	margin-left: 15px;
}

.employee img{
	border: 1px solid #0d668e;	
	width: 100px;
	height: 100px;
	}
.employee {
	float: left;
	width: 100px;
	height: 200px;
	text-decoration: none;
	margin: 10px 25px 10px 25px;
	
}

.padded img{
	border: 1px solid #0d668e;
	margin: 10px 10px 10px 20px;
	float: left;
}
.padded2 img{
	border: 1px solid #0d668e;
	margin: 10px 20px 10px 10px;
	float: right;
}

.padded3 img{
	border: 1px solid #0d668e;
	margin: auto;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#navigation {
	float: left;
	padding: 15px 0 15px 10px;
	width: 154px;
	
}

#navigation img { 
	margin-left: -10px;
	margin-top: -15px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	margin: 0;
	margin-bottom: 10px;
}

#navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #8b8b8b;
	font-size: 14px;
}

#navigation ul li a:hover {
	color: #000;
}

/* Columns on homepage
----------------------------------------------------------------------------------------------------*/
.column {
	float: left;
	width: 200px;
}

.column h1 {
	background: #0d668e;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.column h1#middle {
	background: #0c76c0;
}

.column h1#last {
	border-right: none;
}

.column p {
	
	margin: 10px 20px;
	line-height: 1.8;
}

/* Link Images
----------------------------------------------------------------------------------------------------*/
#links {
	clear: left;
	height: 90px;
	border-bottom: 1px solid #fff;
}

#links img {
	border-right: 1px solid #fff;
}

#links img.grayline {
	border-left: 1px solid #ddd;
}

#links img.last {
	border-right: none;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:764px;
	height:310px;
	overflow:hidden; 
}
span#prevBtn{}
span#nextBtn{}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	overflow: hidden;
	text-align:center;
	font-size: 10px;
	margin-bottom: 20px;
}

#footer span#address {
	display: block;
	font-size: 12px;
	padding: 5px 0;
	background: #0d668e;
	color: #fff;
	margin-bottom: 10px;
}

#footer #icons {
	float: right;
}

#footer #icons img {
	vertical-align: top;
	margin-left: 4px;
}

/* Clear floats for IE6
----------------------------------------------------------------------------------------------------*/
*html #header, *html #content, *html #main *html #thumbs {
	height: 1%;
}



/* Thumbnails
----------------------------------------------------------------------------------------------------*/
#thumbs {
	overflow: hidden;
	margin: 15px;
	
}
#thumbs .thumb {
	float: left;
	width: 190px;
	text-align: center;
	margin-bottom: 20px;
}

#thumbs .thumb img {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	margin-left: 44px;
}

#thumbs .thumb a {
	text-decoration: none;
}

#thumbs .thumb img:hover {
	border: 1px solid #333;
}

