/* COMMON LAYOUT */

#global_links, #banner, #controls, #tabs, #content_wrapper, #footer {
	clear: both;
	margin: 0.49em;
}

/* GLOBAL LINKS */

#global_links {
	float: right;
	clear: right;
	font-size: 0.75em;
}

#global_links a, #global_links span {
	text-decoration: none;
	padding: 0.25em 0.5em;
	margin: 1.5em;
}

#global_links a {
	color: #e31936;
}

#global_links span {
	color: #000000;
}


#global_links p {
	display: inline;
}

#global_links p a {
	margin: 0; 
}

#global_links p span {
	font-weight: bold;
	margin: 0;
}


/* BANNER */

#banner {
	float: left;
	clear: left;
	margin-bottom: 2em;
}

/* CONTROLS */

#controls {
	position: relative;
	background: url(/images/controls-background.jpg) no-repeat top left;
	border: 2px #e31936;
	border-style: solid none;
	height: 3em;
	list-style: none;
	padding: 0 1em;
	margin-bottom: 2em;
}

#controls div {
	height: 2.5em;
	padding: 0.25em;
	line-height: 2.5em;
	color: #e31936;
	font-weight: bold;
	vertical-align: center;
}

#controls div span {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
}


#controls form {
	position: relative;
	display: inline;
	height: 2.5em;
	margin: 0;
	padding: 0;
	line-height: 2.5em;
	font-size: 1em;
}

#controls form label {
	color: #e31936;
	font-weight: bold;
	padding: 0 0 0 1em;
}

#controls form input, #controls form select  {
	border: 1px solid #999999;
	font-size: 0.8em;
	font-weight: bold;
}

#controls form a {
	padding: 0.25em 0.5em;
	font-size: 0.9em;
	background-color: #e31936;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 	
}
#controls form a:hover {
	color: #999999;
}

#controls form.selector {
	top: -0.4em;
	font-size: 1.5em;
}


/* TABS */

#tabs {
	position: relative;
	margin-bottom: 0;
	font-size: 0.75em;
	border: 1px #FFFFFF;
	border-style: none solid;
}


#links {
	float: right;
	color: #000000;
	font-size: 1.1em;
	padding: 0 2em;
}

#links a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}


#tabs ul {
	margin: 0;
	padding: 0;
}

#primary {
	position: relative;
	bottom: 0px;
	width: 125em;
}

#primary li  {
	display: inline;
	float: left;
	background: url(/images/norm_right.png) no-repeat top right;
	margin: 0 0 0 0;
	border: none;
}

#primary li.current {
	background-image: url(/images/norm_right_on_atsfluid.png);
}

#primary a, #primary span {
	display: block;
	padding: 0.4em 3em 0.15em 3em;
	margin: 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border: none;
}

#primary span {
	background: url(/images/norm_left_on_atsfluid.png) no-repeat top left;
	color: #FFFFFF;
}

#primary a {
	background: url(/images/norm_left.png) no-repeat top left;
	color: #999999;
}

#primary a:hover {
	color: #000000;
}


#secondary {
	display: inline;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 2.2em;
	left: 0px;
	width: auto; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#secondary li {
	float: left;
	background: transparent;
	margin-left: 1px;
	padding: 0 1em;
}

#secondary a, #secondary span {
	width: auto;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-align: auto;
	border: none;
	background: transparent;
	color: #FFFFFF;
	font-size: 0.85em;
	text-transform: uppercase; 
}

#secondary a {
	text-decoration: none;
	font-weight: normal;
}

#secondary a:hover {
	color: #000000;
	background: transparent;
	border: none;
}

#secondary span {
	font-weight: bold;
	border-bottom: 4px solid #FFFFFF;
}

/* CONTENT */

#content_wrapper {
	margin-top: 0;
	padding: 1.6em 0 0 0;
	background-color: #e31936;
	border: solid #e31936;
	border-width: 1px 2px 2px 2px;
}

#content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 2em;
	min-height: 30em;
}

/* FOOTER */

#footer {
	text-align: right;
	font-size: 0.7em;
/*	color: #BBBBBB; */
        color: #666666;
}

/* HOME PAGE */
div.home {
}	

/* COMMON CLASSES */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;

