/* CSS Document */

html, body, font, pre, form, table, td, p{
font-family: Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}

link {
font-family: Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 9px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}

a img,:link img,:visited img, img { border:none }

body {
/*background-color: #fff;*/
/*color: #3f3f3f;*/
margin: 0;
padding: 0;
}

a, a:visited {
color: #0060b6;
text-decoration: none;
}

a:hover{
color: #67431d;
text-decoration: none;
}

/* CONTAINERS */

#press_container{
margin-top: 0px;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
width: 680px;
background: url(../images/main_content_bgr_mid.gif) repeat bottom;
}

.press{
padding-top: 5px;
}

.press .column_left{
	width: 485px;
	float: left;
}

.press .column_right{
	float: right;
	width: 250px;
}

.press .column_right .press_nav, .press .column_left .bio_extra{
	padding: 7px;
	/*background-color: #eef5f8;*/
	/*border: 1px solid #458dcb;*/
}

.press .column_right .press_contact {
	padding: 7px;
	/*background-color: #eef5f8;*/
	border: 1px solid #458dcb;
}

.press .column_right .press_nav li{
	margin: 0px 0px 3px 0px;
}

.press .column_left li{
	margin-bottom: 10px;
}

.press .column_left table.table_screenshots{
	width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.press .column_left table.table_screenshots td{
	font-size: 11px;
	padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

.press .column_left table.table_screenshots img{
	border: 1px solid #d6e6f0;
	padding: 5px;
	margin-bottom: 0px;
    margin-top: 20px;
}

/* FORMATTING */

.noshow{
	display: none;
}

.clear{
	clear: both;
}

.indent_quote { 
	margin-left: 10px; 
	text-align: justify; 
}

h1, h2, h3{
color: #333333;
font-weight: bold;
}


a.underline{
	text-decoration: underline;
}

.txt_smaller{
	font-size: 14px;
}

input.input_text{
	padding: 2px;
	border: 1px solid #999999;
}

input.btn_go{
	padding-top: 10px;
}

.press h3{
	font-weight: bold;
	color: #1171a8;
	font-size: 19px;
	margin: 0px;
}

.press big{
	font-size: 13px;
	font-weight: bold;
}

img.img_biophoto{
	margin-right: 10px;
}

.underline{
    text-decoration: underline;
}

/* styles for press releases */

.press.release h2 {
    font-size: medium;
    font-weight: bold;
    text-align: center;
    color: #458dcb;
}
.press.release h3 {
    text-align: center;
    font-size: small;
    font-weight: normal;
    color: #000000;
}


