body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #8C8C8C;
	font-weight: normal;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0px;
	padding: 0px;
	color: #000;

}

#main {
	width:738px;
	margin:auto;
	position:relative;

}

#main-inner {

	/*margin:0 21px 16px 21px;*/

	padding:0 17px 27px 27px;

	min-height:200px;

	background-color: #FFFFFF;

	background-image: url(../images/bg-main-bottom.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

}

#main-inner-left {
	width: 480px;
	display:block;
	float:left;
	line-height:18px;

}

#main-inner-right {
	width: 205px;
	display:block;
	float:right;
	border-left:1px solid #C8C8C8;
	text-align:right;
	padding-top:10px;

}

#main-inner-right p {
	color:#164365;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right:7px;

}

#logo {

	width:739px;

	height:97px;

	background-color: #FFFFFF;

	background-image: url(../images/bg-logo-top.gif);

	background-repeat: no-repeat;

	background-position: center top;

	border-bottom:1px solid #C8C8C8;
	
	

}

#mainphoto {

	height:170px;

	background-color: #FFFFFF;

	border-bottom:1px solid #C8C8C8;

	padding:3px 0 3px 0;
	
	z-index:-1000;
	

}

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }

p, ul, ol { margin: 15px 0; }



div#navbar {

	width: 431px;

	display:block;

	float:right;

	text-align:right;

	padding-top:75px;

}

div#navbar ul {

	margin: 0px;

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #6F6F6F;

	white-space: nowrap;

	font-weight: bold;

}

div#navbar li {

	list-style-type: none;

	display: inline;

}

div#navbar li a {

	text-decoration: none;

	padding: 0 3px 0 0;

	color: #5288B3;

	display:block;

	float:left;

	width:81px;

	height:22px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-image: url(../images/bg-button.gif);

	background-repeat: no-repeat;

	text-align:center;

	line-height:22px;

}

div#navbar li a:link {

	color: #5288B3:

}

div#navbar li a:visited {

	color: #5288B3;

}

div#navbar li a:hover {

	color: #6F6F6F;

	text-decoration:underline;

}

.clear {

	clear:both;

}

#footer {
	clear:both;
	font-size: 10px;
	color:#FFF;
	text-align:center;
	padding:12px;
	line-height:18px;

}

#footer a:link, #footer a:visited {

	color:#FFFFFF;

	text-decoration:none;

}

#footer a:hover {

	color:#FFFFFF;

	text-decoration:underline;

}

.highlight {
	color:#164365;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;

}

.highlight a, .highlight a:visited {

	color:#164365;

	text-decoration:none;

	text-indent:20px;

}

.highlight a:hover {
	color:#6F6F6F;
	text-decoration:underline;
	text-indent:10px;

}

a, a:visited {

	color:#164365;

	text-decoration:underline;

}

a:hover {

	color:#6F6F6F;

	text-decoration:none;

}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color: #164365;

	font-weight:bold;

}

#menuBar{
	display:block;
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	width:99%;
	overflow:hidden;
	background-color:#FFFFFF;
	}
	
/* style the outer div to give it width */
.menu {
	width:440px;
	font-size:0.85em;
	padding-bottom:0px;
	position:absolute;
	top: 73px;
	left: 300px;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:81px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:81px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	width:200px;
	height:20px;
	background:	#164365;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #555555;
	border-bottom-color: #555555;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:75px;
w\idth:75px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#164365;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#164365; /* gray color */
}
.menu ul ul :hover > a.drop {
background:#2b0f04; /* gray color */
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#2b0f04;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
left:0; 
width:160px;
border-top:0px;
border-left:1px solid #ffffff;
border-bottom:1px solid #555555;
border-right:1px solid #555555;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:175px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#164365;
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:175px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:175px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color: #FFFFFF;
background: #0000FF;
}
.menu :hover > a, .menu ul ul :hover > a {
color: #FFFFFF;
background: #999999;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#news li a
{
	width: 90px;
}

#services li a
{
	width: 200px;
}

#company li a
{
	width: 130px;
}
#main #main-inner #main-inner-left p strong {
	font-weight: bold;
}

