html, body {
	margin:0px 0px 0px 0px;
	background:#C9D5DB;
	height:100%;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

A 	{ color: #222; text-decoration: none; } 
A:link	{ color: #222; text-decoration: none; } 
A:visited	{ color: #222; text-decoration: none; } 
A:active	{ color: #444; } 
A:hover	{ color: #444; text-decoration: underline}

A.learnmore { width: 102px; height: 21px; text-indent: -9999px; overflow: hidden; display: block; background: url(learnmore.gif) no-repeat top left; }
A.learnmore:hover { background-position: bottom right; }

A.contactUs { width: 102px; height: 21px; text-indent: -9999px; overflow: hidden; display: block; background: url(contactUs.gif) no-repeat top left; }
A.contactUs:hover { background-position: bottom right; }

A.downloads { width: 102px; height: 21px; text-indent: -9999px; overflow: hidden; display: block; background: url(downloads.gif) no-repeat top left; }
A.downloads:hover { background-position: bottom right; }

A.tech {background:#EEE;}
A.tech:hover {background:#DDD;}

img	{ border: 0; padding: 0; margin: 0;}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	margin-left: -1em;
}

h1, h3 {
	margin: 0px;
	padding: 0px;
	color:#666;
	font-weight:bold;
}


h2, h4 {
	margin: 0px;
	padding: 0px;
	color:#666;
	text-transform:uppercase;
}

.roundRect {
  border:3px solid #FFDE23;
  padding-top:4px;
  padding-left:10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.titleLogo {
	position:absolute;
	left:0px;
	top:0px;
	width:128px;
	height:128px;
}

.titleBar {
	position:absolute;
	left:128px;
	top:0px;
	width:672px;
	height:72px;
	background:#346CB6;
}

.mainMenu {
	position:absolute;
	left:128px;
	top:72px;
	width:672px;
	height:20px;
	background:#808080;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: .1em;
	border-top:2px solid #FFEE00;
	border-bottom:1px solid #FFEE00;
	padding-top:4px;
	padding-bottom:2px;
}

.subMenu {
	position:absolute;
	left:128px;
	top:101px;
	width:672px;
	height:18px;
	background:#B2B2B2;
	color:#444;
	font-weight:bold;
	border-top:1px solid #FFEE00;
	border-bottom:2px solid #FFEE00;
	padding-top:2px;
	padding-bottom:4px;
}

.mainMenu A,
.mainMenu A:link,
.mainMenu A:visited,
.mainMenu A:active,
.mainMenu A:hover,
.subMenu A,
.subMenu A:link,
.subMenu A:visited,
.subMenu A:active,
.subMenu A:hover,
.siteFooter A,
.siteFooter A:link,
.siteFooter A:visited,
.siteFooter A:active,
.siteFooter A:hover {
	color: #FFF;
}

.pageLogo {
	position:absolute;
	z-index:1;
	left:0px;
	top:128px;
	width:128px;
	border-bottom:2px solid #FFEE00;
}

.pageBar {
	position:absolute;
	z-index:1;
	left:0px;
	top:128px;
	width:122px;
	border-bottom:2px solid #FFEE00;
	color:#666;
	line-height:160%;
	padding:3px;
	background:#DDD;
}

.siteBody {
	z-index:0;
	position:absolute;
	left:0px;
	top:128px;
	width:800px;
	background:url(colorCheck.gif);
}

.siteContents {
	position:relative;
	left:128px;
	width:642px;
	background:#FFF;
	color:#666;
	padding:15px;
	line-height:160%;
}

.siteContents p {
	margin:0px;
	border:0px;
	padding-top:1em;
}

.tech {
/*	width:311px;*/
	width:287px;
	border:3px solid #FFDE23;
	padding:10px;
	margin-bottom:10px;
	margin-right:10px;
	background:#EEE;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.blogPost {
	border-top:2px solid #FFEE00;
	padding-top: 1em;
	padding-bottom: 1em;
}

.siteFooter {
	width:790;
	height:16px;
	background:#B2B2B2;
	color:#FFF;
	border-top:2px solid #FFEE00;
	padding:5px;
}

.floatRight {
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	position:relative;
	clear:both
}

.floatLeft {
	margin-right: 1em;
	margin-bottom: 1em;
	float: Left;
	position:relative;
	clear:both
}

.quote {
	margin-left:1em;
	margin-right:1em;
	padding:1em;
	background:#EEE;
}

.blockquote {
	border-top:1em solid #C9D5DB;
	margin-left:1em;
	margin-right:1em;
	padding:1em;
	background:#EEE;
}
