body
{
	background: #6699ff url(images/Header.gif) repeat-x;
	margin: 0;
	padding: 0;
	}

body, th, td, input, textarea 
{
	font-family: "Verdana", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

#header
{
	width:960px;
	height: 100px;
	margin: 0 auto;
}

#logo
{
	height: 100px;
	margin-left: 5px;
	background: url(images/roundlogo.jpg) no-repeat left center;
}

#logo h1
{
	margin: 0;
	padding: 20px 0 0 85px;
	letter-spacing: -3px;
	font-size: 24pt;
	font-weight: normal;
	color: black;
}

#logo p
{
	margin: -4px 0 0 2px;
	padding: 0 0 0 85px;
}

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	color: #000000;
}

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

#menu .current_page_item {
	background: url(images/img05.gif) no-repeat;
}

#menu .current_page_item a {
	background: url(images/img06.gif) no-repeat right top;
	font-weight: bold;
}

/* Page */

div.twocolumn
{
	width: 962px;
	margin: 0px auto;
	border: 0px solid #e6eeff;
	background: #FFFFFF url(/images/page-border-with-sidebar.gif) repeat-y;
}

div.twocolumn div.content {
	float: right;
	width: 660px;
	padding: 10px 20px 0 10px;
	margin: 10px 0 0 0;
}

div.twocolumn div.column_overlay_header
{
	width: 962px;
	margin: 0 auto;
	background-position: top left;
	background-image: url(/images/page-header-with-sidebar.gif);
	background-repeat: no-repeat;
}

div.twocolumn div.column_overlay_footer
{
	width: 962px;
	margin: 0 auto;
	background-position: bottom left;
	background-image: url(/images/page-footer-with-sidebar.gif);
	background-repeat: no-repeat;
}

div.singlecolumn
{
	width: 962px;
	margin: 0px auto;
	border: 0px solid #e6eeff;
	background: #FFFFFF url(/images/page-border-no-sidebar.gif) repeat-y;
}

div.singlecolumn div.content {
	padding: 20px;
}

div.singlecolumn div.column_overlay_header
{
	width: 962px;
	margin: 0 auto;
	background-position: top left;
	background-image: url(/images/page-header-no-sidebar.gif);
	background-repeat: no-repeat;
}

div.singlecolumn div.column_overlay_footer
{
	width: 962px;
	margin: 0 auto;
	background-position: bottom left;
	background-image: url(/images/page-footer-no-sidebar.gif);
	background-repeat: no-repeat;
}
/* Content */

.content a {
	color: #FF8900;
}

.content h2 {
/*	height: 33px;*/
	margin: 0;
	padding: 8px;
	background: url(images/h3.gif) repeat-x;
	font-size: 1.4em;
/*	border: 1px solid #fff3e6;*/
	border: 1px solid #FFDCBA;
	color: #ff9d33;
	text-align: left;
}

.content #rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

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

.title {
	margin: 0;
	font-size: 2.1em;
	font-weight: normal;
}

.byline {
	margin: 0 0 20px 0;
}

.meta {
	border-top: 1px dotted #CCCCCC;
	text-align: right;
}

.meta .more, .meta .comments {
	padding-left: 15px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 10px 10px 0 20px;
	margin: 10px 0 0 0;
}

#sidebar ul {

	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#sidebar li ul {
	padding: 10px 15px;
}

#sidebar ul ul li:before 
{
	content: "\00BB \0020";
}

#sidebar h2 {
	height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(images/h2.gif) repeat-x;
	border: 1px solid #e6eeff;
	font-size: 1.4em;
	color: #3377ff;
}

#sidebar a {
	text-decoration: none;
	color: #0065FF;
}

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

#pcg {
	margin:	50px 0 0 10px;
}

#pcg img {
	float: left;
	margin: 0 15px 0 0;
}

#hornbill {
	margin:	50px 0 0 0;
}

#hornbill img.small {
	height:	8px;
	width:	10px;
	margin: 0 0 6px;
}

/* Footer */

#footer {
	width: 962px;
	margin: 0 auto;
	padding: 30px 0;
	/*background: url(images/img10.gif) no-repeat;*/
}

#footer p 
{
	font-size: 7pt;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
}

#home_img
{
	width: 498px;
	margin: 30px auto 10px auto;
}

/* Apply styling to the main login DIV */
div.login
{
	border: 1px solid #8BA3B7;
	width: 320px;
	margin: 20px auto 20px auto;
	padding:	15px;
	/*background: url(images/Shading3.png) repeat-x top left;*/
}

/* Size and style the login (key) IMG */
div.login img {
	width:	64px;
	height:	64px;
	display: inline;
	vertical-align:	middle;
	margin-bottom:	10px;
}

/* Position the "Please Login" header */
div.login h2
{
	background: none;
	border: none;
	display: inline;
	margin: 20px 0px 10px 20px;
  font: bold 1.5em verdana, tahoma, arial, Sans ;
  text-decoration: none;
  color: #777;
  margin: 5px;
}

/* Float the form labels left */
div.login label{
	display: block;
	float: left; 
	width: 120px;
	text-align: right;
	vertical-align: middle;
}

/* Position the form input controls */
div.login input, select
{
	width: 150px;
	margin:	0 0 5px 5px;
	vertical-align: middle;
	text-align: left;
}

/* Centers the submit button */
div.login form {
	text-align: center;
}

#Enter
{
	margin: 5px 0px 0px 0px;
	text-align: center;
	/*border: 1px solid #aaaaaa;*/ /* Some may prefer this look? */
}

a.button
{
	border: 1px solid #aaa;
  padding: 4px;
	margin: 8px;
	text-decoration: none;
	color: #444;
	background-color:	#eee;
	line-height: 350%; 
}

table.invoices
{
	border-collapse: collapse;
	width: 100%;
}

table.invoices td
{
	border-bottom: 2px solid #ddd;
	padding: 2px;
	text-align: right;
}
