@charset "iso-8859-2";
/* CSS Document */


/*--------------------------------------------------------------*\
	HTML
\*--------------------------------------------------------------*/

a {
	color: #CC0000;
	font-weight: bold;
}
a:hover { text-decoration: none; }
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	background: #717171 url(../img/body-bg.jpg) 0px -1px repeat-y;
}
h1 { text-transform: uppercase; }
a img { border: none; }


/*--------------------------------------------------------------*\
	IDs
\*--------------------------------------------------------------*/


#head {
	height: 270px;
	background: transparent url(../img/head-bg.jpg) no-repeat top left;
}
#menu {
	width: 130px;
	margin-right: 180px;
	margin-top: 55px;
}
#menu a {
	display: block;
	margin: 5px;
	padding-left: 18px;
	color: #0E0E0E;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url(../img/a-bg.gif) 0px 3px no-repeat;
}
#menu a:hover {

}
#siteLogo {
	margin-top: 5px;
	margin-left: 100px;
}
#siteSection {
	width: 220px;
	height: 90px;
	overflow: hidden;
	margin-top: 100px;
	margin-left: 140px;
	color: #000000;
	font-size: 180%;
	font-weight: bold;
}
#siteSection p {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}
#today {
	width: 195px;
	margin-top: 20px;
	margin-right: 120px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #444444;
}
#underLogo {
	width: 120px;
	height: 100px;
	margin-top: 246px;
	background: transparent url(../img/under-logo.jpg) top left no-repeat;
}
#underLogoMiddle {
	top: -24px;
	width: 195px;
	height: 66px;
	background: transparent url(../img/under-logo-middle.jpg) top left no-repeat;
	border-bottom: 3px solid #C9C9C9;
}
#q {
	width: 150px;
	margin-top: 7px;
	font-size: 11px;
}
#search {
	margin-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../img/button-bg.gif) left center repeat-x;
	border: 1px solid #CC0000;
}
#main {
	width: 610px;
	background: #FFFFFF url(../img/content-bg.jpg) left bottom no-repeat;
}
#inner {
	width: 603px;
	border-left: 7px solid #CF3906;
}
#navigation {
	padding: 3px 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color: #EFEFEF;
}
#content {
	overflow: hidden;
	padding: 1px 20px 50px 20px;
}
#content-left {
	overflow: hidden;
	width: 368px;
	padding: 1px 20px 50px 20px;
	vertical-align: top;
}
#content-left h2 { font-size: 14px; }
#content-right {
	overflow: hidden;
	width: 175px;
	padding: 50px 10px;
	background: transparent url(../img/content-right-bg.gif) left top repeat-y;
	vertical-align: top;
}
#foot {
	padding: 15px 27px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#searchHead h2 {
	margin: 12px 0 5px 0;
	padding: 2px 0 2px 30px;
	font-size: 85%;
	font-weight: normal;
	color: #949494;
	background: #FBF0CC url(../img/title-bg.gif) no-repeat left center;
}
#bannerRight {
	display: block;
	width: 170px;
	margin-left: 735px;
	margin-top: 30px;
}


/*--------------------------------------------------------------*\
	CLASSes
\*--------------------------------------------------------------*/


/* Aligment */
.textLeft { text-align: left !important; }
.textCenter { text-align: center !important; }
.textRight { text-align: right !important; }
.textJustiy { text-align: justify !important; }
.centered {
	margin-left: auto !important; 
	margin-right: auto !important;
}

/* Floating */
.floatLeft { float: left !important; }
.floatRight { float: right !important; }
.endFloat { clear: both !important; }

/* Position */
.absPos { position: absolute !important; }
.relPos { position: relative !important; }
.posTop { top: 0px !important; }
.posRight { right: 0px !important; }
.posBottom { bottom: 0px !important; }
.posLeft { left: 0px !important; }
.topSpacing { margin-top: 7px !important; }
.bottomSpacing { margin-bottom: 7px !important; }

/* Decoration */
.textBold { font-weight: bold !important; }

.layout {
	width: 730px !important;
	overflow: hidden;
}
.cover {
	display: inline;
	margin: 0;
	padding: 0;
}
.news {
	margin: 7px;
}
.news a {
	display: block;
	padding-left: 10px;
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent url(../img/a.news-bg.gif) 0px -3px no-repeat;
}
.news a:hover { text-decoration: none; }
.news div {
	padding-left: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
.result {
	margin: 5px;
	padding: 3px;
}
.resColor1 { background: #FBF0CC; }
.resColor2 { background: #EFEFEF; }
.date {
	color:#949494;
	font-size:95%;
	font-weight:normal;
}
