/* 
-----------------------------------------------
\\\ Reset 
----------------------------------------------- */

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,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* 
-----------------------------------------------
\\\ General
----------------------------------------------- */

body { 
background: #fff;
color: #333; 
font: normal 13px/18px helvetica,arial,sans-serif;
text-align: center; 
}


#container {
width: 960px;
background-color: #fff;
margin: auto;
text-align: left;
}

/* 
-----------------------------------------------
\\\ Placeholder styles	
----------------------------------------------- */
h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0;
	clear: left;
}



#upper_left_nav ul {
	display: none;
}

#awareness_page #upper_left_nav ul#awareness_sub,
#awareness_page #upper_left_nav ul#awareness_sub ul,
#pathways-center_page #upper_left_nav ul#pathways_sub,
#pathways-center_page #upper_left_nav ul#pathways_sub ul,
#continuing-education_page #upper_left_nav ul#continuing_sub,
#continuing-education_page #upper_left_nav ul#continuing_sub ul {
	display: block;
}

#awareness_page #upper_left_nav2 ul#awareness_sub ul ul,
#pathways-center_page #upper_left_nav ul#pathways_sub ul ul,
#continuing-education_page #upper_left_nav ul#continuing_sub ul ul {
	display: none;
}

#content {
	float: left;
	width: 70%;
	padding-top: 20px;
}

li {
	margin-left: 20px;
}

.subnav1 li {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}

.subnav2 {
	clear: left;
}

.subnav2 li {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	font-size: 10px;
	text-transform: uppercase;
}
