/*--------  Table of Contents --------------
1. Global, Redefine Default HTML
2. Page Layout
	2.1 Header
	2.2 Body
	2.3 Footer
3. Main Nav Tabs
4. Sub Navigation
5. Section Specific wells, etc.

--------------------------------------------
*/



/*  --- 1. Global, Redefine Default HTML  ----- */
body {
    align: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    behavior: url(/includes/hover.htc); /* This allows css hover effects to work in ie6. Needed for tabs and drop-downs */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
a:link, a:visited {
    color: #09589F;
    text-decoration: underline;
}
a:hover {
    color: #2570B8;
}
p {
    line-height: 16px;
    text-align: left;
}

h1 {
    font-size: 28px;
    color: #999999;
    line-height: 30px;
    font-weight: normal;
    margin: 24px 0px 0px 0px;
}
h2 {
    font-size: 24px;
    color: #999999;
    font-weight: normal;
    margin: 24px 0px 0px 0px;
}
h3 {
    font-size: 18px;
    color: #999999;
    font-weight: normal;
    margin: 24px 0px 0px 0px;
}
ul {
    padding-left: 15px;
    text-align: left;
}
li {

}
form {
    padding: 0px;
    margin: 0px;
}
    .clear{
        clear: both;
        line-height: 0px;
        font-size: 0px;
        height: 0px;
    }
/* --- 2. Page Layout  -------------  */

#page-wrapper {
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
}
/* -------- 2.1. Header -------------   */
#header {
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
#header-left {
    width: 950px;
    text-align: left;
    overflow: hidden;
}
#header-left img#logo  {
    margin: 0px;
}
#header-right #header-right-top {
    height: 60px;
}
#header-right-bottom {
    width: 990px;
    /*width: 991px;*/
}

#header-right {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

#header-right #top-nav {
    width: 255px;
    right: 0px;
    background-color: #CCCCCC;
}
#top-nav-inner {
	float: right;
	padding-top: 30px;
}

#header-right #top-nav-inner {
    margin: 10px 0px 0px 30px;
}
#header-right #top-nav a {
    padding: 2px  14px  2px  4px;
    text-decoration: none;
    display: inline-block;
    background: url(../images/nav-arrow.png) no-repeat right;
}
/* --------  2.2. Body Area -------- */
#sidebar {
    /*
    background:url("/images/sidebar_bg.gif");
    background-repeat: repeat-y;
    background-color: #006699;
    */
    width: 233px;
    float: left;
    margin: 0px;
    overflow: visible;
    text-align: center;
    /*border: 1px solid red;*/
}

#bodywrap {
	background:url("/images/sidebar_bg.gif");
	background-repeat: repeat-y;
	width: 953px;
	margin: 0px;
    /*border: 1px solid yellow;*/
}

#maincontent {
    float: left;
    width: 720px;
    background-color: #EDEDED;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}
#maincontent .inner {
    margin: 0px;
    text-align: left;
}

p#indexcontent {
    width: 450px;
    align: left;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 0px;
}

#homeRightWell {
    width: 214px;
    background:url("/images/donate_bg.gif");
    background-repeat: repeat-y;
    float: right;
    text-align: left;
    padding-left: 1px;
        margin-top: 40px;
    padding-bottom: 30px;
}

#donate {
	padding-left: 38px;
	color: #812552;
}

#breadcrumb {
    float: left;
    padding-bottom: 30px;
    padding-left: 34px;
    font-size: 10px;
    color: #006699;
    width: 685px;
    text-align: left;
}

#headerImage {
	padding-bottom: 20px;
	text-align: left;
	padding-left: 34px;
	width: 600px;
	float: left;
}

#subcontent {
	font-size: 12px;
	width: 710px;
	float: right;
}

#subcontent .inner {
	margin: 0px;
	padding-left: 30px;
	/*width: 550px;*/
	width: 675px;
	float: left;
    text-align: left;
}


/* -------- 2.3 Footer -------- */

.footer-wrapper {
width: 100%;
clear: both;
background-color: #eaeaea;
}
.footer {
width: 950px;
margin: 0px auto;
overflow: hidden;
}
.footer-left {
width: 320px;
float: left;
margin: 20px 0px 10px 20px;
}
.footer-center {
width: 310px;
float: left;
margin: 20px 0px 10px 0px;
}
.footer-right {
width: 320px;
float: left;
text-align: center;
margin: 20px 0px 10px 0px;
}

div.footerContent {
	text-align: left;
	padding-top: 5px;
	font-size: 11px;
}

div.footerContent td {
	padding: 10px 15px 0px 15px;
}
/* --- 3. Main Nav Tabs  ------------- */
#main-nav   {
	background: url(/images/menu_bg_divide.gif);
	background-repeat: repeat-x;
    margin: 0px;
    z-index: 5;
}

#main-nav li {
/* background:url("/images/menu_bg.gif");
background-repeat: repeat-x; */
    padding: 2px 2px 10px 2px;
    margin: 0px 1px 0px 0px;
}
#main-nav a {
font-size: 12px;
font-weight: bold;
float:left;
display:block;
width:auto;
padding:8px 8px 0px 17px;
text-decoration:none;
color: #006699;
}
#main-nav > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#main-nav a {float:none;}

/* --- 4. Sub Navigation  ------------- */


/* --- 4. Section Specific, wells, etc. ------------- */

/* Home Page */
#banner {
	width: 950px;
	height: 150px;
	background-color: #333333;
	color: #999999;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#homecontent {
    margin: 0px;
	width: 720px;
	overflow: hidden;
	float: right;
    /*border: 1px solid red;*/
}

#homecontent .inner {
	margin: 0px;
}

a.blue:link, a.blue:active {
	color: #006699;
	text-decoration:none;
}

a.blue:visited {
	color: #812552;
	text-decoration:none;
}

a.blue:hover {
	color: #99ccff;
	text-decoration:none;
}

/* herbs box styles | start */
.box-gray, .box-info, .box-error, .box-notice, .box-success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.box-gray{background:#EDEDED;color:#444444;border-color:#CCCCCC;}
.box-gray .img_panel{
	float:left;
	overflow:hidden;
	margin:5px;
	width:120px;
}
.box-info {background:#E0ECFF;color:#444444;border-color:#7799BB;}
.box-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.box-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.box-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.box-error a {color:#8a1f11;}
.box-notice a {color:#514721;}
.box-success a {color:#264409;}

/* herbs box styles | stop */
