/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */



body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('1.jpg');/* main bg */
}
#logo {
	padding-left:15px;margin: 1px 0 0 20px;
	z-index:100;
	clear: left;
	/* border: 1px solid lime; borderend*/
}
#titles{
	color: black;
	width: 350px;
	/*border: 1px solid lime; borderend*/
	display: block;
	position: relative;
	top: -105px;
	margin: 0 100px 0 0;
	padding: 0 10px 0 0;
	font-size: 85%;
	float: right;
	height: 100px;
	vertical-align: center;
	line-height: 125%;
	text-align: center;
}
#searchbox {
	color: black;
	width: 205px;
	/* border: 1px solid lime; borderend*/
	display: block;
	position: relative;
	top: -100px;
	margin: 0px 15px 0px 0px;
	padding: 1em 15px 0 0;
	font-size: 85%;
	float: right;
	height: 40px;
 
}
#chart td {
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  font-family: Tahoma;
  font-size: 11px;
  text-align: left;
  line-height: 1.5em;
}
#chart td a:link{
	color: blue;
	font-size: 12px;
}
#chart td a:visited{
	color: blue;
	font-size: 12px;
}
#chart_header {
	border: 1px solid lime;
	text-align: center;

}
#chart_header h2{
	height: 35px;
	vertical-align: middle;
	border: 1px solid lime;
	font-size: 16pt; 
	color: red;
	text-decoration: bold;
}
#chart h2{ 
	vertical-align: middle;
	font-size: 150%; 
	color: red;
	text-align: center;
	text-decoration: bold;
	}
#breadcrumbs {
	color: black;
	}
#breadcrumbs a:link{
	color: black;
	}
#breadcrumbs a:visited{
	color: black;
	}
#breadcrumbs a:hover{
	text-decoration: underline;
	}


/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 1070px;
	margin: 0 auto;
	text-align: left;
    border: 0px solid red;
}

#wrapper-menu-top {
	background: url('top_bg.gif') 15px no-repeat;	background-position: 15px 0px;
/*url('images/bg02-white-left.png') no-repeat left top;*/
	/* border: 1px solid lime; borderend*/
	height: 132px;
	overflow: hidden;	 border: 0px solid red;	margin-top: 20px;
}

#menu-top {
	background: transparent;
/*
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
*/
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background: transparent;
/*
	background:url(images/menuleft.png) no-repeat left top;
*/
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent;
/*
	background: transparent url('images/bg.png') top center repeat-x;
*/

}

#header {
	background: #eee url('images/banner_mountains.jpg') no-repeat center top;

}

#wrapper-header2 {
	background: transparent;
/*	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
*/

}

#wrapper-header3 {
	background: white;
/*
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
*/

}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

#wrapper-content {
	background-image: url('bg_strip.gif');
/*
	background: white url('images/bg02-white-lefty.png') repeat-y left top;
*/
	/* border: 1px solid lime; borderend*/
}

* html #wrapper-content { height: 1%; }

#content {

	/* border: 1px solid lime; borderend*/
	margin: 0 0px 0 0px;
	padding: 0 15px 0 0;
	float: right;
	width: 825px;
	text-align: left;
	color: black;
}

#wrapper-menu-page {
	float: left;
	width:180px;
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	background: transparent url('images/menu.png') no-repeat;
	text-align: left;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
  border: 0px solid red;
	height: 1500px;
}

* html #wrapper-menu-page { margin-left: 15px; }

#menu-page { margin: 0px 0 0 7px; /* border: 1px solid blue; borderend*/}

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}#menu-page li{	margin: 0 0 0 12px;}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 3em 0 0.3em 0;
	color: black;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: black; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	clear: both;
	text-align: center;/*	 background: url('bot_bg.gif') transparent no-repeat;	background-position: bottom center;	 border: 1px solid red;*/
}

#footer {
	font-size: 75%;
	vertical-align: middle;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-align: center;

	margin: 0 14px 0px 14px;
	padding: 1em 20px 1em 20px;
	background-color: black;
	border:  1px solid gray;
	border-bottom: 1;
	color: white;
	text-transform: uppercase;
	clear: both;
}
#footer a:visited {color: white; text-decoration: none;}
#footer a:link {color: white; text-decoration: none;}
#footer a:hover {color: white; text-decoration: underline;}

#pbwebsol{
	padding-top: 20px;
	color: black;
	font-family: Tahoma;
	font-size: 12px;

}
#pbwebsol a:link{
	color: black;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}

#pbwebsol a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12px;
}


h1 { font-size: 130%; }
h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }