/* general page styles */
body.commonnav {
	background: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
}

#commonheader div, #commonfooter div, #commonfootershort div {
	text-align: left;
	height: 1%;
}

#commonheader a, #commonfooter a, #commonfootershort a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#commonheader a:hover, #commonfooter a:hover, #commonfootershort a:hover {
	text-decoration: underline;
}

#commonheader .hidden, #commonfooter .hidden, #commonfootershort .hidden {
	visibility: hidden;
}

/* generic styles used commonly throughout the site */
#commonheader li.firstItem, #commonfooter li.firstItem, #commonfootershort li.firstItem {
	border: none !important;
}

#commonheader .displayNone, #commonfooter .displayNone,#commonfootershort .displayNone {
	display: none;
}

/* styles specific to SEO content that should be hidden from supported browsers */
#commonheader h1.seo, #commonfooter h1.seo, #commonfootershort h1.seo {
	display: none;
}

#commonheader p.unsupported, #commonfooter p.unsupported, #commonfootershort p.unsupported {
	display: none;
}

/* styles used to define the 'header' section at the top of the page */
#commonheader {
	height: 78px;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
	background: #ffffff url(/images/bg_common_nav.gif) repeat-x;
}

#commonheader #logo {
	text-indent: -2000px;
	background: transparent url(/images/logo_bellaliant.gif) no-repeat 0px 0px;
	display: block;
	margin: 0;
	padding: 0;
	height: 47px;
	width: 146px;
	position: absolute;
	top: 19px;
	left: 28px;
}

#commonheader ul.utilityNavigation {
	margin: 0;
	padding: 25px 10px 0px 0px;
	text-align: right;
}

#commonheader ul.utilityNavigation li {
	display: inline;
	list-style: none;
	padding: 0px 9px 0px 9px;
	border-left: 1px solid #acacac;
}


#commonfooter {
	width: 762px;
	height: 65px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff url(/images/bg_common_footer.gif) no-repeat;
	overflow: hidden;
}

#commonfooter ul {
	margin: 18px 0px 0px 23px;
	padding: 0;
}

#commonfooter ul li {
	list-style: none;
	float: left;
	padding: 0px 6px 0px 6px;
}

#commonfootercopyright {
	width: 762px;
	height: 15px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #B0B0B0;
	text-align: right; 
}

#commonfootershort {
	width: 762px;
	height: 38px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff url(/images/bg_common_footer_short.gif) no-repeat;
	overflow: hidden;
}

#commonfootershort ul {
	margin: 7px 0px 0px 12px;
	padding: 0;
}

#commonfootershort ul li {
	list-style: none;
	float: left;
	padding: 0px 6px 0px 6px;
}

#commonfootershort ul li.commonfootercopyrightshort {
	list-style: none;
	float: left;
	padding: 4px 6px 0px 6px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #B0B0B0;
} 