/* General Settings */
* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 10px 0px 0px 0px;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}
#container {
	margin: 0px auto 0px auto;
	width: 1000px;
}

/* Page Header */
#header_container {
	margin-bottom: 0px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
/*	background: url('../images/header_background.jpg') repeat-x 0px 0px;*/
	background: #008080;
	width: 999px;
}
#noamClock{
	width:100%;
	height:12px;
	text-align: right;
	margin-top: 2px;
}
#page_header {
	width: 999px;
	height: 125px;
	background: url('../images/header_image1.jpg') no-repeat 50px 5px;
	overflow: hidden;
}
#header_company {
	margin-top: 0px;
	width: 999px;
	height: 125px;
	float: left;
	background: url('../images/header.jpg') no-repeat 0px 5px;
	text-align: left;
}
#fillerContainer{
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	background: #ffffff;
	width: 1000px;
	background-image: url(../images/rightsh.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#fillerLeftBorder{
	background-image: url(../images/bg_gray.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 4px;
	float: left;
	border-left: 1px solid;
}
#fillerDiv{
	width: 970px;
	height: 4px;
	float: left;
	background: #f26522;
}

/*Scroller Css*/
#scrollerContainer{
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	border-top: 0px solid #fff;
	background: #ffffff;
	width: 1000px;
	background-image: url(../images/rightsh.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#scrollerLeftBorder{
	background-image: url(../images/bg_gray.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 22px;
	float: left;
	border-left: 1px solid;
}
#scrollerDiv{
	width: 960px;
	height: 20px;
	float: left;
	border-top: 1px solid #7c8425;
	border-bottom: 1px solid #7c8425;
	border-right: 5px solid #7c8425;
	border-left: 5px solid #7c8425;
	background: #dae3ec;
}

/* Menu CSS*/
#menuContainer{
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	border-top: 0px solid #fff;
	background: #ffffff;
	width: 1000px;
	background-image: url(../images/rightsh.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#menuLeftBorder{
	background-image: url(../images/bg_gray.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 56px;
	float: left;
	border-left: 1px solid;
	display: inline;
}
#menuDiv{
	width: 965px;
	height: 56px;
	float: left;
	/*background: #FDE6DB;*/
	display: inline;
}
.menuStartDiv{
	margin: 0px auto;
	width: 965px;
}
.menuStartDiv ul{
	font: bold 12px Verdana;
	list-style-type: none;
	/*background: #FDE6DB;*/
	overflow: hidden;
	width: 925px;
	/*float: left;*/
	margin: 0px auto;
}
.menuStartDiv li{
	display: inline;
	margin: 0px;
	float: left;
	border: none;
	width: 184px;
}
.menuStartDiv li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 18px;
	padding: 5px 0px 5px 0px; /*padding inside each tab*/
	color: white;
	width:144px;
	border: none;
}
.menuTop{
	width: 220px;
	padding:40px 45px 70px 10px;
	margin-left:20px;
	margin-top: 30px;
	float:left;
	background: url(../images/leftMenuBG.png) top left no-repeat;
}
.contactBorder{
	width: 260px;
	padding:12px 0px 40px 0px;
	margin-left:0px;
	margin-top: 30px;
	background: url(../images/contactUsBorder.jpg) top left no-repeat;
}
.offerLeft{
	width: 290px;
	padding:0px 0px 0px 0px;
	margin-left:20px;
	margin-top: 60px;
	float:left;
}
.offerLeft p{
	font-size:15px;
	color: #000000;
	width:280px;
	text-align:center;
	font-weight:bold;
}
.menuBottom{
	width: 200px;
	/*background: url(../images/leftMenuBottom.png) bottom right no-repeat;*/
	padding:0px 0px 30px 0px;
	text-align: center;
}
.firstImage{
	width: 624px;
	padding: 60px 0px 0px 0px;
	margin: 25px 0px 0px 5px;
	float:left;
	background: url(../images/upperBorder.jpg) top center no-repeat;
}
.firstImagePeople{
	width: 624px;
	padding: 60px 0px 0px 0px;
	margin: 25px auto 0px auto;
	background: url(../images/upperBorder.jpg) top center no-repeat;
}
.lastImage{
	width: 624px;
	padding:0px 0px 60px 0px;
	margin-left:0px;
	float:left;
	background: url(../images/lowerBorder.jpg) bottom center no-repeat;
}
.middleContent{
	width: 624px;
	padding:0px 0px 0px 0px;
	margin-left:0px;
	float:left;
	background: url(../images/bgColor.jpg) top center repeat-y;
	color: #000000;
}

.middleContent div p{
	font-size:13px;
	line-height: 140%;
}
.middleContent div ul li{
	font-size:13px;
	line-height: 140%;
	list-style-type:disc;
	margin-left:15px;
}

#flashContainer{
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	border-top: 0px solid #fff;
	background: #ffffff;
	width: 1000px;
	height: 300px;
	background-image: url(../images/rightsh.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#flashLeftBorder{
	background-image: url(../images/bg_gray.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 300px;
	float: left;
	border-left: 1px solid;
	display: inline;
}
#flashDiv{
	background: url(../images/flashBg1.jpg) center top no-repeat;
	width: 624px;
	height: 226px;
	float: right;
	margin-right: 55px;
	margin-top: 10px;
	text-align: center;
}
#flashHere{
	margin:0px auto;
	padding-top: 9px;
	width: 606px;
	height: 208px;
}
/* Main Content Container */
#contentContainer{
	margin-bottom: 0px;
	border-left: 1px solid #fff;
	border-top: 0px solid #fff;
	background: #ffffff;
	width: 1000px;
	background-image: url(../images/rightsh.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: left;
}
#contentLeftBorder{
	background-image: url(../images/bg_gray.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
	height: 860px;
	float: left;
	text-align: left;
	border-left: 1px solid;
}
#noamContentDiv{
	width: 970px;
	height: 860px;
	float: left;
	text-align: left;
	/*background: #FDE6DB;*/
}

