body { 
	margin: 0px; 
	text-align: center; 
	background-color: #FFFFFF;
	background-image: url(/layout/static_bg_prime.jpg);
	background-color: #01091c;
	background-repeat: no-repeat;
	}

img {
	border: 0;
	}

.withborder {
	border: 1px solid #cccccc;
	}

#page { 
	position: relative;
	margin: 0 auto; 
	width: 974px; 
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-align: left;
	}
	
#logo {
	float: left;
	padding-left: 5px; 
	padding-top: 30px;
	width: 252px;
	height: 53px;
	}
	
#navigation {	
	padding-left: 20px;
	float: left;
	cursor: default;
	}
	
	#navigation .bullet {
		padding-top: 36px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		float: left;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.active {
		background-color: #4A82BB;
		}
	
	.bullet a, .bullet a:visited {
		color: #000000;
		text-decoration: none;
		}
		
	.bullet a:hover {
		color: #333333;
		text-decoration: underline;
		}
		
	.active a, .active a:visited, .active a:hover {
		color: #ffffff;
		}
		
#main_container {
	position: relative;
	clear: both;
	padding: 15px 5px 0px 5px;
	width: 964px;
	}
	
#glider {
	position: absolute;
	top: 60px;
	left: -260px;
	width: 314px;
	height: 306px;
	background-image: url(/layout/static_bg_hang_sharp.png);	
	z-index: -2;	
	}
	
#copyright {
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	font-size: 10px;
	}
	
#pane_container_first {
	padding: 5px;
	width: 954px;
	text-align: center;
	background-image: url(/layout/static_white_500x500x20.png);
	}
	
#pane_container_second {
	padding: 10px;
	width: 934px;
	text-align: left;
	background-image: url(/layout/static_white_500x500x80.png);
	}
	
h1 {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	font-size: 24pt;
	font-weight: bold;
	cursor: default;
	}
	
h2 {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 16pt;
	font-weight: normal;
	cursor: default;
	}

.panel {
	float: left;
	padding: 0px 20px 0px 10px;
	width: 436px;	
	font-size: 11pt;
	line-height: 14pt;	
	}
	
.right {
	float: right;
	padding: 0px 10px 0px 20px;
	}

.breaker {
	width: 2px;
	margin-top: 20px;
	padding: 0px;
	background-color: #333333;
	height: 400px;	
	}
	
.invis {
	background-color: transparent;
	}
	
.lessleft {
	padding-left: 10px;
	}
	
.lessright {
	padding-right: 10px;
	}
	
.moreleft {
	padding-left: 20px;
	}
	
.moreright {
	padding-right: 20px;
	}
	
.fullspan {
	padding-left: 10px;
	padding-right: 10px;
	width: 914px;
	}
	
.panel p {
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
.anchor {
	font-weight: bold;
	font-size: 12pt;
	}
	
.sub_anchor {
	font-weight: normal;
	font-size: 11pt;
	color: #555555;
	}
	
.bios {
	font-size: 10pt;
	}
	
.panel a, .panel a:visited, .panel a:hover {
	color: #345273;
	}
	
.project, .solution, .step {
	margin-top: 10px;
	padding: 10px;
	width: 416px;
	font-size: 11px;
	line-height: 14px;	
	background-image: url(/layout/static_white_500x500x80.png);
	}
	
.solution {
	display: none;
	}
	
.step {
	width: 894px;	
	}
	
	.intro {
		float: left;
		width: 240px;
		}
		
	.intro p {
		margin-top: 5px;
		margin-bottom: 0px;
		}
		
	.project_breaker {
		float: left;
		margin-top: 20px;
		margin-left: 7px;
		padding: 0px;
		width: 2px;
		background-color: #333333;
		height: 70px;
		}
		
	.screenshot {
		margin-left: 15px;
		float: left;
		border: 1px solid #cccccc;		
		}
	
	.project h2 {
		margin-top: 7px;
		line-height: 1em;
		}
		
	.solution h2 {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		font-size: 16pt;
		font-weight: normal;
		cursor: default;
		}
		
	.step h2 {
		margin-top: 7px;
		padding: 0px 0px 10px 0px;
		line-height: 1em;
		font-size: 16pt;
		font-weight: normal;
		cursor: default;
		}
		
	.solution p, .step p {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 11pt;
		line-height: 1.4em;
		}
		
	.step p {
		padding-left: 25px;
		padding-right: 25px;
		line-height: 1.5em;
		}
		
	.step li {
		font-size: 11pt;
		line-height: 1.2em;
		margin-top: 10px;
		}
		
/* jQuery Tweaks */

	.uic-button {
		padding: 0.4em 1em 0.4em 1em;
		position: relative;
		text-decoration: none;
		}
		
	.plus-icon {
		padding-left: 20px;
		}
		
	.uic-button span.ui-icon {
		left: 0.2em;
		margin: -8px 5px 0 0;
		position: absolute;
		top: 50%;
		}
