@charset "UTF-8";

html {
	margin:0;
	height:100%;
	background: url(../images/background2.jpg);
}
body {margin:0;height:100%;overflow-y:auto;}

:root { overflow: auto; } /* First fix for Opera 9~10 */
#container {
	min-height:100%;
	width: 930px;
	margin: 0px auto;
	background: url(../images/bground_shadow.png) repeat-y;
}
#banner {
	background: #000 url(../banner.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 250px;
	width:900px;
	position:relative;
	left: 15px;
}
/*------------- This is the navbar styling --------------*/

#banner ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom:-5px;
	right:0px;
}

#banner li {
	float: right;
}

#banner li a:link, #banner li a:visited {
	background:#000;
	padding:.2em .5em;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:1.2em;
	margin-right:0.5em;
}

#banner li a:hover {
	color:#FFFB00;
}

#banner li a.current, #banner li a.current:hover, #banner li a.current:active {
		color:#FFFB00;
		cursor:default;
}

/*------------- Rotating Images --------------*/

/* rotator in-page placement */
    div#rotator {
	background: #000;
	width:300px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
	text-align: center;
}
/* rotator css */
	div#rotator span {
	position:absolute;
	list-style: none;
	right: -575px;
	top: -390px;
}
/* rotator image style */	
	div#rotator span img {
	border:0px solid #ccc;
	background: #FFF;
}
    div#rotator span.show {
	z-index:500	;
}


 div#arrowimages {
	position:relative;	
	margin-top: 0px;
}

/*____________________*/


#homeContent {
	background: #ffffff;
	width:400px;
	position: relative;
	left: 30px;
	z-index: 3 !important;
	padding: 10px;
	margin: 25px 0 0 25px;
	opacity: .7;
	top: 10px;
	/*	height: 316px;*/
	left: -3px;
}

#footer {
	position:relative;
	margin-top:-271px;
	height: 271px;
	background: url(../images/crowd_grey.png) repeat-x;
	z-index: 2;
}
#wrap {
	padding-bottom:250px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	margin-left: 10px;
	margin-bottom: 0.5em;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #510B2C;
	line-height: normal;
	vertical-align: -20%;
	margin-left: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #FF6632;
	margin-top: 0.1px;
	border-color: #F36130;
	border-width: 1px;
	background: #FFF url(../images/record_recorder.jpg) no-repeat 0px;
	padding-left: 35px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	color: #000000;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 0px;
	text-align: left;
}

/* Below styles for IE6 */

* html #container {height:100%;}
* html body {overflow:visible;}

/* Below styles for IE7 */

*+html body {overflow:visible;}
