/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	font-family: "Times New Roman", Times, serif;
	color: #264C73;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	background-color: #c8c9ad;
}
/* ------- Page Structure ------- */

#main_container {
	width: 800px;
	height: auto;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding: 10px;
}
#section_head_container {
	float: left;
	width: 800px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#section_container {
	float:left;
	height:auto;
	width:800px;
	overflow:hidden;
	border-top: 1px solid #264C73;
	padding-top: 1em;
	margin-top: 1.4em;
}
#resource_list_container {
	float:left;
	height:auto;
	width:800px;
	overflow:hidden;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding: 0px;
}
#h1_container {
	float:left;
	text-align: left;
}
/* ------- Text Hierarchy (tags) ------- */

h1 {
	font-family: 'Droid Serif', arial, sans-serif;
	font-size:4em;
	text-align:left;
	font-weight: normal;
	padding-top: 5px;
	color: #6699cc;
}
h2 {
	font-family:'Droid Serif', arial, sans-serif;
	font-size:1.6em;
	line-height:140%;
	font-weight:normal;
	text-align:right;
	padding-right:1.2em;
	text-decoration: underline;
}
h3 {
	font-size:1.6em;
	line-height:100%;
	margin-top:.2em;
	margin-bottom:.1em;
	color: #6699cc;
}
p {
	font-size:1.4em;
	line-height:150%;
	margin-bottom:1.4em;
}
.resources {
	font-family:'PT Sans', arial, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	padding: 4px;
	color: #6699cc;
}
.author {
	margin-bottom:.5em;
}
.titles {
	font-style:italic;
}
.emphasis {
	color: rgba(255, 255, 255, 1);
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #F00;
}
.box {
	border: 1px solid #F00;
	height: auto;
	width: 600px;
	color: #F00;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 3px;
}

img {
    box-shadow: 10px 10px 5px #999999;
}

iframe {
    box-shadow: 10px 10px 5px #999999;
}
