/* Master CSS Template for Sidwellmaps.com, including Top Banner, Navigation Strip, and Footer */

#noCSS {
	display: none;	
}
.noCSS {
	display:none;
}
body {
	background-image: url(/images/jpg/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}	
#pageContainer {
	width: 792px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* Login Elements */
#loginBar {
	height: 20px;
}
#loginText {
	text-align: right;
	float: right;
	padding-top: 4px;
	padding-right: 2px;
}
#loginImage {
	text-align: right;
	float: right;
}

/* Banner and Navigation */
#bannerAndNav {
	height: 80px;
	text-align: left;
}
#bannerLogo {
	float: left;
	height: 79px;
	width: 62px;
}
#bannerVertSpace {
	width:2px; 
	height:79px; 
	font-size:0px; 
	float: left;
}
#bannerMain {
	float: left;
	background-image: url(/images/jpg/banner_main.jpg);
	background-repeat: no-repeat;
	width: 728px;
	height: 79px;
}
#bannerHorizSpace {
	width:10px; 
	height:37px; 
	font-size:0px;
}
#bannerTagline {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F6BA5;
	padding-left: 4px;
	height: 15px;
}


/* Footer */
#footerContainer {
	margin-left: auto;
	margin-right: auto;
/**/	width: 792px;
	height: 81px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#footerContainer a{
	text-decoration: none;
	color: #2F70B7;
}
#footerContainer a:hover{
	text-decoration: underline;
}
#footerTextContainer{
	float: left;
	width: 726px;
	height: 79px;
	font-size: 10px;
}
#footerLinks{
	float: left;
	height: 67px;
	width: 476px;
	text-align: right;
}
#footerAddress{
	float: left;
	height: 67px;
	width: 250px;
	text-align: right;
}
#footerSidwellcoLink{
	float: left;
	height: 12px;
	width: 376px;
	text-align: left;
}
#footerQuestions{
	float: left;
	height: 12px;
	width: 350px;
	text-align: right;
}

#footerImage{
	float: left;
	width: 66px;
	height: 79px;
	text-align: right;
}
#validationContainer {
	text-align: right;
	width: 792px;
	height: 10px;
	margin-top: 5px;
	margin-bottom: 40px;
}

