@import url(../_css/reset.css);

body { font-family: Helvetica, Arial, sans-serif; color: #333; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.wrapper { width: 960px; margin: 0 auto; position: relative; }
.column { float: left; }

#header {}
	#header .wrapper { height: 100px; }
	#header .logo { position: absolute; top: 20px; left: 10px; }
	#header .contact-details { position: absolute; top: 40px; right: 10px; font-size: 1.3em; line-height: 2em; }
	#header .contact-details a { color: #333; }
	
	#header .main-menu { background: #9fb2b8; height: 2.6em; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }
		#header .main-menu ul { text-align: center; }
			#header .main-menu ul li { display: inline; line-height: 2.6em; vertical-align: middle; border-left: 1px solid #fff; margin-left: 1em; padding-left: 1em; }
			#header .main-menu ul li.first { border-left: 0; }
				#header .main-menu ul li a { color: #fff; font-size: 1.1em; }
	
#content { margin-top: 1em; padding-bottom: 3em; background: url(none) 100% 100% no-repeat; }
	#content a { color: #6f8991; }
	#content .main { width: 687px; margin-right: 10px; }
	#content .side { width: 263px; }

#gmap { height: 438px; width: 556px; float: right; }

#footer {}
	#footer .border { border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }
		#footer .left { width: 313px; }
		#footer .right { width: 647px; padding-top: 2px; text-align: right; }
	
	#footer .copyright { color: #999; font-size: 1.1em; margin: 1em 0; }
	#footer .accessibility { float: right; text-align: right; margin: 4em 0 1em; font-size: 1.1em; }
		#footer .accessibility ul {}
			#footer .accessibility li { display: inline; margin-left: 1em; }
				#footer .accessibility li a { color: #333; }
	
	#footer .site-search { font-size: 1.1em; }
		#footer .site-search fieldset { border: none; }
			#footer .site-search legend, #footer .site-search label { display: none; }
			#footer .site-search p { float: left; margin-right: 1em; }

body.home #content { background-image: url(../_images/background-home.jpg); }
body.information #content { background-image: url(../_images/background-information.jpg); }
body.professional-services #content { background-image: url(../_images/background-professional-services.jpg); }
body.technology #content { background-image: url(../_images/background-technology.jpg); }
body.business-intelligence #content { background-image: url(../_images/background-business-intelligence.jpg); }
body.commerce-and-industry #content { background-image: url(../_images/background-commerce.jpg); }