/* olivier ameisen 081101 */

/* palette */

























/* abbr */
;
;
$text = preg_replace(/\b([A-Z][A-Z0-9]{2,})\b/,<abbr></abbr>,$text);

/* disposition */

* {
	padding: 0;
	margin: 0;
}

/* ie5 win */
body { 
	font-family:"Helvetica", "Helvetica Neue", "Verdana","Lucida Sans", "Arial", sans-serif;
	margin: 0; 
	padding: 0; 
	line-height: 14px;
	color: #333333;
	font-size: small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	background: #f3f2f1;
}

body
{
	font-family:"Helvetica", "Helvetica Neue", "Verdana","Lucida Sans", "Arial", sans-serif;
	font-size: 62.5%;
	background: #141433;
	border:none;
	padding: 0;
	margin: 0;
	color: #333333;
	line-height: 1.4em;
	
}
/* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
 }
 
 /* not visible to IE 5 \*/
 #horizon {
	background-color: #fcfcfc;
	border:none;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
 }
 /* end of IE 5 hack */ 
	  	  
#wrapper {
	background-color:transparent;
	position: relative;
	text-align: left;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	border:none;
	padding:0;
}

#left{
	margin: 1em 10px 36px auto;
	width: 45%;
	height: auto;
	padding: 10px;
	float: left;
	text-align: left;
	border: none;
	background-color: transparent;
	min-height: 500px;
	border:none;
}

#subleft{
	margin: 2em 10px 36px auto;
	width: 45%;
	height: auto;
	padding: 60px 10px 1em 10px;
	float: left;
	text-align: left;
	border: none;
	background-color: transparent;
	min-height: 500px;
	border:none;
}


#right {
	width: 40%;
	height: auto;
	border: none;
	padding: 10px;
	float:left;
	margin: 54px auto 36px 10px;
	text-align:left;
	background-color: transparent;
}

#portrait {
	bottom: 0;
	right: 0;
	background: url ("../oa_portrait_bw.png") right bottom no-repeat fixed;
	padding: 0;
	margin: 0;
	height: 100px;
	width: 100%;
	float: right;
	visibility: visible;
	}


#header  {
	background:#f3f2f1;
	height: 54px;
	width: 100%;
	overflow: hidden;
	padding: 0;
	border-top: solid 5px #000080;
	border-bottom: dotted 1px #c5c7cf;
	margin: 0;

	} 

#header_inner {
	width: 960px;
	position: relative;
	top:0;
	left: 0;
	}
	
#headline {
width: 100%;
height: auto;
margin: 0;
padding: 0.5em auto;
}
#headline p {
margin: 1em auto 0 auto;
padding: 5px;
text-align: center;
font-family:"Helvetica", "Helvetica Neue", "Verdana","Lucida Sans", "Arial", sans-serif;
font-size:1.5em;
line-height:1.6em;
}

#news {
width: 90%;
height: auto;
margin: 0;
padding: 20px 0 5px 35px;
}
#news p {
margin: 5px 0 2px 0;
width: 40%;
padding: 5px;
text-align: left;
}
#news ul {
text-align: left;
line-height: 120%;
margin: 5px 0;
}
#news li {
margin-left: 30px;
padding-left: 0;
}

	
#logo {
	background:#f3f2f1 url(oa_id.gif) no-repeat 148px 18px;
	height: 54px;
	width: 350px;
	border:none;
	}
	
#logo_alt {
	position: absolute;
	top:0px;
	left:18px;
	height: 36px;
	width: 350px;
	border:none;
	
	}
	
#logo_alt img {
	padding: 0;
	margin: 0;
	border: 0;
	}

#logo_alt a, #logo_alt a:link, #logo_alt a:visited {
	display: block;
	width: 350px;
	height: 36px;
	border: 0;
	padding: 18px 0 0 18px;
	margin: 0;
	}

#logo_alt a:hover {
	border:none;
	}

	
#logo a {
	background:#f3f2f1 url(oa_id.gif) no-repeat 18px 18px;
	display:block;
	margin:0;
	height: 54px;
	padding: 0;
	border:none;
	}
		
/*#header span, #header span a{
visibility:hidden;
}
*/

#copyright {
	width: 100%;
	overflow:hidden;
	height: auto;
	padding: 5px 0;
	margin: 2px 0 0 0;
	clear:both;
	text-align: left;
	background: #141433;
	border-top: dotted 1px #f3f2f1;
	min-height: 36px;
	}
	
#amplify  {
	min-height:400px;
}

/* basic elements */

p {
	background: transparent;
	font-size: 1.25em;
	margin: 0 0 1em 0;
	padding: 0;
	text-align:left;
	width: auto;
	height; auto;
	line-height: 1.5em;
	}

