@charset "utf-8";
/* Defualt CSS for CNV2 */

body {
margin: 20px 0px 10px 0px;
background-color: white;
background-image:url(../images/framework/bgFadeLogo.jpg);
background-repeat: no-repeat;
background-position: 825px 95%;
background-attachment: fixed;
}

h1 {
color: #a08fbf;
font-family: "Courier New", Courier, monospace;
padding-top: 12px;
padding-bottom: 12px;
}

h2 {
color: #7a1211;
font-family: "Times New Roman", Times, serif;
font-style: italic;
}

h3 {
color: #7a1211;
font-family: "Times New Roman", Times, serif;
}

p{
color: #263033;
font-family: "Times New Roman", Times, serif;
text-align:justify; /* This makes all pages global "newspapery" */
}

p.center{
color: #263033;
font-family: "Times New Roman", Times, serif;
/* text-align:justify; /* This makes all pages global "newspapery" */
text-align:center;
}

.small{
font-size:small;
margin: 0px;
padding: 0px;
}

.subscript {
font-size:small;
margin:0px;
padding:0px;
color:#999999;
}

.redText{
color: #7a1211;
font-weight:bold;
}

.fRight{
float:right;
}

.fLeft{
float:left;
}

/* ID's code */

/* Content Div areas */

#titleRightUnder {
position: absolute;
left: 200px;
top: 90px !important;
top: 105px;
width: 450px;
}

#mainBody {
width: 460px;
position: absolute;
top: 140px;
left: 200px;
}

/* Start Top Button Code */

#CN_sideBarTop {
position: absolute;
top: 50px;
left: 5px;
z-index: 1;
}

#aboutUsButton {
position: absolute;
left: 185px;
top: 50px;
z-index: 1;
}

#programsButton {
position: absolute;
left: 310px;
top: 50px;
z-index: 1;
}

#getInvolvedButton {
position: absolute;
left: 435px;
top: 50px;
z-index: 1;
}

#storiesButton {
position: absolute;
left: 560px;
top: 50px;
z-index: 1;
}

#newsButton {
position: absolute;
left: 685px;
top: 50px;
z-index: 1;
}


/* End Top Button Code */
/* Start Side Button Code */

#sideButton01 {
position: absolute;
left: 669px;
top: 153px;
z-index: 1;
}

#sideButton02 {
position: absolute;
left: 669px;
top: 187px;
z-index: 1;
}

#sideButton03 {
position: absolute;
left: 669px;
top: 221px;
z-index: 1;
}

#sideButton04 {
position: absolute;
left: 669px;
top: 255px;
z-index: 1;
}

#sideButton05 {
position: absolute;
left: 669px;
top: 289px;
z-index: 1;
}

#sideButton06 {
position: absolute;
left: 669px;
top: 323px;
z-index: 1;
}

#sideButton07 {
position: absolute;
left: 669px;
top: 357px;
z-index: 1;
}

/* End Side Button Code */

/* Start Framwork Code */

#sideBarLower {
position: absolute;
left: 5px;
top: 153px;
z-index: 0;
}

#sideBarLowerLower {
position: absolute;
left: 5px;
top: 518px;
z-index: 0;
background-image:url(../images/framework/LowerLowerStripe.jpg);
background-repeat:repeat-y;
height:auto;
width:180px;
border:none;
}

#rightButtonCapShort {
position: absolute;
left: 810px;
top: 50px;
z-index: 1;
}

#sideBarPicture {
position: absolute;
left: 13px;
top: 161px;
z-index: 1;
}

#sideBarFrame {
position: absolute;
left: 5px;
top: 153px;
z-index: 2;
}

#bottomCapSideBar{
position: absolute;
left: 5px;
top: 883px;
z-index: 1;
}

#flashUnderBoarder {
position: absolute;
left: 185px;
top: 95px;
z-index: 0;
}

#topCapSideButtons {
position: absolute;
left: 669px;
top: 132px;
z-index: 0;
}


/* Lower Cap on side bar, with stack positions.  Use the stack number for how many side buttons are on that page */
#bottomCapSideButtons1Stack {
position: absolute;
left: 669px;
top: 187px;
z-index: 0;
}

#bottomCapSideButtons2Stack {
position: absolute;
left: 669px;
top: 221px;
z-index: 0;
}

#bottomCapSideButtons3Stack {
position: absolute;
left: 669px;
top: 255px;
z-index: 0;
}

#bottomCapSideButtons4Stack {
position: absolute;
left: 669px;
top: 289px;
z-index: 0;
}

#bottomCapSideButtons5Stack {
position: absolute;
left: 669px;
top: 323px;
z-index: 0;
}

#bottomCapSideButtons6Stack {
position: absolute;
left: 669px;
top: 357px;
z-index: 0;
}

#bottomCapSideButtons7Stack {
position: absolute;
left: 669px;
top: 391px;
z-index: 0;
}

/* Funtion Codes */

.floatstop {
	clear:both;
}

a.button {
padding: 0px;
margin: 0px;
text-decoration: none;
}

a.h3link {
color: #7a1211;
font-family: "Times New Roman", Times, serif;
text-decoration:underline;
padding:0;
margin:0;
font-size:large;
font-weight:bold;
}

a.h3link:hover {
text-decoration:none;
}

img.button{
border: 0px none;
}