body {
	background: #232323;
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 0.8em;
	color: #fff;
	min-width: 1024px;
}

div {
	background: #232323;
}

a {
	color: #fff;
}

#root {
	background: #232323;
}



#headUp  {
	position: relative;
	top: 0px;
	float: left;
	background: #c8dcff url('silhouette_up.jpg') no-repeat top right;
	width: 100%;
	height: 185px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#headBottom {
	position: relative;
	top: 0px;
	float: left;
	background: #232323 url('silhouette_bottom.jpg') no-repeat top right;
	width: 100%;
	height: 40px;
	margin: 0px;
	border: 0px;
	z-index: 3;
}

#head img.logo {
	position: relative;
	float: left;
	top: 44px;
	left: 1em;
	z-index: 1;
	border: none;
}

#menu {
	background: #232323;
	text-align: center;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #aaa;
	border-right: 2em;
	color: #fff;
	line-height: 1em;
	clear: both;
}

#menu ul{
	display: inline;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0px;
	border: 0px;
	padding-right: 4em;
	color: #fff;
}

#menu li{
	display: inline;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0px;
	border: 0px;
	padding-left: 2em;
	color: #fff;
}

#menu img{
	margin-right: .5em;
	vertical-align: middle;
	border: none;
}

#menu a {
	display: inline;
	text-align: left;
	text-decoration: none;
	color: inherit;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0px;
	border: 0px;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 2em;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	margin: 0;
	padding: 0;
	border: 0;
	clear:both;
	float:left;
	width:1024px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	background:#232323;		/* right column background colour */
}
.threecol .colmid {
	margin: 0;
	padding: 0;
	border: 0;
	right:183px;			/* width of the right column 168+15=183*/
	background:#232323;		/* center column background colour */
}
.threecol .colleft {
	margin: 0;
	padding: 0;
	border: 0;
	right:658px;			/* width of the middle column */
	background:#232323;	/* left column background colour */
}
.threecol .col1 {
	margin: 0;
	margin-top: -0.9em;
	padding: 0;
	border: 0;
	width:656px;			/* width of center column content (column width minus padding on either side) */
	left:1024px;			/* 100% plus left padding of center column */
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.threecol .col2 {
	margin: 0;
	margin-top: -0.9em;
	padding: 0;
	border: 0;
	width:168px;			/* Width of left column content (column width minus padding on either side) */
	left:183px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	margin: 0;
	margin-top: -0.9em;
	padding: 0;
	border: 0;
	width:168px;			/* Width of right column content (column width minus padding on either side) */
	left:871px;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

#mainWrapper {
	margin: 0;
	padding: 0;
	border: 0;
	background: #232323;
	
	width: 1024px;
	min-width: 1024px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;

}

#central {
	background: #232323;
	float: left;
	width: 698px;
	height: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left:  162px;
	margin-right: auto;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#left {
	background: #232323;
	float: left;
	min-width: 162px;
	width:  162px;
	height: 350px;
	margin-top: .6em;
	margin-left: -1024px;
	color: #fff;
}

#left ul {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: .0;
}

#left ul.list {
	margin-bottom: 1em;
	margin-left: -1em;
}

#left li {
	margin-left: -11em;
	margin-bottom: 1em;
}

#left li a{
	color: #fff;
}

#left h1 {
	text-align: left;
	/*font-weight: bold;*/
	font-size: 0.9em;
	width:100%;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
	letter-spacing: 0.25em;
}

.news {
	background: #232323;
	color: #fff;
}

.news p.title {
	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 1em;
}

.news p.date {
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0px;
}

.news a {
	text-align: left;
	margin-top: 0.25em;
	margin-bottom: 1.5em;
	text-decoration: none;
}

.news a:hover {
	text-decoration: underline;
}

.news h1 {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
	letter-spacing: 0.25em;
}

.secondaryMenu {
	background: #232323;
	color: #fff;
}

.secondaryMenu p.title {
	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 1em;
}

.secondaryMenu a {
	text-align: left;
	margin-top: 0.25em;
	margin-bottom: 1.5em;
	text-decoration: none;
}

.secondaryMenu a:hover {
	text-decoration: underline;
}

.secondaryMenu h1 {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
	letter-spacing: 0.25em;
}

#right {
	background: #232323;
	float: left;
	min-width: 162px;
	width:  162px;
	height: 350px;
	margin-top: .6em;
	color: #fff;
}

