/*main body style*/
body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; margin-top: 20px; margin-bottom: 20px; margin-left: 20px; margin-right: 20px; background-color: #F16628;}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #CC3300; margin-bottom: 0px;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; margin-bottom: 0px;}

/*Home Page Body Content Area*/
td.homewelcome {vertical-align: top; width: 487px; height: 375px; padding-top: 70px; padding-left: 50px; background-image:url(../images/bg-home-top.jpg);}
td.homearrows {vertical-align: bottom; text-align: right; padding-right: 10px;}

/*Sub Page Body Content Area*/
td.subcontent {vertical-align: top; width: 693px; height: 634px; padding-top: 70px; padding-left: 50px; background-image: url(../images/bg-sub-body.jpg);}
td.subarrows {vertical-align: bottom; text-align: right; padding-right: 10px;}

/*List Styles*/
li,ol {
color:#333;
font-family:Arial, Helvetica, sans-serif;
line-height:15px;
list-style-type:square;
font-size: 12px;
}

/*Controls the height above the List Styles*/
ul {
margin-left:3em;
margin-top:-0em;
text-indent:-0.0em
}

/*Links - Global*/
a:link {color: #333333; text-decoration: underline; font-size: 12px;}
a:visited {color: #333333; text-decoration: underline; font-size: 12px;}
a:active {color: #666666; text-decoration: underline; font-size: 12px;}
a:hover {color: #666666; text-decoration: underline; font-size: 12px;}

/*Navigation Right Border - Spacing*/
#nav-nuts {padding-left: 50px; padding-top: 120px; padding-bottom: 60px;}
#nav-portfolio {padding-left: 25px; padding-top: 60px; padding-bottom: 60px;}
#nav-buzz {padding-left: 48px; padding-top: 60px; padding-bottom: 60px;}
#nav-giving {padding-left: 55px; padding-top: 60px; padding-bottom: 60px;}

/*Navigation Right Border - Spacing - SubPages*/
#nav-nuts-sub {padding-left: 40px; padding-top: 120px; padding-bottom: 60px;}
#nav-portfolio-sub {padding-left: 15px; padding-top: 60px; padding-bottom: 60px;}
#nav-buzz-sub {padding-left: 38px; padding-top: 60px; padding-bottom: 60px;}
#nav-giving-sub {padding-left: 45px; padding-top: 60px; padding-bottom: 60px;}

/*Footer Styles*/
td.footer {color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 16px; padding-top: 0px; padding-left: 20px;}
a.footer:link {color: #333; font-weight: none; font-size: 10px; text-decoration: underline}
a.footer:visited {color: #333; font-weight: none; font-size: 10px; text-decoration: underline}
a.footer:active {color: #FFF; font-weight: none; font-size: 10px; text-decoration: underline}
a.footer:hover {color: #FFF; font-weight: none; font-size: 10px; text-decoration: underline}
