/* CSS Document */
@import url(_fonts.css);
@import url(_layout.css);
@import url(_forms.css);

#topWrapper {
	background-color: #382718;
	position:relative;
	margin:0 auto;
	height:105px;
	width:100%
}

#layHeader {
	background-color:transparent;
	width:100%;
	display:none;
}

#layMainMenu {
	background-color:#382718;
	float:none;
	left:0px;
	height:auto;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	position:relative;
	top:68px;
	width:754px;
}

#layLogo {
	display:none;
}

#headerImage {
	display: none;
}

#layLogin {
	display:none;
}


#homepageWrapper {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	background-color: #483224;
	/*background-color: #5b3f2f;*/
	overflow:hidden;
	position:relative	
	padding-bottom:50px;
	}

#homepageContent {
	background-color:#483224;
	margin: 40px auto 0px auto;
	padding: 10px 10px 40px;
	width: 950px;
	text-align: left;
	/*background-image: url("../images/global/guido_background02.jpg");
	background-repeat: no-repeat;
	background-position: top;*/
	}
	
#homepageContent p {
	line-height: 24px;
	font-size:12px;
}

#homepageContent a, #homepageContent a:active, #homepageContent a:visited {
	text-decoration: none;
	/*color:#323a78;*/
	color:#EBB975;
	}
	
#homepageContent a:hover {
	text-decoration: underline;
	color:#ffffcc;
	}

/*#homepageImage {
	background-image: url("../images/global/guido_background02.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	padding: 10px;
	width: 90%;
}*/

.homepageHR {
	margin: 0px auto;
	width: 100%;
	height: 6px;
	line-height: 0px;
	font-size: 0px;
	background-color: #493323;
}

/*#layPodWrapper {
	width: 100%;
	text-align:left;
	margin: 0px auto; 
	padding: 0px;
	overflow: hidden;
	background-color:#382718;		
}

.pod {
	float:left;
	font-family:"Arial",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height:24px;
	font-weight:bold;
	height:175px;
	margin:10px 0;
	padding:10px;
	width:50%;
}

#pod1 {
	width:350px;
	/*border-right:1px dotted;*/
	text-align:left;
}

.podTitle {
	color:#BD9B7F;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	display:none;
}

/*#pod2 {
	float:right;
	width:550px;
	text-align:left;
}*/


#homepageFooterWrapper {
	margin: 0px auto;
	width: 100%;
	background-color:#483224;
}

#layFooterWrapper {
	background-color:#483224;
	width:100%;
	}
	
#layFooterMenu {
	display:none;
}
	
#layPoweredBy {
	display:none;
}