h1{
	color:#141433;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	margin: 16px 0 3px 0;
	}

h2{
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
	margin:0 0 3px 0;
	padding:5px 0;
	text-transform:lowercase;
	font-variant:small-caps;
	letter-spacing:0.175em;
	color: #000080;
	}

h3{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	margin: 0 0 2px 0;
	}

h4{
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: ;
	margin: 1px 0 5px 5px;
	}
h5{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	color: ;
	margin: 2px 0 0 0;
	}

ul {
margin: 0;
padding: 2px 0 10px 5px;
line-height: 1.5em;

}

li {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
	display:block;
}

small{
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #003;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.small, .small p{
	text-align: left;
	font-size: 1em;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
	width: auto;
	height: auto;
}




code
{
	font-family: Courier New, Courier, Monaco, monospace;
	letter-spacing:.2em;
}

img {
border:none;

}

/* links */
a {
text-decoration:none;
padding-bottom: 1px;
} 
 
a:link, a:visited, p a:link, p a:visited, small a:link, small a:visited {
	color:#000080;
	background-color: transparent;
	border-bottom: dotted 1px #cfcfcf;	
}





a:hover, p a:hover, small a:hover {
	color: #6495ed;
	border-bottom: dotted 1px #6495ed;

	background-color: #f3f2f1;
}

#copyright a {
padding-bottom: 1px;
}

#copyright a:link, #copyright a:visited {
	color: #f1f1f3;
}
#copyright a:hover {
	color: #fcfcfc;
	background: transparent;
	text-decoration:none;
	border-bottom: dotted 1px #fcfcfc;
}


/*
NAVIGATION (moved)
*/






/* content */

#left p, #subleft p, #bio p {
background: transparent;
margin: 0 0 1.25em 0;
padding: 0 auto 0.5em 0;
color: #333333;
width: auto;
height: auto;
line-height: 1.5em;
}

.smallerquote {
	background: transparent;
	width: 90%;
	height:auto;
	margin: 20px 0 0 10px;
	padding: 40px 0 5% 10px;
}

.smallerquote p {
	font-size: 1em;
	padding: 0 0 1em 3em;
	color: #858585;
	height: auto;
	margin: 0;
	line-height:130%;
	width: 80%;

}

noscript {
	font-family: "Courier New", Courier, monospace;
	height: auto;
	width: 80%;
}




.openquote {
	font-family: "Baskerville","Hoefler Text","Palatino", "Georgia", serif;
	font-weight:900; 
	color: #000080;
	font-size:6em;
	padding: 1px 0;
	margin: 1px 0;
	height: auto;
	width: auto;
	
}






#quote {
	width: auto;
	height: auto;
	border: none;
	padding: 9px;
	float:right;
	margin: 1em 0 0 0;
	background:transparent;
}

.quote {
height: auto;
width: auto;
padding: 0 0 2em 3em;
margin: 0 0 1em 2em;

}

.closequote {
	background: transparent;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 8em;
	color: #484848;
	float: right;
	padding:0.3em 0 0 0;
	margin:0;
	width: 30%;
	height: auto;
	}



#centered {
	padding: 20px;
	margin: 20px auto;
	}

h2.heading {
	letter-spacing:0.1em;
	font-size: 1em;
	text-transform: uppercase;
	font-variant:small-caps;
	text-align:left;
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: lighter;
	}

#copyright p{
	background:transparent;
	text-align: left;
	color: #c5c7cf;
	border:none;
	padding: 13px 0 10px 18px;
	margin: 0;
	font-size:1em;
	width: auto;
	height: auto;
	min-height: 36px;
	vertical-align: middle;
	}

/* 
FORM ELEMENTS
 */
 
input.zemText {
	border-top:none;
	border-right:none;
	border-bottom: 5px solid #f1f1f3;
	border-left:none;
	padding: 2px;
	color: #303030;
	margin: 20px 0 2px 0;
	font-family:"Courier New", Courier, monospace;
	width: 18em;
	font-size:1em;
	background: transparent;
}

input.zemCheckbox{
	color: #303030;
	border: none;
	width: 1em;
	height: 1em;
	padding: 1px;
	margin: 0;
	}  
 
textarea, .zemSelect {
	padding: 5px;
	border: 5px solid #f1f1f3;
	color: #303030;
	margin: 30px 0 0 0;
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	width: 24em;
	background: transparent;
}
.zemError {
	color: #f33;
	font-weight:normal;
	font-size:1em;
	list-style:none;
	padding: 2% auto;
	width: 90%;
	height:auto;
}
.zemError li {
margin-bottom: 10px;
height: auto;
}

