@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body  {
	font: 11pt Helvetica, Arial, sans-serif;
	line-height:145%;
	background:#efefef url(/images/bg_gradient.jpg) repeat-x 0 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:rgb(64,64,64);
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /*#fffae7;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:justify; /* this overrides the text-align: center on the body element. */
	background-repeat:repeat;
}
	

/* HEADER */

.twoColFixLtHdr #header { 
	/*background: #1a3e6c;*/
	height: 220px;
	padding: 0px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(/images/LJD_header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
	position:relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header p a {
	font: 200% Georgia, serif;
	color:#1a3e6c;
	letter-spacing:-1px;
	text-indent:-9999px;
	position:absolute;
	width:220px;
	height:210px;
	left:15px;
	top:10px;
}


/* GLOBAL NAV */

#globalnav { 
	width: 780px; 
	height:50px; 
	background-color:#10243d; 
	line-height:50px; 
	text-align:center; 
	font:14pt Helvetica, Arial, sans-serif;
	border-top:1px solid #000; 
	border-bottom:1px solid #000;
}
#globalnav ul {
	text-align:center;
	list-style-type:none;
}
#globalnav ul li {
	float:left;
	display:list-item;
	/*margin-top:12px;*/
	padding:0 2px 0em 0;
	background-attachment:fixed;
	background:url(/images/nav/gn-bar.png) no-repeat 100% 0;
	overflow:hidden; 
}
#globalnav ul li.first { /*margin-left:30px;*/ }
#globalnav ul li.last { background:none; padding-right:0; }

#globalnav ul li a {
	text-indent:-9999px;
	display: block;
	height: 50px;
	line-height:50px;
}
#globalnav ul li a:hover { background-position: 0 -50px; }

#gn-home a { width: 96px; background: url("/images/nav/gn-home.gif") no-repeat 0 0; }
#gn-about a { width: 173px; background: url("/images/nav/gn-about.gif") no-repeat 0 0; }
#gn-issues a { width: 137px; background: url("/images/nav/gn-issues.gif") no-repeat 0 0; }
#gn-news a { width: 187px; background: url("/images/nav/gn-news.gif") no-repeat 0 0; }
#gn-contact a { width: 178px; background: url("/images/nav/gn-contact.gif") no-repeat 0 0; }


/* TAGLINE */

#tagline {
	height:25px;
	/*background-color:#1a1f24;*/
	background-color:#10243d;
	color:#CCC;
	text-align:center;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	line-height:25px;
	padding:5px;
}


/* SIDEBAR */

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 15px 30px;
	text-align:left;
	margin-bottom:30px;
}


/* MAIN CONTENT */
.twoColFixLtHdr #mainContent { 
	margin: 20px 7px 20px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a { text-decoration:underline; }
#mainContent p + p { margin-top:1.2em; }



/* FOOTER */

.twoColFixLtHdr #footer { 
	padding: 15px 40px 15px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#d8d9df;
	/*border-top:10px solid #10243d;*/
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color:rgb(64,64,64);
}

/* FLOATS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#preload {
	display:none;
	overflow:hidden;
	left:-9999px ;
	top:-9999px ;
	height: 1px ;
	width: 1px ; 
}


/* TYPE */

h1 { font: 200% Georgia, serif; color:#1a3e6c; letter-spacing:-1px; margin:0 0 0.3em 0; text-align:left; }
h2 { font: 150% Georgia, serif; color:#1a3e6c; letter-spacing:-1px; margin:0 0 0.6em 0; text-align:left; }
h3 { font: 120% Georgia, serif; color:#1a3e6c; letter-spacing:-1px; margin:0 0 0.9em 0; text-align:left; }

img { border-style: none; }
#mainContent img { border:1px solid #999; padding:4px; display:block; }

a { text-decoration: none; }
a:link { color:rgb(64,64,64); }
a:visited { color:rgb(64,64,64); }
a:hover { text-decoration: underline; }
a:focus, a:active { outline:none; }

a.pdf { 
	background: url(/images/icons/pdficon_small.gif) 0 0.2em no-repeat;
	display: block;
	padding-left: 25px;
	line-height:1.7em;
	font-weight:bold;
}

#footer a:link, #footer a:visited {
	/*color:#ffb754;*/
	font-weight:bold;
}


/* ELEMENTS */

.block {
	float:left;
	background-color:#332928;
	position:relative;
	width: 1em;
	height: 10px;
	margin-left:1em;
}

.dottedLine {
	border-top:1px #efefef solid;
	position:relative;
	top:3px;
	width:780px;
	height:3px;
}

.spacer { height:40px; }

ul.square {
	list-style: square outside;
	margin: 0em 1em 2em 3em;
	/*margin-left: 1em;*/
	font-size:110%;
	line-height: 1.7em;
	letter-spacing:0.01em;
	/*color:#9f2d20;*/
}
ul.square li {
	line-height:125%;
	margin-bottom:0.5em;
}

ul.round {
	list-style: disc outside;
	margin: 0.3em 2em 1.5em 3em;
	line-height: 1.5em;
	text-align:left;
}
ul.round li {
	line-height:125%;
	margin-bottom:0.5em;
}


/* LOCAL NAV */

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: 100% Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height: 190%;
	width: 200px;
}
ul.menu li {
	margin: 0;
	padding: 0;
}
ul.menu li a {
	display: block;
	text-decoration: none;
	color:rgb(64,64,64);
	/*background-color: #dbc68d;*/
	padding: 0 0 0 20px;
	width: 180px;
}
ul.menu li a:hover {
	/*background-color: #7c98ae;*/
	font-weight:bold;
	color:#000;
}
ul.menu li a.current,ul.menu li a.current:hover {
	background-color: #00365b;
}

ul.contributemenu { list-style-type: none; }
ul.contributemenu li a { text-decoration:none; padding: 0 0 0 25px; }

.caption {
	font-size:12px;
	line-height:17px;
	text-align:left;
	color:#000;
	background-color:#d8d9df;
	border:1px solid #999;
	border-top:none;
	padding:10px;
}


/* Nifty Rounded Corners */

div#nifty { margin:20px 0 0 0; background:#d8d9df; }
b.rtop, b.rbottom { display:block; background:#fff; }
b.rtop b, b.rbottom b {
	display:block; 
	height:1px;
    overflow:hidden; 
	background:#d8d9df;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


/* Quotes */

.quoteText { font-weight:bold; font-size:17px; font-style:italic; line-height:24px; text-indent:-5px; margin:27px 30px 0 30px; }
.quoteName { font-weight:normal; text-align:right; font-style:normal; margin:0 30px 30px 30px; }