body {
	background: url("tile.gif") repeat;
	font-family: "Lucida Grande", Arial, sans-serif;
	width: 720px;
	margin: auto;
}

.header, .content, .footer {
	margin: 40px 0px;
}

.header .logo {
	background: url("newme.jpg") no-repeat;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #CCC;
	-moz-box-shadow: 1px 1px 1px #CCC;
	box-shadow: 1px 1px 1px #CCC;
	float: left;
	margin-left: 236px;
}

.header .description {
	float: right;
	text-align: left;
	margin-right: 236px;
}

.content {
	background: #FDFDFD;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.footer {
	font-size: 8pt;
	color: #999;
	text-align: center;
	line-height: 16pt;
}

a {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	position: relative;
	top: 1px;
}

a.no {
	color: inherit;
	font-weight: normal;
}

a img {
	border: none;
}

h1 {
	font-weight: normal;
	font-size: 20pt;
	margin: -3px 0px 4px 0px;
	padding: 0px;
}

h2 {
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: normal;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
	margin: 0px;
	padding: 12px 39px;
}

h4 {
	font-weight: bold;
	text-align: center;
	font-size: 18pt;
	line-height: 16pt;
	padding: 45px 0px 30px 0px;
	margin: 0px;
}

.content > div {
	padding-bottom: 20px;
}

.content ul {
	list-style-type: none;
	padding: 0px 20px;
	margin: 0px;
}

.content li {
	padding: 0px;
	margin: 22px 32px;
	display: inline;
	float: left;
}

.highlight {
	background: #FFD;
	padding: 3px 4px 4px 3px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.content > .work {
	padding-bottom: 30px;
}

.work {
	background: #FFC;
	padding: 25px 65px;
	margin: 20px -20px;
	position: relative;
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
	background: #FFFFBB;
}

.work h4 {
	padding-top: 5px;
	padding-bottom: 20px;
}

.work p {
	line-height: 24pt;
	margin: 0px;
}

.work .triangle-l, .work .triangle-r {
	border-style: solid;
	border-width: 20px;
	height: 0px;
	width: 0px;
	position: absolute;
	top: 145px;
	z-index: -1;
}

.work .triangle-l {
	left: -20px;
	border-color: transparent rgba(200, 200, 200, 0.75) transparent transparent;
}

.work .triangle-r {
	left: 740px;
	border-color: transparent transparent transparent rgba(200, 200, 200, 0.75);
}

.apps. highlight {
	background: #F9F9CC;
	padding: 4px 3px 3px 4px;
	margin: -3px 0px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.tweet {
	margin: 5px 45px 15px 45px;
}

.tweet img {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px #CCC;
	-moz-box-shadow: 0px 1px 1px #CCC;
	box-shadow: 0px 1px 1px #CCC;
	border: #DDD 1px solid;
}

.tweet a {
	font-weight: normal;
}

.tweet .left {
	float: left;
}

.tweet .right {
	float: right;
	font-size: 13pt;
	color: #333;
}

.tweet p {
	margin: 6px 0px;
	font-family: Georgia, Arial, sans-serif;
}

.tweet .author {
	color: #666;
	text-align: left;
	font-size: 8pt;
	font-style: italic;
	margin: 10px 0px 3px 0px;
}

.post {
	margin: 10px 45px 20px 45px;
}

.post span {
	color: #666;
	font-size: 8pt;
	font-style: italic;
	margin: 10px 0px 3px 0px;
}

.services .left {
	float: left;
	width: 400px;
	text-align: left;
	margin-right: 0px;
}

.services .right {
	float: right;
	width: 200px;
	text-align: left;
	margin-left: 0px;
}

.services .note {
	text-align: center;
	margin-top: 15px;
}

.services small {
	color: #666;
	font-size: 8pt;
	font-style: italic;
}

.content > .form {
	margin-top: 40px;
	padding-bottom: 5px;
}

.form iframe {
	height: 634px;
	width: 100%;
	border: none;
}

.clear {
	clear: both;
	margin: 0px;
}
