body {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 120%;
	font-size: 70%;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
	background-color: #828a8f;
}

h1 {
	padding: 0px;
	font-size: 130%;
	line-height: 100%;
	margin: 0px;
}

img {
 	vertical-align: bottom;
 	display: inline;
}

ol {
	padding: 0px;
	margin: 0px;
	list-style-position: inherit;
	list-style-type: none;
}

#logo a {
	float: left;
	display: inline;
	height: 50px;
	width: 400px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/logo.png);
}

#menu {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 15px;
	width: 800px;
	height: 50px;
	position: relative;
}

#menu li {
	display: inline;
}

#menu li a {
	float: right;
	width: 100px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-image: url(../images/navbg.png);
	background-repeat: no-repeat;
}

#menu li#navProfile a { background-position: 0px 0px; }
#menu li#navProjects a { background-position: -100px 0px; }
#menu li#navNews a { background-position: -200px 0px; }
#menu li#navContact a { background-position: -300px 0px; }

#menu li#navProfile a:hover { background-position: 0px -50px; }
#menu li#navProjects a:hover { background-position: -100px -50px; }
#menu li#navNews a:hover { background-position: -200px -50px; }
#menu li#navContact a:hover { background-position: -300px -50px; }

#container {
	background-position: left bottom;
	border-width: 0px;
	position: relative;
	background-color: white;
	background-image: url(../images/containerGrad.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 800px;
	overflow: auto;
}

ul#slideshow {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

ul#slideshow li {
	padding: 0px;
	margin: 0px;
}

.copyright {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 10px;
	color: #ccc;
	text-align: center;
	font-size: 80%;
}

.projectDetail {
	padding: 0px;
	margin: 0px;
	width: 400px;
	position: relative;
	float: right;
}

.floatLeft {
	padding: 0px;
	margin: 0px;
	height: 100%;
	border-right-style: dotted;
	border-right-width: 1px;
	border-color: #ccc;
	width: 399px;
	display: block;
}

.floatRight {
	padding: 0px;
	margin: 0px;
	width: 400px;
	position: relative;
	float: right;
}

.imgContainer {
	height: 100%;
	width: 400px;
	background-color: #cccccc;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.projects {
	padding: 20px;
	margin: 0px;
	width: 360px;
	height: 460px;
	position: relative;
	float: right;
}

.listLeft a img {
	display: none;
}

.listLeft a:hover img {
	border: none;
	display: block;
	position: absolute;
	width: 400px;
	top: 0px;
	left: -400px;
	z-index: 999;
}

.listRight a img {
	display: none;
}

.listRight a:hover img {
	border: none;
	display: block;
	position: absolute;
	width: 400px;
	top: -20px;
	left: -600px;
	z-index: 999;
}

.listLeft {
	display: block;
	width: 170px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
}

.listRight {
	width: 170px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	margin: 0px;
	float: right;
}

.projects ol {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 5px;
	margin: 0px;
	list-style-type: none;
}
.projects ol li {
	padding: 2px;
}
.projects ol a {
	color: black;
	text-decoration: none;
}

.projects ol a:hover {
	color: white;
	background-color: #d6492a;
}

.thumbs {
	display: inline;
	padding: 0px;
	margin: 0px;
}

.thumbs a {
	text-align: center;
	height: 105px;
	display: inline-block;
}

.thumbs a img {
	vertical-align: top;
	border-width: 0px;
}

.thumbs100 {
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.thumbs a:hover {
	background-color: #d6492a;
	cursor: pointer;
}

.pad20 {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.news {
	padding-top: 20px;
	margin: 0px;
	width: 800px;
	height: 100%;
	position: relative;
	overflow: auto;
}

.newsLeft {
	width: 400px;
	text-align: right;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.newsRight {
	width: 360px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	position: relative;
	float: right;
}

.button {
	height:20px;
	width: 70px;
	margin-right: 10px;
	padding: 2px;
	border:1px solid #9a9a9a;
	background-color:#666;
	background-image:url(../images/buttonbg.gif);
	background-repeat:repeat-x;
	display:inline;
	font-size:10px;
	color:#fff;
}

.button:hover{background-position:0 -26px}

a.boldLink {
	color: black;
	text-decoration: none;
}

a.boldLink:hover {
	text-decoration: underline;
}

fieldset {
  margin-bottom: -20px;
  border: none;
  padding: 0px;
  position: relative;
}
legend {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -20px;
	left: 0px;
}
label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px 0px 5px 0px;
  margin: 0;
}
em {
  font-weight: bold;
  font-style: normal;
}
label {
  width: 100px;
}
