@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container {
	width: 870px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container.png);
	background-repeat: no-repeat;
	height: 570px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding-top: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	padding-left: 45px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #FFF;
	background-color: #69C;
}
.menu {
	height: 15px;
	width: 550px;
	position: absolute;
	margin-top: 35px;
	border: 0px;
	color: #69C;
	text-transform: uppercase;
}
.bluebar {
	background-color: #69C;
	height: 4px;
	width: 780px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.graphicstrip {
	height: 235px;
	width: 780px;
	overflow: hidden;
	white-space: nowrap;
}
.portfolioContainer {
	white-space: nowrap;
	height: 235px;
	overflow: visible;
	float: left;
	width: 1190px;
}
.portfolioContainerWeb {
	white-space: nowrap;
	height: 235px;
	overflow: visible;
	float: left;
	width: 2416px;
}
.portfolioCaption {
	background-color: #999;
	height: 15px;
	width: 168px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}
.portfolioCaptionWeb {
	background-color: #999;
	height: 15px;
	width: 300px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	text-align: center;
	overflow: hidden;
}
.portfolioItem {
	height: 235px;
	width: 168px;
	margin-right: 2px;
	white-space: normal;
	float: left;
	position: relative;
}
.portfolioItemWeb {
	height: 235px;
	width: 300px;
	margin-right: 2px;
	white-space: normal;
	float: left;
	position: relative;
}
.copystrip {
	height: 135px;
	width: 780px;
	margin-top: 2px;
}
.formcol {
	clear: none;
	float: left;
	height: 100px;
	width: 275px;
}
.radiolabel {
	line-height: 22px;
}
.formlabel {
	float: left;
	width: 60px;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
}
.formfield {
	font-family: Verdana, Geneva, sans-serif;
	height: 18px;
	border: thin solid #666;
	margin-bottom: 5px;
	text-indent: 5px;
	background-color: #CCC;
	font-size: 10px;
	padding: 2px;
}
.maincopy {
	background-color: #999;
	height: 115px;
	width: 556px;
	float: left;
	padding: 10px;
	color: #FFF;
}
.homebox {
	background-color: #0F0;
	height: 115px;
	width: 179px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
}
.rollcopy {
	background-color: #CCC;
	float: left;
	height: 83px;
	width: 182px;
	padding: 10px;
}
.basebar {
	height: 30px;
	width: 780px;
	margin-top: 4px;
	color: #666;
}
.contactCorner {
	background-color: #CCC;
	float: left;
	height: 115px;
	width: 182px;
	margin-left: 2px;
	padding: 10px;
}
.copyHeader {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.software {
	margin-right: 2px;
}
ul {
	margin: 0px;
	padding: 0px;
}
.download {
	background-color: #999;
	height: 30px;
	width: 181px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	padding-top: 0px;
	color: #FFF;
}
.downloadlink {
	float: left;
	margin-left: 8px;
	margin-top: 9px;
}
.download img {
	margin-top: 8px;
	float: left;
}
.cornerContainer {
	float: left;
	height: 115px;
	width: 182px;
	margin-left: 2px;
	list-style-type: none;
}
.download a {
	color:#FFF;
}
.download a:hover {
	color:#CCC;
}
.maincopy a {
	font-weight: bold;
	color: #CCC;
}
.formmultiline {
	font-family: Verdana, Geneva, sans-serif;
	height: 67px;
	border: thin solid #666;
	margin-bottom: 5px;
	line-height: 18px;
	background-color: #CCC;
	font-size: 10px;
	padding: 5px;
}
.formbuttons {
	margin-left: 65px;
}
.formbuttons input{
	background-color: #CCC;
	border: 1px solid #666;
	font-size: 10px;
	margin-right: 5px;
}
.formlabelright {
	float: left;
	width: 30px;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
}
marquee {
	margin-top: 8px;
}
.latest {
	font-weight: bold;
	margin-top: 8px;
	float: left;
	width: 30px;
}
.scrollmsg {
	float: left;
	width: 130px;
	margin-left: 5px;
	padding-left: 10px;
}
.fulltext {
	height: 362px;
	width: 770px;
	background-color: #999;
	color: #FFF;
	padding: 5px;
}
.fullformcol {
	clear: none;
	float: left;
	height: 300px;
	width: 375px;
}
.formintro {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.formlabelwide {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 5px;
	line-height: 22px;
}
.formfieldfull {
	font-family: Verdana, Geneva, sans-serif;
	border: thin solid #666;
	margin-bottom: 5px;
	text-indent: 5px;
	background-color: #CCC;
	font-size: 10px;
	padding: 2px;
	height: 16px;
}
.formmultilinefull {
	font-family: Verdana, Geneva, sans-serif;
	border: thin solid #666;
	margin-bottom: 5px;
	line-height: 18px;
	background-color: #CCC;
	font-size: 10px;
	padding: 5px;
}
.formbuttonsfull {
	margin-left: 115px;
}
.formbuttonsfull input {
	background-color: #CCC;
	border: 1px solid #666;
	font-size: 10px;
	margin-right: 5px;
}
#twitter-box {
	background-color: #999;
	height: 30px;
	width: 181px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 2px;
	padding-top: 0px;
	color: #FFF;
}
#twitter-box p {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}.rollcopyindex {
	background-color: #CCC;
	float: left;
	height: 30px;
	width: 182px;
	padding: 10px;
}
.twitter {
	list-style: none;
	background-color: #CCC;
	height: 115px;
	width: 181px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	color: #000;
	list-style-type: none;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}
.twitters {
  list-style: none;
	overflow: auto;
	list-style-type: none;
}

.twitters ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
.twitters li {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
.twitters span.prefix {
  list-style: none;
	font-weight: bold;
	list-style-type: none;
}

.twitters span.time {
  list-style: none;
	font-style: italic;
	list-style-type: none;
}

.twitters span.status {
	font-style: italic;
	list-style-type: none;
}
#leeTweets {
	list-style-type: none;
}
#leeTweets ul li {
	list-style-type: none;
}
.graphicstripLeft {
	height: 235px;
	width: 576px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.topRightHome {
	float: left;
	height: 235px;
	width: 202px;
	margin-left: 2px;
	list-style-type: none;
	background-color: #69C;
	color: #FFF;
	background-image: url(../images/startup_tile.gif);
}

