/* Home CSS Document */

#home_images{
  float: left;
  width: 730px;
  height: 400px;
}

#links{
  float: left;
}

#links ul{
  margin: 0px;
  padding: 0px;
}

#links ul li{
  float: left;
  list-style: none;
  padding: 5px 0px 0px 0px;
}

#links ul li.center{
  padding: 5px 5px 0px 5px;
}

/* UNIVERSAL LIST STYLES FOR FEATURES */

#homeImages {
	height: 400px;
	margin: 0 auto;
	padding: 0;
	width: 730px;
    float: left;
	position: relative;
}

#homeImages.features {
	height: 400px;
    display: block;
    overflow: hidden;
	margin: 0 auto 0px;
	padding: 0;
	width: 730px;
    float: left;
}

#homeImages.features ul {
	clear: both;
	list-style: none;
    margin: 0;
	padding: 0;
	position: absolute;
}

#homeImages.features li {
    list-style: none;
}


/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#homeImages.features ul.main li {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: visible;
    z-index: 1;
}

#homeImages.features .main,
#homeImages.features .feature {
	height:400px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 730px;
	z-index: 1;
	float: left;
}

#homeImages.features ul.main li.shown {
    z-index: 2;
    visibility: visible;
    position: relative;
}

#homeImages.features ul.main li.shown a {
    z-index: 99;
}

#homeImages .feature img {
	position:absolute;
	width: 730px;
    height: 400px;
}



/*HOME QUOTES*/

/* UNIVERSAL LIST STYLES FOR FEATURES */

#homeQuotes {
	height: 400px;
	margin: 0 auto;
	padding: 0;
	width: 250px;
    float: left;
	/*position: relative;*/
	position: absolute;
	bottom: 50px;
}

#homeQuotes.features {
	height: 400px;
    display: block;
    overflow: hidden;
	margin: 0 auto 0px;
	padding: 0 0 0 40px;
	width: 250px;
    float: left;
}

#homeQuotes.features ul {
	clear: both;
	list-style: none;
    margin: 0;
	padding: 0;
	position: absolute;
}

#homeQuotes.features li {
    list-style: none;
}


/* MAIN FEATURES AREA AND INDIVIDUAL FEATURES */
#homeQuotes.features ul.main li {
    display: none;
    margin: 0;
    padding: 0 0 0 0px;
    position: absolute;
    visibility: visible;
    z-index: 1;
	color: #fff;
	font-family: 'ClassGarmndBTRoman';
	font-style: italic;
	font-size: 21px;
}

#homeQuotes.features .main,
#homeQuotes.features .feature {
	height:400px;
	margin: 0;
	overflow:hidden;
	padding: 0;
	width: 250px;
	z-index: 1;
	float: left;
}

#homeQuotes.features ul.main li.shown {
    z-index: 2;
    visibility: visible;
    position: relative;
}

#homeQuotes.features p {
	position: absolute;
	bottom: 30px;
}

#homeQuotes .source {
	margin: 8px 0 0;
	font-size: 17px;
	display: block;
	clear: both;
}
