@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	background-image:url(images/stripe.png);
	background-repeat:repeat;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#header {
	width:1024px;
	height:88px;
	background-image:url(images/headerbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	margin:auto;
}

#logo {
	width:297px;
	height:65px;
	margin:1px 0px 0px 15px;
	z-index:-999999:
}

#navigation {
	font-size:16px;
	line-height:25px;
	font-weight:bold;
	float:right;
	margin:30px 30px 0px 0px;
}

#navigation li {
	list-style:none;
	display:inline;
	padding:5px 15px 5px 15px;
	margin:0px;
	background-color:#f5f3ec;
	color:#FFF;
	border-left:#5c653c 1px solid;
	border-right:#1e2114 1px solid;
}
#navigation li:hover {background-color:#484f2f;}
#navigation a {color:#FFF; text-decoration:none;}
#navigation a:hover {color:#CFF; text-decoration:underline;}

#mid-banner {
	width:1024px;
	height:354px;
	margin:auto;
}

#mid-banner2 {
	width:1024px;
	height:202px;
	margin:auto;
}

#contents {
	width:1024px;
	height:166px;
	margin:auto;
}

#left {
	width:10px;
	height:166px;
	background-image:url(images/l1.jpg);
	float:left;
}

#latest-project {
	width:204px;
	height:166px;
	background-image:url(images/latestproject.jpg);
	float:left;
}

#alp {
	width:265px;
	height:166px;
	background-image:url(images/alp.jpg);
	float:left;
}

#as {
	width:312px;
	height:166px;
	background-image:url(images/as.jpg);
	float:left;
}

#r {
	width:233px;
	height:166px;
	background-image:url(images/r.jpg);
	float:right;
}

#whyus {
	width:278px;
	height:83px;
	background-image:url(images/whyusbox.png);
	padding:5px;
	color:#FFF;
	margin:5px auto 0px auto;
}

#services-list {
	text-align:left;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	list-style:square;
	color:#FFF;
}

#services-list a {color:#FFF; text-decoration:none;}
#services-list a:hover {color:#CFF; text-decoration:underline;}

#bottom-nav {
	width:1014px;
	height:30px;
	margin:auto;
	background-image:url(images/bottomnav.jpg);
	text-align:left;
	padding:10px 0px 0px 10px;
	color:#FFF;
	font-size:14px;
}
#bottom-nav a {color:#fff; text-decoration:none}
#bottom-nav a:hover {color:#CFF; text-decoration:underline}

#footer {
	width:1024px;
	height:71px;
	background-image:url(images/footer.jpg);
	margin:auto;
}

#footer-logo {
	float:right;
	margin:20px 70px 0px 0px;
}

#wrapit {width:1024px; margin:auto; background-color:#f5f3ec;}

#sidebar {
	width:210px;
	background-image:url(images/sidebarbg.jpg);
	background-repeat:repeat-y;
	float:left;
}

#side-nav {
	list-style:none;
	list-style-position:inside;
	text-align:left;
	font-size:14px;
}

#side-nav a {
	color:#600;
	text-decoration:none;
}

#side-nav a:hover {
	color:#000;
	text-decoration:underline;
}

#content-main {
	float:left;
	margin-left:10px;
	width:760px;
	border:#e1dfd9 1px solid;
	text-align:left;
	padding:10px;
	font-family:Arial, sans-serif;
	font-size: 14px;
	background-color:#FFF;
}
.innerbanner_head {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #8a8a8a;
	text-decoration: none;
	background-image: url(images/mark.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
	background-position: 0px 4px;
}
#menu14 {
	width: 224px;
	margin: -16px;
	}
	
#menu14 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #ffffff;
	font-weight:bold;
	display: block;
	background:  url(images/menu14.gif);
	padding: 8px 0 0 10px;
	}
	
#menu14 li a:hover {
	color: #FFF;
	font-weight:bold;
	background:  url(images/menu14.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	blockquote {
    margin: 1em 2em;
    border-left: 1px dashed #999;
    padding-left: 1em; }
blockquote p:first-letter {
    float: left;
    margin: .2em .3em .1em 0;
    font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
    font-size: 220%;
    font-weight: bold; }
blockquote p:first-line {
    font-variant: small-caps; }