#right ul {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: .0;
}

#right ul.list {
	margin-bottom: 1em;
	margin-left: -1em;
}

#right li {
	margin-left: -11em;
	margin-bottom: 1em;
}

#right li a{
	color: inherit;
}

#right h1 {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	width:100%;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
	letter-spacing: 0.25em;
}

.projects {
	background: #232323;
	color: #fff;
}

.projects p {
	margin-left: 1em;
	margin-top: 0px;
	margin-bottom: 1em;
}

.projects a {
	text-align: left;
	margin-top: 0.25em;
	margin-bottom: 1.5em;
	text-decoration: none;
}

.projects a:hover {
	text-decoration: underline;
}

.projects h1 {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
	letter-spacing: 0.25em;
}
.elementLink {
    cursor: pointer;
}

#content {
	background: #232323;
	height: 100%;
	color: #fff;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 375px;
}

#content h1 {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	width:100%;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
	letter-spacing: 0.25em;
}

#content h2 {
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	width:100%;
	margin-top: 0em;
	margin-left: 2em;
	letter-spacing: 0.25em;
}

#content p.text {
	margin-left: 4em;
	text-align: left;
}

#content cite {
	text-align: right;
	font-weight: bold;
}

#content ul {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: .95em;
}

#content ul.list {
	list-style-type: square;
	margin-bottom: 1em;
	margin-left: .95em;
}

#content .noHierarchy {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: -1.05em;
}

#content li {
	margin-left: 0em;
	margin-bottom: 1em;
}

#content li a{
	color: inherit;
}

#content p.text a{
	color: inherit;
}

#siteLocation {
	background: #232323;
	color: #fff;
	text-align: left;
	width: 100%;
	/*border-bottom: 1px solid #aaa;*/
}

#tblProducts {
	margin-top: 1.5em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

#tblProducts a{
	color: inherit;
	text-align: center;
	text-decoration: none;
}

#tblProducts a:hover{
	text-align: center;
	text-decoration: underline;
}

#tblProducts img{
	border: 1px solid #232323;
}

#tblProducts img:hover{
	border: 1px solid #fff;
}

#tblProducts td.tdPicture {
	width: 80px;
	height: 80px;
}

#tblProducts caption {
	display: none;
}

#quickLinks {
	text-align: center;
	width: 100%;
}

#quickLinks .detail {
	background: #232323;
	display: none;
	border: 1px solid #fff;
	border-top: 0;
	border-left: 0;
	margin-left: 4em;
	margin-top: -.75em;
	z-index: 2;
	text-align: left;
}

#foot {
	clear: both;
	background: #232323;
	color: #aaa;
	text-align: center;
	border-top: 1px solid #aaa;
	width: 100%;
	padding-bottom: 1em;
}

#foot ul {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: .95em;
}

#foot ul.list {
	margin-bottom: 1em;
	margin-left: .95em;
}

#foot li {
	margin-left: 0em;
	margin-bottom: 1em;
}

#foot li a{
	color: inherit;
	text-decoration: none;
}

#foot p a {
	text-decoration: none;
	border: none;
	width: 88px;
	height: 31px
}

#foot p a img {
	text-decoration: none;
	margin-left: 1em;
	border: none;
	width: 88px;
	height: 31px
}

#foot img {
	text-decoration: none;
	border: none;
}

#foot a {
	text-decoration: none;
	border: none;
}

.leftPictureParagraph {
    display: inline;
    text-align: justify;
}

.leftPictureParagraph img {
    float: left;
    width: 200px;
    height: 150px;
    margin: 0em 1em 0.5em 0;
}

.leftPictureParagraph .title {
    font-weight: bold;
}

.rightPictureParagraph {
    display: inline;
    text-align: justify;
}

.rightPictureParagraph img {
    float: right;
    width: 200px;
    height: 150px;
    margin: 0em 0em 0.5em 1em;
}

.rightPictureParagraph .title {
    font-weight: bold;
}

.more {
    float:right;
    clear: both;
}

.threeColumnsList {
    display: inline-table;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    border: 0;
}

.columnItem {
    display: table-cell;
    text-align: justify;
}

.columnItem li img {
    margin: 0;
    width: 165px;
    height: 65px;
    float: left;
    margin-bottom: 1em;
}

.columnItem .title {
    font-weight: bold;
}

