/* CSS Document */

/* ----- page properties ----- */ 
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f1f1;
}

.heading {
	color: #e85e92;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
}
	
.subHeading {
	color: #e85e92;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

.projectTitle {
	line-height: 12px;
}

.quoted {
	font-style: italic;
}

.caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link {
	color: #247435;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #247435;
}
a:hover {
	text-decoration: none;
	color: #b32a5d;
}
a:active {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

/* ----- main Layout ----- */ 

#wrapper {
	height: 490px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #b7c9d3;
	padding: 10px;
}

#contentBox {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	width: 282px;
	height: 420px;
	padding-top: 20px;
	overflow: auto;
}

#contentBox ul {
	list-style-type: disc;
}

#contentBox ul li {
	margin-bottom: 5px;
}

#logoHeader {
	position: relative;
	float: right;
	padding-left: 4px;
	padding-bottom: 10px;
	padding-right: 4px;
	background-color: #FFFFFF;
	width: 470px;
	height: 115px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #B7C9D3;
	background-image: url(images/sculpt_logo_web.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#imageBox {
	position: relative;
	float: right;
	background-color: #FFFFFF;
	width: 468px;
	height: 305px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

/* ----- main Navigation ----- */ 
#navcontainer {
	padding-top: 12px;
}
#navcontainer ul {
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	/* background-color: #FFFFFF; */
	float: left;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	float: left;
	/*
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #B7C9D3;
	*/
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	margin-right: 10px;
}

#navcontainer ul li a:hover {
background-color: #e85e92;
color: #fff;
}

#splash {
	text-align: center;
	position: absolute;
	top:  50%;
	left:  50%;
	margin-top: -230px;
	margin-left: -170px;
}
#splash a:visited {
	color: #e85e92;
	text-decoration: none;
}
#splash a:link {
	color: #e85e92;
	text-decoration: none;
}
#splash a:hover {
	text-decoration: none;
	color: #b32a5d;
}

/* ----- deprecated ----- */
#navspacer {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	width: 78px;
}

/* -----  credits ----- */
#credits_new {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: 9px;
	color: #666666;
	text-align: right;
}

#credits_mod {
	position:  relative;
	font-size: 9px;
	color: #666666;
	width: 800px;
	text-align: right;
	padding-top: 10px;
}
#credits {
	position: absolute;
	width: 800px;
	height:  10px;
	font-size: 9px;
	color: #666666;
	background-color: #F1F1F1;
	top: 535px;
}