/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#layGlobalWrapper {
	padding: 0 0 5px;
}

#homeLogo {
	padding: 10px 0;
}

img.pageImage {
	border: 1px solid #282121;
    margin-bottom: 10px;
    width: 945px;
}

#homepageContent {
	background-color: #652D29;
    border-bottom: 1px solid #282121;
    border-top: 1px solid #282121;
    color: #FDFBFB;
    font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    width: 960px;
}

.homepageHR {
	margin: 0px auto;
	width: 770px;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #990000;
}

#homepageContent h2 {
    color: #FDFBFB;
    font-family: Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

#homepageContent a, #homepageContent a:active, #homepageContent a:visited {
    color: #FDFBFB;
    font-weight: bold;
    text-decoration: none;
}

#homepageContent a:hover {
    color: #FDFBFB;
    font-weight: bold;
    text-decoration: underline;
}

#layPodWrapper {
    background-color: #FFFFFF;
    border: 1px solid #282121;
    margin: 15px 0 5px 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 945px;
}

#socialHome {
	height: 71px;
}

.social {
	float: left;
    margin-left: 110px;
    margin-top: 10px;
}

.social img.twitter {
    padding: 0 20px 10px;
}

#destination {
	float: left;
    margin-left: 180px;
}

#layUpperFooter ul.nav li {
    color: #C6C3C3;
}

#credit {
	color: #C6C3C3;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    padding: 20px 0 0;
    text-align: right;
    width: 975px;
}

/*#homepagePods {
	width: 770px;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
}

#homepagePod1 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod2 {
	width: 235px;
	float: left;
	border-right: 1px solid #990000;
	padding: 10px; margin:0px;
}

#homepagePod3 {
	width: 236px;
	float: left;
	padding: 10px; margin:0px;
}

#layAuthenticationVeil {
	position: absolute;
	top: 0px; left: 0px;
	width: 950px; height: 100%;
	background-color: #666; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
	}
	
#layAuthentication {
	position: absolute;
	top: 152px; left: 252px;
	width: 440px; margin: auto; 
	border:5px solid #510801;
	padding-top:3px;
	background-color:#FFF;
	}*/
