

/* Reset */

*			{ margin: 0; padding: 0; }
html			{ overflow-y: scroll; }
html, body		{ height: 100%; }
body			{ font-size: 62.5%; font-family: Helvetica, Arial, sans-serif; }
ul			{ list-style: disc inside; padding-left: 10px; }
ol			{ list-style: decimal inside; padding-left: 10px; }
li                      { list-style-position: outside;}
a			{ outline: none; text-decoration: none; }
a img			{ border: none; background: none; }
img			{ vertical-align: middle;}
p			{ margin-top: 10px; }


/* Typography */
p			{ font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 0; }
li			{ font-size: 1.2em; line-height: 1.2em; margin: 0 0 10px 20px; }
a			{ color: blue; }
h1			{ font-size: 3.6em; font-weight: normal; }
h2			{ font-size: 2.8em; font-weight: normal; }
h3			{ font-size: 2.6em; font-weight: normal; margin: 0 0 10px 0; }
h4			{ font-size: 2.0em; margin-bottom: 5px; }	
h5			{ font-size: 1.4em; margin-bottom: 5px; }
.policy			{ font-size: 0.8em; line-height: 1.2em; margin: 0 0 10px 0; text-align: center;}


/* Structure */

body{
	background-color: #DFDDE8;
}

#header { 
	width: auto;
	height: 150px;
	margin: 0px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E3BF42;
}

#header a:hover img{
	background-color: #E3BF42;
}

#main_body {
	width: auto;
	height: auto;
	background-color: gray;
}

#content_area { 
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	margin-bottom: 40px;
	width: 800px;
	height: auto;
	min-height: 300px;
	border-color: #751612;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
}

#header_wrap {
	width: 740px;
	height: 150px;
	margin:auto;
	/* background-image: url(../images/uw.jpg); */
	background-repeat: no-repeat;
}


#contact_info p {
	line-height: 1.4em;
}

#contact_info {
	margin-top: 10px;
	margin-left: 300px;
}

#chi_name {
	margin-top: 50px;
	margin-left: 300px;
}

#cv {
	float: right;
	margin-top: 30px;
	margin-right: 100px;
	font-size: 125%;
}

#chi_img {
	float: left;
	margin-right: 30px;
	margin-left: 10px; 
	margin-top: 10px;
}

img.img_centered { 
	display: block;
	margin-left: auto;
	margin-right: auto; 
}

#journal_name {
	font-style: italic;	
}

.title{
	margin-top: 30px;
	margin-bottom: 10px;
}

/* Classes */
.wrap {
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
}

.clear {
	clear: both;
}

.line_break {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right_center {
	margin-top: 25px;
	margin-right: 10px;
	float: right;
}

.right {
	float: right;
	padding-left: 3px;
}

.left_center {
	float: left;
	margin: 10px;
}

.left_center_border {
	float: left;
	border: solid 1px black;
	margin-right: 10px;
}

.unstyled {
	list-style: none;
	text-indent: -25px;
	padding-left: 25px;
}

.unstyled_no_hang {
	list-style: none;
}

.padding {
	padding: 0px 10px;
}

p.caption {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
}


a:hover .nav_link{
background-color: #39275B; 
color: white; 
}

a:hover .link  
{
	background-color: #39275B; 
	color: white; 
	cursor: pointer; 
}

a .link {
}

a .link_nopad {
	padding-right: 0px; 
	padding-left: 0px;
}

a:hover img {
	background-color: white;
}

/* JQUERY */

.toggle_on {
	font-style: italic;
	float: right;
	margin-right: 10px;
}

.toggle_off {
	font-style: italic;
	float: right;
	margin-right: 10px;
}


/* Navigation */

#navigation {
	padding: 15px;
	float: right;
}


.nav_items li{
display: inline;
margin-left: 0px;
list-style: none;
text-align: center;
padding-right: 3px;
padding-left: 3px;
}

.nav_items a{
	font-weight: normal;
	text-decoration: none;
	color: #39275B;
	padding-right: 3px;
	padding-left: 3px;
}

#navigation a:hover {
	background-color: #39275B; 
	color: white; 
}


.nav_items .active {
	background-color: #39275B;
	color: white;
	width: 10em;
}

.nav_items .name {
	background-color: #C79900;
	color: white; 
	width: 10em;
}


.student_img {
	float: left;
	margin-right: 25px;
	margin-left: 25px; 
	margin-top: 25px;
}

.student_name {
	font-weight: bold;
}
#logo_info p {
	line-height: 1.4em;
}

#logo_info {
	margin-top: 10px;
	margin-left: 30px;
}
