@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 15px;
	width: 968px;
	height: 578px;
	text-align: center;
}
img { 
	border: none;
	display: block;
}
a {
	outline: none;
	text-decoration: none;
}
a:link, a:visited {
	color: #999999;
}
a:hover, a:active {
	color: #000000;
}
a.selected:link, a.selected:visited, a.selected:hover, a.selected:active {
	color: #000000;
}
ul {
	list-style-type: none;
}
p {
	margin: 0 0 15px 0;
	width: 270px;
}
#newsstory {
	height: 183px;
	margin: 0 0 12px 0;
	overflow: hidden;
}
h1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin: 0 0 15px 0;
}

/* Horizontal and vertical centering STARTS */

#centering_float {
	float: left;
	height: 50%;
	margin-top: -289px; /* half vertical height */
	width: 100%;
}
#content_wrapper {
	clear: both;
	height: 518px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 0 106px; 
	text-align: left;
	width: 862px;
}

/* Horizontal and vertical centering ENDS */

/* General STARTS */

#left_column_wrapper {
	float: left;
	height: 339px;
	margin: 0 35px 49px 0;
	width: 330px;
}
#right_column_wrapper {
	float: left;
	height: 320px;
	margin: 0 0 68px 0;
	width: 475px;
}
#nav_wrapper {
	clear: left;
	height: 112px;
	line-height: 14px;
	overflow: hidden;
	width: 700px;
}
#nav_wrapper ul {
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 100px;
}
#nav_wrapper ul#projects {
	width: 300px;
}
#logo_wrapper {
	margin: 0 0 42px -2px;
}
#text_wrapper {
	height: 209px;
	overflow: hidden;
}
#text_wrapper ul {
	line-height: 17px;
}
#text_wrapper ul a.selected {
	font-weight: bold;
}
#text_wrapper a#back {
	font-weight: bold;
}
#image_wrapper {
	height: 320px;
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 475px;
}
#image_controls {
	height: 9px;
}
#image_controls a {
	background-image: url(../img/gen/image_controls_off.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-indent: -100em; /* hide the text */
	width: 9px;
}
#image_controls a.activeSlide, #image_controls a:hover {
	background-image: url(../img/gen/image_controls_on.gif);
}

/* General ENDS */


/* ----- HOLDING PAGE STARTS -----

/* Left column STARTS 

#left_column {
	float: left;
	margin: 60px 0 0 105px;
	width: 305px;
}
#logo {
	float: left;
	margin-left: -2px;
	width: 150px;
}
#under_construction1 {
	clear: left;
	color: #000000;
	float: left;
	margin-top: 237px;
}
#under_construction2 {
	clear: left;
	color: #000000;
	float: left;
	margin-top: 14px;
}
#contact_details {
	clear: left;
	float: left;
	margin-top: 43px;
}
#contact_details p {
	margin-bottom: 18px;
}
#nav_contact {
	clear: left;
	float: left;
	margin-top: 67px;
}
#nav_download {
	float: left;
	margin: 67px 0 0 67px;
}

/* Left column ENDS 

/* Right column STARTS

#right_column {
	float: left;
	margin: 60px 0 0 105px;
}

/* Right column ENDS

/* ----- HOLDING PAGE ENDS ----- */