
/* @group GLOBALS */
html 	{
	font-family: "Avant Garde,Times New Roman,sans-serif";
	font-size:1em;
	padding:0px;
	margin:0px;
}body 		{
	background: #FFFFFF;	
	padding:0px;
	margin:0px;
}p, ul	{
	line-height:2em;
	padding: 0px 0px 0px 0px;
	margin:0px;
}ul{
	margin-left: 30px;
	padding-left: 10px;
}
A:link {
	text-decoration: none;
	color:#17b7c8;
}A:hover {
	text-decoration: underline;
	color:#17b7c8;
}A:visited {
	text-decoration:none;
	color:#17b7c8;
}A:visited:hover	{
	text-decoration:underline;
	color:#17b7c8;
}p{
	width:575px;
	line-height:2em;
}h2{
	margin:25px 0px 5px 0px;
	padding:0px;
}.highlight{
	color: #333;
	font-weight:bold;
}


/* @end */

#page{
	text-align:left;
	width: 100%;
	margin:0px;
	border: 0px solid #CCCCCC;
	padding: 0px 0px 0px 0px;
}#pageContainer{
	text-align: left;
}#header{
	width:100%;
	height:150px;
	background:url(../../images/header.01.jpg) no-repeat
}#header #headerText{
	position:relative;
	padding:15px 0px 0px 15px
}.collapseText{
	display: none;
}#body{
	margin: 0px;
}#contentContainer h2{
	padding-top: 0px;
	margin-top: 18px;
}

/* @group Headings */
.heading{
	width:550px;height:18px
}#introduction{
	background:url(../../images/headings/introduction.gif) no-repeat;
}#backgroundInfo{
	background:url(../../images/headings/backgroundInfo.gif) no-repeat;
}#howThePieceWorks{
	background:url(../../images/headings/howThePieceWorks.gif) no-repeat;
}#thisPieceAndYou{
	background:url(../../images/headings/thisPieceAndYou.gif) no-repeat;
}#signUp{
	background:url(../../images/headings/signUp.gif) no-repeat;
}#video{
	background:url(../../images/headings/video.gif) no-repeat;
}#differentWaysToContribute{
	background:url(../../images/headings/howToContribute.gif) no-repeat;
}#uploadImages{
	background:url(../../images/headings/uploadImages.gif) no-repeat;
}#uploadVideo{
	background:url(../../images/headings/uploadVideo.gif) no-repeat;
}#read{
	background:url(../../images/headings/read.gif) no-repeat;
}#aboutTheArtist{
	background:url(../../images/headings/aboutTheArtist.gif) no-repeat;
}#contact{
	background:url(../../images/headings/contact.gif) no-repeat;
}#howUploadedMaterialWillBeUsed{
	background:url(../../images/headings/howUploadedMaterialWillBeUsed.gif) no-repeat;
}#success{
	background:url(../../images/headings/success.gif) no-repeat;
}#thanks{
	background:url(../../images/headings/thanks.gif) no-repeat;
}#calendar{
	background:url(../../images/headings/calendar.gif) no-repeat;
}#contributors{
	background:url(../../images/headings/contributors.gif) no-repeat;
}#imageGallery{
	background:url(../../images/headings/imageGallery.gif) no-repeat;
}
/* @end */




/* @group Form Validation */
#imageSubmitForm .error {
  padding-left: 16px;
  padding-bottom: 2px;
  color: #EA5200;
}
#contactForm .error {
  padding-left: 16px;
  padding-bottom: 2px;
  color: #EA5200;
}
/* @end */



/* @group Nav */
#nav ul{
	 list-style-type:none;
	 margin-left:10px;
}#nav ul li{
	padding: 15px 0px 15px 0px;	
	margin: 0px;
}#nav ul li h3{
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin: 0px;
}
/* @end */



