/* Nanci.org CSS Document */

body {
	background-image:  url(images/blue_background.jpg);
	background-repeat:no-repeat;
	font-family:verdana,ms sans serif,georgia,helvetica,arial;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-image:url(bullet.gif)
}
a:link       {color: #0000FF;text-decoration: none;}
a.active   {color: #FF0000;}
a:visited {color: #0000FF; text-decoration: none;}
a:hover     {color: #FF0000;}

a2:link       {color: #ff00FF;text-decoration: none;}
a2.active   {color: #FF0000;}
a2:visited {color: #0000FF; text-decoration: none;}
a2:hover     {color: #FF0000;}

.bold	{font-weight:bold;}


ul {list-style-type: none;padding-left: 0;margin-left: 0;}
/*		set bullets individually because 3+ line bulleted items look weird & numbered lists are totally screwed up :( 			*/
/*		li {background: url(images/bullet.gif) left center no-repeat;padding-left: 15px;margin-bottom: 10px;} 			*/

.size8   {font-size:  8px;}
.size9   {font-size:  9px;}
.size10 {font-size: 10px;}
.size11 {font-size: 11px;}
.size12 {font-size: 12px;}
.size13 {font-size: 13px;}
.size14 {font-size: 14px;}
.size15 {font-size: 15px;}
.size16 {font-size: 16px;}
.size17 {font-size: 17px;}
.size18 {font-size: 18px;}
.size19 {font-size: 19px;}
.size20 {font-size: 20px;}
.size21 {font-size: 21px;}
.size22 {font-size: 22px;}
.size23 {font-size: 23px;}
.size24 {font-size: 24px;}
.size25 {font-size: 25px;}
.size26 {font-size: 26px;}
.size27 {font-size: 27px;}
.size28 {font-size: 28px;}
.size29 {font-size: 29px;}
.size30 {font-size: 30px;}

.red	{color: #FF0000;}
.yellow	{color: #FFFF00;}
.blue	{color: #0000FF;}
.green	{color: #00FF00;}
.orange	{color: #FF6600;}
.purple	{color: #FF00FF;}
.brown	{color: #663300;}
.white	{color: #FFFFFF;}
.ltgray	{color: #999999;}
.gray	{color: #666666;}
.dkgray	{color: #333333;}
.black	{color: #000000;}

/* The below is for the scrolling text - might be more css code than needed, it hasn't been scrubbed yet */
#pscroller1   {position: relative;width: 195px;height: 110px;border: 1px solid black;padding-left: 3px;padding-right: 3px;padding-top: 3px;background-color: white;}
.pscroller1   {width: 195px;height: 110px;border: 1px solid black;padding-left: 3px;padding-right: 3px;padding-top: 3px;background-color: white;position: relative}
#pscroller2   {width: 160px;height: 20px;border: 1px solid black;padding: 3px;}
#pscroller1 a{text-decoration: none;color:#000000;}
#pscroller2 a{text-decoration: none;color:#000000;}
#blacklink   a{text-decoration: none;color:#000000;}
/* The above is for the scrolling text */

/* The below is the .js navigation menu -- definately not scrubbed yet, straight from program*/
.NavBar1MainItemNormal {
FONT-FAMILY: verdana,ms sans serif,georgia,helvetica,arial;
FONT-SIZE: 15px;
FONT-WEIGHT: bold;
FONT-STYLE: normal;
TEXT-DECORATION: none;
COLOR: #000000;
PADDING-TOP: 0px;
PADDING-RIGHT: 0px;
PADDING-BOTTOM: 11px;
PADDING-LEFT: 0px;
MARGIN-TOP: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
WIDTH: 80px;
HEIGHT: 20px;
BORDER-TOP:#FFFFFF 0px none;
BORDER-RIGHT:#FFFFFF 0px none;
BORDER-BOTTOM:#FFFFFF 0px none;
BORDER-LEFT:#FFFFFF 0px none;
CURSOR: hand;
}

.NavBar1MainItemHover {
FONT-FAMILY: verdana,ms sans serif,georgia,helvetica,arial;
FONT-SIZE: 15px;
FONT-WEIGHT: bold;
FONT-STYLE: normal;
TEXT-DECORATION: none;
COLOR: #FFFF00;
PADDING-TOP: 0px;
PADDING-RIGHT: 0px;
PADDING-BOTTOM: 11px;
PADDING-LEFT: 0px;
MARGIN-TOP: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
WIDTH: 80px;
HEIGHT: 20px;
BORDER-TOP:#FFFFFF 0px none;
BORDER-RIGHT:#FFFFFF 0px none;
BORDER-BOTTOM:#FFFFFF 0px none;
BORDER-LEFT:#FFFFFF 0px none;
CURSOR: hand;
}

.NavBar1MainItemActive {
FONT-FAMILY: verdana,ms sans serif,georgia,helvetica,arial;
FONT-SIZE: 15px;
FONT-WEIGHT: bold;
FONT-STYLE: normal;
TEXT-DECORATION: none;
COLOR: #FFFF00;
PADDING-TOP: 0px;
PADDING-RIGHT: 0px;
PADDING-BOTTOM: 11px;
PADDING-LEFT: 0px;
MARGIN-TOP: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px;
MARGIN-LEFT: 0px;
WIDTH: 80px;
HEIGHT: 20px;
BORDER-TOP:#FFFFFF 0px none;
BORDER-RIGHT:#FFFFFF 0px none;
BORDER-BOTTOM:#FFFFFF 0px none;
BORDER-LEFT:#FFFFFF 0px none;
CURSOR: hand;
}

.NavBar1PlaceHolder {
PADDING-TOP: 0px;
PADDING-RIGHT: 0px;
PADDING-BOTTOM: 11px;
PADDING-LEFT: 0px;
WIDTH: 200px;
HEIGHT: 300px;
CURSOR: pointer;
}
.NavBar1SubGroup{
CURSOR: pointer;
}
/* The above is the .js navigation menu*/

/* The below is for the pop-up testimonials */
#dhtmltooltip{position: absolute;width: 150px;border: 2px solid black;padding: 15px;background-color: lightyellow;visibility: hidden;z-index: 100;font-size: 22px;text-align:center;}
/* The above is for the pop-up testimonials */

/* 	Code written by Don Dalton (code_monkey@thedaltons.us)
	Feel free to be inspired by it ;) (especially the commenting)
	Please drop a line if you blatently plagerize it :)			*/
