/* ----- DIVISIONS ----- */
#container {
	position:relative;
	top: 0px;
	left: 0px;
	width: 650px;
	height:490px;
	margin: 10px;
	padding: 0px;
}
#container ul {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 10;
}
#container li {
	float: left;
}
#container a.gallery, 
#container a.gallery:visited {
	display: block;
	cursor: default;
	margin-right: 6px;
	border: 1px solid #808080;
}
#container a.gallery:hover {
	border: 1px solid #D3D3D3;
	cursor: crosshair;
}
#container a.gallery span {
	position:absolute; 
	top: 0px; 
	left: 0px; 	
	width: 0px; 
	height: 0px; 
	overflow: hidden;
}
#container a.gallery:hover span {
	position: absolute; 
	top: 111px; 
	left: 0px;
	width: 650px; 
	height: 362px;
	background: #C2B2A3;
}
#container a.gallery:hover span img {
	border: 1px solid #808080;
}
#content {
	position: absolute;
	top: 180px;
	left: 150px;
	height: 100%;
}
#contentHead {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 30px;
	background: #808080;
	z-index: 2;
}
#contentPage {
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 670px;
	height: 585px;
	background: #C2B2A3;
}
#logo {
	position: absolute;
	top: 12px;
	left: 12px;
}
#navigation {
	position: absolute;
	top: 12px;
	left: 150px;
}
#navHead {	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 670px;
	height: 30px;
	background:  #808080;
}
#navHead ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	text-align: center;
	line-height: 30px;
}
#navHead ul li {
	display: inline;
}
#navHead ul li a {
	padding: 3 7.75;
	text-decoration: none;
	font-height: 14px;
}
#navHead ul li a:hover {
	background: #D3D3D3;
}
#navHead ul li a.ON {
	background: #CD0000;
}
#navHead ul li a:hover.ON {
	color: white;
	background: #CD0000;
}
#navPage {
	position: relative;
	top: 35px;
	left: 0px;
	width: 670px;
	height: 100px;
}
#sidebar {
	position: absolute;
	top: 255px;
	left: 12px;
	width: 125px;
	height: 541px;
	text-align: left;
	background: #CD0000;
}
#sidebarLinks {
	position: relative;
	top: 460px;
	left: 12px;
}
#sidebarLinks a {
	line-height: 1.25em;
	font-size: 14pt;
	text-decoration: none;
}
/* ----- CLASSES ----- */
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: black;
}
a:hover img.thumbStrip {
	border: 1px solid #D3D3D3;
}
a img {
	border-style: none;
}
body {
	background: #C2B2A3;
	margin: 0px;
	padding: 0px;
	color: white;
	text-align: left;
	text-decoration: none;
	font-size: 12pt;
	font-family: helvetica, arial, sans-serif;
}
body.home {
	background: black;
	text-align: center;
}
body.index {
	background: #000000;
	text-align: center;
}
body.profile {
	background: #000000;
}
body.default {
	background: black;
}
h1 {	
	color: white;
	text-align: left;
	margin: 4px 0 0 10px;
	font-size: 14pt;
}
h1.center {
	text-align: center;
}
img {
	border: 1px solid #808080;
}
img.thumbStrip {
	border: 1px solid #808080;
	margin: 0 9px 0 0;
}
img.projBackgrnd {
	position: absolute;
	top: 111px;	
	left: 0px;
	z-index: 01;
}
p {
	color: black;
	font-size: 12pt;
	margin: 10px;
	padding: 0px;
}
p a:link {
	color: blue;
}
p a:visited {
	color: #4D839A;
}
p a:hover {
	color: #CD0000;
}
p.awards {
	text-align: left;
	font-size: 10pt;
	line-height: 1.25em;
	margin: 3px;
	padding: 15px;
}
p.caption {
	font-size: 10pt;
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0;
	padding: 2;
	z-index: 1;
	background: #E8E6E3;
	border: 1px solid #808080;
}
p.contact {
	text-align: left;
	font-size: 10pt;
	line-height: 1.25em;
	margin: 3px;
	padding: 5px;
	background: #E8E6E3;
	border: 1px solid #808080;
}
p.contact a {
	margin-left: 10;
	line-height: 1.5em;
}
p.links {
	text-align: left;
	font-size: 10pt;
	line-height: 1.25em;
	margin: 3px;
	padding: 10px;
}
p.featured {
	overflow: hidden;
	text-align: center;
	font-size: 10pt;
	line-height: 1.4em;
	margin: 0 13;
	padding: 4px 5px;
	background: #E8E6E3;
	border: 1px solid #808080;
}
p.footer {
	position: absolute;
	top: 800px;
	left: 0px;
	height: 30px;
	width: 825px;
	margin: 0px;
	padding: 0px;
	color: white;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1.25em;
}
p.placeholder {
	font-size: 10pt;
	position: absolute;
	top: 116px;
	left: 5px;
	margin: 0;
	padding: 2;
	z-index: 1;
	background: #C2B2A3;
}
p.project {
	overflow: hidden;
	text-align: left;
	font-size: 10pt;
	line-height: 1.4em;
	margin: 5px;
	padding: 4px 5px;
	background: #E8E6E3;
	border: 1px solid #808080;
}
.popup {
	color: blue;
	text-decoration: underline;
	cursor:pointer;
}
