@charset "UTF-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote {
border:0 none;
margin:0;
padding:0;
}

body
{
	background-image: url(../images/common/bg-repeat2.jpg);
	background-repeat: repeat-x;
	background-color: #292929;
}

#headoffice
{
	color:#FFFFFF;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-top:10px;
}

#header
{
	clear:both;	
/*	height: 113px;*/
	height:176px;
}

#container
{
	margin: auto !important;
	width: 910px !important;
}

#logo
{
	float:left;
	width: 243px;
	height: 128px;
	margin-top: 32px;
}

#flash
{
	width: 360px;
	height: 71px;
	float:left;
	margin-left: 160px;
	z-index: 0;
	position: relative; /*or absolute*/
z-index: 0;
}

#mainbody
{
	clear: left;	
	
}

#subcol
{
	width: 193px;
	float:left;
	display:inline;
}

#sidenav-container
{
	background-image: url(../images/common/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 177px;
	padding: 8px;
}

#maincol
{
	background-image: url(../images/common/main-colheader.jpg);
	background-repeat: no-repeat;
	width: 701px;
	margin-left: 16px;
	float:left;
	display: inline;
	margin-bottom: 20px;
	padding-top: 10px;
}

#innermain-col
{
	background-color:#FFFFFF;
	margin:8px 0 0 7px;
	width:687px;
	float:left;
}

#maincontent
{
	display:inline;
float:left;
padding-left:10px;
padding-right:10px;
width:474px;
}

#maincontent-sub
{
	width: 180px;
	float:left;
	display: inline;
}

ul#sub-box
{
	width: 180px;	
	margin: 0;
	padding: 0;
}

ul#sub-box li
{	
	float:left;
	width: 180px;	
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 11px;
	border-bottom: 1px solid #CCC;
	line-height: 150%;
	padding: 10px 0 10px 0;
}

ul#sub-box li a:link,
ul#sub-box li a:visited
{
	text-align: center;
	text-transform: lowercase;
	font-style:italic;
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

ul#sub-box li ul.sub-boxitem
{	
	float:left;
	margin:0;
	padding: 0;
	border: none !important;
}

ul#sub-box li ul.sub-boxitem li
{	
	border: none !important;
}

#greybox
{
	background-color: #CCC;
	padding:10px;
	
}

#slogan
{
	color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:large;

text-align:right;
}

#footer
{
	clear:both;	
	
}

#dividerBar
{
	margin: auto;
	background-image: url(../images/common/divider.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 834px;

}

#footernavcol
{
	margin: auto;
	padding-top:20px;
}

.footernavcol
{
	float:left;
	display: inline;
	width: 20%;
}

.footernavcol ul
{
	margin:0;
	padding:0;
	float:left;margin-bottom:20px;
}

.footernavcol ul li
{
	display:block;
	list-style-type: none;
	color: #b3b3b3;
	font-size: 12px;
	margin: 5px 0 5px 0;
}

.footernavcol ul li a:link,
.footernavcol ul li a:visited
{
	color: #666666;
	font-size: 12px;
	text-decoration:none;
	
}

.footernavcol ul li h1
{
	font-size: 13px;
	color: #666666;
}

#footernav
{
	background-color: #191a1b;
	clear:both;
	height: 30px;
}	

#footer-inner
{
	width: 910px;
	margin: auto;
}

#footerleft
{
	float:left;
	display: inline;
}

#footerright
{
	float:right;
	display: inline;
}

/* dezrez hack */

/* development */

#development
{	

width: 100%;
background-color: #FCFCFC;
border-bottom: 2px solid #666;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color:#333;
text-align: center;
position: absolute;
z-index: 999999999999999999;

}

/* ;links */

ul#linksList
{
	margin:0;
	padding:0;
}

ul#linksList li
{
	display: block;
	padding: 2px 0 2px 0;
	min-height: 92px;
	list-style-type: none;
	margin: 0 0 5px 0;
	clear: left;
}

.linksImg
{
	width: 160px;
	float:left;
	display: inline;
}

.linksImg img
{
	margin-bottom: 5px;	
}

.linksText
{
	float:left;
	display: inline;
}

.search-result
{
	background-color: #DDDDDD;
	margin-bottom: 10px;
	display: block;
	padding-bottom: 4px;
	font-size:12px;
line-height:16px;
padding-left:2mm;
}	