@charset "utf-8";

/* COLOURS
	The following are the standard colours:
	#E31B22:	Lift-Tek Red
	#2E419A		Lift-Tek Blue
	#7181BF		Light Blue
	#FDB945		Lift-Tek Yellow
	#EBEBEB		Light Grey
	#666666		Dark Grey
*/

/* TAG STYLES */
body {
	background: #717171; /*Dark Gray */
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	/* The next four lines are required to keep the divs together in IE7 */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
html, body {
	height: 100%;
}

/* Default Text and Link Styles */
h1 {
	/* Dark Blue Italic */
	font-size: 1.2em;
	color: #2e419b;
	font-style: italic;
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	color: #2e419b;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 {
	font-size: 1em;
	color: #2e419b;
	font-weight: bold;
	margin-bottom: 3px;
}
#mainContent p {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a:link, a:visited {
	color: #2e419a;
	text-decoration: underline;
}
a:active, a:hover {
	color: #e31b22;
	text-decoration: underline;
}
img {
	border-style:none;
}

/* CONTAINER STYLES */
#container {
	min-height: 100%;
	height:auto;
	width: 840px;
	text-align: left;
	background: #FFFFFF url(../img/back_main.gif) left top repeat-y;
	position: relative;
	margin: 0 auto 0 auto;
}
* html #container {
	height: 100%;
}

/* HEADER STYLES */
#header {
	width: 800px;
	height: 105px;
	margin: -1px auto 0 auto;
	border-top: 1px solid #FFFFFF;
	background-image: url(../img/am/en/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* This is the background of the sprymenu. Used to position it */
#header #menubar {
	background: #2e419a;
	width: auto;
	height: 18px;
	z-index: 1;
	margin: 79px 140px 0 170px;
	padding: 0;
}
#home_link {
	background-color: transparent;
	height: 100px;
	width: 140px;
	z-index: 9999;
	left: 20px;
	top: 0px;
	cursor: pointer;
	float: left;
}

/* MAIN CONTENT - General */
#mainContent {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 9px;
	margin-top: 0;
	margin-left: 171px;
	margin-bottom: 50px;
}
/* MAIN CONTENT - 2 column */
.lti_2col #mainContent {
	margin-right: 20px;
}
/* MAIN CONTENT - 3 column */
.lti_3col #mainContent {
	margin-right: 241px;
}

/* LEFT SIDEBAR */
#sidebar_left {
	position: absolute;
	float: left;
	left: 20px;
	top: 105px;
	width: 150px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* Default styles for left and right sidebar elements */
/* the left and right margin should be given to every element that will be placed in the side columns */
#sidebar_left h3,  #sidebar_left p, #sidebar_left h3, #sidebar_left h1, #sidebar_left h2, #sidebar_right p, #sidebar_right h1, #sidebar_right h2, #sidebar_right h3 {
	margin: 0 10px 0 10px;
	padding-top: 10px;
	padding-bottom: 0;
}
#sidebar_left h1, #sidebar_right h1 {
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
}
#sidebar_left h2, #sidebar_right h2 {
	font-size: x-small;
}
#sidebar_left h3, #sidebar_right h3 {
	font-size: x-small;
}

/* Site Navigation box in left sidebar */
#section_nav {
	margin: 2px 0 17px 0;
	padding-top: 5px;
	display: inline;
}
#section_nav h1 {
	margin-left: 0px;
	padding-left: 6px;
}
/* First level list */
#section_nav ul {
	margin: 0px;
	padding: 0px;
}
#section_nav li {
	list-style-type: none;
}
#section_nav a {
	display: block;
	text-decoration: none;
	color: #2C419A;
	padding: 1px 3px 3px 6px;
	margin-right: 1px;
}
#section_nav a:hover {
	/* Applies to both first and second level */
	background-color: #7181BF;
	color: #FFFFFF;
}
#section_nav .selectedItem {
	/* Marks lockation in site (first and second level
	Add class = "selected item" to <a> tag in list to apply this style */
	font-weight: bolder;
	background-color: #FDB945;
}
/* Second level list */
#section_nav ul ul a {
	padding-left: 25px;
}
/* RIGHT SIDEBAR (3 column layout only)*/
/* See sidebar_left for p and heading styles */

#sidebar_right {
	float: right;
	width: 220px;
	margin-right: 20px;
	margin-top: 2px;
	padding-top: 15px;
	overflow: visible;
	display: inline;
	position: absolute;
	top: 105px;
	right: 0px;
}
/*  An sr_section defines a group of news items in the right sidebar.
	Every sr_section contains one sr_section_head and any number of 
	sr_entries.
*/
#sr_section {
	margin-bottom: 50px;
	display: inline;
}
#sr_section_head {
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	font-style: italic;
	background: url(../img/right_head.jpg) left top no-repeat;
	padding-left: 10px;
}
#sr_entry {
	background: url(../img/rightbox.jpg) left top no-repeat;
	margin-bottom: 10px;
	padding-top: 10px;
}


/* FOOTER */
#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	clear: both;
	width: 800px;
	height: 30px;
	color: #FFFFFF;
	padding-top: 5px;
	position: relative;
	font-size: 10px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-size: 10px;
	color: #FFFFFF;
}

#clearfooter {
	height: 30px;
}

/* MISC STYLES & IE HACKS */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltrt_highlight {
	float: right;
	margin-left: 8px;
	background-image: url(../img/rightbox.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 200px;
}
.fltrt_col {
	float: right;
	margin-left: 8px;
	width: 200px;
}
.adblock {
	background-color: #2e419A;
	color: #FFFFFF;
	text-align: center;
	font-size: 9pt;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
.adblock h1 {
	color: #FDB945;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
}
.adblock hr {
	color: #FDB945;
	background-color: #FDB945;
	width: 80%;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-color: #FDB945;
	border-right-color: #FDB945;
	border-bottom-color: #FDB945;
	border-left-color: #FDB945;
}

#footer li {
	float: left;
	width: 266px;
	list-style-type: none;
	position: relative;
	height: 30px;
}
.ft_copyright {
	text-align: right;
}

#footer ul {
	width: 800px;
	list-style-type: none;
	height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
