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


/* -------------------------------------------------------------- 

reset.css  * Resets default browser CSS.

-------------------------------------------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.625 * 16px = 10px) */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	line-height: 12px;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #865D25;
	margin-bottom: 3px;
}


h1 {
	font-size: 30px;
	line-height: 32px;
	}
h2 {
	font-size: 20px;
		line-height: 22px;

}
h3 {
	font-size: 15px;
		line-height: 17px;

}
h4, h5, h6 {
	font-size: 12px;
		line-height: 14px;

}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 14px;
}
p img.left {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 15px 0 15px 15px;
}



blockquote {
	margin: 15px;
	color: #865D25;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 15px;
	font-style: italic;
}
del {
	color:#666;
}
pre, code {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font: 10px 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/* Links
-------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
	outline: none;
	font-weight:bold;
}

a:hover, a:active {
	text-decoration: underline;	
}



#widetext a:link, #widetext a:visited, #widetext a:hover, #widetext a:active, #mediumtext1 a:link, #mediumtext1 a:visited, #mediumtext1 a:hover, #mediumtext1 a:active {
	color: #FFFFFF;
}


#mediumtext a:link, #mediumtext a:visited {
	color: #FFFFFF;
	display: block;
	padding: 3px 0 0 3px;
}


#mediumtext a:hover, #mediumtext a:active {
	background-color: #FEFFFF;
	text-decoration: none;
	color: #865D25;
	display: block;
	padding: 3px 0 0 3px;
}


#narrowcolumn a:link, #narrowcolumn a:visited, #narrowcolumn a:hover, #narrowcolumn a:active,
#projectinfo a:link, #projectinfo a:visited, #projectinfo a:hover, #projectinfo a:active,
#resourceinfo a:link, #resourceinfo a:visited, #resourceinfo a:hover, #resourceinfo a:active,
#sitecredits a:link, #sitecredits a:visited, #sitecredits a:hover, #sitecredits a:active
{
	color: #865D25;
}


#textnav a {
	font-size: 11px;
	font-weight: normal;
}

#projectscolumn a {
	font-size: 12px;
	font-weight: normal;
}

#textnav a:link, #textnav a:visited, #projectscolumn a:link, #projectscolumn a:visited {
	color: #666666;
}

#textnav a:hover, #textnav a:active, #projectscolumn a:hover, #projectscolumn a:active {
	color: #000000;
	text-decoration: none;	

}


#logo h1 a {
	padding-top: 50px;
}

.closethis a {
	padding: 2px;
	height: 12px;
	width: 12px;
	display: block;
	float: right;
}


.closethis a:link, .closethis a:visited {
	background-image: url(../images/x-black.gif);
	background-repeat: no-repeat;
}

.closethis a:hover, .closethis a:active {
	background-image: url(../images/x-gray.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}



#cookietrail h2 a {
	color:#000000;
	font-weight: normal;
}



/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 15px;
}

ul, ol {
	font-size: 12px;
	line-height: 10px;
}

ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}

/* Misc classes
-------------------------------------------------------------- */


.hide {
	display: none;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.clear {
	clear: both;
}


.current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/* NAVIGATION
-------------------------------------------------------------- */



li.navigation a {
	height: 24px;
	line-height: 26px;
	padding-left: 6px;
}

li.about a  {
	width: 96px;
}
li.people a {
	width: 136px;
}
li.recent  a {
	width: 233px;
}
li.archived  a {
	width: 156px;
}
li.contact  a {
	width: 63px;
}
li.blog a {
	width: 43px;
}

.udm li ul  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #865D25;
	border-right-color: #865D25;
	border-left-color: #865D25;
}

.udm li.about ul  {
	width: 102px;
}
.udm li.people ul {
	width: 141px;
}
.udm li.recent ul {
	width: 239px;
}
.udm li.archived ul {
	width: 161px;
}
.udm li.contact ul {
	width: 69px;
}
.udm li.blog ul {
	width: 46px;
}




ul.udm li.about  {
	margin-right: 6px;
}
ul.udm li.people {
	margin-right: 6px;
}
ul.udm li.recent  {
	margin-right: 6px;
}
ul.udm li.archived  {
	margin-right: 6px;
}
ul.udm li.contact  {
	margin-right: 6px;
}

#navlineheight * {
	line-height: 2 px;
}