/* First Level of Content */
#level1{
	width:900px;
	height: 205px;
	margin: 0px 0px 0px 0px;
}
#noamIntro{
	width: 520px;
	height:201px;
	float: left;
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 13px;
	text-align: left;
}
#photoGallary{
	width: 300px;
	height:191px;
	float: left;
	margin: 7px 0px 0px 20px;
	background: url(../images/noamGallery.png) no-repeat;
}

/* Second Level of Content */
#level2{
	width:900px;
	height: 447px;
	margin: 0px 0px 0px 0px;
}
#knowledgeAndPoll{
	margin: 15px 0px 0px 5px;
	float: left;
	width: 520px;
	height: 446px;
	display: inline;
}
#knowledgeCenter{
	float: left;
	width: 240px;
	height: 240px;
	border: 1px solid gray;	
	margin: 0px 0px 0px 15px;
	background: #e8f6f6;	
	display: inline;
}
#noamPoll{
	float: left;
	width: 240px;
	height: 290px;
	border: 1px solid gray;	
	margin: 0px 0px 0px 21px;
	display: inline;
	/*background-image: url(../images/poll.jpg);
	background-repeat: no-repeat;
	background-position: 40px 0px;*/
	background-color: #e8f6f6;
}
#noamPollInner{
	float: left;
	width: 240px;
	height: 235px;
	/*margin: 45px 0px 0px 0px;*/
	display: inline;
}
#noamPoll p{
	color: #008080;
	font-size:13px;
	font-weight: bold;
	margin: 10px 19px 10px 19px;
	line-height: 16px;
}
#noamPoll font{
	color: black;
	font-size:13px;
	margin: 0px 0px 0px 15px;
	display: inline;
}
#issuesAndEng{
	margin: 0px 0px 0px 9px;
	float: left;
	width: 360px;
	height: 446px;
}
#hotTopics{
	width: 330px;
	height:213px;
	float: left;
	background: url(../images/burningIssues.png) no-repeat;
	display: inline;
	margin: 0px 0px 0px 8px;
}
#hotTopicContent1{
	border: 1px solid #F26522;
	text-align: left;
	width: 328px;
	height:191px;
	color: #008080;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	margin: 32px 0px 0px 7px;
	background: #e8f6f6;
}
#hotTopicContent2{
	border: 1px solid #F26522;
	text-align: left;
	width: 328px;
	height:191px;
	color: #008080;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	margin: 32px 0px 0px 7px;
	background: #e8f6f6;
}
#hotTopicImage{
	height: 140px;
	float: left;
	margin: 20px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	display: inline;
	width: 105px;
}
#hotTopicText{
	width: 200px;
	float: left;
	height: 164px;
	margin: 5px 0px 0px 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: black;
	display: inline;
}
#hotTopicText h1{
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #008080;
}
.innerText{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 5px;
	line-height: 16px
	display: inline;
}
#switchTopic{
	width: 327px;
	float: left;
	height: 20px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: black;
	font-size: 12px;
	display: inline;
}
#sampleEng{
	width: 330px;
	height:213px;
	float: left;
	background: url(../images/sampleEngagements.png) no-repeat;
	display: inline;
	margin: 20px 0px 0px 8px;
}
.sampleEngContent{
	border: 1px solid #F26522;
	text-align: left;
	width: 328px;
	height:191px;
	color: #008080;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	margin: 32px 0px 0px 7px;
	background: #e8f6f6;
}
#noamFooter{
	margin-bottom: 0px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #008080;
	width: 989px;
	height:28px;
	text-align: left;
	padding-left:10px;
}
#noamFooter p{
	font-size:11px;
	margin: 0px 0px 0px 0px;
}
#column1ForOurOffer{
	width: 420px;
	height: 680px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
}
#aboveServiceDiv{
	margin: 0px 0px 0px 30px;
	width: 388px;
	height: 230px;
}
#serviceDiv{
	margin: 10px 0px 0px 0px;
	width: 418px;
	height: 400px;
	float: left;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	border: 1px solid #F26522;
	display: inline;
	background: #e8f6f6;
	background-image: url(../images/services.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#column2ForOurOffer{
	width: 420px;
	height: 690px;
	float: left;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	border: 1px solid #F26522;
	display: inline;
	background: #e8f6f6;
	margin: 0px 0px 0px 20px;
	background-image: url(../images/solutions.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#column1ForContactUs{
	width: 465px;
	height: 290px;
	float: left;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	display: inline;
	/*background: #e8f6f6;*/
	margin: 10px 0px 0px 210px;
	background-image: url(../images/contactUsInner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#column2ForContactUs{
	width: 735px;
	height: 270px;
	float: left;
	display: inline;
	margin: 30px 0px 0px 80px;
}
.contactUsLinks{

}
#addressDiv{
	width: 335px;
	height:400px;
	float: left;
	background-image: url(../images/address.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px 0px 0px 60px;
}
#footerLinks{
	color: #ffffff;
	font-size: 11px;
}
#footerLinks a{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}
#footerLinks a:hover{
	text-decoration: none;
	color: #f26522;
	font-size: 11px;
}
#footerLinks a:visited{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}
#footerLinks a:linked{
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}