@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #E1E1E1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'NegotiateFree';
	src: url('../fonts/negotiate_free.eot');
	src: local('Negotiate Free'), local('NegotiateFree'), url('../fonts/negotiate_free.woff') format('woff'), url('../fonts/negotiate_free.ttf') format('truetype'), url('../fonts/negotiate_free.svg#NegotiateFree') format('svg');
}

#container {
	width: 1020px;
	margin: 10px auto 0 auto;
}

#header {
	height: 103px;
	background-image: url(../images/headerBg.gif);
	background-repeat: repeat-x;  
	
}

#logo {
	position: relative;
	top: 36px;
	left: 35px;
	width: 314px;
	float: left;
}

#member {
	position: relative;
	float: right;
	top: 75px;
	right: 34px;
}

#content {
	background-color: #797979;
	padding: 34px 0 0 35px;
}

#leftCol {
	width: 230px;
	float: left;
}

#nav {
	background-image: url(../images/navBg.gif);
	background-repeat: repeat-y;
	padding: 15px 30px 0 0;
	text-align: right;
	height: 369px;
	border-top: 4px solid #FFF;
}

#nav ul li a {
	font-size: .8em;
	line-height: normal;
	font-weight: normal;
	font-family: 'NegotiateFree', sans-serif;
}

#rightCol {
	width: 710px;
	margin: 0 0 0 240px;

}

#banner {
	height: 388px;
}

#banner p {
	width: 280px;
	font-weight: normal;
	font-size: .9em;
	color: #EDECEC;
	font-family: 'NegotiateFree', sans-serif;
	line-height: 1.2em;
	padding: 35px 0 0 30px;
}

#contactUs {
	padding: 20px 30px;
	margin: 10px 0 0 0;
	height: 98px;
	background-image: url(../images/contactBg.png);
	background-repeat: no-repeat;
}

#thumbsContainer {
	margin: 10px 0 0 0;
}

.thumbHolder {
	width: 230px;
	height: 138px;
	float: left;
	margin: 0 10px 0 0;
}

.thumbHolder img.front {
	float: left;
	position: relative;
	left: 0;
	top: 0;
	margin: -138px 0 0 0;
}

#contentContainer {
	margin: 10px 0 0 0;
	background-color: #323232;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	min-height: 401px;
}

#contentContainer h1 {
	font-family: 'NegotiateFree', sans-serif;
	font-size: 1.5em;
	color: #EDECEC;
	padding: 30px 0 0 30px;
	font-weight: normal;
}

#contentContainer h2 {
	font-family: 'NegotiateFree', sans-serif;
	font-size: 1em;
	color: #EDECEC;
	font-weight: normal;
	margin: 20px 0 0 30px;
}

#contentContainer table.tableDesign1 h2 {
	font-size: .9em;
	border: 1px solid #5C5C5C;
	background-color: #3F3F3F;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#contentContainer table.tableDesign2 h2 {
	font-size: .9em;
	border: 1px solid #5C5C5C;
	background-color: #3F3F3F;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

#contentContainer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #EDECEC;
	font-size: .8em;
	line-height: 1.5em;
	margin: 20px 0 0 0;
	padding: 0 30px;
	text-align: left;
}

#contentBottom {
	height: 16px;
	background-color: #333;
	width: 708px;
	margin: 0 0 0 275px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;

}

#footer {
	margin: 28px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999;
}

.clearBoth {
	clear: both;
}

#contactUs p {
	font-weight: normal;
	font-size: .8em;
	color: #FFF;
	font-family: 'NegotiateFree', sans-serif;
	line-height: 1.2em;
}

#contactUs p a {
	color: #FFF;
}

.homeBg {
	background-image: url(../images/bannerBg.jpg);
	background-repeat: no-repeat;
}

.corpProfileBg {
	background-image: url(../images/bannerBgCorpProfile.jpg);
	background-repeat: no-repeat;
}

.bizUnitsBg {
	background-image: url(../images/bannerBgBizUnits.jpg);
	background-repeat: no-repeat;
}

.clientsBg {
	background-image: url(../images/bannerBgClients.jpg);
	background-repeat: no-repeat;
}

.careerBg {
	background-image: url(../images/bannerBgCareer.jpg);
	background-repeat: no-repeat;
}

.newsroomBg {
	background-image: url(../images/bannerBgNewsroom.jpg);
	background-repeat: no-repeat;
}

.contactBg {
	background-image: url(../images/bannerBgContact.jpg);
	background-repeat: no-repeat;
}

.productsBg {
	background-image: url(../images/bannerBgProducts.jpg);
	background-repeat: no-repeat;
}

.projectsBg {
	background-image: url(../images/bannerBgProjects.jpg);
	background-repeat: no-repeat;
}

.servicesBg {
	background-image: url(../images/bannerBgServices.jpg);
	background-repeat: no-repeat;
}

#contentContainer table.tableDesign1, #contentContainer table.tableDesign2 {
	margin: 0 30px;
}

#contentContainer table.tableDesign1 td {
	color: #EDECEC;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	border: 1px solid #5C5C5C;
	background-color: #4D4D4D;
}

#contentContainer table.tableDesign1 td p {
	margin: 0;
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #5C5C5C;
}

#contentContainer table.tableDesign2 td {
	color: #EDECEC;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	border: 1px solid #5C5C5C;
	background-color: #4D4D4D;
	text-align: left;
}

#contentContainer table.tableDesign2 td p {
	margin: 0;
	padding: 0;
	padding: 5px 10px;
}

#contentContainer table.tableDesign1 ul {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #EDECEC;
	line-height: 1.5em;
	margin: 10px 8px;
	padding: 10px 8px;
	border: 1px solid #5C5C5C;
	background-color: #4D4D4D;
	text-align: left;
}

.halcyonFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .1em;
}

p a {
	color: #EDECEC;
}

ul.ordinary li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #EDECEC;
	list-style: disc;
	line-height: 1.5em;
}

ul.ordinary {
	margin: 10px 0 0 50px;
}

.dottedLine {
	border-bottom: 1px dotted #717171;
	margin: 20px 30px;
}

img.floatLeft {
	float: left;
	margin: 0 20px 0 30px;
}

.webmail a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	float: right;
	text-decoration: none;
}

ul.ordinary li a {
	color: #EDECEC;
}









