@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	line-height: 150%;
}
a {
	color: #005EA6;
	text-decoration: none;
}


.homepage {
	list-style-position: outside;
	list-style-type: square;
}

#container #sidebar .client_logo {
	text-align:center;
}

#container #sidebar .client_logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-bottom: 10px;
}


.homepage li {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#container #sidebar img {
	border: 1px solid #BED73B;

}


.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


a:hover {
	color: #5E6C3B;
}
#container #mainContent p {
	padding-bottom: 10px;
}


.leftborder {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #005DAA;
}


#container {
	width: 786px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f2f7d8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header {
	display: inline;
	height: 231px;

} 

#nav{
	background-color: #e5eef6;
	height: 40px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bed73b;
	border-bottom-color: #bed73b;
	padding-left: 6px;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 15px;
}



#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 202px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
em {
	font-style: italic;
	font-weight: normal;
	color: #333;
}
strong {
	font-weight: bold;
}


#nav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#nav ul {
	margin: 0px;
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 100px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 8px;
	background-image: url(images/navtile.jpg);
	margin-right: 5px;
	margin-left: 5px;
}

#nav a:hover {
	background-image: url(images/navtile_hover.jpg);
}

#nav a:active {
	background-image: url(images/navtile_active.jpg);
	color: #333333;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	color: #005AA5;
	padding-top: 12px;
}


#mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 232px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005DAA;
	background-image: url(images/curve_bar.jpg);
	background-repeat: no-repeat;
} 

#mainContent.portfolio {
	margin-left: 0;
	border-left: 0;
}


#footer {
	clear: left;
	height: 50px;
	position: relative;
	font-size: 12px;

} 

#address {
	position:absolute;
	top:-106px;
	right:-1px;
	font-size: 12px;
	color: #41452E;
	line-height: normal;
	width: 217px;
	z-index: 10;
	visibility: visible;
	height: 102px;
}
#address p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 18px;
}



#footerLeft {
	background-color: #dfeb9d;
	height: 30px;
	width: 212px;
	float:left;
	margin: 0px;
	padding: 10px;
	position: relative;
}
.columnsidebar  li  {
	padding-bottom: 5px;
}

#footerRight a {
	text-decoration: none;
	color: #FFFFFF;
}
#footerRight a:hover {
	text-decoration: underline;
}

#footerRight {
	background-color: #005daa;
	height: 50px;
	float: right;
	clear: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005DAA;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	width: 519px;
}
#footerRight p {
	font-size: 10px;
	margin: 0px;
	text-align: center;
}


#footerRight.portfolio {
	width: 756px;
	border-left: 0;
}

#container #header object {
	display: block;
}
#header .headerLeft {
	float: left;
	width: 232px;
}
#header .headerRight {
	float: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005DAA;
}




#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer #address p {
	font-size: 12px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columnfloatleft {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	margin-top: 5px;
	overflow: hidden;
}

.columnfloatright {
	float: right;
	width: 50%;
	margin-bottom: 30px;
	margin-top: 5px;
}
.columnsidebar {
	margin-top: 10px;
	margin-left: 10px;
}
ul.process  em {
	color: #005DAA;
	font-weight: bold;
}
ul.service li {
	margin-top: 10px;
}

.person {
	padding-bottom: 10px;
	padding-top: 10px;
}
.person em {
	font-weight: bold;
	color: #005DAA;
}
.person .floatleft {
	float: left;
	border: 2px solid #005DAA;
}

#gershman {
	padding-top: 120px;
	float: right;
}
#green {
	padding-top: 80px;
	float: right;
}
#bairos {
	padding-top: 141px;
	float: right;
}
#short {
	padding-top: 64px;
	float: right;
}
#brown {
	padding-top: 35px;
	float: right;
}
.promo {
	font-size: 11px;
	line-height: 13px;
}

.advertisement {
	border: 1px solid #005DAA;
	padding: 5px;
	background-color: #B5DDFF;
	margin-top: 20px;
}

a.advertisement {
	font-size: 15px;
}

a:hover.advertisement {
	color:#073D75;
	background-color: #D4EBFF;
}
