@charset "UTF-8";

body {
	font-size:10pt;
	font-family:"Helvetica Neue", "Helvetica","Arial",sans-serif;
    width:100%;
    height:100%;
	color:black;
	background-color:#fff;
	background:white url("../bg2.jpg") repeat;
}

a{
	color:black;
	font-weight:bold;
	margin:0;
	padding:0;
	border:0;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:focus { text-decoration:underline; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }


ul{
	list-style-position: inside;
	list-style-type:square;
	margin-bottom:10px;
	margin-top:-10px;
}
li{
	margin-left:10px;
}

p{
	margin-top:2px;
	margin-bottom:2px;
	}
img{
	vertical-align:top;
}
hr{
	margin-top:10px;
	height:1px;
	background-color:#444;
	color:#444;
}

.container{
	margin:0 auto 0;
}

.category{
	padding:0px 0 10px 0;
}

.categoryInfo{
	padding:0 0 6px 12px;
	color:white;
	background:white url("../arrow_inactive.png") no-repeat;
}

.categoryInfo.active{
	background:white url("../arrow_active.png") no-repeat;
	color:black;
}
.categoryInfo.active a{
	background-color:white;
	color:black;
}
.categoryTitle {
	padding-bottom:0;
	margin-bottom:-5px;
	font-size:20pt;
	letter-spacing:1px;
}
.categoryTitle a{
	color:white;
	font-weight:bold;
/*font-family:"Garamond",serif;*/
}
.categoryTitle span{
	padding-left:0px;
	padding-right:0px;
}
.categoryText{
	font-weight:normal;
}

.projects{
	margin-top:90px;
	padding-top:20px;
	margin-bottom:20px;
}
.projectsTitle{
/*font-family:"Garamond",serif;*/
	padding:0 0 0 12px;
	font-size:40pt;
	font-weight:bold;
	background-color:white;
	border-top:5px double black;
	letter-spacing:1px;
}
.projectsText{
	padding:8px 0 14px 12px;
	font-weight:normal;
	margin:8px 0 0px 0;
	background-color:white;
	border-top:2px solid black;
}
.projectsFooter{
	background-color:white;
	margin:15px 0 10px 0;
	padding:0 0 0 12px;
}
.project{
	background:white url("../bg.jpg") repeat-x;
	background-position:0 0;
	margin:60px 0 0 0;
}
.projectContent{
	padding: 0 0 0 0;
}
.projectTitle{
	font-weight:normal;
	position:relative;
	top:-36px;
	/*font-family:"Garamond",serif;*/
	padding:0 0 0 12px;
	margin:0px 0 0px 0;
	font-size:20pt;
}
.projectText{
	padding:0 0 6px 12px;
}
.projectTools{
	font-style:italic;
	padding:0 0 20px 12px;
	border-bottom:2px dashed lightgrey;
	margin-bottom:20px;
}

.projectText p{

	margin-bottom:10px;
}

.projectTitle span{
	padding-left:12px;
	padding-right:12px;
	padding-top:5px;
	background-color:black;
	color:white;
	font-weight:bold;
}
.projectContent img{
	margin-left:12px;
	margin-bottom:12px;
}

#header{
	border-bottom:5px dashed black;
	margin:12px auto 12px ;
	margin-top:40px;
	padding-bottom:16px;
}
#footer p{
	background:white url("../bg.jpg") repeat-x;
}
#header p{
	padding:6px 0 4px 12px;
	font-weight:normal;
	margin:10px 0 0px 0;
	background-color:white;
	border-top:2px solid black;
}
#header h1{
	border-top:5px double black;
	padding:4px 0 4px 12px;
	font-size:40pt;
	font-weight:bold;
	background-color:white;
	letter-spacing:1px;
}

#footer{
	margin-bottom:20px;
}

.about p{
margin:0 40px 20px 0;
	
}

#main{
}

