/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;text-decoration:none;}
a:hover {background-color:#78a54a;}
a:active {color:#fff;}
a:link img {
	border:0;
}
a:visited img {
	border:0;
}
a:hover img {
	border:0;
}
a:active img {
	border:0;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #0d0f10;
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment:fixed;
	text-align: center;
	margin: 0 auto 0 auto;
}

/* MAIN PAGE BACKGROUND */

#frontpage {
	background-image:url(images/largebg.jpg);
}

#wrapper {
	text-align:center;margin:0 auto 0 auto;width:800px;position:relative;
}

/* MENU */

#menutop {
	background:#34495e;opacity:0.7;filter:alpha(opacity=70);
	width:790px;
	position:absolute;top:200px;left:0px;
	padding:12px 0 0 10px;
	min-height:23px;
	text-align:left;
	z-index:90;
}

#menu {
	font-size:12px;
}

ul#menutext li {
	list-style:none;
	display:inline;
	padding-right:10px;
}

ul#menutext li a {
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}

ul#menutext li a:hover {
	text-decoration:none;
	background-color:#78a54a;
	color:#fff;
}

ul#menutext li a:visited {
	color:#fff;
}

#menuback{
	position:absolute;top:150px;left:0px;
}

/* "smart transportation application and research" */

#tagline{
	position:absolute;top:177px;left:490px;
	font-size:13px;
	font-style:italic;
	color:#b5d793;
}

/* "star labs*" */

.logo {
	margin:0;
	text-align:left;font-size:120px; color:#fff; letter-spacing:1px;font-weight:normal;
	position:absolute;top:82px;left:-22px;
}

/* MAIN CONTENT */

h2 {
	font-size:24px;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	line-height:120%;
	letter-spacing:1px;
	color:#fff;
}

h3 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	line-height:18px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
}

#spacer {
	padding:235px 0 0 0;
}

#pagetitle {
	font-size:48px;
	text-align:right;
	margin:0 32px 0 0;
	padding:0;
}

#topline {
	border-bottom:dashed #fff 1px;
	overflow:hidden;
	font-size:1px;
	margin:-35px 0 0 0;
	padding:0;
}

.article {
	text-align:left;
	margin:0px 10px;
}

.article p {
	margin:10px 10px;
	line-height:18px;
	font-size:12px;
	color:#d4dde7;
}

#content{
	position:relative;
	z-index:80;
	width:800px;
	min-height:400px;
	background-image:url(images/contentback.png); background-repeat:repeat;
	
}

#content div {
	padding:10px 10px;
}

.imgtable {
	margin:-20px 10px 0px 10px;
	padding:0 5px;
	table-layout:fixed;
	text-align:center;
	width:760px;
	border:0px;
	border-collapse:collapse:
}
	
.imgtable td {
	padding:15px;
}
	
#footer {
	height:30px;
	width:800px;
	text-transform:uppercase;
	font-size:9px;
	color:#d4dde7;
	letter-spacing:1px;
	background-image:url(images/footerback.png);
	margin:0px auto 20px auto;
	padding:3px 0 0 0;
	text-align:center;
}

#footer a:link {
	text-decoration:none;
}
