html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 8px }
h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 0px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: top; }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}




html {overflow-x:auto;overflow-y:scroll;}
body { border:0; height: 100%;  margin: 0; padding: 0; background-color: #FFFFFF;}
body {  position: relative;margin: 0 auto; }
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}


* {margin:0;padding:0}
p{margin-bottom:1em}
/* mac hide \*/
html, body {height:100%}
/* end hide */
body {
	background:#FFFFFF;
	color: #FFFFFF;
	width: 1000px;
}
#outer{
	min-height:100%;
	margin-left:373px;
	background:#FFFFFF;
	border-left:0px solid #000;
	margin-bottom:-116px;
	color: #000000;
}

* html #outer{	height:100%} /*IE treats height as min-height anyway*/
/*
#header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 141px;
    background: #ffffff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;/* fixed height so hide overflow* /
    color: #000000;
    background-image: url(../images/header_image_small_new.png);
    background-repeat: no-repeat;
}
*/

#header
{
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 85px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;/* fixed height so hide overflow*/
    background-image: url(../images/header.png);
}


#left {
	float: left;
	position: relative; /* Needed for IE/win */
	width: 373px;  /*same as margin on outer */
	margin-left: -372px; /*must be 1px less than width otherwise won't push footer down */
	left:-1px;/* line it up exactly*/
	padding-top:2px;/* space for header*/
	margin-bottom: 114px;
	$padding-bottom: 260px;
	background: url(../images/left_up_corner.jpg) no-repeat 0 -7px;
}

#left {margin-right: -3px;}/* 3 px jog for ie (also fixes mozilla issue with float drop)*/
#left p {padding:3px;}

#clearfooter{clear:both;height: 52px; $height: 114px;}/*needed to make room for footer*/
#centrecontent {
	float:right;
	width:100%;
	position:relative;
	background: url(../images/content_back.jpg) no-repeat 0 -87px;
	padding-top:8px;/* space for header*/
}
.outerwrap {
float: left;
width: 100%;
position:relative;
}

:focus
{
  -moz-outline-style: none;
}

img
{
	border: 0px;
}

#gallery
{
    width: 640px;
    margin: -5px 0 0 -5px;
}

#gallery img.gray_border
{
    float: left; display: inline;
    margin: 5px 0 0 5px;
}

img.gray_border
{
    border: 2px solid #CCCCCC;
}

.small_gray_text_bold
{
	color: #666666;
	font-size: 12px;
	font-family: "Verdana";
	font-weight: bold;
}

A:link {
	COLOR: #2574a2;
}
A:visited {
	COLOR: #2574a2;
}
A:hover {
	COLOR: #ffa22f;
}
A:active {
	COLOR: ffa22f;
	text-align: center;
}

a.menu_a
{
	text-decoration: none;
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bolder;
	color: #4d5d74;
	text-transform:uppercase;
}

a.menu_active
{
	color: #ffa22f;
}

a:hover {
	COLOR: #ffa22f;
}

div.block_divider
{
	clear: both;
	margin-bottom: 0px;
	font-size: 1px;
}

/**********************************
	TWO COLUMN LIST - ONE FIXED
**********************************/
ul.column {
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	_float: none;
	_width: 98%;
}

ul.column li {
	float: left;
	width: 100%;
	margin: 0;
}

ul.column li .imgblock {
	font-weight: bold;
	float: left;
	width: 400px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
ul.column li .imgblock img {
	padding: 0px;
	_padding: 0px;
	margin-bottom: 5px;
}

ul.column li .detail{
	padding-right: 50px;
	padding-left: 430px;
}

.divider
{
	color: grey;
	border: 1px solid #ddd;
	margin-top: 30px;
	margin-bottom: 30px;
	border-right: 0px;border-left: 0px;border-bottom: 0px;
}
/**********************************
	END
**********************************/
.main_text ol li, .news_text ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
    float: none;
}
.main_text ul li, .news_text ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
    float: none;
}

#tooltip{
	position:absolute;
	border:0px;
	padding:2px 5px;
	color:white;
	display:none;
	}


/************* MENU ********************/
ul.menuContainer
{
	list-style: none;
	position: relative;
	width: 230px;
	margin-left: -1px;
	padding: 0;
	$padding-top: 30px;
	$padding-bottom: 50px;
}

ul.menuContainer li
{
	padding: 10px;
	padding-right: 30px;
	text-align: right;

}

