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

body {
    color: #FFFFFF;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 14px;
    line-height: 18px;
}

p {
	color: #ffffff;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 14px;
    line-height: 18px;
	margin: 0px 0px 8px 0px;
	}

td {
	color: #FFFFFF;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 14px;
    line-height: 18px;
	}
	
a, a:active, a:visited {
	text-decoration: underline;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration: none;
	color:#FFFFFF;
	}

#homepageContent {
	margin: 0 auto;
    padding: 0 15px 13px;
    text-align: left;
    width: 970px;
}

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

#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;
	}

#logo {
	float: left;
    padding-left: 27px;
    padding-top: 20px;
    text-align: left;
}

#tagline {
	float: left;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 27px;
}

#bottom {
	float: right;
    margin-top: 30px;
    padding: 0 80px;
    width: 630px;
}

#social {
	float: left;
    text-align: center;
    width: 215px;
}

#savor {
	float: right;
    text-align: left;
    width: 385px;
}

#credits {
	color: #FFFEFD;
    display: inline-block;
    font-family: sans-serif;
    font-size: 10px;
    padding-top: 15px;
    text-align: right;
    width: 1000px;
}

#credits a {
	color: #FFFEFD;
	text-decoration: none;
}

#credits a:hover {
	color: #FFFEFD;
	text-decoration: underline;
}

#layPodWrapper {
    background-color: #E9E9E9;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 936px;
}

.pod {
    border: 5px solid black;
    border-radius: 5px 5px 5px 5px;
    color: black;
    float: left;
    height: 230px;
    margin: 10px;
    padding: 10px;
    width: 418px;
}

.podTitle {
	display: none;
}

.pod a {
	color: #000000;
	text-decoration: none;
}

.pod a:hover {
	color: #000000;
	text-decoration: underline;
}