* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg-lines.jpg);
	color: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div {
	display: block;
}

img {
	border: none;
}

div#wrapper {
	margin: 0 auto;
	width: 936px;
	background-color: #fff;
}

/* header */

div#header {
	position: relative;
	width: 936px;
	background: transparent url(../images/logo-header.jpg) no-repeat top left;
	height: 158px;
	z-index:1;
}

ul#topnav {
	position: absolute;
	top: 143px;
	margin-left: 30px;
	display: block;
	margin: auto;
	margin-bottom: 0;
	height: 30px;
	list-style: none;
	left: 197px;
}

.smallheading{ color:#009FC5;}

ul#topnav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;

}

#topnav
{	margin: 0;
	padding: 0;
}

#topnav li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px Arial, Helvetica, sans-serif}

#topnav li a
{	display: block;
	margin: 0;
	padding: 0px;
	width: 115px;
	background: #4d4d4d;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#topnav li a:hover
{	background: #666;
}

#topnav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #4d4d4d;
	border: 1px solid #ccc}

	#topnav div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		text-align: center;
		text-decoration: none;
		background: #4d4d4d;
		color: #FFF;
		font: 11px Arial, Helvetica, sans-serif}

	#topnav div a:hover
	{	background: #6d6d6d;
		color: #FFF;
		display: block;
	}
.listitem li{ list-style:disc; line-height:22px; list-style-position:outside; padding:0px; margin:0px 0px 0px 20px; }		

ul#topnav li a {
	display: block;
	float: left;
}

#m1 {
	display: block;
	left: 90px;
	top: 30px;
	padding: 5px;
	width: 100px;

}

m1 a {
	border-top: 1px solid #ccc;
}

#m2 {
	display: block;
	left: 190px;
	top: 30px;
}

#m3 {
	display: block;
	left: 328px;
	top: 30px;
	width: 100px;
}

#m4 {
	display: block;
	left: 109px;
	top: 59px;
	width: 77px;
}

ul#topnav #nav1 a {
	background: transparent url(../images/homepage-btn.png) no-repeat top left;
	width: 96px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#topnav #nav2 a {
	background: transparent url(../images/aboutus-btn.png) no-repeat top left;
	width: 90px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#topnav #nav3 a {
	background: transparent url(../images/senior-managment-btn.png) no-repeat top left;
	width: 145px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#topnav #nav4 a {
	background: transparent url(../images/portfolio-btn.png) no-repeat top left;
	width: 96px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#topnav #nav5 a {
	background: transparent url(../images/project-gallery-btn.png) no-repeat top left;
	width: 110px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#topnav #nav6 a {
	background: transparent url(../images/contacts-btn.png) no-repeat top left;
	width: 96px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}

ul#topnav #nav7 a {
	background: transparent url(../images/careers-btn.png) no-repeat top left;
	width: 96px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}


div#content {
	min-height: 400px;
	width: 916px;
	padding: 10px;
	padding-top:0;
	
}

div#footer {
	background: #666;
}

ul.footer-menu ul{
	float: right;
	margin-bottom: 20px;
	list-style: none;

}

ul.footer-menu li {
	text-align:left;
	list-style:none;
	padding-left: 10px;
	margin-top: 10px;
	display: block;
	float: left;
	width: 60px;
	font-size: 10px;
}

ul.footer-menu li a{
	display: block;
	color: #ccc;
	text-decoration: none;
	margin-right: 10px;
	white-space: nowrap;
	border-right: solid 1px #ccc;
}

ul.footer-menu li.lastfooter a{
	border-right: none;
}

.headline {
	color: #009fc5;
	font-weight: bold;
	font-size: 18px;
}






/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	font-family:Arial, Helvetica, sans-serif;
	list-style-type: none;
	cursor: default;
	color:#CCC;
	padding-top:141px;
	float:right;

}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	color:#CCC;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	font-size: 14px;
	color:#CCC;
}
.submenu2{ top:7px !important; left:9px; }
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 9.3em;
	position: absolute;
	left: -1000em;
	color:#CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 9.3em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: transparent  url(../../SpryAssets/menu-bg)  repeat-x;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	color:#fff;
	font-size: 12px;
	border-right : 1px solid #999;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: #666;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background: #666;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background: transparent  url(../../SpryAssets/menu-bg)  repeat-x;
	
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background: #666;

}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background: #666;
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background: #666;
	
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu1 {
	background: #666;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu1:hover {
	background: #999;
}

ul.submenu {
	background: #666;
	border: 1px solid red;
	position: absolute;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

div#menu {
	
}

.link-text {
	color: #666;
	
	font-size: 15px;	
}

div#lang a{
	color : #666;
	padding-top:10px;
	padding-right: 10px;
	float:right;
	
}


.gal-title{
	color: #000066;
	font-size: 20px;
	
}

* { margin: 0; padding: 0; }
label.error { 
	display: block;
	color: red;                              
	font-size: 11px; 
	font-weight: bold;
}

/*-------------------------------------
FORM CORE
------------------------------------------*/

form#contact fieldset {
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	width: 390px;
	text-align: left;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 360px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

#contact-form h2{ margin-left:1px; color:#009FC5; font-size:16px; margin-bottom:20px; margin-top:10px;}

form#contact textarea {
	width: 360px; 
	height: 150px;
}

form#contact label {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
}

form#contact label.error { 
	width: 370px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

form#contact .button {
	display: inline-block;
	margin: 15px 0 0 0px;
	padding: 5px 15px 5px 15px;
	background-color: #ff9e00;
	border: none;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

form#contact .button:hover {
	background-color: #fc8500;
	cursor: pointer;
}

form#contact .button:active {
	margin-top: 16px;
	background-color: #f08004;
	cursor: pointer;
}
#contact button:hover{ background-color:#09F;}
.AccordionPanelContent h2{ color: #009FC5;
    font-size: 18px;
    font-weight: bold; margin-left:10px; margin-top:15px;}
	
	.AccordionPanelContent p{ margin-left:10px;}
	.AccordionPanelContent img{ margin-left:10px;}
	
	.AccordionPanelContent ul{ list-style:inside; line-height:17px; padding:0px; margin:10px 0px; margin-left:20px;}
.AccordionPanelContent ul li{ list-style:disc; list-style-position:outside; margin-left:10px;}