html
{
	background: #fff url(/media/bg.jpg) repeat-x;
	padding:0;
	margin: 0;
	height: 100%;
}
body 
{
	background: transparent url(/media/white_mask.png) no-repeat center 0;
	padding: 0;
	margin: 0;
	height: 100%;
}
body, input, textarea, select, option, td, th 
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
}
input, textarea, select, option 
{
	background: #fff;
}
input.radio, input.checkbox
{
	background: transparent;
	width: auto;
}

ul, ol
{
	margin: default;
	padding: default;
}
a 
{
	text-decoration: none;
	color: #1a71b3;
}
a:link 
{
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
}
a:active 
{
	text-decoration: none;
}
a img
{
	border: 0;	
}
div, p
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
	font-size:1%;
	margin: 0;
	padding: 0;
}
#outerContainer
{
	min-height: 100%;
   	position: relative;
}
#container
{
	margin: 0 auto;
	padding: 0 0 100px 0;
	width: 940px;
	text-align: left;
}
#topContainer
{
	height: 327px;
	overflow: hidden;
	background: url(/media/top_car.jpg) no-repeat right 40px;
	position: relative;
}
#topGreenContainer
{
	position: absolute;
	top: 142px;
	width: 571px;
	height: 154px;
	right: 369px;
	overflow: hidden;
	background: url(/media/top_green_bg.jpg) no-repeat right top;
	text-align: left;
}
#rotatorContainer
{
	width: 100%;
	height: 100%;
	position: relative;
}
#rotatorHeading
{
	position: absolute;
	top: 30px;
	left: 20px;
}
#rotatorDescription
{
	position: absolute;
	top: 30px;
	left: 280px;
	border-left: 1px #fff solid;
}
#rotatorDescription p
{
	text-align: justify;
	margin: 0 20px;
	color: #fff;
	font-size:9pt;
	
}
#rotatorDescription a
{
	margin: 0 20px;
}
#rotatorDescriptionMore
{
	position: absolute;
	top: 110px;
	left: 300px;	
}
#rotatorEnumeration
{
	position: absolute;
	top: 110px;
	right: 310px;	
}
#rotatorEnumeration ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#rotatorEnumeration ul li
{
	display: inline;
	margin: 0 2px;
	padding: 0;
}
#rotatorEnumeration ul li a
{
	background-repeat: no-repeat;
	background-position: 0 0;
	outline: none;
}
#topLogoContainer
{
	margin-top: 40px;
}
#topLogoContainer img
{
	margin-right: 40px;
}
#topBlueBarContainer
{
	position: absolute;
	background: url(/media/top_blue_bar.jpg) no-repeat;
	left: 460px;
	top: 115px;
	width: 120px;
	height: 27px;
}
#topBlueBarContainer a
{
	outline: none;
}
#topBlueBarContainer img
{
	margin: 8px 0 0 20px;
}
#topMenuContainer
{
	position: absolute;
	width: 100%;
	height: 32px;
	bottom: 0px;
	left: 0;
	background: url(/media/menu_corner.jpg) no-repeat right bottom;
}
#topLinksContainer
{
	position: absolute;
	right: 0px;
	top: 5px;	
}
#topLinksContainer a
{
	margin-right: 20px;
	outline: none;
}
#footerContainer
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: #fff url(/media/footer_bg.jpg) repeat-x top;
}
#footerMaskContainer
{
	background: url(/media/footer_white_mask.png) no-repeat center 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
#footerInnerContainer
{
	width: 940px;
	height: 85px;
	margin: 0 auto;
	position: relative;
	background: #fff url(/media/footer_bg.jpg) repeat-x top;
	font-size: 8pt;
	color: #fff;
}
#footerCarContainer
{
	position: absolute;
	top: -248px;
	height: 258px;
	width: 315px;
	background: url(/media/footer_car.jpg) no-repeat left bottom;
}
#footerCallUsContainer
{
	position: absolute;
	top: -40px;
	height: 50px;
	left: 315px;
	width: 355px;
	background: url(/media/footer_call_us.jpg) no-repeat left bottom;
}
#footerRightContainer
{
	position: absolute;
	right: 120px;
	top: 40px;	
}
#footerRightiousContainer
{
	position: absolute;
	right: 20px;
	top: 22px;
	padding: 10px 0 10px 10px;
	background: transparent url(/media/footer_bar.png) no-repeat center left;
}
#footerLeftContainer
{
	position: absolute;
	left: 0px;
	padding-left: 20px;
	top: 0;
	padding-top: 27px;
	background: url(/media/footer_corner.jpg) no-repeat left bottom;	
	height: 58px;
}
#topMenuContainer
{

}
#topMenuContainer ul
{
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
}
#topMenuContainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	width: 132px;
	height: 28px;
	
}
#topMenuContainer ul li.active
{
	background: url(/media/menu_active_bg.png) no-repeat;
	margin-top: 4px;
	
}
#topMenuContainer ul li span
{
	margin: 0;
	padding: 0;
}
#columnsContainer
{
	margin: 0;
	color: #5c5c5c;
	text-align: justify;
	line-height : 16px; 
}
#columnsContainer div.column
{
	float: left;
	width: 33%;
	margin-right: 3px;
	
}
#welcomeBox
{
	padding: 20px;
	font-size: 9pt;
}
#topCenterBox
{
	padding: 20px 50px 20px 120px;
	background: url(/media/human_tool.png) no-repeat 20px 50px;
	font-size: 9pt;
}
#bottomCenterBox
{
	padding: 20px 50px 20px 120px;
	background: url(/media/human_lock.png) no-repeat 10px 50px;
	font-size: 9pt;
}
#shortcutBox
{
	padding: 20px 0 20px 20px;
	font-size: 9pt;
}
#shortcut
{
	background: #d7e3e8 url(/media/shortcut_bg.png) repeat-y;	
}
#shortcut ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#shortcut ul li
{
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/media/shortcut_pointer.png) no-repeat 10px 13px;
	border-bottom: 1px #fff solid;
}
#shortcut2
{
	background: url(/media/shortcut_top_corner.png) no-repeat left top;
}
#shortcut3
{
	background: url(/media/shortcut_bottom_corner.png) no-repeat left bottom;
}
h2.boxHeader
{
	background: url(/media/pointer_big.png) no-repeat left 60%;
	padding-left: 12px;
	margin: 10px 0;
}
p.more
{
	text-align: right;
	margin: 5px 0 0 0;
}
#mapContainer
{
	height: 350px;
	width: 348px;
}
#sitemapList
{
	background: transparent;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sitemapList li
{
	margin: 0 0 5px 0;
	padding: 0px;
}
#sitemapList li h3
{
	margin: 0;
	padding: 0px;
	font-size: 11pt;
}
#sitemapList li p
{
	margin: 0;
	padding: 0px;
}
#sitemapList li ul
{
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: none;
}
#sitemapList li ul li
{
	margin: 0 0 3px 0;
	padding: 0;
}
#sitemapList li ul li h4
{
	margin: 0;
	padding: 0;
}
#sitemapList li ul li p
{
	margin: 0;
	padding: 0;
}