/* Layout DIVs
-------------------------------------------------------------- */

#container {
	width: 802px;
	height: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: hidden;
}
#pagebody, #rotator  {
	height: 436px;
	width: 800px;
	z-index: 1;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	background-color: #865D25;
}

#pagebody  {
	background-color: #865D25;
}

#rotator {
	background-color: #FFFFFF;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	
}


#projectdetail {
	position: relative;
	z-index: 1;
	height: 436px;
	width: 600px;

}

#projectimageholder, #brewerymap {
	height: 436px;
	width: 600px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-color: #FFFFFF;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#brewerymap {
	display: none;
}


#cookietrail h2 {
	color:#000000;
	background-color:#FFFFFF;
	display: inline;
	font-size: 12px;
	line-height: 30px;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
	font-weight: normal;
}

#projectdetail #cookietrail {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
}



#projectinfo, #resourceinfo {
	position: absolute;
	z-index: 1000;
	left: 218px;
	top: 153px;
	height: 273px;
	width: 372px;
	background-color: #FFFFFF;
	filter:alpha(opacity=85);
	opacity:.85;
	display:none;
	color: #000000;
}

#sitecredits {
	z-index: 1000;
	height: 223px;
	width: 372px;
	background-color: #D0ECF0;
	filter:alpha(opacity=95);
	opacity:.95;
	display:none;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 450px;
}



#projectinfo h3, #resourceinfo h3, #sitecredits h3 {
	font-size: 12px;
	color: #000000;
}

.half {
	width: 154px;
	float: left;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	height: 241px;
}

#sitecredits .half {
	height: 191px;
}

#closethis {
	height: 16px;
	width: 372px;
	float: left;
}

#hideinfo, #hidecredits {
	display:none;
}


#widetext {
	width: 568px;
	z-index: 1;
	overflow: hidden;
	float: left;
	color: #FFFFFF;
	padding: 16px;
	background-color:#865D25;

}

#mediumtext, #mediumtext1 {
	width: 368px;
	z-index: 1;
	overflow: hidden;
	float: left;
	color: #FFFFFF;
	padding: 16px;
	background-color:#865D25;
}

#mediumtext1 h3 {
	font-size: 12px;
	color: #FFFFFF;
}

#mediumtext p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#narrowcolumn {
	background-color: #D0ECF0;
	color: #865D25;
	height: 404px;
	width: 168px;
	z-index: 1;
	overflow: hidden;
	float: right;
	padding: 16px;
}


#projectscolumn {
	background-color: #FFFFFF;
	color: #000000;
	height: 404px;
	width: 176px;
	z-index: 1;
	overflow: hidden;
	float: right;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
	position: absolute;
	left: 600px;
	top: 0px;
}


#projectscolumn {
	color: #666666;
}

#projectscolumn h2, #projectscolumn h3 {
	color: #666666;
	font-size:12px;
	line-height: 16px;
	margin-top:30px;
}

#projectscolumn ul {
	list-style-type: none;
}

#projectscolumn li {
	display: inline;
	margin-right: 10px;
	line-height: 30px;
}


#imageLinks {
	margin-bottom: 30px;
}



#archive2, #archive3, #archive4, #archive5, #archive6, #archive7, #archive8, #archive9, #archive10 {
	display: none;
	float: right;
	height: 436px;
	width: 400px;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#archive1 {
	display: block;
	float: right;
	height: 436px;
	width: 400px;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}





#navigationcontainer {
	width: 800px;
	height: 24px;
	margin-left: 2px;
	padding-bottom: 6px;
	position: relative;
	clear:both;
	z-index: 1000;
}


#logo {
	height: 35px;
	width: 559px;
	margin-top: 88px;
	margin-left: 241px;
	margin-bottom: 36px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/cg_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}

#logo h1 {
	margin-top: 50px;
}

#textnav {
	height: 40px;
	width: 800px;
	text-align: right;
}

#textnav p {
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
}

#clientlogin {
	height: 300px;
	width: 560px;
	margin-top: 100px;
	margin-left: 180px;
}

#clientlogin h1, #clientlogin h3 {
	color: #FFFFFF;
	margin-left: 16px;
}

#clientlogin p{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
}

#clientlogin a {
	color: #FFFFFF;
}
