/* MAIN CSS FOR THE SITE */

/*
div {
	border:1px dotted #000099;
}/* uncomment this block of code to help with layout debugging in browsers */

body, html {
	margin:0;
	padding:0;
}

body {
	background:#000 url(../images/site/body_bg.jpg) top center repeat-x;
}

#pageContainer {
	width:800px;
	margin:0 auto;
	text-align:left;
	
	background:#404040;		
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}



#header {
	background:#000;
	background:url(../images/site/tg.jpg) right repeat-x;
	height:68px;
	width:800px;
}

#headerRight {
	color:#fff;
	float:right;
	display:relative;
	padding:5px;
	display:block;
	margin-top:40px;
	
}




#header a:link, #header a:visited {
	color:#fff;
	text-decoration:none;
}
#header a:hover{
	color:#fff;
	text-decoration:underline;
}

/*------------------- CONTENT AREAS -------------------*/
#content {
	background:url(../images/site/content_bg.jpg) top center repeat-y;
}
#topContentBg {
	background:url(../images/site/content_bg_curve.jpg) top center no-repeat;
	min-height:137px;	/* hack to help IE7 */
}
* html #topContentBg { /* hack to help IE6 */
	height:137px;
}
#topContentBg2 {
	background:url(../images/site/swoosh_bg.jpg) top center no-repeat;
	min-height:137px;	/* hack to help IE7 */
}
* html #topContentBg2 { /* hack to help IE6 */
	height:137px;
}

#rightCol {
	width:650px;
	position:relative;
	float:right;
	display:block;
	text-align:left;
	min-height:235px;
}

* html #rightCol { /* hack for IE6 */
	height:235px;
}

#leftCol {
	width:110px;
	position:relative;
	float:left;
	text-align:left;
	padding:20px 0 0 0;
}

#leftCol ul {
	list-style: none;
	margin:0;
	padding:0;
	text-align:left;
}

#leftCol li { /* all list items */
	float: left;
	width:110px;
}

#leftCol ul li a{
	text-align:left;
}

#leftCol a:link, #leftCol a:visited, #leftCol a:hover  {
	background:url(../images/site/nav_bg.jpg) top left no-repeat;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0.5em 0.75em;
	font-size:8pt;
	font-weight:bold;
}

#leftCol a:hover {
	color:#fe9;
}

#bottomContent {
}

/*------------------- FOOTER -------------------*/
#footer {
	width:800px;
	margin:0 auto;
	font-size:8pt;
	color:#fff;
	text-align:center;
	padding: 10px 0;
	background:#000;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

 .floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
 .floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 2px;
}


.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	text-align:center;
	font-size: 11px;
	margin: 0;
	color: #8f3279;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	text-align:center;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}


.read{
float:right;
}

.pbar{
margin-bottom:-3px;
}

.max300{
max-width:300px;
}