img {
	border:0;margin:0;padding:0;
}
BODY {
	background: #f0f0f2 url("/gfx/background_shim_body.gif") top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0;
	margin: 0;
}

ul, ol{ padding:0;margin:0;}

.size1 {	font-size: 75% !important; }
.size2 {	font-size: 90% !important; }
.size3 { 	font-size: 100% !important; }

a{
	color:#1f419b;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
h1 { color:#1f419b; font-size:2.5em;}
h2 { color:#a3a3a6; font-size:1.5em;}

#login H2 { font-size: 1.3em; padding: 0 0 6px 0; margin: 0;color:#1f419b; }

FORM { padding: 0; margin: 0; }

INPUT { vertical-align: middle; }

INPUT.txt {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-bottom-color: #ebebeb;
	border-right-color: #ebebeb;
	border-top-color: #9f9f9f;
	border-left-color: #9f9f9f;
	background: #fff url("/gfx/background_input_text.gif") top left no-repeat;
	padding: 3px;
	color: #8b8e95;
}	

#container {
	width: 926px;
	margin: 0 auto;
	position: relative;
}

		#login {
			position: absolute;
			top: 5px;
			right: 0;
			width: 470px;
			height: 67px;
			font-size: 0.9em;
			text-align: right;
		}

		#loggedIn {
			position: absolute;
			top: 10px;
			right: 20px;
			height: 67px;
			text-align:right
		}
			
			#loggedIn H2 {
				margin-bottom: 4px;
			}
			
			#loggedIn P {
				margin: 4px 0;
			}
			
			/*
			#loggedIn UL {
				list-style: none;
				padding: 0;
				margin: 0;
			}
			
			#loggedIn UL LI {
				float:left;
				padding:10px 12px 0;
				border-left:1px solid #1f419b;
				height:15px;
			}
			
			#loggedIn UL LI:first-child{
				border-left:none;
				height:15px;
			}*/

		.borderRight{
			border-right:1px solid #c7c7c7;
		}
		
		#chkRemember{
			margin-left:0;
			padding-left:0;
		}

		#header {
			height: 112px;
			position:relative;			
		}
			
			#header UL {
				list-style: none;
				padding: 0;
				margin: 0;
			}
			
			#header UL LI {
				float:left;
				padding:10px 12px 0;
				border-left:1px solid #1f419b;
				height:15px;
			}
			
			#header UL LI:first-child{
				border-left:none;
				height:15px;
			}
			
			#logo {
				position:absolute;
				bottom:24px;
				left:0;
			}
		
		#flash_panel {padding:0;margin:0;height:333px;}
		
		#main {
			padding: 16px 23px;
			margin: 0;
			background: #fff url("/gfx/background_shim_main.gif") top left repeat-y;
		}
		
				#advert {
					float: left;
					width: 280px !important;
					width /**/: 300px;
					padding-right: 20px;
					position: relative;
				}
				
				
				#carousel {
					float: left;
					width: 580px;
					position: absolute;
					right: 20px;
				}
				
				#company_logos {
					clear:both;
					padding-top:20px;
				}
				
		#footer {
			background: #fff url("/gfx/background_footer.gif") bottom left no-repeat;
			padding:0;margin:0;height: 34px;
		}
		
				#copyright {
					float: left;
					padding: 6px 0 0 23px;
				}
				
				#footer_links {
					float: right;
					padding: 4px 20px 0px 0;
				}
				
				#footer_links UL {
					padding: 0;
					margin: 0;
					list-style: none;
				}
				
				#footer_links UL LI {
					display: block;
					float:left;
					border-left:1px solid #c7c7c7;
					padding:0 8px 0 ;
					height:27px;
					line-height:20px;
				}	
			
				#footer_links UL LI:first-child{
					border-left:none;
				}

#sitemap{
	background-image:url("/gfx/sitemap.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

#sitemap div{
	padding:70px 0 0 23px;
}

#sitemap div#sitemapCnr{
	margin:0 0 60px;
	padding:0;
	background-image:url("/gfx/sitemap-02.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	clear:both;
	height:50px;
	text-align:center;
	position:relative;
}

#sitemap ul li{
	list-style:none;
	color:#8e9295;
	font-weight:bold;
	font-size:1.17em;
	line-height:1.6em;
}

#sitemap ul li a{
	color:#8e9295;
}

#sitemap ul{
	margin:0;
	padding:0;
	float:left;
	width:180px;
	margin-bottom:20px;
}

#sitemap ul ul li{
	margin:0;
	font-weight:normal;
	font-size:0.8em;
	line-height:1.2em;
}

#sitemap ul ul ul li{
	list-style-type:disc;
}


/** Helper Classes **/
.left { float:left; }
.right { float: right; }
.hidden { display: none; visibility: hidden; }
.noBorder { border: none; }
.cleaner {
	clear: both;	
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;	
}

#error{
	color:#990000;
}

#error li{
	list-style-position:inside;
}