/******************/
/** CSS Document **/
/******************/

html
{
	background:		transparent;
}

body.main
{
	width:		800px;
	padding: 	0px;
	margin: 	0px;
	background:	#000000;
	color: 		#aaa; 
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	text-decoration:	none;
}


a:link { color: #0099cc; text-decoration: none;}
a:visited { color: #0099cc; text-decoration: none;}
a:hover {color: #ffd500; text-decoration: underline;}
a:active {color: #ffd500; text-decoration: none}



a.info{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; 
    padding: 5px;
    border:1px solid #444;
    background-color:#222; color:#ccc;
    text-align: left}


/** Navigation Column **/
#nav {
	margin:		0;
	padding:	10px 10px 10px 10px;
	position:	fixed;
	width: 		250px;
	left: 		auto;
	right:		20px;
	top:		10px;
	background:	#202020;
	border:		1px solid #229;
}


#about {
	padding-top: 15px;}

#menu {
	padding-top: 15px;
	font-size:	14px;}

#searchbar {
	padding-top: 15px;}




/** Content Column **/
#content {
	padding-top: 15px;
	margin: 0 10px 40px 20px;} /* T R B L */ 

#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #eee;}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #eee;}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #eee;}

#content b {
	color: #ccc;}



#banner {
	background-image: url(images/2009_banner.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 720px;
	margin-top: 10px;}

#banner_item {
	width: 230px;
	float: left;
	padding-left: 10px;}


#information {
	padding-top: 10px;}

#info_heading {
	border-top: #808080 2px solid;
	margin-top: 30px;}


/** Footer **/
#footer {
	position: fixed;
	background-color: black;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	padding-right:  10px;
	padding-left:   10px;
	border-top: #606060 2px solid;}

/** CSS Ends Here **/

