/* @override http://www.reachinghispanics.org/stylesheets/design/18.css */

/* @group layout */
body, html { 
	color: black; 
	font-family: Helvetica, Arial, Geneva, sans-serif; 
	line-height: 1.4em; 
	background: url(/stylesheets/design_images/18/css.bodybackground.gif) top left repeat; 
	margin: 0; 
	padding: 0; 
}
body { 
	width: 750px;
	margin: 10px auto; 
}
.hidden { 
	display: none; 
}
.hidden2 {
	margin-left: -10000px;
}
.container1 { 
	background: url(/stylesheets/design_images/18/css.picture.gif) top right no-repeat;
	width: 750px;
	margin: 0;
}
.container1.right {
	margin: 17px auto; 
}
.container1.both {
	margin: 17px 17px 17px auto;
}
#header {
	margin: 0;
	padding: 0;
}
#header a {
	display: block;
	background: url(/stylesheets/design_images/18/css.header.gif) top right no-repeat;
	width: 525px;
	height: 119px;
	margin: 0;
	padding: 0;
}
#header .notfront a:hover {
	text-decoration: none;
	background-position: bottom;
}
#container2 { 
	background: url(/stylesheets/design_images/18/css.background.gif) top right repeat-y;
	width: 750px;
	margin: 0;
	float: left;
}
#main { 
	width: 525px;
	width/**/:/**/ 500px;
	padding: 5px 0 5px 25px;
	float: left; 
	margin: 0;
}
.node {
	position: relative;
}
#main p.teaser {
	font-size: 90%;
	line-height: 1;
	max-width: 300px;
}
#sidebar { 
	float: right; 
	width: 225px;
	padding-top: 34px;
	background: url(/stylesheets/design_images/18/css.picture.gif) no-repeat left -119px;
}
#logo {
	text-align: right;
	margin-right: 20px;
}

/* @group sidebar */

#sidebar .zone {
	margin: 10px 10px 30px 35px;
	background: none;
}

#sidebar ul.menu li {
	list-style-type: none;
}
#sidebar ul.menu li a, #sidebar ul.menu li span {
	display: inline-block;
}
#sidebar ul.menu li a, #sidebar ul.menu li span {
	background-image: url(/stylesheets/design_images/18/css.sidebarmenu.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	padding: .3em 8px;
	color: black;
	margin: 5px 0;
}
#sidebar ul.menu li span span,
#sidebar ul.menu li a span {
	background: none;
	padding: 0;
	display: inline;
	margin: 0;
}
#sidebar ul.menu li a:hover, #sidebar ul.menu li.current span {
	background-position: top left;
	text-decoration: none;
	color: black;
}
#sidebar ul.menu li.current span {
	font-weight: bold;
}

/* @end */
#footer {
	background: url(/stylesheets/design_images/18/css.footer.gif) bottom left no-repeat;
	clear: both;
	height: 15px;
	margin: 0;
}

/* @group contact */
.contactform label {
	display: block;
	color: #666;
	font-size: 85%;
	font-style: italic;
}
.contactform input[type="text"] {
	width: 490px;
}
.contactform textarea {
	width: 490px;
	height: 10em;
}

.contactform.submission {
	background: #0062e1;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	color: white;
}

/* @end */

/* @group from old */

.book .nav .links .up,
.book .nav .titles {
	display: none;
}
.book .nav, .book .tree {
	margin: 0 30px;
	padding: 0 10px;
	border: none;
	border-top: 1px solid #0062e1;
}
.book .tree {
	padding: 1em 0;
}
.book .tree a {
	display: block;
}
.nav a:link, .nav a:visited {
	padding: 2px 5px;
	background-color: #0062e1;
	color: white;
}
.book .nav .prev a:hover {
	position: relative;
	right: 10px;
	text-decoration: none;
	padding-right: 15px;
}
.book .nav .next a:hover {
	position: relative;
	left: 10px;
	text-decoration: none;
	padding-left: 15px;
}

/* @end */
/* @end */

/* @group typography */
body {
	font-size: .9em;
	line-height: 1.3em;
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address, img { 
	margin: 0; 
	padding: 0; 
	list-style: none}
a img {
	border: none;}
a:link { 
	color: blue; 
	text-decoration: none; }
a:visited { 
	color: blue; 
	text-decoration: none; }
a:hover { 
	color: purple; 
	text-decoration: underline; }
#clear { 
	clear: both; }
.centered { 
	text-align: center;}
img.centered {
	margin: auto;}
small {
	font-size: .8em;
	line-height: 100%;}
.highlight {
	font-size: 150%;
	line-height: 100%;
	padding-top: .2em;
	font-weight: bold;}

/* @group main */

#main h1 {
	font-size: 1.75em;
	line-height: 1em;
	border: 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: .25em;
	padding-bottom: .25em;
	}
	
#main h2, #main h3, #main h4 {
	margin-top: 1em;
}
#main h2 {
	font-size: 140%;
	color: #1754ca;
}
#main h3 {
	font-size: 140%;
	font-weight: normal;
}

#main p {
	margin-bottom: .85em;
	text-indent: 0;
	}
#main ul,
#main ol {
	padding-left: 2em;
	margin-bottom: 1em;}
#main ol li {
	list-style-type: decimal;
	margin-left: 1em;
}
#main ul li {
	list-style-type: disc;
}
#main blockquote, #main cite {
	display: block;
	margin-left: 2em;}
#main p.ref {
	margin-left: 2em;
	font-size: .95em;
	line-height: 1em;
	color: #555;
	font-style: italic;}
#main .refsmall {
	font-size: .8em;
	line-height: .8em;
	color: #555;}
#main p.author {
	color: #777;
	font-size: 90%;
	padding: .25em 0 0 0;
	margin-left: 2em;
	line-height: 100%;}
#main .content table {
	width: 450px;
	padding: .85em 0 0 0;
	margin: 1em auto 0 auto;
	border: 0;}
#main table td {
	padding: 3px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-collapse: collapse;
	background: #ccc;}
#main table th {
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-collapse: collapse;
	background: #aaa;
	color: white;}
#main td {
	text-align: center;}

#main .alignright {
	float: right;
	margin: .5em 0 .5em 1em;}
#main .alignleft {
	float: left;
	margin: .5em 1em .5em 0;}



/* @end */

/* @group sidebar */

#sidebar h2 {
	font-size: 130%;
	line-height: 1;
}

#sidebar {
	font-size: .9em;
	line-height: 1em;
	}
#sidebar p {
	margin: .5em 0;
	}
#sidebar small {
	display: block;
	font-size: 75%;
	font-style: italic;
	color: #333;
}
#sidebar .block .title {
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid black;
	}




/* @end */

/* @end */