@charset "UTF-8";
/* CSS Document */

/*Gerda Lattey- Sculptor Style sheet-march/2010 */

body {
	margin:0;
	color: #666666;
	background: #D7D3CA;
	text-align: center;
	font: 101% verdana, arial, geneva, sans-serif;
}  

#wrapper{
	width: 980px;
	margin:0 auto;
	text-align:left;
	
}
  
#header {
	width:980px;
	height:61px;
	color:#A1958E;
	border-bottom:1px solid #4c4c4c;
	margin:0;
	padding:0;
	font: 48px Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color:#000;
	background: #A1958E;
	font-size: 110%;
	padding: 7px;
	margin: 10px;
	font-weight: lighter;
}
h2{
	color:#595959;
	background: #A1958E;
	font-size: 80%;
	padding:0px 185px 10px 190px;
	font-weight:normal;
}
h3{
	font-size: 100%;
	padding-left:20px;
	color:#000;
	background: #A1958E;
	font-weight: normal;
}
h4{
	background:#A0948D;
	color:#FFFFCC;
	text-align:right;
	padding:10px 300px 0 10px;
	margin:0px;
	font-size:90%;
	font-weight: normal;
	}
ul,li{
	list-style-type: none;
	color:#333333;
	background:#A1958E;
	padding-left:20px;
	padding-right:20px;
	font-size:95%;
	}
    	
#img {
    margin:10px;
	text-align:center;
	}



/*main navigation - top menu */

#navcontainer {
	float:left; /* need to add so background color will appear in all browsers - container is turned into a block element */
	margin:0;
	padding:0;
	width:100%;
	color:#fff;
	background:#666666;
	clear:both;
	font-weight: bolder;
}  

#navcontainer ul {
	margin:0;
	list-style-type: none;
}

#navcontainer ul li a {
	float: left; /* turns the links into "block boxes" -- fixes the problem of vertical padding not being added to "inline" elements - make sure this gets cleared in the sidebar div */
	padding: 4px 25px;
	color: #000;
	background: #999999;
	text-decoration: none;
	border-right: 1px solid #000;
}

#navcontainer ul li a:hover {
	color:#eee;
	background: #666666;
	text-decoration: underline;
}

#navcontainer li a#current {
	color: #fff;
	background: #987552;
}

#navcontainer ul li a.first {
	border-left: 1px solid #000; /* adds left border to first item in the menu */
} 
 

#content {
	clear:both;
	width: 980px;
	color: #333333;
	background: #A1958E;
}
#content p{
	background:#A1958E;
	color:#333333;
	padding:5px 20px;
	margin:0px;
	font-size:90%;
	}

	
table {
	border-collapse: collapse;
	width: 980px;
	border:0;
	background:#A1958E;
	color:#666666;
	text-align:right;
	}

th {
	color:#A1958E;
	background: #A1958E;
}

th, td {
  padding: 10px;
  font-size: 100%;
}

td {
  border-bottom:0;
  text-align: left;
  vertical-align: top;
  }
	
#footer{
	clear:both;
	margin:0;
	padding:0;
	background:#666666;
	color:#A1958E;
	text-align:center;
	border:0;
	font: 75% Geneva, Arial, Helvetica, sans-serif;
}

#footer p {
  margin: 0;
  padding: 0;
  line-height: 240%;
  text-align: center;
  width: 980px;
}

form {
	font-size: 90%;
	width: 500px;
} 

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #d3d3be
}

legend {
  font-weight: bold;
  color: #7381B7; background: transparent;
}    

label {
  display: block;
}

input {
  width: 250px;
}  

textarea {
  width: 350px;
  height: 200px;
}  

input:focus, textarea:focus {
  color: #036; background: #DFEAF4;
} 

#submit {
  color: #036; background: #CCD9E3;
  border: 1px solid #7490ac;
  text-align: center; 
  width: 60px;
} 

.required {
	font-size: 90%;
	color: #A54118;
	background: #fff;
}   
 a:link {
	background: #9F938C;
	color: #6B5640;
}
a:visited {
	background: #666666;
	color: #CCCC00;
}
a:hover {
	background: #999999;
	color: #996600;
}
a:active {
	background: #A1958E;
	color: #000000;
} 
  

