/* --------------------------------------------------------------------------------------------------------------------------------
    greenSheaDefault.css

    Default style definitions for green.ajshea.com

    Version 2.0
    Last modified: 13-Feb-2007
   -------------------------------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------
     Body Styles
    -------------------------------------------------------------------- */

body {
	color: rgb(84,81,69);
	background-color: rgb(255,255,244);
	margin: 30px 30px 0px 30px;
	}

body, p, td {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

a {
	color: rgb(0,96,0);
	font-weight: bold;
	}

div {
	/* border: 1px solid rgb(151,151,151); */
	padding: 0px;
	margin: 0px;
	}

/* fluid width for other browsers that is hidden from IE */
body>div#container {
	width: auto;
	min-width: 800px;
	}

p.siteCredits {
	font-size: 10px;
	}

p.siteCredits span.copyright, p.siteCredits span.credit {
	font-weight: bold;
	}

p.siteCredits span.credit {
	margin: 0px 0px 0px 100px;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

/* --------------------------------------------------------------------
     Header Styles
    -------------------------------------------------------------------- */

div#header {
	position: absolute;
	background: rgb(0,96,0) url(../../../../../Desktop/__images/fixedWidthBottom.gif)  no-repeat bottom left;
	width: 200px;
	height: 425px;
	border: none;
	margin: 0px 0px 0px 0px;
	}

div#header div#banner {
	text-align: right;
	padding: 4px 10px 0px 0px;
	border: none;
	}

div#header div.topRound {
	height: 6px;
	background: url(../../../../../Desktop/__images/fixedWidthTop.gif) no-repeat top left;
	border: none;
	}


/* --------------------------------------------------------------------
     Navigation Styles
    -------------------------------------------------------------------- */

div#header div#navigation {
	position: absolute;
	top: 240px;
	border: none;
	}

div#header div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

div#header div#navigation ul li {
	margin: 0px;
	padding: 0px;
	}

div#header div#navigation ul li a {
	display: block;
	background-image: url(../../../../../Desktop/__images/navigationDivider.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: rgb(255,255,255);
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 190px;
	height: 18px;
	margin: 0px;
	padding: 4px 0px 5px 10px;
	}

div#header div#navigation ul li a.on {
	background-color: rgb(160,224,65);
	color: rgb(0,96,0);
	}

div#header div#navigation ul li a.on:hover {
	background-color: rgb(160,224,65);
	color: rgb(255,255,255);
	}

div#header div#navigation ul li a.off:hover {
	background-color: rgb(160,224,65);
	color: rgb(0,96,0);
	}

/* --------------------------------------------------------------------
     Content Section Styles 
    -------------------------------------------------------------------- */

div#content {
	/* border: 1px solid rgb(0,0,0); */
	background-color: rgb(233,236,219);
	margin: 0px 0px 0px 204px ;
	height: 419px;
	}

div#content div.topLeft {
	/* border: 1px solid rgb(255,255,0); */
	background: url(../../../../../Desktop/__images/topLeft.gif) no-repeat top left;
	height: 6px;
	}

div#content div.topRight {
	background: url(../../../../../Desktop/__images/topRight.gif) no-repeat top right;
	height: 6px;
	}

div.bottomLeft {
	/* border: 1px solid rgb(151,151,0); */
	background-color: inherit;
	background: rgb(233,236,219) url(../../../../../Desktop/__images/bottomLeft.gif) no-repeat bottom left;
	height: 6px;
	margin: 0px 0px 0px 204px ;
	padding: 0px;
	}

div.bottomRight {
	/* border: 1px solid rgb(0,255,255); */
	background: url(../../../../../Desktop/__images/bottomRight.gif)  no-repeat bottom right;
	height: 6px;
	padding: 0px;
	}

div#article, div#list, div#body {
	/* border: 1px solid rgb(255,255,0); */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 400px;
	overflow: auto;
	}

/* --------------------------------------------------------------------
     Article Styles
    -------------------------------------------------------------------- */

div#article {
	padding: 6px 6px 6px 12px;
	}

div#article span.sectionTitle {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	}

div#article h1 {
	color: rgb(0,96,0);
	font-family: Times New Roman, Times;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: 2px 0px 10px 0px;
	}

div#article h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
	}

