@charset "utf-8";
/* CSS Document */
* { margin: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a { text-decoration:none; }
a:hover {
	text-decoration:none;
}
p { margin:0;padding:0 0 10px 0; }

/* site structure */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#514b29;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	line-height:16px;
	background-color: #c4c2be;
}

#outer {
	width: 100%;
	min-height: 100%;
	height:auto;
	text-align:center;
}
#main {
	width: 950px;
	margin: auto;
	text-align:left;
}
#header {
	height: 150px;
}
#logo {
	padding-top:35px;
}
#content {
	padding:35px 0 20px 0;
}
#footer {
	height:25px;
}
/* site structure */


/* navigation */
#navWrapper {
	width: 950px;
	height:25px;
	position:relative;
	padding-top:10px;
}
#nav {
	width: 950px;
	height: 25px;
	/*background: url(../images/nav.gif);*/
    margin: 0px auto;
	padding: 0;
	position: relative;
	}
/*#nav li {
    margin: 0; 
	float:left;
	list-style:none;
	display:inline;
    position: absolute;
	top: 0;}*/
#nav li, #nav a {
    height: 25px; 
	display: block;
	}
	
#nav li ul{
	margin: 0;
	padding: 0;
}
#nav li { 
		/*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	}
#nav li ul {
		display: none;
	}
#nav li.off ul, #nav li.on ul  { 
		/*put the subnav below*/
		position: absolute;
		top: 25px;
		left: 706px;
		padding: 0px;
		width: 200px;
	}
#nav li.on ul {
		background: #d1723a;
	}
#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background-color:#ccc;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
#nav li a {
		color: #393939;
		font-weight: bold;
		display: block;
		/*width: 93px;*/
		padding: 0;
	}
nav li.on a {
		color: #d1723a;
	}

#nav li.on ul a, #nav li.off ul a {
	border: 1;
	float: left; /*ie doesn't inherit the float*/
	color: #d1723a;
	width: auto;
	/*margin-right: 15px;*/
}

#nav li.on:hover ul a, #nav li.over ul li a { 
	/*for ie - the specificity is necessary*/
	/*background: #ccc;*/
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover { 
	color: #d1723a;
}

/*do the image replacement*/

#nav li span {
	position: absolute;
	left: -9384px;
}

#homeLink a, #aboutLink a, #commissionLink a, #proposalsLink a, #photosLink a, #pressLink a {
	display: block;
	position: relative;
	height: 25px;
	background: url(../images/nav.gif) no-repeat; /*contains all hover states*/
}
/*first, put the initial states in place*/

#homeLink a {
	background-position: 0 0;
	width: 62px;
}

#aboutLink a {
	background-position: -62px 0;
	width:95px;
}

#commissionLink a {
	background-position: -157px 0;
	width: 296px;
}

#proposalsLink a {
	background-position: -453px 0;
	width: 268px;
}

#photosLink a {
	background-position: -721px 0;
	width: 161px;
}
#pressLink a {
	background-position: -882px 0;
	width: 68px;
}

/*#homeLink {left: 0; width: 62px;}
#aboutLink {left: 62px; width: 95px;}
#commissionLink {left: 157px; width: 296px;}
#proposalsLink {left: 453px; width: 268px;}
#photosLink {left: 721px; width: 161px;}
#pressLink {left: 882px; width: 68px;}

#homeLink a:hover {
    background: transparent url(../images/nav.gif)
    0 -25px no-repeat;}
#aboutLink a:hover {
    background: transparent url(../images/nav.gif)
    -62px -25px no-repeat;}
#commissionLink a:hover {
    background: transparent url(../images/nav.gif)
    -157px -25px no-repeat;}
#proposalsLink a:hover {
    background: transparent url(../images/nav.gif)
    -453px -25px no-repeat;}
#photosLink a:hover {
    background: transparent url(../images/nav.gif)
    -721px -25px no-repeat;}
#pressLink a:hover {
    background: transparent url(../images/nav.gif)
    -882px -25px no-repeat;}*/
	
/*hover states*/

#homeLink a:hover, #homeLink:hover a, #homeLink.over a {
	background-position: 0 -25px;

}
#aboutLink a:hover, #aboutLink:hover a, #aboutLink.over a {
	background-position: -62px -25px;
}
#commissionLink a:hover, #commissionLink:hover a, #commissionLink.over a {
	background-position: -157px -25px;
}
#proposalsLink a:hover, #proposalsLink:hover a, #proposalsLink.over a {
	background-position: -453px -25px;
}
#photosLink a:hover, #photosLink:hover a, #photosLink.over a {
	background-position: -721px -25px;
}
#pressLink a:hover, #pressLink:hover a, #pressLink.over a {
	background-position: -882px -25px;
}

/*subnav formatting*/
#nav li.off ul li {
	clear:left;	
	height:21px;
	width:200px;
	background-color:#ccc;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}
#nav li.off ul a, #nav li.on ul a {
	margin:0;
	background: #ccc;
	color: #393939;
	font-size:11px;
	line-height:20px;
	text-transform:uppercase;
	padding-left:10px;
	height:21px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}		

#nav li.on ul a {
	background-color: #ccc;
}
/* used to get Height of div when contents are floated*/
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
