/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/* base.css, part of YUI's CSS Foundation */
a {
	color: #006600;
	text-decoration:none;
	
}
a:hover {
	color: #009900;
	text-decoration:underline;
	
}
body {
	color: #000000;
	background-color: #ffffff;
	background: #ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
	text-align:center;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-top:1em;
	margin-bottom:0em;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family:Arial;
	color: #003300;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
del {
	text-decoration:line-through;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

p {
	text-align:left;
	font-size:100%;
	padding-right: 1em;
}
p.daterange {
	margin:0;
	margin-top:1em;
}
p.position {
	margin:0;
	font-weight:bold;
}
p.employer {
	margin:0;
	font-weight:bold;
}
p.footer {
	text-align:center;
	font-size:85%;
	margin-top:3em;
}
p.contactinfo {
	text-align:center;
	font-size:108%;
	font-variant:small-caps;
	border-bottom:1px solid;
}

#address p {
	margin:0;
}

/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


/* header
--------------------------------------------------*/

#hd h1 {
	height:150px;
	width:750px;
	background-image:url(/header.jpg);
	background-repeat:no-repeat;
	background-color:#EEEEEE;
}

#hd ul {
  height:2.5em;
  line-height:2.5em;
	margin:0 auto 1em auto;
	text-align:center;
	width:46em;
}

#hd li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:0.0769em solid;
	white-space:nowrap;
}

#hd li a {
  display:block;
  padding:0 1.3846em;
  text-transform:uppercase;
  letter-spacing:0.0769em;
}

#hd li.last {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:0;
  white-space:nowrap;
}

#hd li.active {
  /* border-bottom:1px dotted;*/
	background: #EEEEEE;
	
}

#ft p {
	border-top:1px solid;
}

#twitter_div li {
	font-size:77%;
	padding-bottom:1em;
}

#twitter_div {
	background-color: #EEEEEE;
	border:1px dotted;
	padding:0.5em;
}