/* 
 * Cascading Style Sheet for Deaf Blind League of New Jersey.
 * Created by: Daniel Yearwood - Envisioned Prototype Freelance Graphic and Web Design - http://www.envisionedprototype.com/.
 * April 20, 2008.
*/



/* BODY DEFINITIONS */

body {
	color:#fff;
	background-color:#094a66;
	background-image:url(images/page-bg.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	font-size:.80em;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}



/* DIV DEFINITIONS */

#masthead {
	height:180px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding:0;
	margin:0;
	overflow:inherit;
}

#navigation {
	height:1%;
	color:#fff;
	background-color:#000;
	text-align:left;
	padding:20px 15px;;
	margin:0;
	overflow:hidden;
}

#content {
	height:1%;
	color:#000;
	background-color:#fff;
	padding:20px;
	margin:0;
	overflow:hidden;
}

#footer {
	height:1%;
	color:#fff;
	background-color:#000;
	text-align:left;
	padding:10px 20px;
	margin:0;
	overflow:hidden;
	text-align:right;
}

#copyright {
	height:1%;
	text-align:center;
	font-size:.95em;
	padding:10px 20px;
	margin:0 0 20px 0;
	overflow:hidden;
}

.separator {
	clear:both;
}


/* LINK DEFINITIONS */

.hidden {
	display:none !important;	
}

#navigation ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#navigation ul li {
	border-right:1px solid #fff;
	padding:0 5px;
	display:inline;
}

#navigation ul li a {
	color:#fff;
	background-color:#000;
	font-weight:bold;
}

#navigation ul li a:hover {
	color:#0cf;
	background-color:#000;
	font-style:italic;
}

#footer a {
	color:#fff;
	background-color:#000;
}

#footer a:hover {
	color:#0cf;
	background-color:#000;
	font-weight:bold;
}

#copyright a {
	color:#fff;
	background-color:#094a66;
}

#copyright a:hover {
	font-weight:bold;
}

#masthead a {
	color:#fff;
	background-color:transparent;
}

#masthead a:hover {
	font-weight:bold;
}

#content a:hover {
	font-weight:bold;
}

/* TABLE DEFINITIONS */

table {
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table caption {
	font-weight:bold;
	font-size:1.3em;
	border-bottom:1px solid #000;
	padding:3px 0;
	margin:20px 0 0 0;
}

table th {
	text-align:left;
	border-bottom:3px solid #000;
	padding:3px 15px;
	margin:0;
}

table td {
	text-align:left;
	border-bottom:1px solid #000;
	padding:3px 15px;
	margin:0;
}

#footer img {
	border:0px;
}


/* TEXT FORMATTING DEFINITIONS */

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

.bold-underline {
	font-weight:bold;
	text-decoration:underline;
}

.bold-italic {
	font-weight:bold;
	font-style:italic;
}

.italic-underline {
	font-style:italic;
	text-decoration:underline;
}

.bold-italic-underline {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}

.note {
	color:#f00;
	background-color:#fff;
	font-weight:bold;
	font-style:italic;
}

#footer p {
	padding:0;
	margin:0;
}

#copyright p {
	padding:0;
	margin:0;
}