/* *****
IS Squared Company Web Page style sheet.

Version: 1.0
Created by: allen caldwell

Revision History
Date            Name            Description
*/

/* CSS Document */

 a  {
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

 a:hover  { 
	font-family: Verdana, sans-serif;
	text-decoration: underline;
}

 a:visited {
	font-family: Verdana, sans-serif;
	}
	
img {
	border: 0pt;
}

.body {
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-right: 20px;
	font-family: Verdana, sans-serif;
	font-size: 80%;
}

.body p {
	margin-left: 25px;
}

.body ul {
	margin-left: 40px;
}

.body li {
	margin-left: 40px;
}

.footer {
	padding-left: 30px;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 30px;
}

.footer p {
	font-family: Verdana, san-serif;
	font-size: 70%;
	color: #999999;
}

.leftNav {
	padding-top: 50px;
}

.rightNav {
	padding-top: 15px;
	padding-bottom:15px;
	padding-left: 15px;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #333399;
	border-left: 1px solid #cccccc;
}

.rightNav a {
	color: #333399;
}

.quote {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #006699;
}

/*
 The following are used for the bodies title
 */ 
.aboutUs {
	color: #669966;
}

.caseStudies {
	color: #990066;
}

.partners {
	color: #ff9933;
}

.services {
	color: #003366;
}

.tech {
	color: #666699;
}

.home {
	color: #000033;
}
