/*start css for basic items */
body {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #818386;
	margin: 0px;
	padding: 0px; 
	background: #ffffff;
}
td {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #818386;
}
a, a:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #818386;
	text-decoration: underline;
}
a:hover {
	color: #00ADEF;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 14px;
}


/*start css for site structure */
div.container {
	position: relative; 
	width: 890px; 
	margin: 0 auto; 
	margin-bottom: 10px;
	text-align: left;
}	


/*start css for logo and navigation placement */
.logo {
	position: relative;
}
.topNav {
	position: relative;
}
.content {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 16px;
	color: #818386;
}
.copyright {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 14px;
	color: #818386;
	position: relative;
	width: 890px;
	margin-top: 20px;
	border-top: 1px solid #8B8B8A;
	text-align: right;
}



/*start css for text */
.title {
	font-size: 18px;
	line-height: 42px;
	color: #00ADEF;
}
.subTitle {
	font-size: 14px;
	line-height: 18px;
	color: #00ADEF;
}
.homeTextLeft {
	font-size: 13px;
	line-height: 18px;
	width: 280px; 
	color: #00ADEF;
	float: left;
}
.homeTextRight {
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 18px;
	width: 465px; 
	color: #818386;
	float: left;
}
.homeTextRight a, .homeTextRight a:visited {
	font-size: 13px;
	line-height: 18px;
}
.homeTextSmall {
	font-size: 10px;
	line-height: 12px;
}
.homeTextSmall a, .homeTextSmall a:visited {
	font-size: 10px;
	line-height: 12px;
}

.blueText {
	font-size: 11px;
	line-height: 12px;
	color: #00ADEF;
}
a.blueText, a.blueText:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #00ADEF;
	text-decoration: none;
}
a.blueText:hover {
	color: #00ADEF;
	text-decoration: underline;
}

/*start css for portfolio page */
.portBox {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	color: #00ADEF;
	width: 480px;
}
.portCol01 {
	padding: 20px 0 20px 0;
	width: 450px;
}
.portCol02 {
	padding: 20px 130px 20px 0;
	font-size: 11px;
	line-height: 14px;
	width: 300px;
}
.portCol02 b {
	color: #00ADEF;
}

/*start css for about page */
.aboutCol01 {
	font-size: 13px;
	line-height: 15px;
	color: #00ADEF;
	width: 285px;
	padding-right: 15px;
}
.aboutCol02 {
	width: 440px;
	padding-right: 23px;
}
.aboutCol03 {
	width: 127px;
}


/*start css for team page */
.teamCol01 {
	font-size: 13px;
	line-height: 15px;
	color: #00ADEF;
	width: 290px;
}
.teamBox {
	padding: 27px 0px 40px 22px;
	background: #DADADA;
}
.teamCol02 {
	width: 520px;
}


/*start css for tech page */
.techCol01 {
	font-size: 13px;
	line-height: 15px;
	color: #00ADEF;
	width: 440px;
}
.techCol02 {
	width: 377px;
	padding: 0px 23px 0px 23px;
}
.techCol03 {
	width: 127px;
}


/*start css for news page */
.newsCol01 {
	width: 235px;
	padding-right: 65px;
}
.newsCol02 {
	width: 235px;
	padding-right: 65px;
}
.newsCol03 {
	width: 290px;
}


/*start css for careers page */
.careersCol01 {
	font-size: 13px;
	line-height: 15px;
	color: #00ADEF;
	width: 425px;
	padding-right: 27px;
}
.careersCol02 {
	width: 400px;
	padding-right: 38px;
}



/*start css for contact page */
.contactCol01 {
	width: 235px;
	padding-right: 65px;
}
.contactCol02 {
	width: 235px;
	padding-right: 65px;
}
.contactCol03 {
	width: 290px;
}




