/* ----------------------Page Layout------------------*/

body {
	font-family:	Arial, sans-serif;
	font-size:	small;
	line-height:	1.2em;
	background-color: silver;
}

body a:link {
  text-decoration:	none;
	color:	black;
}
				
body a:hover {
	color:	orange;
	text-decoration:	none;
}

body a:visited {
	color:	#ff6600;
	text-decoration:	none;
}

#allcontent {
	width: 800px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height:	200px;
	margin: 0px;
	padding: 0px;
}

.logo {
	position: absolute;
	top: 60px;
	margin-left: 10px;
	height: 40px;
	text-decoration: none;
	border-width: 0px;
}

.banner {
	position: absolute;
	top: 115px;
	height: 100px;
	width: 800px;
	border-top-color: orange;
	border-top-style: solid;
	border-top-width: 2px;	
}

	
.headercontact {
	height: 26px;
	margin: 0;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
	color:	black;
	font-size: 90%;
	background-image: url(images/ribbon.png);
	background-repeat:	repeat-x;
}

.headertext {
	margin-left: 100px;
	padding-top: 8px;
	font-size: 140%;
	font-family: Arial Black;
	font-variant: small-caps;
	font-style: italic;
}

.pageid {
	position: absolute;
	top: 34px;
	text-align: right;
	margin-left: 588px;
	font-size: 300%;
	font-family: Arial Black;
	color: #999999;
	text-shadow: 2px 2px 2px #cccccc;
}

#navbar {
	height: 36px;
	margin-top: 7px;
	font-size: small;
	background-image: url(images/ribbon.png);
	background-repeat:	repeat-x;
	font-size:		small;
	border-bottom-style: none;
}

#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: black;
}

#navbar li {
	float: left;
	list-style-type:	none;
	font-variant: small-caps;
	margin: 0px;
	padding-right: 20px;
	padding-top: 10px;
}

#navbar a:link,#navbar a:visited {
  font-weight:bold;
  color:black;
  text-align:center;     
  text-decoration:none;  
}

#navbar a:hover,#navbar a:active {
  color: white;
	background-color:orange;
}

.currentnav {
	text-decoration: underline;
}

#sidebar {
	clear: left;
	font-size: x-small;
	line-height:	1.2em;
	width: 280px;
	margin: 0px 10px 0px -20px;
	padding: 10px 10px 0px 0px;
	float: left;
	
	border-right-color: orange;
	border-right-style: solid;
	border-right-width: 1px;	
}

.short {
	height: 750px;
}

.medium {
	height: 1000px;
}

.tall {
	height: 1200px;
}

#sidebar li {
	list-style-type:	none;
}

#main {
	font-size:		small;
	line-height:	1.6em;
	margin: 0px 10px 10px 300px;
	padding: 10px 10px 10px 0px;
}

#mainlink {
	font-size:		small;
	line-height:	1.6em;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

#footer {
	font-size:		x-small;
	line-height:	1.2em;
	color: black;
	margin: 0;
	padding-top: 10px;
	text-align:		center;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat:	repeat-x;
	height: 60px;
} 

/*-----------------------Typography------------------*/

/*sidebar text*/

.sidebartitle {
	font-variant: small-caps;
	font-size:	small;
	font-weight: bolder;
	color: orange;
	padding-bottom: 5px;
	text-decoration: underline;

}

#sidebar li {
	padding-top: 5px;
}

#sidebar li li {
	color: #666666;
	padding-top: 0px;
	border-bottom-style: none;
}

h1 {
	color: #666666;
	padding-top: 30px;
	padding-bottom: 15px;
	line-height:	1.2em;
}

.currentprojects h2 {
	color: #666666;
	padding-top: 40px;
	padding-bottom: 5px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}	

.projimg {
	float: left;
	margin: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 0px;
	text-decoration: none;
	border-width: 0px;
}

.projimg img {
	text-decoration: none;
	border-width: 0px;
}

table {
	text-align: left;
	margin-left: auto;
	margin-right:auto;
}

th {
	text-decoration: underline;
}

.spacer {
	width: 50px;
}

.centertext {
	text-align: center;
	padding-top: 15px;
}