.zemSubmit {
	color: #f3f2f1;
	font-size: 1em;
	background: #302b54;
	margin: 10px 0 0 20px;
	padding: 2px 1px 2px 4px;
	width: auto;
	height: auto;
	border:none;
	text-transform:uppercase;
	font-variant:small-caps;
	letter-spacing:0.2em;
	text-align: center;
}

.zemContactForm {
	padding-left: 15%;
}

label {
	color: #000080;
	font-size: 1.25em;
	margin: 3px 0 10px 20px;
	display: none;
	}

.show {
	font-size: 1em;
	font-weight:normal;
	margin: 2px 0 10px 20px;
	display: block;
	}

.showinline {
	color: #303030;
	font-size: 0.85em;
	font-weight:normal;
	margin: 2px 0 10px 20px;
	display: inline;
}

abbr {
	font-size: .95em;
	font-variant:small-caps;
	letter-spacing:0.1em;
}


.smallcaps {
	font-size: .95em;
	text-transform: uppercase;
	font-variant:small-caps;
	letter-spacing:0.1em;
}
span.amp{
	font-family: "Baskerville","Hoefler Text","Palatino", "Georgia", serif;
}
span.quotes {
	font-family: "Baskerville","Hoefler Text","Palatino", "Georgia", serif;
	color: #6f7285;
	font-size: 150%;
	}
	
em {
font-family:"Hoefler Text","Palatino", "Georgia", serif;
font-size: 105%;
}

strong {
color: #003;
font-weight:550;
}

.dropcap {
width: 0.6em;
font-size: 2em;
font-weight:bolder;
color: #000080;
float: left;
line-height: 83%;
padding: 0 1em 0 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

.alpha-shadow {
  float: left;
  background: url(../shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.alpha-shadow div {
  background: url(../shadow2.png) no-repeat left top !important;
  background: url(../shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
  background-color: #f3f2f1;
  border: 1px solid #e6e4e4;

  padding: 10px;
}
.tn-shadow {
  float: left;
  background: url(../shadow.gif) no-repeat bottom right;
  margin: 0 16px 3px 0 !important;
  margin: 0 5px 5px 0;
  display:inline;
}

.tn-shadow span {
  background: url(../shadow2.png) no-repeat left top !important;
  background: url(../shadow2.gif) no-repeat left top;
  padding: 0px 3px 3px 0px;
}

.tn-shadow img {
  background-color: #f3f2f1;
  border: 1px solid #e6e4e4;

  padding: 6px;
}
.tn-shadow a:hover img {
 background-color: #fff;
  border: 1px solid #cfcfcf;

  padding: 3px;
  }
  #leadphoto {
  width: 220px;
  height: 324px;
  background: #fff;
 text-align: center;
display:inline;
  border: none;
  margin: 0 2em 1.75em 0;

  float: left;
  padding: 0;
  }
  #leadphoto img {
  border: solid 1px #dfdedd;
padding: 10px;
background: #f3f2f1;

  }
  #leadphoto small {
  color: #c7c7c7;
text-align: right;
width: 210px;
margin: 2px auto 0 auto;
display: block;
font-size: 10px;
padding: 0;

}


/* misc */

.hide {
	display: none;
}
#headshot{

margin: 5%;
height: auto;
width: auto;
border: none;

}

#promo{

margin: 5%;
height: auto;
width: auto;
border: none;

}
#headshot img {
border: dotted 1px #dfdedd;
padding: 10px;
background: #f3f2f1;
margin: 1px 0 3px 0;
}
#promo img {
background: transparent;
border:none;
padding: 10px;
margin: 3px 0;
}
#headshot small {
color: #c7c7c7;
text-align: right;
width: 480px;
margin: 2px auto;
display: block;
font-size: 10px;
padding: 0;

}

.linklist {
line-height: 1.4em;
}

.linklist li {
font-size:1.25em;
margin-bottom: 0.8em;
list-style:none;
}

.linklist li a, a:link {
color: #6b6b6b;
}

.linklist li a:visited {
color: #7f7f7f;
}

.linklist li a:hover {
color: #6495ed;
}

.big{
	font-size: 1.8em;
	font-weight:lighter;
	color: #8f8f8f;
	border: none;
	padding: 0;
}

.accent {
color: #000080;
}

#left .big a:hover {
text-decoration: none;
background-color: transparent;
border-bottom: none;
padding: 0;
}

.morelesslink {
display:none;
padding: 0 .6em .3em 0;
border:none;
cursor:pointer;
}

.moreless {
color: 2619ef;
font-size: 36px;
font-weight: bold;
}
.toggle {
cursor:pointer;
}