/* Start of CMSMS style sheet 'home styles' */
.logo{
	position: relative;
	float: left;
	left: 31px;
	margin-top: 16px;
}
.tagline{
	position:absolute;
	left: 365px;
	margin-top: 47px;
	width: 510px;
	height: 17px;
}
.main-nav{
	position: absolute;
        float:right;
	right: 25px;
	margin-top: 77px;
	width: 700px;
	text-align:right;
	font-size: 20px;
	color: #c6c2b4;
}
#container{
	position: relative;
	float: left;
	width: 900px;
	background:#FFFFFF url(./images/container_background.gif)top left no-repeat;
	min-height:670px;
       background-color:#ffffff;
}
#banner{
	position: relative;
	float: left;
	margin-top: 16px;
	left: 18px;	
	z-index: 0;
}
.previous{
	position: absolute;
	left: 11px;
	top:126px;
	width: 25px;
	height: 43px;
	background-image: url(./images/left-arrow.png);
	z-index: 1;	
}
.previous:hover{
	width: 25px;
	height: 43px;
	background-image: url(./images/left-arrow-hover.png);
	z-index: 1;	
}
.next{
	position: absolute;
	left: 827px;
	top:126px;
	width: 25px;
	height: 43px;
	background-image: url(./images/right-arrow.png);
	z-index: 1;
}
.next:hover{
	width: 25px;
	height: 43px;
	background-image: url(./images/right-arrow-hover.png);
	z-index: 1;
}
#column-container{
	position: relative;
	float: left;
	margin-top: 14px;
	margin-bottom:110px;
	width: 900px;
	text-align: left;
	z-index: 1000;
}
#column-container h1{
	margin-bottom: 10px;
}
#column-container h2{
	font-weight: bold;
	margin-bottom: 2px;
}
.column-left{
	float: left;
	width: 300px;
}
.column-left h2{
	color: #efa810;
}
.column-middle{
	float: left;
	width: 298px;
	border-left: #cfcfcf 1px solid;
	border-right: #cfcfcf 1px solid;
}
.column-right{
	float: left;
	position: relative;
	width: 300px;
	z-index: 0;
}
.cover{
	position: absolute;
	background-image: url(./images/gallery_thumb_cover.gif);
	width: 195px;
	height: 191px;
	z-index: 1000;
}
.column-padding{
	position: relative;
	left: 30px;
	width: 250px;
}
.view-all{
	position: absolute;
	right: 5px;
	width: 64px;
	height: 21px;
	background-image: url(./images/view-all.gif);
	background-repeat: no-repeat;
}
.view-all:hover{
	background-image: url(./images/view-all-hover.gif);
	text-decoration: none;
}
#footer{
	position:absolute;
	bottom: 0;
	height: 100px;
	margin-top: 30px;
	width: 900px;
	left: 0px;
	color: #7c7c7c;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	background-color:#e7e7e7;
}

/* End of 'home styles' */

