/* global.css */

/* COLORS */
/* dark blue: 4C5D8E */
/* light blue: 3399ff (used in hovers) */

* {
	font-family: Georgia;
	font-size: 12px;
	
	border-collapse: collapse;
	
}

#first_name, #last_name {
	font-size: 18px;
	#font-size: 17px;
}

#job_title {
	font-size: 13px;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

div {
	margin-bottom: 2ex;
}

html, body {
	margin: 0;
	padding: 0;
}

sup, sub {
	font-size: smaller;
}

h1, .h1 {
	font-size: 18px;
	font-weight: normal;
}

h2, .h2 {
	font-size: 14px;
	margin-top: 20px;
	font-weight: normal;
}


h3, .h3 {
	font-size: 14px;
	font-weight: normal;
	padding-left: 14px;
}

td.main_content div, .project_report {
	padding-left: 15px;
}

p.project_details {
	margin: 0;
	padding-left: 15px;
}

#title {
	margin-bottom: 10px;
	
	font-size: 40px;
	font-weight: bold;
}

td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 2.5ex;
}

a img {
	border: none;
}

li {
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}


.required {
	font-weight: bold;
	font-style: italic;
}

.error {
	font-weight: bold;
	font-style: italic;
}

div.content {
	margin: 0;
	padding: 35px 50px;
	line-height: 3.5ex;
	#line-height: 4ex;
}

table.outer {
	width: 800px;	
}



/***************/
/*   TOP ROW   */
/***************/

td.top_row_logo {
	text-align: left;
}

td.top_spacer {
	height: 35px;
	width: 800px;
	font-size: 4px;
	line-height: 1ex;
}


/***************/
/*  MENU       */
/***************/

td.left_menu {
	width: 200px;
	padding-right: 30px;
	text-align: left;
}


td.left_menu ul {
	margin-top: 0px;
}

ul.h1 {
	padding-left: 14px;
	#padding-left: 0px;
	#margin-left: 15px;
}

li.h1 {
	list-style-image: url( "http://dev.changeugene.com/media/images/big_arrow.png" );
	#list-style-image: url( "http://dev.changeugene.com/media/images/big_arrow_ie.png" );
}

ul.menu1 {
	padding-left: 13px;
	#padding-left: 0px;
	#margin-left: 16px;
}

li.menu1, li.menu1 a {
	font-size: 12px;
	list-style-image: url( "http://dev.changeugene.com/media/images/small_arrow.png" );
	#list-style-image: url( "http://dev.changeugene.com/media/images/small_arrow_ie.png" );
}

li.menu1 a:link,
li.menu1 a:visited,
li.menu1 a:active {
	text-decoration: none;
}

li.menu1 a:hover {
	text-decoration: underline;
}

ul.menu2 {
	padding-left: 13px;
	#padding-left: 0px;
	#margin-left: 16px;
}

ul.h2 {
	padding-left: 14px;
	#padding-left: 0px;
	#margin-left: 15px;
}

li.h2 {
	list-style-image: url( "http://dev.changeugene.com/media/images/small_arrow_inverted.png" );
	#list-style-image: url( "http://dev.changeugene.com/media/images/small_arrow_inverted_ie.png" );
}

li.menu2, li.menu2 a {
	font-size: 12px;
	line-height: 17px;
	margin-top: 5px;
	list-style-image: url( "http://dev.changeugene.com/media/images/small_arrow_inverted.png" );
	#list-style-image: url( "http://dev.changeugene.com/media/images/small_arrow_inverted_ie.png" );
}

li.menu2 a:link,
li.menu2 a:visited,
li.menu2 a:active {
	 text-decoration: none;
}

li.menu2 a:hover {
	text-decoration: underline;
}

/***************/
/*   MAIN      */
/***************/

td.main_content {
	vertical-align: top;
	text-align: left;
	
	padding: 0 10px;
}

div.mantra {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	
	margin-top: 5px;
}


/***************/
/*   RESUME    */
/***************/
table.resume {
	width: 100%;
	margin-left: 15px;
}

td.dates {
	text-align: right;
	#padding-right: 15px;
}

