@charset "UTF-8";

	/* # # # # # GLOBAL STYLES # # # # # */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

li {
	list-style-type: none;
}

#content_main ol {
	margin-top: 5em;
}

#content_main ol li {
	list-style-type: decimal;
	font-size: 80%;
}

.clear { clear : both; }

h1,h2, h3, h4 {
	color: #3c1c6f;
}

table, th, td {
	border: 1px solid #666;
	border-collapse: collapse;
}

caption {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 9.5em;
}

table {
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

th {
	padding: 5px 10px;
	font-size: 85%;
	text-align: left;
	color: #333;
	text-align: center;
}

td {
	padding: 5px 10px;
	font-size: 90%;
}

.proj_head {
	color: #3333cc;
}

.proj_sub {
	color: #3333cc;
}

img {
	border: none;
}

.img_rt {
	float: right;
	margin: .5em .5em;
	border: 1px solid #000;
}

.img_lft {
	float: left;
	margin: .5em .5em 0 0;
}

.blockquote_header {
	margin-top: 3em;
	margin-left: 40px;
	padding: .5em;
	width: 500px;
	color: #ffcc33;
	background: #3c1c6f;
}

blockquote {
	margin-top: -1.4em;
	background: #3333cc;
	padding: .1em .1em .1em .5em;
	color: #fff;
}

#content_main .pub_lists {
	list-style-type: square;
	margin-right: 2em;
	margin-bottom: 2em;
}

#back_to_top {
	margin: 4em 0 2em 0;
	border-top: 6px solid #3c1c6f;
	border-bottom: 6px solid #3c1c6f;
	padding: .5em 0 .5em .3em;
}

	/* # # # # # MAIN # # # # # */

div#container {
	position: relative;
	width: 800px;
	margin: auto;
}	

div#banner {
	position: relative;
	width: 100%;
}

div#banner h1 {
	position: relative;
	margin-left: 6em;
	padding-top: 100px;
	width: 800px;
	height: 60px;
	background: url(../../Images/latinos_header.jpg) no-repeat;
	text-indent: -9999px;
}

div#banner h1.breast {
	background: url(../../Images/breast_header.jpg) no-repeat;
}

div#banner h1.cb {
	background: url(../../Images/community_header.jpg) no-repeat;
}

div#banner h1.genetics {
	background: url(../../Images/genetics_header.jpg) no-repeat;
}

div#banner h1.tobacco {
	background: url(../../Images/tobacco_header.jpg) no-repeat;
}

div#content {
	margin-top: 1em;
	margin-left: 180px;
	padding: 1em 0 0 1.5em;
	background-color: #fff;
}

	/* # # # # # LEFT COLUMN # # # # # */

div#left_column {
	width: 160px;
	margin-left: 1.2em;
	float: left;
}

div#left_column_links {
	position: relative;
	margin-left: -4em;
}

div#left_column_links li {
	margin-top: 0em;
}

div#left_column_links h2 {
	text-align: center;
}

div#left_column_links img {
	border: none;
}

div#left_column_links ul li p {
	padding: 2em;
	text-align: center;
	font-size: 60%;
}

	/* # # # # # MAIN NAVIGATION # # # # # */
	
	/* MENU */

div#nav ul,li,a {
	/*display: block;*/
	margin:0;
	padding: 2px;
	border:0;
}

div#nav ul {
	width:150px;
	border:3px solid #ffcc33;
	background: #2a005d;
	/*list-style:none;*/
}

div#nav li {
	position:relative;
	padding:2px;
	padding-left:;
	background:;
	z-index:9;
}

div#nav li.folder ul {
	position:absolute;
	left:120px; /* IE */
	top:5px;
}
				
div#nav li.folder>ul { left:140px; } /* others */

div#nav a {
	padding:2px;
	/*border:1px solid #cca329;*/
	text-decoration:none;
	color: #ffcc33;
	font-weight:bold;
	font-size: 80%;
	width:100%; /* IE */
}
	
div#nav li>a { width:auto; } /* others */

	/* REGULAR HOVERS */

div#nav a:hover {
	border-color:gray;
	background-color:#bbb7c7;
	color:black;
}

div#nav li.folder a:hover {
	background-color: #bbb7c7;
}
	
	/* HOVERS WITH SPECIFICITY */
	
div#nav li.folder:hover { z-index: 10; }		
		
div#nav ul ul, li:hover ul ul {
	display: none;
}

div#nav li:hover ul, li:hover li:hover ul {
	display: block;
}
	
#nav {
margin-bottom: 3em;
}		

	/* # # # # # FOOTER # # # # # */

#nav_footer a:link, #nav_footer a:visited {
	color: #3c1c6f;
}

#nav_footer a:hover {
	color: #cccccc;
}

#nav_footer a:active {
	color: #67bab2;
}

#nav_footer {
	margin-left: 180px;
	padding: 1em 0 0 1.5em;
}

#nav_footer li#test {
	display: inline;
	font-size: 70%;
	padding-left: .5em;
}

#nav_footer ul {
	margin-left: -3em;
}

#nav_footer h4 {
	text-align: center;
}

.disclaimer {
	font-size: 70%;
	/*font-style: italic;*/
	text-align: center;
	margin-top: 3em;
}

#nav_footer .disclaimer a#a {
	color: blue;
}

	/* # # # # # CONTENT # # # # # */

div#content_main {
	font-size: 85%;
	float: left;
}

#content_main a {
	color: #543869;
}

#content_main a:hover {
	color: #cccccc;
}

#content_main li {
	list-style-type: disc;
}

#content_main .sub_list {
	list-style-type: none;
	margin-left: -3em;
}

.cb_map { /* used on both community based Redes pages */
	text-align: center;
}

.underline {
	text-decoration: underline;
}

#content_main .secondary_list {
	list-style-type: circle;
}

#content_main .tertiary_list {
	list-style-type: circle;
	margin-left: -2em;
}

#content_main .alt_h4 {
	text-decoration: underline;
	color: #000;
}

#content_main .reg_h4 {
	color: #000;
}

.contact {
	line-height: 1.2em;
}

#content_main .sub_list_contact {
	list-style-type: none;
	margin-left: -3em;
	margin-bottom: 1.5em;
}

#content_main .articles_ul li {
	margin-bottom: 1.2em;
}

.pubs { /* creates space between publications */
	margin-bottom: 4em;
}

.pubs2 { /* creates space between publications */
	margin-bottom: 8em;
}

.width_filler { /* used to fill in width since no content pushes the bottom rules to page edge */
	width: 595px;
}

.nsc {
	margin-bottom: 1.5em;
}














