/** Screen Styles
	*
	* 1. Body
	* 2. Header
	* 3. Navigation
	* 4. Content
	* 5. Footer
	* 6. General Classes
	*
	*/
	
/***********************Body******************/
body{
	cursor:default;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 100%;
}

.background_DarkBlue {
	background-image: url(../images/Bkgrd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

.background_ltBlue {
	background-image: url(../images/Bkgrd_ltblue.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.background_yellow {
	background-image: url(../images/Bkgrd_yellow.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
ol {
	font-size: 85%;
	line-height: 2em;
}
.list_alpha {
	list-style-type: lower-alpha;
}



a:link {
	FONT-WEIGHT: bold;
	COLOR: #005288;
	text-decoration: underline;
}
a:visited {
	FONT-WEIGHT: bold; 
	COLOR: #036635;
}

a:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
	background-color: #005288;
	padding: 3px;
}

fieldset{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label{}
a img{border:none;}

legend{
	letter-spacing:3px;
	}
	
#wrap{
	overflow:hidden; /* The width of the rail */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #005288;
	width: 75%;
	background-color: #FFFFFF;
	background-image: url(../images/HeaderBkgrd.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/********************************Home Page Header**************/
#header{
	clear: both;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005288;
	background-image: url(../images/JDNLogo_Large.png);
	height: 180px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
}
#header img {
	text-align: right;
	display: block;
	background-position: right;
	float: right;
}

/*******************Header Secondary Pages*******************/
#header2{
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	height: 115px;
	padding-right: 0px;
	margin-right: 20px;
	font-size: 200%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #005288;
}
#header2 img {
	text-align: right;
	display: block;
	background-position: right;
	float: right;
	margin-right: 10px;
}



/********************Top Navigation******************/
#navlist_left {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 90%;
	overflow: hidden;
	text-align: left;
	text-indent: 0px;
	position: relative;
	width: 50%;
	padding: 0px;
	margin: 0px;
	float: left;
	height: auto;
}
	
#navlist_left p {
	margin: 0px;
	font-size: 85%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

}


#navlist_right {
	float: right;
	position: static;
	width: 47%;
}

#navlist_right p {
	margin: 0px;
	text-align: right;
	font-size: 75%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;

}

/********************Search*****************/
#search {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;

}
#search a:link {
}

#search a:hover {
	border: 2px dotted #005288;
}


#search .submit {
	background-color: #c9ddac;
	font-weight: bold;
	color: #005288;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border: 2px dotted #005288;
	font-size: 100%;
	letter-spacing: 1px;
}
#search .text {
	font-family: Arial, Helvetica, sans-serif;
	color: #005288;
	font-size: 100%;
	padding: 2px;
	letter-spacing: 1px;
	border: 1px solid #64C1FF;
	text-indent: 5px;
}
#search .text:first-letter {
	text-decoration: underline;
}


#search label {
	margin: 0px;
	padding: 0px;
	display: none;
}
#search form {
	padding: 0px;
	margin: 0px;
	float: right;
}
#search fieldset{
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

#search legend {
	letter-spacing:3px;
	float: left;
	color: #FFFFFF;
	font-size: 90%;
	}
	

/************************Content**********************/

#content{
	margin:10px;
	width: 100%;
	float: left;
}
		
	#content p{
	font-size:1.1em;
	margin:0px;
	line-height:1.25em;
	text-align:left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}
/**************Main Right Column*************/
#mainrightcol {
	width: 95%;
	float: left;
	height: 100%;
	position: relative;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}	
	
/*************** FORMATTING **************/
h1, h2, h3, h4, h5, h6 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
}

h1 {
	color: #005288;
	font-size: 300%;
	font-weight: 800;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 5px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #005288;
	line-height: 1.5em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -6px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	background-image: url(../images/networkstar.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 2px 6px;
}

h3 {
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #005288;
	line-height: 1.75em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
}

h4 {
	margin: 0 0 3px 0;
	font-size: 90%;
	font-weight: bold;
	color: #005288;
}

p {
	padding: 0;
	font-size: 85%;
	line-height: 2em;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: "Trebuchet MS", Tahoma, Arial;	
}
ul {
	font-size: 85%;
	line-height: 2.0em;
	list-style-image: url(../images/green-bullet.png);
	font-weight: normal;
}
ul ul {
	font-size: 100%;
	line-height: 2.0em;
	list-style-image: url(../images/Bullet_golden.gif);
	font-weight: normal;

}

ul ul ul {
	font-size: 100%;
	line-height: 2.0em;
	list-style-type: disc;
	list-style-image: none;
	font-weight: normal;
	}
li {
	
}

hr {
	color: #005288;
	padding: 5px;
	margin: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #005288;
	border-left: none;

}

/************** You Are Here **************/
.YouAreHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #005288;
	padding: 0px;
	display: block;
	text-indent: 0px;
	font-weight: normal;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	}

