* {
	margin: 0;
	padding: 0;
} 

body,td,th,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto; 
	min-height: 100%;
}

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

.clear-floats {
	clear: both;
}

div#overviewOverlay {
	display: none;
	position: fixed;
	background-image: url('../../images/overlay.png');
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 200000;
}

div#overviewLoading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50%;
	text-align: center;
	z-index: 200001;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

div#header {
	height: 215px;
	background-image: url(../../images/tpl/tpl_top_bg.gif);
	background-repeat: repeat-x;
}

div#header-top-line {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 980px;
	height: 58px;
}

	div#header-top-logo {
		margin: 0;
		padding: 0;
		border: 0;
		width: 791px;
		height: 58px;
		float: left;
	}
	
	div#header-top-login {
		margin: 0;
		padding: 0;
		border: 0;
		width: 189px;
		height: 58px;
		float: left;
	}
	
	.uxc-search-bar {
		float: left;
		margin: 0;
		padding: 0;
		border: 0;
		width: 292px;
		height: 35px;
		background-image: url(../../images/tpl/tpl_navline_search.gif);
		background-repeat: none;
		color: #e3e4e5;
		text-indent: 15px;
		line-height: 35px;
		font-size: 11px;
	}
	
	.qs-textfield {
		width: 140px;
		height: 11px;
		background-color: #000;
		color: #CCC;
		border: 0;
		margin: 0;
		padding: 5px;
	}

div#header-mid-line {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	height: 122px;
	background-image:  url(../../images/tpl/tpl_midline_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#header-nav-line {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 980px;
	height: 35px;
}

	div#header-nav-line ul {
		list-style-type: none;
		display: inline;
	}
	
	div#header-nav-line ul li {
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
	}
	
div#content-bg {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
}
	
#main {
	padding-bottom: 320px;	/* must be same height as the footer */
}

	#location-bar {
		width: 954px;
		padding: 0;
		margin: 0 auto;
		border: 1px solid #E2E2E2;
		height: 24px;
		background-image: url(../../images/design/locationbar_bg.gif);
		background-repeat: repeat-x;
		line-height: 24px;
		padding-left: 24px;
		margin-top: 0px;
		margin-bottom: 15px;
		color: #7f888d;
	}
	
	#content-1col {
		width: 980px;
		margin: 0 auto;
	}
	
#footer {
	position: relative;
	margin-top: -320px; /* negative value of footer height */
	height: 320px;
	clear: both;
	background-color: #000;
	background-image: url(../../images/design/footer_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
}

#footer-content {
	width: 980px;
	height: 320px;
	margin: 0 auto;
	/*background-image: url(../../images/design/footer.jpg);
	background-repeat: no-repeat;*/
}

clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */