﻿body, html
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana;
	font-size: 10pt;
	height: 100%;
	background-color: #c0c0c0;	
	
}

#wrapper
{
	margin: 0 auto;	
	height:650px;
}
/* header styles */
#masterheader
{
	background-color: #021b2e;
	width: 100%;
	height: 147px;
	background: #FFFFFF url("images/headerrepeater.png") repeat-x;
	margin: 0 auto;
}
#navbar
{
	padding: 0px;
	width: 900px;
	height: 147px;
	background: #FFFFFF url("images/headerbg.png") no-repeat;
	margin: 0 auto;
	position: relative;
}
#logo
{
	padding: 10px 20px 0px 5px;
	float: left;
}
#chart img
{
	padding: 2px 0px 0px 0px;
	float: right;
}
#toplinks ul
{
	float: left;
	list-style: none;
	color: #000000;
	margin: 0;
	padding: 0;
}
#toplinks li
{
	float: left;	
	list-style:none;	
	margin: 0;
	padding: 0;
}
#toplinks .topnav a
{
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 0;
}
#toplinks .topnav a:hover
{
	text-decoration: underline;
}


/*Main Content Area Styles */
#maincontent
{
	text-align:center;
}
#mainleft
{
	background-position: #d9d9d6 url("images/leftmainbgrepeat.png") repeat-x;
	margin: 0 auto;
	height: 503px;
	background: #d9d9d6 url("images/leftmainbgrepeat.png") repeat-x;
	padding-left: 5px;
}
#mainmiddle
{
	background-position: #d9d9d6 url("images/MainContentBG.png") no-repeat;
	width: 886px;
	margin: 0;
	background: #d9d9d6 url("images/MainContentBG.png") no-repeat;
	height: 503px;
}
#mainright
{
	margin: 0 auto;
	height: 503px;
	background: #d9d9d6 url("images/maincontentrepeater.png") repeat-x;
	padding-left: 5px;
}
/*Why Core Techs Styles*/
#whatweddo
{
	background-color: #F1F1F1;
	border-style: none solid solid solid;
	border-width: 0px 1px 1px 1px;
	border-color: #3366CC;
	width: 95%;
	height: 340px;
}
#aboutcoretechs
{
	text-align:left;
}
.abouttab
{
	width:95%;
	text-align: left;
	font-size: 14px;
}
.abouttitle
{
	width: 95%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}	
.title
{
	color: #616161;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	width:50%;
	
}
.odd
{
	border-style: dotted none dotted none;
	border-color: #C0C0C0;
	border-width: 2px;
	padding: 11px 5px 11px 11px;
	background-color: White;
	text-align: left;
	font-size: 14px;
}
.even
{
	background-color: #F1F1F1;
	text-align: left;
	padding: 11px 5px 11px 11px;
	font-size: 14px;
}
.contactus
{
	padding: 35px 0px 0px 0px;
	margin: 0 auto 0 20px;
	border-style: none none dotted none;
	border-color: #C0C0C0;
	border-width: 2px;
	text-align: left;
	font-size: 14px;
	width: 90%;
}
.contacttitle
{
	padding: 0px 0px 0px 0px;
	margin: 40px 22px 10px 190px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 10px;
	color: #616161;
}
.borderelement
{
	background: white;	
	height:417px;
	width:551px;
	margin: 0 auto;
	background: url("images/contactusbg.png") no-repeat;
}


/*footer styles */	
#footer
{
	clear: both;
	background-color: #c0c0c0;
	height: 100%;
	text-align: center;
}

#legal
{
	color: #FFFFFF;
	text-align: center;
}
