/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- 	Basic Styles

				Link styles, image styles.
----------------------------------------------------------- */

	#menu #facebook	{
		text-align:center;
	}
/* --- 	General Links
----------------------------------------------------------- */

a:link	{
	color:#4e6816;
}
a:hover	{
	color:#4e6816;
}
a:visited	{
	color:#4e6816;
}
a:active	{
	color:#1B507C;
}

/* --- 	Menu Links
----------------------------------------------------------- */

#menu a:link	{
	color:#4d5a76;
	text-decoration:none;
}
#menu a:active	{
	color:#4d5a76;
	text-decoration:none;
}
#menu a:hover	{
	color:#4d5a76;
	text-decoration:underline;
}
#menu a:visited	{
	color:#4d5a76;
	text-decoration:none;
}



/* --- 	Images
----------------------------------------------------------- */

.imgWrapper	{
	background:url(../images/imgShadow.png) no-repeat bottom right !important;
	background:url(../images/imgShadow.gif) no-repeat bottom right;
	margin:4px 0 0 6px;
	clear:right;
	float:left;
	position:relative;
}

.imgWrapper img	{
	background-color:#fff;
	border:1px solid #9E8D77;
	padding:3px;
	display:block;
	margin:-4px 4px 4px -4px;
	position:relative;
}


/* --- 	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
----------------------------------------------------------- */

div#contentWrapper div#content div.ctr	{
	text-align:center;
}

hr	{
	float:left;
	width:575px;
	margin:4px 0 4px 0 !important;
	margin:4px 0 -8px -14px;
	line-height:2px;
	border:1px solid #d8d3c2;
}

#acro	{
	margin-top:75px;
	font-size:9px;
}

.important	{
	border:1px solid #ab2222;
	background-color:#fdf9ee;
	padding:4px;
	margin-bottom:12px;
}

#server	{
position:fixed;z-index:500;top:0;left:0;margin:2px;background:#fff;border:1px solid #444;padding:4px;
font-variant:small-caps;
}
