/* Global CSS Document */

/* Generic Styles */
body {background:#fff url(../images/bkg-body.gif) 50% 0 repeat-x; font:12px/22px Arial, Helvetica, sans-serif; margin:0; padding:0}
img {border:none}
* {outline:none}
a:link:hover {cursor:pointer}
address a {color:#000; text-decoration:none}
	address a:hover {text-decoration:underline}

/* Centering the entire layout. Well, except for the #footer DIV, which is outside of #container because it needs to span the entire width of the page. So, it's contents are centered individually at the bottom of this document. */
#container {width:800px; margin:0 auto; position:relative}

/*---------- Masthead - Logo, Search, Global Navigation ----------*/
#masthead {height:126px}
	/* UPS for DownS logo as the background of an H1 */
	#logo {text-indent:-9999px; background:url(/images/logo-ups-for-downs.gif) no-repeat; font-size: 18px; width:362px; height:104px; margin-top:0}
	/* Positioning the entire block containing search and navigation */
	#searchAndNav {position:absolute; top:0; right:0}
		/* Home and Contact links at the very top */
		#searchAndNav p {margin:10px 0 2px 0; text-align:right}
		#searchAndNav p a, #searchAndNav p a:visited {text-decoration:none; color:#000}
			#searchAndNav p a:hover {text-decoration:underline}
		#searchAndNav label {display:none}
		#searchAndNav input {float:left}
		.sf_searchText {background:url(/images/search-box.gif) no-repeat; width:239px; height:27px; border:none; padding:5px 3px 2px 35px; font-size:18px}
		.sf_searchSubmit {background:url(/images/search-button.gif) no-repeat; width:39px; height:36px; border:none; text-indent:-9999px; margin:-2px 0 0 6px; font-size:0px; line-height: 0px;}
		
/*---------- Main - It's own container for the the main content of the site. Sub pages (sub.css) have a #content DIV and #aside DIV inside this #main DIV. ----------*/
#main {padding:17px; margin-bottom:40px}

/*---------- Footer ----------*/
#footer {background:#cf933e url(/images/bkg-footer.gif) repeat-x; width:100%; padding:30px 0 20px}
	/* Used to center footer contents, since the footer is set to width:100% in the rule above */
	#footerContents {width:800px; margin:0 auto; position:relative}
		/* UPS for DownS address */
		#footer address {font-style:normal; line-height:normal; background:url(/images/logo-ups-for-downs-address.gif) no-repeat; padding-left:55px; width:400px}
		/* Link to Links Technology website */
		#links {position:absolute; top:0; right:0}
		#sitefinity {position:absolute; top: 20px; right:0}

/* Sitefinity Logo */
#ctl00_sitefinityLogo {margin:0; background:#CF933E}