/* STYLESHEET FOR E-LEAD.ORG */

/* STANDARD TAGS */

body {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	background-color: white;
	margin: 0;
}

body#related {
	padding: 15px;
}

h1 {
	font-size: 16px;
	color: #fda000;
	font-weight: bold;
	padding: -2px;
	border-bottom: dotted 1px #369;
}

h2 {
	font-size: 12px;
	color: #369;
	margin-bottom: 0;
}

h2#disclaimer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 1px #369;
}

h3 {
	font-size: 11px;
	font-style: oblique;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

a img {
	border: none;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image: url(/images/squareOrange.gif);
}

li {
	margin-bottom: 5px;
}

ul ul {
	list-style-image: none;
	list-style-image: url(/images/squareOrange.gif);
	margin-top: 5px;
}

ul ol {
	list-style-image: none;
	margin-top: 5px;
}

.isllc_list {
	list-style: none;
}

.isllc_description {
	text-transform: lowercase;
	color: #336600;
}

dt {
	font-weight: bold;
	padding-left: 1em;
	border-left: solid 1em #fda000;
}

dd {
	margin: 0 0 1em 2em;
}

form {
	margin: 0;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

fieldset {
	margin-bottom: 1.5em;
	padding: 1.5em;
}

legend {
	font-weight: bold;
	font-size: 14px;
}

/* HEADER */

.banner {
	position: relative;
	top: -22px;
}


/* LAYOUT DIVs */

#leftColumn {
	float: left;
	width: 200px;
	margin-right: 15px;
	padding: 15px;
}

#leftColumn p {
	font-size: 11px;
	color: #4778B4;
	margin: 5px 0 0 0;
}

#searchbox {
	margin: 0 0 20px 0;
}

.formbutton {
	padding: 2px 4px;
	background-color: #4778B4;
	font-weight: bold;
}

a .formbutton {
	color: white;
	text-decoration: none;
	border-top: solid 2px #496791;
	border-left: solid 2px #496791;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
}

a:hover .formbutton {
	border-top: solid 2px black;
	border-left: solid 2px black;
	border-bottom: solid 2px #496791;
	border-right: solid 2px #496791;
	background-color: #fda000;
}

#sideimg {
	margin-bottom: 20px;
}

#content {
	margin-left: 238px;
	width: 500px;
	height: 100%;
	padding: 15px;
	border-top: solid 2px #496791;
	border-left: solid 2px #496791;
	border-right: solid 2px #496791;
}

#footer {
	clear: both;
	border-top: dotted 1px #069;
	padding: 15px;
	font-size: 10px;
	color: #496791;
}

#footer #left {
	float: left;
	width: 180px;
	margin-right: 15px;
}

#message {
	margin: 20px 0 20px 10px;
	padding: 15px 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: dotted 1px #069;
	border-bottom: dotted 1px #069;
}

#message li a {
	text-decoration: none;
	color: #069;
	white-space: nowrap;
}

#message li a:hover {
	text-decoration: underline;
}

.floatleft {
	float: left;
	width: 75px;
	margin-right: 15px;
}

#footer #middle {
	margin-left: 240px;
	width: 500px;
}


/* NAVIGATION TABS */

ul#navtabs {
	margin: 15px 0 3px 245px;
	list-style: none;
}

#navtabs li {
	display: inline;
	margin-right: 5px;
	text-align: center;
}

#navtabs li a {
	background-color: #496791;
	padding: 3px 2px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	border: solid 2px #496791;
}

#navtabs li a:hover {
	background-color: #fda000;
	border-bottom: none;
}

#home #hometab a,
#about #abouttab a,
#principles #principlestab a,
#programs #programstab a,
#resources #resourcestab a,
#blog #blogtab a,
#submit #submittab a {
	background-color: white;
	color: #496791;
	border-bottom: none;
	padding-bottom: 5px;
	position: relative;
	top: 0px;
}


/* CUSTOM CLASSES AND IDs */

.center {
	text-align: center;
}

.col1 {
	float: left;
	width: 45%;
	margin: 0 15px 10em 0;
}

.description {
	font-size: x-small;
	font-weight: bold;
}

.notop {
	margin-top: 0;
}

.subnav {
	color: #496791;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 1px #069;
}

.subnav em {
	color: #69c;
}

ul.inline {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

ul.inline li {
	display: inline;
	margin-right: 5px;
	padding-left: 5px;
	border-left: solid 1em #fda000;
}

ul.inline li a {
	white-space: nowrap;
}

ul.category {
	font-size: 14px;
	font-weight: bold;
	color: #496791;
}

ul.category li {
	margin-top: 1em;
	margin-bottom: 10px;
	list-style-image: url(/images/triangle_orange.gif);
}

.hidden {
	display: none;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
	
ul.category li ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(/images/squareOrange.gif);
	list-style-type: square;
}

.spaceAfter li {
	margin-top: 15px;
}

.bold {
	margin-top: 1em;
	padding-top: 0.5em;
}

.bold li {
	font-weight: bold;
}

.bold li * {
	font-weight: normal;
}

ul.refs {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.refs li {
	text-indent: -2em;
	margin-left: 2em;
}

A.headerlink:link { color: #333399; text-decoration: underline; font-weight: bold; } 
A.headerlink:visited { color: #000000; text-decoration: underline; font-weight: bold; } 
A.headerlink:hover{ color: #FF9900; text-decoration: underline; font-weight: bold; } 
A.headerlink:active { color: #333399; text-decoration: underline; font-weight: bold; } 

.withlogo {
	margin-left: 100px;
}
