/*
Design by Consultants2Business
http://www.consultants2business.com
©Copyright 2007
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/* -- main blocks */
#wrapper {
	text-align: left;
	margin: 0 0 0 50px;
	width:  760px;
	height: 100%;
}
/* sub-wrapper to handle max-width in IE. ugly hack. thanks IE. */
#wrapper-ie {
	width: auto;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.5em;
	color: #333333;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 110%;
}

p {
}


ul {
}

ol {
}

a {
	color: #003366;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
	display: block;
	float: inherit;
}

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

.img.right {
	float: left;
	margin: 0 0 0 15px;
	position: absolute;
	left: 20px;
}

#logo
{
	width: 250px;
	background-color: #000000;
	color: #000;
	height: 75px;
	position: absolute;
	background-position: left;
	top: 0;
	right: 220px;
	float: none;
	z-index: 1000;
	clear: none;
}

/* Header */

#header {
	width: 760px;
	height: 350px;
	background-color: #FFFFFF;
	margin: left;
}

#header h1 {
	padding: 110px 0 0 50px;
}

#header h2 {
	padding: 0 0 0 50px;
}

#header a {
	text-decoration: none;
}


/* Page */

#page {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
	float: left;
}

/* Footer */

#nav {
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	background-image: url(/images/nav_back.gif);
}


/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
	padding: 30px 20px 30px 40px;	
}

.post .title {
	margin: 0;
	padding-left: 0px;
	font-size: 2em;
}

.post .meta {
	margin: 0 0 15px 0;
	padding-top: 5px;
	line-height: normal;
}

.post .entry {
}


/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	height: 350px;
	margin-right: 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 34px 20px 20px 20px;
}

#sidebar li ul {
	line-height: 2em;
}

#sidebar li li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin-bottom: 14px;
	letter-spacing: -1px;
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 50px;
	margin: auto;
	padding-top: 0px;
	color: #333333;
	background-color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	color: #666767;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
/*- Menu Tabs K--------------------------- */ 	

.chromestyle{
	width: 760px;
	font-weight: bold;
	margin: left;
	background-image: url(/images/nav_back.gif);
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	background: url(/images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #CCCCCC;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #9EBDCB;
}