div#article p.byline {
	font-weight: bold;
	margin: 6px 0px 6px 0px;
	padding: 0px;
	}

div#article span.date {
	font-weight: bold;
	}

div#article p {
	font-size: 12px;
	line-height: 20px;
	margin: 12px 0px 6px 0px;
	padding: 0px;
	}
	
div#article ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
}

div#article ul li {
	background: transparent url(../../../../../Desktop/__images/bulletLeaf.gif) no-repeat;
	margin-left: -1.1em;
	padding-left: 1em;
	}

/* Image Styles ----------------------------------------------------- */

div.imageLeft  {
	/* border: 1px solid rgb(255,0,255); */
	margin: 0px 10px 2px 0px;
	float: left;
	}

div.imageRight  {
	/* border: 1px solid rgb(255,0,255); */
	margin: 0px 0px 2px 10px;
	float: right;
	}

div.imageLeft img, div.imageRight img {
	border: 1px solid rgb(218,215,202);
	background: rgb(250,250,250);
	padding: 10px;
	margin: 0px;
	}

div#article div.imageLeft p, div#article div.imageRight p {
	/* border: 1px solid rgb(255,0,0); */
	font-size: 10px;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	line-height: 12px;
	width: 98%;
	}

div.imageLeft p span.credit, div.imageRight p span.credit {
	display: block;
	font-size: 9px;
	font-weight: normal;
	margin: 4px 0px 0px 0px;
	}


/* --------------------------------------------------------------------
     Body Styles
    -------------------------------------------------------------------- */

div#body {
	padding: 6px;
	}

span.author {
}

.articleTitle {
}

span.publicationName {
	text-decoration: underline;
	}

span.pubicationDate {
}

span.url {
	font-size: 10px;
	font-style: italic;
	}

/* Partner Logos ------------------------------------------------ */

div.logo {
	width: 150px;
	}

div.logo img {
	border: none;
	}

div.logos table tr td {
	vertical-align: middle;
	text-align: center;
	}



/* --------------------------------------------------------------------
     List Styles
    -------------------------------------------------------------------- */

div#list {
	padding: 6px;
	}


/* --------------------------------------------------------------------
     Sidebar Styles
    -------------------------------------------------------------------- */

div#sidebar {
	position: absolute;
	background: rgb(160,224,65) url(../../../../../Desktop/__images/fixedWidthBottom.gif)  no-repeat bottom left;
	width: 200px;
	height: 150px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	border: none;
	}

div#sidebar div.content {
	border: none;
	position: absolute;
	padding: 0px 6px 6px 6px;
	}

div#sidebar p {
	color: rgb(255,255,255);
	margin: 2px 0px 8px 0px;
	}

div#sidebar p span.date {
	color: rgb(51,153,51);
	font-weight: bold;
	font-size: 10px;
	}

div#sidebar p a {
	font-size: 9px;
	line-height: 16px;
	}

div#sidebar span.sectionTitle {
	color: rgb(0,96,0);
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 0px;
	}

div#sidebar div.topRound {
	height: 6px;
	background: url(../../../../../Desktop/__images/fixedWidthTop.gif) no-repeat top left;
	/* border: none; */
	}


/* --------------------------------------------------------------------
     Footer Styles
    -------------------------------------------------------------------- */

div#footer {
	/* border: 1px solid rgb(255,0,0); */
	background: rgb(51,153,51) url(../../../../../Desktop/__images/topLeft.gif) no-repeat top left;
	height: 150px;
	margin: 4px 0px 0px 204px;
	}

div#footer div#banner {
	/* border: 1px solid rgb(0,0,0); */
	background: url(../../../../../Desktop/__images/topRight.gif) no-repeat top right;
	text-align: right;
	top: 20px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	height: 144px;
	}

div#footer div#navigation {
	border: none;
	}

div#footer div.bottomLeft {
	/* border: 1px solid rgb(0,255,0); */
	background: url(../../../../../Desktop/__images/bottomLeft.gif) no-repeat bottom left;
	height: 6px;
	margin: 0px 0px 0px 0px ;
	}

div#footer div.bottomRight {
	background: url(../../../../../Desktop/__images/bottomRight.gif) no-repeat bottom right;
	height: 6px;
	}