/*********Skip Navigation ************/
#skipnavigation{
  position: absolute; 
  left: -1000px; 
}
/*********Tool Tips ************/

div.tooltip {
	border:1px solid InfoText;
	background:#f3dfa9;
	color:#005288;
	font:small-caption;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	}

tab {
	background-color: #f3dfa9;
}

/****************Footer*********************/
#footer
{
	clear: both;
	padding: 5px;
	TEXT-ALIGN: center;
	margin-top: 0px;
	color: #005288;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #94BC59;
}
.highlight {
	font-size: 100%;
	color: #005288;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	margin: 10px;
}

#footer LI {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	MARGIN-RIGHT: 5px;
	margin-top: 5px;
	top: 5px;
}
#footer a:link {
	color: #005288;
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#footer a:visited {
	FONT-WEIGHT: normal;
	color: #005288;
	text-decoration: underline;
}

#footer a:hover {
	FONT-WEIGHT: bold;
	color: #FFFFFF;
	background-color: #005288;
	text-decoration: underline;
}
.address {
	DISPLAY: inline;
	BORDER-RIGHT-STYLE: none;
	color: #000000;
	font-weight: normal;
	font-size: 85%;
	letter-spacing: .05em;
}

/****************Join Button*********************/

#Button_Join
{
	color: #FFFFFF;
	float: right;
	height: 27px;
	width: 122px;
	position: absolute;
	left: 416px;
	top: 29px;

}

#Button_Join a:link {
	FONT-WEIGHT: normal;
	text-decoration: none;
	display: block;
	background-image: url(../images/JoinButtonUp.png);
	background-repeat: no-repeat;
	color: #D2E2B9;
	background-position: center center;
}
#Button_Join a:visited {
	FONT-WEIGHT: normal;
	text-decoration: none;
	display: block;
	background-image: url(../images/JoinButtonUp.png);
	background-repeat: no-repeat;
	color: #D2E2B9;
	background-position: center center;
}

#Button_Join a:hover {
	FONT-WEIGHT: normal;
	text-decoration: none;
	display: block;
	background-image: url(../images/JoinButtonDown.png);
	background-repeat: no-repeat;
	color: #D2E2B9;
	background-position: center center;
}

/****************Icon Classes*********************/

/* block-icon */
.new {
	height: 48px;
	background-image: url(../icons/tnt_icon_08.png);
	background-repeat: no-repeat;
	text-indent: 50px;
}

.forum {
	height: 48px;
	background-image: url(../icons/talking.png);
	background-repeat: no-repeat;
	text-indent: 50px;
}

.search {
	height: 48px;
	background-image: url(../icons/tnt_icon_15.png);
	background-repeat: no-repeat;
	text-indent: 50px;
}

.calendar {
	height: 48px;
	background-image: url(../icons/tnt_icon_02.png);
	background-repeat: no-repeat;
	text-indent: 50px;
}

.members {
	height: 48px;
	background-image: url(../icons/tnt_icon_14.png);
	background-repeat: no-repeat;
	text-indent: 50px;
}


/****************Classes*********************/

.tiny {
	font-size: 75%;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 1px;
	background-position: center center;
	width: 100%;
	text-indent: 5px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
	padding: 5px;
	display: inline;
	background-position: left;
}

.underline {
	text-decoration: underline;
}

.describe {
position: absolute;
   top: -20em;
   left: -200em;
}
ul ul ul ul {
	font-size: 100%;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-image: none;
}
.first {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005288;
}

.alphabet {
	font-size: 150%;
	color: #005288;
	text-align: center;
}


acronym {
  border-bottom: 1px dotted black;}
  
acronym:after {
  content: " (" attr(title) ")";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right {

	text-align: right;
	padding: 5px;
	display: inline;
	background-position: right;
}
.table {
	border: 1px groove #005288;
}
.table td {
	border: 1px groove #005288;
}
.Wisconsin li {
	list-style-image: url(../images/Wisconsin.png);
}
.National li {
	list-style-image: url(../images/National.png);
}
.Distance li {
	list-style-image: url(../images/Distance.png);
}
