body {
	width: 770px;
	color: #000;
	background: #fff;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #ff9934;
}

	a:hover {
		text-decoration: underline;
	}
	
	a.mainLink {
		background: url(../images/global/furn/bullet.png) no-repeat 0 50%;
		padding-left: 10px;
		font-weight: bold;
	}
	
strong {
	font-weight: bold;
}


/* FORMS */
label {
	display: block;
	margin: .5em 0 .2em 0;
}

input, textarea, select {
	border: 1px solid #999;
	background: #fff;
	display: block;
}

input.hidden {
	display: none;
}

.button {
	border: none;
	background: #ff9934 url(../images/global/furn/button_bullet.gif) 4px 50% no-repeat;
	padding: 2px 6px 2px 10px;
	color: #fff;
}

	.button:hover {
		color: #000;
		cursor: pointer;
	}


/* MASTHEAD */
#masthead {
	color: #fff;
	padding: 6px;
	background: #ff9934 url(../images/global/furn/header_shadow.gif) repeat-x bottom left;
}

	#masthead.noShadow {
		padding-bottom: 0;
		background-image: none;
	}

	#masthead a {
		color: #fff;
	}


	/* ASSOCIATIONS */
	#associations {
		float: right;
		width: 300px;
		font-size: .9em;
	}
	
		#associations h4 {
			text-align: right;
		}
		
			#associations h4.dates {
				margin-top: 2px;
			}
		
		#associations ul {
			margin-top: 10px;
		}
	
			#associations li {
				float: right;
			}
		
			#associations li.va {
				background-image: url(../images/global/logos/va.png);
				width: 62px; height: 35px;
			}
			
			#associations li.crafts {
				background-image: url(../images/global/logos/crafts_council.png);
				width: 33px; height: 35px;
			}


	/* BREADCRUMB */
	#breadcrumb {
		font-style: italic;
		margin-bottom: 6px;
	}
	
		#breadcrumb h4 {
			position: relative;
			display: inline;
		}
		
		#breadcrumb div {
			position: relative;
			display: inline;
		}
	
	
	/* LOGO */
	#logo {
		background-image: url(../images/global/logos/main.png);
		width: 240px; height: 53px;
		margin-bottom: 9px;
	}
	
	
	/* NAV */
	#nav {
		font-size: 1.1em;
		width: 100%;
	}
	
		#nav a {
			color: #fff;
		}
		
			#nav a:hover { 
				color: #000;
			}
		
		#nav li {
			float: left;
			border-right: 1px solid #fff;
			padding: 1px 6px 3px 6px;
		}
		
			#nav li.first {
				padding-left: 0;
			}
			
			#nav li.last {
				border-right: 0;
			}
			
			#nav li#homeLink {
				float: right;
				border-right: 0;
				border-left: 1px solid #fff;
			}
			

/* COMMON PAGE ELEMENTS */
.generalContent {
	padding: 9px;
}

.generalContent h2 {
	margin: 14px 0 17px 0;
	height: 23px;
}

.generalContent h3 {

}

.generalContent h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .4em;
}

.generalContent h5 {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

.introText {
	color: #ff9934;
	font-size: 1.7em;
	margin-bottom: .6em;
}

/* VALIDATION */
#validation {
	margin: 1em 0;
}

	#validation p {
		font-weight: bold;
		margin-bottom: .5em;
	}
	
	#validation ul li {
		list-style-type: disc;
		margin-left: 15px;
	}
