/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- 	Basic Styles

				Link styles, image styles.
----------------------------------------------------------- */

#coupon	{
	position:absolute;
	z-index:100;
	left:50%;
	margin-top:12px;
	margin-left:232px;
	width:151px;
	height:78px;
	
}
#coupon img	{
	position:relative;
	z-index:101;
	width:151px;
	height:78px;
	background:url(../images/coupon-link.png) no-repeat;

div,p	{
 color:#585858;
}

p	{
	margin:2px 0 8px 0;
	line-height:14px;
}
p.justify	{
	text-align:justify;
	text-justify:newspaper;
}
p.divider	{
	padding-bottom:8px;
	background:url(../images/divider.gif) no-repeat bottom;
}

.ctr	{
	text-align:center;
}

/* --- 	General Links
----------------------------------------------------------- */

a:link, a:hover, a:visited, a:active	{
	color:#6e9300;
	text-decoration:none;
	border-bottom:1px solid #96bb27;
}
a:hover	{
	color:#;
	border-bottom:3px double #96bb27;
}
a:visited	{
	color:#;
}
a:active	{
	color:#;
}

.imgWrapper a:hover	{
	border-bottom:none;
}

/* --- 	Menu Links
----------------------------------------------------------- */

#menu a:link, #menu a:hover, #menu a:visited, #menu a:active	{
	color:#000;
	text-decoration:none;
	border:none;
	background:none;
	
}

/* --- 	Menu Links
----------------------------------------------------------- */




/* --- 	Images
----------------------------------------------------------- */



/* --- 	Icons
----------------------------------------------------------- */

.dl	{
	padding-right:9px;
	background:url(../images/iconDL.gif) no-repeat right 3px;
}
.newWin	{
	padding-right:9px;
	background:url(../images/iconWindow.gif) no-repeat right 3px;
}

.pdf	{
	padding-right:15px;
	background:url(../images/iconPDF.gif) no-repeat right 3px;
}


/* --- 	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;
}