/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#main-menu {background:#6D7609;
	margin-top:4px;}
.menu {
	width:893px;
	height:32px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	border-right:1px solid #000;

}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:893px;
	w\idth:893px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:111px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:111px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	width:100px;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#6D7609;
	padding-left:10px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:107px;
	w\idth:100px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(images/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#A8B424 url(images/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#A8B424 url(images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#6D7609;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:107px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top:-1px;
	width:107px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-107px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#A8B424;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;

/* BEGIN DISABLE DROP DOWN kmcgrath 3.25.09 */
	visibility:hidden !important;
/* END DISABLE DROP DOWN kmcgrath 3.25.09 */

}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background:#A8B424;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#A8B424;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}
/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
	color: red;
	background: white;
	border-left: 1px solid black;
}
.menu .current_page_item a {
	color: red;
	font-weight: bold;
	background: white;
}
.menu ul .current_page_item ul a {
	color: white;
	font-weight: normal;
	background: black;
}
.menu ul .current_page_item ul a:hover {
	background: gray;
}
.menu .current_page_item a:hover {
	background: white;
}
/* -------------------------------------------------------------------------------
Theme Name: Corporate Globe
Theme URI: http://www.rankerzseo.com/themes/index.php?wptheme=Corporate%20Globe
Description: 2 Column Orange and Green combination free wordpress theme for business and corporate blogs by <a href="http://www.rankerzseo.com">Rankerz SEO Company</a>
Version: 1.0.2
Author: Rankerz SEO Company

Tags: orange, two columns, fixed width, clean, simple, widgets, widget ready, valid XHTML, valid CSS, business, corporate
	
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php	
   ------------------------------------------------------------------------------- */
/* general */
body {
	margin:0px auto;
	font-size: 12px;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	color:#000000;
	background: #ffff99;
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {
	color:#5A6B1E;
	text-decoration: underline;
}
a:hover {
	color: #5A6B1E;
	text-decoration: none;
}
h1 {
	font-size:30px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
p {
	margin: 0px 0px 11px 0px;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #5A6B1E;
	width:90%;
}
blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}
select {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}
img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear:both;
}
.spacer {
	height:0px;
}
/***** layout *****/
#page_top {
	margin:0px auto;
	padding:0;
	width:100%;
	background: #ffff99;
	border:0px blue solid;
}
#base {
	margin:0 auto;
	padding:0;
	width:894px;
	background: url(images/bg_repeat.png) repeat-y center;
	padding:0 28px 0 28px;
	border:0px red solid;
}
#header {
	position:relative;
	width: 100%;
	height:161px;
	padding-top:4px;
/*	background:#fff url('images/logo.jpg') no-repeat left;*/
}
#container {
	position:relative;
	overflow:hidden;
	width:894px;
	
}
#sidebar {
	float:left;
	width:275px;
	overflow:hidden;
	background:#F9B48A;
	color:#000;
	line-height:1.75em;
	padding:30px 39px 30px 30px;
	border:0px red solid;
	margin:4px 0 4px 0;
	height:592px !important;

}
#content {
	float:right;
	display:inline;
	width:550px;
	overflow:hidden;
	margin:4px 0 0 0px;
	padding: 0px 0px 0 0;
	border:0px red solid;
	background: #fff;
	height:651px;
	overflow-x:hidden;
	overflow-y:auto;
	background:url('images/yellow-bkgrd.png') repeat-y;
}
#footer {
	clear:both;
	position:relative;
	background:#FF9966;
	height:47px;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial;
	padding: 30px 20px 10px 50px;
	background:url('images/footer_bg.jpg') repeat-x;
}
#footer a, #footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/*######### header ############*/
#blogtitle {
	position:absolute;
	top:90px;
	width:894px;
	font-family: Arial, Verdana;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	border:0px red solid;
	overflow:hidden;
}
#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#subtitle {
	position:absolute;
	overflow:hidden;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	width:894px;
	height:45px;
	top:125px;
	text-align:center;
	font-size:13px;
	letter-spacing: 2px;
	color:#ffffff;
	font-style:italic;
	border:0px red solid;
	line-height:1.1em;
}
#menu ul {
	position:absolute;
	top: 0px;
	left: 30px;
	height: 34px;
	width: 550px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
#menu ul li {
	display: inline;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	color:#000000;
}
#menu ul li.separator {
	display: block;
	float: left;
	width:3px;
	height: 34px;
	background:url(images/menu_separate.jpg) no-repeat center;
}
#menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	color: #000000;
	padding: 0px 10px 0px 10px;
	margin:0px 0 0 0;
	text-decoration:none;
	text-align: right;
}
#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#fff;
}
.searchbox {
	position:absolute;
	top:1px;
	right: 45px;
	width:250px;
	height:30px;
	border:0px;
}
.search-field input {
	position:absolute;
	top:5px;
	left:7px;
	width:172px;
	height:15px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#100100100;
	padding:5px 3px 3px 3px;
	border:0px;
	background:#ffffff;
}
.search-but input {
	position:absolute;
	top:7px;
	right:5px;
	width:50px;
	height:20px;
	background:transparent;
	border:0px;
}
#footer img.rss {
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}
/***** sidebar *****/
#sidebar a {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}
#sidebar a:hover {
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
#sidebar ul ul li {
	position: relative;
	line-height: 1.7em;
	list-style-type: none;
	font-size:12px;
	border:0px red solid;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 5px;
	padding:0 5px 0 16px;
