body {
	margin: 0px;
	padding: 10px;
	background-color: #efefef;
	font-family: helvetica, verdana, arial;
	font-size: 14px;
}

.container {
	margin: 0px auto 0px auto;
	padding: 0px;
	max-width: 1200px;
	position: relative;
}

h1 {
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 60px;
	color: #000;
	display: inline-block;
	margin: 0px 0px -9px -5px;
	padding: 0px;
	vertical-align: bottom;
	text-transform: uppercase;
}

h1 img {
	
}

h1 a {
	text-decoration: none;
	color: #000;
	border: 0px;
}

h1 a img {
	border: 0px;
}

#top {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	position: relative;
}

#top .container {
	height: 65px;
}

#top .toplinks {
	display: inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 9;
}

.toplinks a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
}

.toplinks a:hover {
	text-decoration: underline;
}

a.more {
	color: #3C7DC4;
}

a.experiment {
	color: #FF8F00;
}

a.download {
	color: #5A8F29;
}

#middle {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#middle .container {
	background-color: #c6d9e0;
	height: 400px;
	position: relative;
	background-image: url('/images/gradient3.jpg');
}

#quote {
	color: #888;
	display: inline-block;
	font-family:  "times new roman";
	font-size: 40px;
	font-weight: bold;
	position: relative;
	margin: 56px 20px 40px 70px;
	padding: 0px;
	line-height: 40px;
	/*margin: 0px;*/
	z-index: 5;
	width: 410px
}

#quote #openquote {
	font-family: arial;
	font-size: 170px;
	z-index: -7;
	position: absolute;
	top: -50px;
	left: -30px;
	color: #ccc;
	line-height: 170px;
}

#quote #closequote {
	font-family: arial;
	font-size: 170px;
	z-index: -7;
	position: absolute;
	bottom: -135px;
	right: -30px;
	color: #ccc;
	line-height: 170px;
}

#middle p {
	margin: 0px 20px 10px 80px;
	padding: 80px 0px 50px 0px;
	font-weight: bold;
	text-transform:  uppercase;
	z-index: 5;
	line-height: 20px;
}

a.attention {
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #3C7DC4;
	padding-top: 18px;
}

a.attention:hover {
	text-decoration: underline;
}

#middle img.pic {
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index: 1;
}

#bottom .container {
	margin-top: 12px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g319 {
	display: inline;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	width:33%;
}

.marker {
	padding-right: 23px;
	margin-right: 23px;
	border-right: 1px dashed #ccc;
}

.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.g319 p img, .g319 h2 img {
	float: right;
	width: 50px;
	height: 50px;
	padding-left: 20px;
}

.g319 p {
	line-height: 20px;
}

.g319 a {
	display: block;
	color: #369;
	text-decoration: none;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	line-height: 20px;
}

.g319 a:hover {
	text-decoration: underline;
	color: #69c;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#content {
	background-color: #efefef;
	padding: 20px 20px 24px 20px;
	margin: 20px 20px 20px 33%;
	line-height: 20px;
	color: #444;
	
}

#content h2 {
	font-family: "Times new roman";
	font-size: 22px;
	color: #666;
	border-bottom: 1px solid #c6d9e0;
	margin: 10px 0px 19px 0px;
	padding: 2px 0px 3px 0px;
}

#content h3 {
	font-family: "Times new roman";
	font-size: 20px;
	color: #888;
	border-bottom: 1px solid #ccc;
	margin: 10px 0px 18px 0px;
	padding: 8px 0px 3px 0px;
	line-height: 20px;
}

#content p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
	text-transform: none;
}

#content p img {
	float: right;
	margin: 0px 0px 10px 10px;
	width: 200;
}

#content p img.border {
	border: 1px solid #555;
}	

#content ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
}

#content ul li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#content a {

}

#content a:hover {

}

#content .veryimportant {
	font-weight: bold;
	font-size: 16px;
	color: #086ca2;
	text-align: center;
}

#content .ratherimportant {
	font-weight: bold;
	font-size: 20px;
	color: #ff8b00;
	text-align: center;
}

#content hr {
	margin: 40px 0px 40px 0px;
}

#sidemenu {
	position: fixed;
	top: 185px;
	left: 0px;
	width: 32%;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

#sidemenu a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	display: block;
	text-align: right;
	line-height: 20px;
	margin: 0px;
	padding: 0px 6px 0px 0px;
	border-right: 4px solid #c6d9e0;
	font-size: 14px;
}

#sidemenu a:hover {
	color: #369;
	border-right: 4px solid #369;
}

#sidemenu p {
	text-align:right;
	font-weight:bold;
	padding-right: 10px;
	color: #086ca2;
}

#footer {
	text-align: center;
	color: #e2e2e2;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #e2e2e2;
}

#footer a {
	color: #999;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
}

#footer a:hover {
	color: #69c;
	text-decoration: underline;
}