@import url(/static/css/reset000.css);

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font: 12px/18px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color: #5e5e5e;
	text-align: left;
	background: url(/static/img/bg_global.gif) repeat-x #e6e6e6;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#innerWrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	width: 800px;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #FFF;
}

#clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#top {
	position: relative;
	height: 110px;
	width: 800px;
	padding: 0;
	margin: 0;
	float: left;
}

#topline {
	height: 25px;
	width: 600px;
	padding: 0;
	margin: 12px 0 0 30px;
	float: left;
	font: 11px/18px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
}

#topline a {color: #5e5e5e;}
#topline a:hover {color: #5e5e5e; text-decoration: underline;}

#title {
	height: 35px;
	width: 600px;
	padding: 0;
	margin: 42px 0 0 30px;
	float: left;
	line-height: 24px;
}

#logo {
	position: relative;
	height: 85px;
	width: 81px;
	padding: 0;
	margin: 15px 15px 0 0;
	float: right;
}

#tig_company {
	display: none;
	position: absolute;
	right: 150px;
	top: 15px;
}

#header {
	top: 110px;
	height: 225px;
	width: 800px;
	padding: 0px;
	margin: 0;
	float: left;
}

#image {
	padding: 6px 0 0 0;
	margin: 0;
	background-color: #5e5e5e;
	width: 800px;
	height: 184px;
}

#menu {
	position: relative;
	top: -35px;
	left: 308px;
	width: 492px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	height: 70px;
}

#menu li {
	float: left;
	margin: 3px 0 0 3px;
	padding: 0;
	list-style: none;
	text-align: center;
	font: 14px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	font-weight: bold;
} 

#menu a {
	display: block;
	color: #FFFFFF;
	margin: 0;
	padding: 19px 0 0 0;
	height: 41px;
	width: 120px;
	float: left;
}

#menu a:hover {
	background: url(/static/img/bg_menu_hover.png) repeat-x;
	height: 48px;
}

#menu .selected, #menu .ancestor {
	background: url(/static/img/bg_menu_hover.png) repeat-x;
	height: 67px;
}

#main {
	top: 335px;
/*	height: 100%; */
	width: 800px;
	padding: 25px 0 100px 0;
	margin: 0;
	float: left;
	background-color: #FFF;
}

#submenuTitle {
	position: absolute;
	top: 360px;
	padding: 0 15px 0 0;
	margin: 0;
	width: 785px;
	font: 12px/20px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	z-index: 30;
}

#submenu {
	padding: 38px 15px 0 0;
	margin: 0;
	width: 215px;
	font: 12px/20px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	background-color: #FFF;
	list-style: none;
	float: right;
}

#submenu ul li a {
	color: #000;
	padding: 0 10px 0 0;
	background: url(/static/img/arrow_left.png) no-repeat;
	background-position: right center;
}

#submenu ul li ul li a {
	color: #5e5e5e;
	margin: 0 15px 0 0;
}

#submenu ul li a:hover {text-decoration: underline;}

#submenuTitle h3 a {color: #8e8e8e; font-weight:normal; font-size: 11px;}
#submenuTitle h3 a:hover {text-decoration:underline;}

#contentTitle {
	position: absolute;
	top: 360px;
	padding: 0 0 0 24px;
	margin: 0;
	border: none;
	border-left-color: #FFF;
	border-left: 6px solid;
	width: 530px;
	z-index: 20;
}

#content {
	padding: 40px 0 0 24px;
	margin: 0;
	border: none;
	border-left-color: #FFF;
	border-left: 6px solid;
	width: 530px;
	float: left;
}

#content p {
	padding: 0 0 12px 0;
	margin: 0;
}


#footer {
	min-height: 230px;
	width: 740px;
	margin: 6px auto 0 auto;
	padding: 20px 30px 30px 30px ;
	background-color: #FFF;
	font: 11px/18px "Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color: #5e5e5e;
}

#footer ul li {
	width: 170px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#footer ul li a {color: #5e5e5e; font-weight: bold;}
#footer ul li a:hover {color: #5e5e5e; text-decoration:underline;}

#footer ul li ul li a {
	color: #5e5e5e; 
	font-weight: normal; 
	padding: 0 0 0 10px;
	background: url(/static/img/arrow_right.png) no-repeat;
	background-position: left center;
}

#footer ul li ul li a:hover {color: #5e5e5e; text-decoration:underline;}

#footer ul li ul li ul li a {
	margin: 0 0 0 12px;
}

.googlemap-map {
	height:300px;
	background-color:#66F;
}

.selected, .current, .selected a, #footer .selected a {font-weight: bold;}
.descendant a, #footer .descendant a {font-weight: normal;}

#content .picture {float:left; margin-bottom: 15px;}
#content .image_float_left {text-align:left; margin-right: 15px;}
#content .image_float_right {float: right; margin-left: 15px;}

label {
	display: inline-block;
	width: 80px;
}

form li {
	margin-bottom: 5px;
}



h1 {
	font-family:"Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color:#000;
	font-size:24px;
}


h2 {
	font-family:"Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 18px 0;
}

h3 {
	font-family:"Lucida Sans", "Lucida Grande", Lucida, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
}

#content a {color: #5e5e5e; font-weight:bold; text-decoration: none;}
#content a:hover {color: #5e5e5e; font-weight:bold; text-decoration: underline;}

a {text-decoration: none;}
a:hover {text-decoration: none;}

.filer_image {
    display:block;
}

.multicolumn3, .multicolumn2 {
    padding-bottom: 11px;
}