/*--------------------------------------------------------------------
/- file   : style.css
/- update : 20090330
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

@media screen, print { /* MacIEOp */

/************* Tag Override *************/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #EFEFEF url(../images/bg.jpg) left top repeat-x;
	color: #333;
}

body, th, td {
	font-size: 80%;
	line-height: 1.4;
	}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

a:link {
	color: #0C9;
	text-decoration: none;
	}
a:visited {
	color: #099;
	text-decoration: none;
	}
a:hover {
	color: #3CC;
	text-decoration: underline;
	}


/************* ClearFix Styles *************/

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
}

/* IE 7 and MacIE*/
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/************* Common Styles *************/

.center {
	text-align: center;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
img.link {
	vertical-align: middle;
	margin-right: 3px;
	}

/************* Layout Styles *************/

#container {
	width: 954px;
	height: 550px;
	margin: 50px auto 0;
	background: #FFF url(../images/bg_top.jpg) left top no-repeat;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	position: relative;
	}


/************* Header Styles *************/

#header {
	text-align: left;
	width: 345px;
	height: 200px;
	position: absolute;
	top: 45px;
	left: 30px;
	}

#header h1{
	padding: 0;
	margin: 0;
	}

/************* Flash Styles ************

div#topFlash {
	padding:0 10px;
	background:url(../images/topflash_bg.jpg) left top no-repeat;
	}
*/
/************* Content Styles *************/

#content {
	text-align: left;
	width: 900px;
	height: 200px;
	position: absolute;
	top: 263px;
	left: 30px;
	position: relative;
	}
*html #content {
	left: 0;
	}
#content .leftBlock {
	text-align:left;
	width: 345px;
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	}
#content .leftBlock h2.archives,
#content .leftBlock h2.enter {
	width: 150px;
	height: 45px;
	position: absolute;
	top: 0;
	}
#content .leftBlock h2.enter {
	left: 0;
	}
#content .leftBlock h2.archives {
	left: 159px;
	}
#content .leftBlock .info {
	width: 300px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0;
	border: 3px double #586C62;
	color: #FFF;
	font-size: 80%;
	background: url(../images/bg_info.jpg) left top no-repeat;
	}
#content .leftBlock .info h3 {
	padding: 5px;
	font-size: 11px;
	}
#content .leftBlock .info p {
	margin: 5px;
	padding: 5px;
	font-size: 10px;
	}
/*
#content div.leftBlock h3 {
	margin-bottom: 5px;
	}
#content div.leftBlock div.past,
#content div.leftBlock div.inquiry {
	margin: 0 0 15px 15px;
	}

#content div.leftBlock p {
	padding-left: 18px;
	}*/
/**/
#archiveBlock {
	text-align:left;
	width: 160px;
	position: absolute;
	top: 200px;
	left: 180px;
	background: #666 url(../images/bg_archives.jpg) repeat-x;
	}
#archiveBlock h2 {
	margin: 4px 25px 2px;
	font-size: 120%;
	color: #FFF;
	}
*html #archiveBlock h2 {
	margin: 2px 25px 0;
	font-size: 12px;
	}
#archiveBlock ul.archive {
	list-style: none;
	}
	ul.archive li {
	background: #222 url(../images/bg_list.jpg) repeat-x;
	border-bottom: 1px solid #333;
	padding: 2px 15px 1px;
	font-size: 90%;
	text-align: center;
	}
*html ul.archive li {
	font-size: 11px;
	}

#content div.rightBlock {
	text-align:left;
	position: absolute;
	top: 74px;
	right: 75px;
	width: 420px;
	height: 100px;
	}
#content div.rightBlock img {
	vertical-align: middle;
/*	margin-left: 10px;*/
	}
/************* Footer Styles *************/

#footer {
	text-align: left;
	width: 930px;
	height: auto;
	position: absolute;
	top: 270px;
	left: 10px;
	position: relative;
	}

#footer p {
	margin: 0 0 2px;
	padding: 0;
	}
#footer p.inquiry {
	}
#footer p.inquiry img {
	vertical-align: middle;
	}
#footer p.copyright {
	font-size: 10px;
	}

#footer .banner {
	width: 500px;
	text-align: right;
	float: right;
	}
#footer .banner img {
	vertical-align: middle;
	margin-left: 1px;
	}

/************* Sponsors Styles *************/

#sponsors {
	width: 954px;
	margin: 10px auto 0;
	text-align: left;
	}
#sponsors h3 {
	border-left: 3px solid #CBCBCB;
	margin: 0.5em 0;
	padding: 0 0 0 6px;
	color: #999;
	font-size: 90%;
	}


} /* MacIEOp */
