/*
Design by Daniel DelPercio
http://www.PDFSearchEngine.org
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FFFFFF url(images/img1.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.boxed {
}

.heading {
	height: 30px;
	padding: 14px 0 0 20px;
	background: #004BD7;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

.content {
	padding: 10px 20px 20px 20px;
}

/* Header */

#header {
	width: 765px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header2-right.jpg) no-repeat right top;
}

#logo {
	float: left;
	width: 220px;
	height: 200px;
	background: url(images/header2-left.jpg) no-repeat;
}

#logo h1 {
	color:#FFFFFF;
	margin-right: 30px;
	padding: 50px 0 0 40px;
	font: normal 40px Arial, Helvetica, sans-serif bold;
}


#logo h2 {
	color:#FFFFFF;
	margin-right: 30px;
	padding: 0px 0 0 40px;
	font: normal 20px Arial, Helvetica, sans-serif;
}


#logo h3 {
	padding: 5px 0 0 48px;
	letter-spacing: 2px;
	font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
	margin-top:5px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#ad468x60 {
	float: right;
	padding: 7px 48px 0 0;
	width: 468px;
	height: 60px;
}

#ad468x15 {
	float:right;
	text-align: right;
	margin-top: 45px;
	padding: 0 15px 0 0;
	width:500px;
	height: 15px;
}

/* Menu */

#menu {
	float: right;
	text-align: right;
	width: 540px;
}

#menu ul {
	margin: 0;
	padding: 20px 20px 20px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 16px;
	background: url(images/img4.gif) no-repeat left center;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
	color: #004BD7;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 515px;
}

#content .heading {
	background: #ffffff url(images/menu-right.jpg) no-repeat;
	background-position: right top; 
	height: 43px;
}

#content ul, #content ol {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 223px;
	padding-left: 10px;
}

#sidebar .heading {
	background: #ffffff url(images/menu-left.jpg) no-repeat;
	height: 43px;
}



/* Footer */

#footer {
	width: 782px;
	height: 72px;
	margin: 0 auto;
	background: #E50606 url(images/footer.jpg) no-repeat;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 25px 0 0 0;
	line-height: normal;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}

#links {
	margin: 0;
	padding: 30px 0;
	line-height: normal;
}
 
#results {
	width: 765px;
	height: 260px;
	margin: 0 auto;
	text-indent:30px;
}
 
#results .heading {
	background: #004BD7 url(images/results.gif) no-repeat;
}
 
 
/*////cool dhtml tooltip from dynamic drive////*/

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* INFO TOOLTIP */
a.info{color:#333;z-index:24;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;
position:relative;
text-decoration:none;}

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

a.info span{display:none}

a.info:hover span{display:block;position:absolute;
top:1.5em;left:3em;width:18.5em;border:1px solid #aaaaaa;
background-color:lightyellow;color:#000;text-align:left;
font-size:11px;z-index:30}

a.info2{color:#333;z-index:24;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;
position:relative;
text-decoration:none;}


a.info2:hover{z-index:25;background-color:lightyellow}


a.info2 span{display:none}


a.info2:hover span{display:block;position:absolute;
top:1.5em;left:3em;width:30em;border:1px solid #aaaaaa;
background-color:lightyellow;color:#000;text-align:left;
font-size:12px;z-index:30}

a.info3{color:#333;z-index:24;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;
position:relative;
text-decoration:none;}


a.info3:hover{z-index:25;background-color:lightyellow}


a.info3 span{display:none}


a.info3:hover span{display:block;position:absolute;
top:1.5em;left:3em;width:300px;border:1px solid #aaaaaa;
background-color:lightyellow;color:#000;text-align:left;
font-size:12px;z-index:30}

.images {vertical-align:bottom}
/*]]>*/-->
.style9 {color: #666666}

/* --- Hideable Div --- */ 
	
#about { display:none; font-size:1em; color:#333; }
#about p { text-align:left; }
#showaboutlink { display:block; padding-right:15px; }
#hideaboutlink { display:none; padding-right:15px; }

#about2 { display:none; font-size:1em; color:#333; }
#about2 p { text-align:left; }
#showaboutlink2 { display:block }
#hideaboutlink2 { display:none }

#about3 { display:none; font-size:1em; color:#333; }
#about3 p { text-align:left; }
#showaboutlink3 { display:block }
#hideaboutlink3 { display:none }

/*-----two column bottom and adsense--*/

.twocols {
}

.twocols .col1 {
	float: left;
	width: 230px;
	padding: 10px;
}

.twocols .col2 {
	float: right;
	width: 230px;
	padding: 10px;
}

/*-----------DIVs for Adsense --------------*/
/*-- Small one for the right column, large one for just above the footer --*/

.adsense {
	float: left;
	width: 503px;
	text-align: center;
}

#adsensewide {
	width: 765px;
	margin: 0 auto;
	text-align: center;
}

.style10 {
	font-size: x-small;
	font-style: italic;
}

.tabdiv {
	 float:inherit;
}

.centerad {
	text-align:center;
}