div.menu_number
{
	float: right;
	padding-top: 3px;
	padding-left: 20px;
	font-weight: bolder;
	color: #808080;
	font-size: 28px;
}

div.menu_title
{
	font-family: "Verdana";
	font-size: 16px;
	font-weight: bolder;
	color: black;
	text-transform:uppercase;
}

div.menu_descr, div.menu_descr a
{
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bolder;
	color: #808080;
	text-decoration: none;
}
div.menu_descr a.active, div.menu_descr a:hover { color: #ffa22f; }

div.menu_text
{
	display: inline;
}
/************ END MENU *****************/

/************* FOOTER ********************/

#footer
{
	display: block;
  width: 100%;
	clear: both;
	height: 114px;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	color: #000000;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}


* html #footer {/*only ie gets this style*/
	\height:116px;/* for ie5 */
	he\ight:114px;/* for ie6 */
}

.footer_top
{
    width: 1000px;
    background-image: url(../images/footer_top.gif);
    background-repeat: no-repeat;
    height: 30px;
    display: block;
}

.footer_right
{
    margin-left: 433px;
    width: 567px;
    display: block;
    height: 30px;
    background-image: url(../images/footer_right.gif);
    background-repeat: repeat-x;
}

.footer_bg
{
    width: 1000px;
    display: block;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    height: 84px;
}

.footer_house
{
  	width: 370px; background-image: url(../images/house.jpg);
  	background-repeat: no-repeat;
  	height: 157px;
  	position: absolute;
  	bottom: 114px;
}
/************ END FOOTER *****************/

.line_div
{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}

.text_title
{
	color: #4D5D74;
	float:left;
	position: relative;
	top: -20px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bolder;
	font-size: 28px;
	background-color: white;
}

h1.nochange
{
    color: #4d5d74;
    font-weight: bold;
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    background-color: white;
    display: block;
    margin: 3px 0 0 0;
    padding: 0;
}

.small_number
{
	float:left;
	position: relative;
	top: -7px;
	font-size: 12px;
	color: #ABABAB;
	padding-left: 3px;
	padding-right: 3px;
	background-color: white;
}

#centrecontent, .normal_text
{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	text-align: justify;
}

.small_gray_text
{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

#centrecontent strong, #centrecontent b, .normal_text strong, p.normal_text b
{
	color: #000000;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 0.15em;
	font-family: "Verdana";
	font-size: 12px;
	color: #C6CAD0;
	margin-left: 5px;
	margin-right: 5px;
}

#nav-menu
{
	width:620px;
	position: relative;
	left: 370px;
	top: 200px;
	$margin-top: 120px;
	$top: 150px;
	#top: 80px;
}

#nav-menu li a
{
	font-family: "Verdana";
	font-size: 11px;
	color: #C6CAD0;
	text-decoration: none;
	text-align: center;
}

#nav-menu li a:hover
{
	color: #ffffff;
}

/**
 * jQuery Simple Dialog
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 10px;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
 text-align:center;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url('../images/indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:50px;
 height:22px;
 line-height:22px;
 top:0;
 left:0;
 padding:5px;
 text-align:center;
 background-color:#ccc;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}


/************************* PAGINATION ***********************/
#arrowleft
{
	padding-right: 30px;
}

#arrowright
{
	padding-left: 30px;
}

.paginator
{
	padding-top: 30px;
}

.page_current
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}

a.page_url:visited, a.page_url:link, a.page_url:hover, a.page_url:active
{
	color: #727272;
	border-bottom: 0px;
	white-space: nowrap;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.pagingpage
{
	color: #727272;
}

.left_arrow
{
	border: 0px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.right_arrow
{
	border: 0px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
/************************ END PAGINATION *******************/
.contact_form td
{
	padding: 3px;
}

.contact_label
{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
}

span.error
{
	color: red;
	font-family: "Verdana";
	font-size: 14px;
}

div>div#fixxxxxer
{
    display: block;
    height: 157px;
    width: 370px;
}

#phones
{
    position: absolute;
    color: #ffffff;
    top: 48px;
    left: 74px;
    text-align: left;
}

#phones, #phones *
{
    margin: 0;
    padding: 0;
}

#phones h5
{
    font: normal 10px Verdana;
    display: block;
    width: 200px;
}

#phones ul
{
    list-style: none;
    display: block;
    width: 200px;
}

#phones li
{
    font: 18px Verdana;
    height: 19px;
    line-height: 19px;
    float: left;
    width: 200px;
}

ul.MenuBarVertical li.MenuBarItemIE {
		display: inline;
		f\loat: left;
		background: #FFF;
	}

div.mbox {
	height :1%;
	word-wrap: break-word;

	}
div.mbox p.title {
	/*background: url(../images/mainboxheader.png) repeat-x;*/
	background: url(../images/uTabs_status.png) repeat-x;
	padding: 4px 6px;
	/*margin-bottom: .5em;*/
	padding-left:50px;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	text-align: left;
	height: 1%;
	/*border-bottom: solid 1px #ccc;*/
	border: 1px solid #CCC;
	
}
img.boxheader 
{
	display:inline;
	margin-top: -45px;
	float:left;
}
	
.firmaprofile
{
	FONT-SIZE: 12px;
	color:#666666;
	PADDING-RIGHT: 14px;
	PADDING-LEFT: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	DISPLAY: block;
	TEXT-INDENT: 3px;
	text-align: left;
	}	
/*BOARDER - ROUND STYLING*/
.t {background: url(../images/dot-gray.gif) 0 0 repeat-x;}
.b {background: url(../images/dot-gray.gif) 0 100% repeat-x}
.l {background: url(../images/dot-gray.gif) 0 0 repeat-y}
.r {background: url(../images/dot-gray.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:1px}
.clear {
	font-size: 10px;
	height: 10px;
}
.t1 {
	background: url(../images/dot-gray.gif) 0 0 repeat-x;
	width: 720px;
	height: 400px;
}
.b1 {
	background: url(../images/dot-gray.gif) 0 100% repeat-x;
}
.l1 {
	background: url(../images/dot-gray.gif) 0 0 repeat-y;
}
.r1 {
	background: url(../images/dot-gray.gif) 100% 0 repeat-y;
}
.bl1 {
	background: url(../images/bl.gif) 0 100% no-repeat;
}
.br1 {
	background: url(../images/br.gif) 100% 100% no-repeat;
}
.tl1 {background: url(../images/tl.gif) 0 0 no-repeat}
.tr1 {
	background: url(../images/tr.gif) 100% 0 no-repeat;
	padding:20px;
}

.contact_text {
	COLOR: #646464;
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: 12px;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}

.contact_intext {
	COLOR: #323232;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: 16px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	padding-left: 20px;
}

input.contact {
	BACKGROUND-COLOR: #ebebeb;
	BORDER-LEFT: #9b9b9b solid 1px;
	BORDER-RIGHT: #c3c3c3 solid 1px;
	BORDER-TOP: #9b9b9b solid 1px;
	BORDER-BOTTOM: #c3c3c3 solid 1px;
	COLOR: #000000;
	FONT-FAMILY: tahoma, arial, sans-serif, verdana;
	FONT-SIZE: 11px;
	WIDTH: 200px;
	HEIGHT: 19px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
input.contact_submit {
	BACKGROUND-COLOR: #4c4c4c;
	BORDER-LEFT: #9b9b9b solid 1px;
	BORDER-RIGHT: #c3c3c3 solid 1px;
	BORDER-TOP: #9b9b9b solid 1px;
	BORDER-BOTTOM: #c3c3c3 solid 1px;
	COLOR: #ffffff;
	FONT-FAMILY: tahoma, arial, sans-serif, verdana;
	FONT-SIZE: 11px;
	WIDTH: 100px;
	HEIGHT: 19px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
select.contact {
	BACKGROUND-COLOR: #ebebeb; BORDER-LEFT: #9b9b9b solid 1px; BORDER-RIGHT: #c3c3c3 solid 1px; BORDER-TOP: #9b9b9b solid 1px; BORDER-BOTTOM: #c3c3c3 solid 1px; COLOR: #000000; FONT-FAMILY: tahoma, arial, sans-serif, verdana; FONT-SIZE: 11px; WIDTH: 210px; HEIGHT: 19px;
}
textarea.contact {
	BACKGROUND-COLOR: #ebebeb;
	BORDER-LEFT: #9b9b9b solid 1px;
	BORDER-RIGHT: #c3c3c3 solid 1px;
	BORDER-TOP: #9b9b9b solid 1px;
	BORDER-BOTTOM: #c3c3c3 solid 1px;
	COLOR: #000000;
	FONT-FAMILY: tahoma, arial, sans-serif, verdana;
	FONT-SIZE: 11px;
	WIDTH: 200px;
	HEIGHT: 60px;
	margin-left: 20px;
}