/* CSS Document */

@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- 	Basic Styles

				Link styles, image styles.
----------------------------------------------------------- */

#freeExam	{
	position:absolute;
	z-index:100;
	left:50%;
	margin-top:5px;
	margin-left:-50px;
	width:140px;
	height:140px;
	
}
#freeExam img	{
	position:relative;
	z-index:101;
	width:140px;
	height:140px;
	background:url(../images/free_exam.png) no-repeat;
}
#freeExam a	{
	border:0;
}

/* --- 	General Links
----------------------------------------------------------- */

a:link, a:hover, a:visited, a:active	{
	color:#4964a8;
	text-decoration:none;
	border-bottom:1px solid #b0c1eb;
}
a:hover	{
	border-bottom:1px dashed #b0c1eb;
}


/* --- 	Menu Links
----------------------------------------------------------- */

#menu a:link, #menu a:active, #menu a:visited, #menu a:hover	{
	color:#855a45;
	font-style:italic;
	text-decoration:none;
	border:none;
}
#menu a:hover	{
	border-bottom:4px solid #DFD9D1;
}



/* --- 	Images
----------------------------------------------------------- */

.imgWrapper	{
	background:url(../images/imgShadow.png) no-repeat bottom right !important;
	background:url(../images/imgShadow.gif) no-repeat bottom right;
	clear:right;
	float:left;
	position:relative;
	margin:4px 0 0 2px;
}

.imgWrapper img	{
	background-color:#fff;
	border:1px solid #9E8D77;
	padding:3px;
	display:block;
	margin:-4px 4px 4px -4px;
	position:relative;
}

.imgWrapperB	{
padding:0 3px 3px 0; border-top:1px solid #e2e0db; border-left:1px solid #e2e0db; background:url(../images/imgShadowB.png) no-repeat bottom right; margin:4px;
}


/* --- 	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#content .ctr	{
	text-align:center;
}

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;
}