/* #######################################################
Grey Separator
####################################################### */
#container .greySeparator {
	clear: both;
	margin: 46px 0 0 0;
	height: 1px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator
####################################################### */





/* #######################################################
Intro
####################################################### */
#container .intro {
	clear: both;
	margin: 46px 0 0 0;
	text-align: left;
}
#container .intro h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font: normal 30px "Times New Roman", Times, serif;
	color: #807873;
}
#container .intro .highlight {
	font-weight: bold;
	border-bottom: 2px solid #7e2e31;
}
#container .intro p {
	margin: 25px 0 0 0;
	padding: 0;
	font: normal .75em "Times New Roman", Times, serif;
	color: #373431;
	line-height: 1.5em;
}
#container .intro a, #container .intro a:link, #container .intro a:active, #container .intro a:visited {
	font-style: normal;
	color: #e97004;
	text-decoration: none;
}
#container .intro a:hover {
	text-decoration: underline;
}
/* #######################################################
---/ End Intro
####################################################### */





/* #######################################################
Grey Separator Thick
####################################################### */
#container .greySeparatorThick {
	clear: both;
	margin: 46px 0 0 0;
	height: 6px;
	background-color: #807873;
}
/* #######################################################
---/ End Grey Separator Thick
####################################################### */





/* #######################################################
Featured work
####################################################### */
#container .featuredWork {
	clear: both;
	margin: 26px 0 0 0;
	text-align: left;
}
#container .featuredWork h1 {
	margin: 0;
	padding: 0;
	font: normal 1em "Times New Roman", Times, serif;
	color: #373431;
	font-style: italic;
}
#container .featuredWork ul {
	list-style: none;
}
#container .featuredWork .images {
	padding: 25px 0 0 0;
}
#container .featuredWork .title {
	padding: 25px 0 0 0;
}
#container .featuredWork .title a, #container .featuredWork .title a:link, #container .featuredWork .title a:active, #container .featuredWork .title a:visited {
	font-style: normal;
	color: #7e2e31;
	text-decoration: none;
}
#container .featuredWork .title a:hover {
	text-decoration: underline;
}
#container .featuredWork .description {
	padding: 12px 0 0 0;
}
#container .featuredWork li {
	margin: 0 16px 0 0;
	width: 300px;
	float: left;
	font: normal 0.75em "Times New Roman", Times, serif;
	color: #373431;
	font-style: italic;
}
#container .featuredWork .end {
	margin: 0;
	width: 300px;
	float: left;
}
/* #######################################################
---/ End Featured work
####################################################### */

.menu {
	z-index:1000;
	height:40px;
	position:relative;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.7em;
	margin-top: 30px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
}

/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
}



/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	width:200px;
	color: #7E2E30;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #C5C3C1;
}

/* style the link hover */
.menu :hover > a {
	color: #373431;
	background: #b9b6b4;
	height:100%;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:200px;
}

.sub {
	visibility:visible;}
	
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}
.topsub {
	background: #C5C3C1;
	width:200px;
}
