/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- 	Basic Styles

				Link styles, image styles.
----------------------------------------------------------- */

/*div	{
	border:1px dotted #f00;
}*/

div.spacer	{
	margin:6px 0 6px 0;
	width:100%;
	height:2px;
	line-height:2px;
	border-top:1px solid #dfd4bf;
	border-bottom:1px solid #dfd4bf;
}

hr	{
	float:left;
	width:494px;
	margin:4px 0 4px 0 !important;
	margin:4px 0 -8px -14px;
	line-height:1px;
	border:1px solid #d8d3c2;
}

/* --- 	General Links
----------------------------------------------------------- */

a:link	{
	color:#948f11;
	text-decoration:none;
	border-bottom:1px solid #c9c249;
}
a:hover	{
	color:#948f11;
	text-decoration:none;
	border-bottom:3px double #c9c249;
}
a:visited	{
	color:#948f11;
	text-decoration:none;
	border-bottom:1px solid #c9c249;
}
a:active	{
	color:#948f11;
	text-decoration:none;
}

/* --- 	Menu Links
----------------------------------------------------------- */

#menu a:link	{
	color:#67562d;
	border:none;
}
#menu a:active	{
	color:#67562d;
	border:none;
}
#menu a:visited	{
	color:#67562d;
	border:none;
}
#menu a:hover	{
	color:#67562d;
	border:none;
}


/* --- 	Menu Links
----------------------------------------------------------- */




/* --- 	Images
----------------------------------------------------------- */



/* --- 	Icons
----------------------------------------------------------- */

.dl	{
	padding-right:9px;
	background:url(../images/iconDL.gif) no-repeat right 2px;
}
.newWin	{
	padding-right:9px;
	background:url(../images/iconWindow.gif) no-repeat right 2px;
}

.pdf	{
	padding-right:15px;
	background:url(../images/iconPDF.gif) no-repeat right 2px;
}


/* --- 	Misc
----------------------------------------------------------- */


hr	{
	float:left;
	width:494px;
	margin:4px 0 4px 0 !important;
	margin:4px 0 -8px -14px;
	line-height:1px;
	border:1px solid #d8d3c2;
}
#tour hr	{
	float:left;
	clear:both;
	width:100%;
	margin:4px 0 4px 0 !important;
	margin:4px 0 -8px -14px;
	line-height:1px;
	border:1px solid #d8d3c2;
}

#server	{
position:fixed;z-index:500;top:0;left:0;margin:2px;background:#fff;border:1px solid #444;padding:4px;
font-variant:small-caps;
}
