body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000066;
	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: #000000;
}

h1 {
	font-weight: lighter;
}

h2 {
	font-weight: lighter;
}

img {
	border: 0px;
}

/* CONTAINER */

#container {
	position: relative;
	width: 932px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #99ccff;
}

#nkat_n_overlap {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 212px;
	width: 182px;
	background-image: url(images/general/nkat_n_overlap.png);
	background-repeat: none;
	z-index: 100;
}

/* HEADER */

#header {
	position: relative;
	width: 932px;
	background: #FFFFFF;
	height: 100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 20px;
}

#menu {
	position: relative;
	width: 932px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#logo {
	width: 343px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: left;
	padding: 0px 20px 15px 10px;
	position: absolute;
	left: 0px;
	top: 12px;
}

#callSearch {
	width: 227px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 743px;
	height: 79px;
}

.phoneText {
	color: #009ee0;
}

/* PHOTO AREA */

#photoArea {
	width: 932px;
	height: 301px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/general/photo_montage.jpg);
	background-repeat: none;
	border-top: 2px solid #000066;
}

#photoText {
	width: 400px;
	position: absolute;
	font-size: 14px;
	top: 170px;
	left: 520px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* SPACER */

#spacer {
	height: 20px;
}

/* ROW 1 */

#row1 {
	position: relative;
	height: 375px;
	width: 932px;
	color: #6f6f6f;
	font-size: 13px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #000066;
}

#whoIsNkat {
	background: #FFFFFF;
	position: absolute;
	height: 350px;
	top: 10px;
	left: 10px;
	border: 2px solid #000066;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#whoIsNkat h1 {
	font-size: 15px;
	color: #000066;
}

#whoIsNkat h2 {
	font-size: 14px;
	padding-top: 15px;
}

.bullet {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
}

.bullet2 {
	padding-bottom: 10px;
}

.bullet3 {
	padding-bottom: 30px;
}

#ourAdvantage {
	position: absolute;
	background: #FFFFFF;
	top: 10px;
	left: 460px;
	border: 2px solid #000066;
	border-radius: 20px;
	height: 350px;
	width: 442px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#ourAdvantage h1 {
	font-size: 15px;
	color: #000066;
}

#featuredProject {
	width: 335px;
	height: 400px;
	padding: 10px;
	margin: 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding-top: 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 2px solid #e5e6e2;
	border-right: 2px solid #e5e6e2;
}

#featuredProjectScroll {
	position: absolute;
	top: 240px;
	width: 337px;
	height: 150px;
	overflow: auto;
}

#featuredProject h1 {
	font-size: 15px;
}

#dark_blue {
	color: #000066;
}

/* ABOUT US */

#row1About { 
	position: relative;
	height: 425px;
	width: 932px;
	color: #6f6f6f;
	font-size: 13px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #000066;
}

#aboutUs {
	background: #FFFFFF;
	position: absolute;
	height: 400px;
	top: 10px;
	left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 2px solid #000066;
	border-radius: 20px;
}

#aboutUs h1 {
	font-size: 15px;
	color: #000066;
}

#aboutUs h2 {
	font-size: 14px;
	padding-top: 15px;
}

.bullet {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
}

.bullet2 {
	padding-bottom: 10px;
	margin-right: 7px;
}

.bullet3 {
	padding-bottom: 30px;
}

#clientList {
	position: absolute;
	background: #FFFFFF;
	top: 10px;
	left: 460px;
	height: 400px;
	width: 442px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 2px solid #000066;
	border-radius: 20px;
}

#clientList h1 {
	font-size: 15px;
	color: #000066;
}


/* SERVICES */

#row1Services {
	position: relative;
	height: 325px;
	width: 932px;
	color: #6f6f6f;
	font-size: 13px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #000066;
}

#one_column_content {
	background: #FFFFFF;
	position: absolute;
	height: 300px;
	top: 10px;
	left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 892px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 2px solid #000066;
	border-radius: 20px;
}

#one_column_content h1 {
	font-size: 15px;
	color: #000066;
}

#one_column_content h2 {
	font-size: 14px;
	padding-top: 15px;
}

.bullet {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
}

.bullet2 {
	padding-bottom: 10px;
	margin-right: 7px;
}

.bullet3 {
	padding-bottom: 30px;
}

/* ROW 3 */

#row3 {
	position: relative;
	width: 932px;
	height: 140px;
	background: #e6ebee;
	margin: 0 auto;
	text-align: left;
	border-top: 2px solid #000066;
}

#row3 a {
	color: #009ee0;
	text-decoration: none;
}

#row3 a:hover {
	text-decoration: underline;
}

#row3 a:visited {
	color: #009ee0;
}

#address {
	position: absolute;
	left: 0px;
	width: 290px;
	padding: 0px 0px 0px 20px;
}

#address p {
	font-size: 11px;
}

/* FOOTER */

#footer {
	position: absolute;
	right: 10px;
	font-size: 11px;
	bottom: 0px;
}

.fltrt { /* 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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