/*	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px; */
}
#sidebar ul ul ul li {
	position: relative;
	list-style-type: none;
	font-size:12px;
	border:0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.7em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
/*	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px; */
	padding: 0px 0px 0px 16px;
}
#sidebar h1 {
	color: #012A00;
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 5px;
	height: 22px;
	font-family: Arial, Helvetica, Sans-Serif;
	background:#F9B48A;
	border:0px red solid;
}
#sidebar h2 {
	color: #012A00;
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	height: 22px;
	font-family: Arial, Helvetica, Sans-Serif;
	background:#F9B48A;
	border:0px red solid;
}
#sidebar select {
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}
/***** content *****/

.archivetitle {
	height:20px;
	color: #000000;
	font-size: 12px;
	font-weight:normal;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post {
	width:530px;
	margin:0 0px 12px 4px;
	border:0px red solid;
}
.post_top {
	position: relative;
	border-top:8px #6D7609 solid;
	/*border-right: 1px #6D7609 solid;
	border-left: 1px #ef750e solid;
	border-bottom:1px #ef750e solid;*/
	height:40px;
	/*background: #fff;*/
	width:99%;
}
.post_bottom {
	margin: 0 50px 0 50px;
	height:3px;
/*	background:url(images/line.jpg) repeat-x bottom; */
}
.posttitle {
	position:absolute;
	top:0px;
	left:5px;
	font-size:18px;
	font-family:arial;
	color:#5A6B1E;
	border:0px red solid;
	padding-top: 2px;
}
.posttitle a {
	font-family:arial;
	color:#000;
	text-decoration:none;
}
.posttitle a:hover {
	font-family:arial;
	text-decoration:underline;
	color:#5A6B1E;
}
.post-edit-link {
margin:0 0 0 10px;
}
.date {
	position:absolute;
	font-family:arial;
	top:24px;
	right: 20px;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
}
.author {
	position:absolute;
	font-family:arial;
	font-size:11px;
	top:24px;
	left:5px;
}
.author a {
	text-decoration:none;
}
.author a:hover {
	text-decoration:underline;
}
.info {
	line-height: 2em;
	font-size: 11px;
	padding:10px 10px 5px 10px;
	color:#000000;
	border:0px red solid;
}
.category {
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble {
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags {
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}
.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 5px 15px 0px 15px;
}
.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}
.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}
/*** comment ***/
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments {
	padding:0 20px 0 20px;
}
.nocomments {
	background: none;
	color: #000000;
}
.commenttitle {
	color: #000000;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #5A6B1E;
}
.commentlist {
	list-style: none;
	margin:0px;
	padding:0px;
}
.commentbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.commenthead {
	height:34px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.adminbody {
	height:100%;
	color: #000000;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 10px 15px;
	padding: 0px 5px 1px 5px;
	border: 0px solid #5A6B1E;
	background:#F0F3CD;
}
.adminhead {
	height:32px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #5A6B1E;
	background:#F0F3CD;
}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #5A6B1E;
	background: #F0F3CD url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;
	font-size:12px;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #5A6B1E;
	background:#F0F3CD;
}
.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #aaaaaa;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height:1.5em;
}
.authorlink a {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height:1.5em;
}
.commentlink {
	font-size: 10px;
	color: #000000;
}
.trackbody p a {
	color: #000000;
}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #5A6B1E;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #5A6B1E;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #5A6B1E;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
/***** widget *****/
#wp-calendar td {
	font-size:11px;
	color:#100100100;
}
#wp-calendar td a {
	font-weight:bold;
	text-decoration:underline;
}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#5A6B1E;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}
.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}
#akismetwrap {
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}
#sidebar h1 a.rsswidget {
	margin-left:-3px;
	color: #706D2A;
	text-decoration:none;
}
#header-img-spacer {
	float:left;
	margin:0px;
	width: 344px;
	height: 161px;
}
#header-img-spacer img{
	margin:-5px;;
	}
#header-quotes {
	float:left;
	margin:0 4px;
	width: 340px;
	height: 161px;
}
#header-flash {
	float:left;
	margin:0;
	width: 202px;
	height: 161px;
}
#home-image img{
padding:4px 0 0 4px;
_padding:4px 0 0 0; /*For IE 6*/
}
#sidebar-books {
	width:240px;
	}
#sidebar-books-1 {	
	float:left;
	text-align:center;
	font-style:italic;
	margin: 0;
	padding: 0;
	
}
#sidebar-books-2 {
	text-align:center;
	font-style:italic;
	margin: 0;
	padding: 0;
}
#sidebar-books-text {
	margin: 3px 0;
	text-align:center;
	background:#a3d3bb
}
#header-quotes img {margin:-5px;
}
.page_top {
	position: relative;
	border-top:8px #6D7609 solid;
	/*border-right: 1px #6D7609 solid;
	border-left: 1px #ef750e solid;
	border-bottom:1px #ef750e solid;*/
	background: #fff;/*background: #fff;*/
	width:99%;
}
/*SIDEBAR HAW*/
.sidebarPB {width:130px;float:right;text-align:center;font-size:0.9em;font-variant:small-caps;}
.sidebarHC {width:130px;text-align:center;font-size:0.9em;font-variant:small-caps;}
#popup-tt img {margin:0;padding:0;}
#popup-tt .sidebarPB,#popup-tt .sidebarHC{line-height:normal;}