/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: center;
	overflow: hidden;
}
#theLayer {
	z-index:5;
}
#nav {
	width: 180px;
	height: 343px;
	text-align: left !important;
}
#nav_outer {
	background-image: url(../images/gps.png);
	background-repeat: no-repeat;
	height:343px;
	width:180px;
}
*html #nav_outer {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gps.png',sizingMethod='crop');
}
#nav_buttons {
	padding-top: 104px;
	padding-left: 30px;
	display: block;
	position: relative;
}
#nav_buttons img {
	display: block;
}
#titleBar {
	cursor: move;
	position: absolute;
	width: 150px;
	height: 78px;
	margin: 0px 5px;
	z-index: 6;
	bottom: 13;
	left: 0;
}
#flash_background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding-left: 50px;
}
#content a			{text-decoration: none; color: #cc0000}
#content a:link		{text-decoration: none; color: #cc0000}
#content a:visited	{text-decoration: none; color: #cc0000}
#content a:active	{text-decoration: none; color: #cc0000}
#content a:hover 	{text-decoration: underline; color: #cc0000}

#content p {
	margin: 0px 0px 10px 0px;
	font-size: 0.7em;
	line-height: 1.4em;
}
#content ul {
	font-size: 0.7em;
	line-height: 1.4em;
}
#content h1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content h2 {
	margin: 15px 0px 8px 0px;
	font-size: 1em;
	line-height: 1.4em;
}
#past_projects h2 {
	margin-top: 0px;
}
#content h3 {
	margin: 0px 0px 0px 0px;
	font-size: 0.75em;
	line-height: 1.4em;
}
.table {
	margin-bottom: 8px;
	width: 100%;
}
#paging {
	padding-right: 10px;
	margin-top: 10px;
	text-align: right;
	float: right;
}
#paging_left {
	width: 18px;
	height: 18px;
	display: inline;
	float: left;
}

#paging_centre {
	width: 40px;
	height: 16px;
	display: inline;
	text-align: center;
	background-color: #cccccc;
	float: left;
	padding-top: 2px;
	font-weight: bold;
	font-size: 0.7em;
}
*html #paging_centre {
	height: 18px;
}

#paging_right {
	width: 18px;
	height: 18px;
	float: left;
	display: inline;
}
.highlight {
	font-weight: bold !important;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.small {
	font-size: 0.65em !important;
	line-height: 1.2em !important;
	margin-top: 10px !important;
}
#copyright {
	position: absolute;
	bottom: 10;
	left: 10;
	z-index: 200;
	font-size: 0.65em;
}
#copyright a			{text-decoration: none; color: #000000}
#copyright a:link		{text-decoration: none; color: #000000}
#copyright a:visited	{text-decoration: none; color: #000000}
#copyright a:active		{text-decoration: none; color: #000000}
#copyright a:hover 		{text-decoration: underline; color: #FF6600}