/******************
  general
******************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a img {
	border: 0;
}

html {
	font: .627em Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	color: #252525;
	background: #fff url(../images/body_bgr.gif) repeat-y center;
}
#container {
	margin: 0 auto;
	padding: 0 52px 0 53px;
	width: 859px;
	text-align: left;
	background: #fff url(../images/container_bgr.gif) repeat-x bottom;
}
a {
	color: #252525;
}
a:visited {
	color: #a8a7a7;
}
a:hover {
	color: #cf692e;
}
/******************
  header & footer
******************/
#header {

}
img#logo {
	float: left;
	margin: 30px 0 13px;
}
a.support {
	display: block;
	float: right;
	margin: 23px 2px 0 0;
	padding-top: 25px;
	width: 101px;
	height: 0;
	overflow: hidden;
	background: url(../images/support_btn.gif);
}
a.login {
	display: block;
	float: right;
	margin: 23px 2px 0 0;
	padding-top: 25px;
	width: 101px;
	height: 0;
	overflow: hidden;
	background: url(../images/login_btn.gif);
}
a.about {
	display: block;
	float: right;
	margin: 23px 2px 0 0;
	padding-top: 25px;
	width: 101px;
	height: 0;
	overflow: hidden;
	background: url(../images/about_btn.gif);
}

a.contact {
	display: block;
	float: right;
	margin: 23px 2px 0 0;
	padding-top: 25px;
	width: 101px;
	height: 0;
	overflow: hidden;
	background: url(../images/contact_btn.gif);
}

a.twitter {
	display: block;
	float: right;
	margin: 23px 2px 0 0;
	padding-top: 24px;
	width: 24px;
	height: 0;
	overflow: hidden;
	background: url(../images/icon_twitter_24.png);
}

a.facebook {
	display: block;
	float: right;
	margin: 23px 2px 0 0;
	padding-top: 24px;
	width: 24px;
	height: 0;
	overflow: hidden;
	background: url(../images/icon_facebook_24.png);
}



#footer {
	padding: 4px 0 25px;
	font-size: 1.1em;
}

/******************
  navigation
******************/
#nav {
	float: left;
	width: 855px;
	background: url(../images/nav_bgr.gif) repeat-x;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	float: left;
	padding-top: 36px;
	height: 0;
	overflow: hidden;
	background: url(../images/nav.gif);
}

#nav li#home a {width:  89px; background-position:    0   0; }
#nav li#cust a {width: 195px; background-position:  -89px 0; }
#nav li#pres a {width: 100px; background-position: -284px 0; }
#nav li#curr a {width: 131px; background-position: -384px 0; }
#nav li#cert a {width: 145px; background-position: -515px 0; }
#nav li#ted  a {width: 150px; background-position: -662px 0; }

#nav li#home a:hover, #nav li#home.on a { background-position:    0   -36px; }
#nav li#cust a:hover, #nav li#cust.on a { background-position:  -89px -36px; }
#nav li#pres a:hover, #nav li#pres.on a { background-position: -284px -36px; }
#nav li#curr a:hover, #nav li#curr.on a { background-position: -384px -36px; }
#nav li#cert a:hover, #nav li#cert.on a { background-position: -515px -36px; }
#nav li#ted  a:hover, #nav li#ted.on  a { background-position: -662px -36px; }

#subnav {
	display: none;
}
#subnav li {
	display: inline;
	padding: 6px 0 0 15px;
	float: left;
}
#subnav a {
	padding-left: 20px;
	color: #cf692e;
	background: url(../images/subnav_bullet.gif) no-repeat center left;
}
#subnav li.on a {
	color: #a5a5a5;
}

/******************
  main content
******************/
#content {
	clear: both;
	padding: 2px;
	width: 855px;
	font-size: 1.5em;
	background: #fff url(../images/content_bgr.gif) repeat-x 0 0;
}
img.banner {
	display: block;
	clear: both;
	margin-bottom: 1px;
}
#flash_area {
	margin-bottom: 1px;
}
#flash_content {
	padding: 18px 0 18px 18px;
}
#flash_area img,
#flash_content img {
	display: block;
}

#main_content {
	width: 855px;
	font-size: 0.94em;
	line-height: 1.79em;
	background: url(../images/main_content_bgr_long.gif) no-repeat;
}
#main_content #long {
	background: url(../images/main_content_bgr_long.gif);
}

#main_content #longer {
	background: url(../images/main_content_bgr_longer.gif) repeat-y;
}

#main_content #mc_bottom {
	clear: both;
	padding: 24px 28px 5px;
	width: 539px;
	background: url(../images/mc_bottom_bgr.gif) no-repeat bottom;
}
#main_content #mc_bottom.narrow {
	padding: 24px 158px 25px;
}
#main_content #mc_bottom.wide {
	width: 855px;
	padding: 0px 0px 0px;

}

	
#main_content p {
	padding-bottom: 20px;
}

#main_content p.strong {
	color: #6f1b00;
}
#main_content span.strong {
	display: block;
	margin-top: 35px;
	font-weight: bold;
	color: #6f1b00;
}
#main_content span.first {
	margin-top: 0;
}
#main_content li {
	padding: 3px 20px;
	background: url(../images/li_bullet.gif) no-repeat 0 12px;
}

form {
	display: block;
	width: 579px;
	margin-right: -40px;
}
label {
	float: left;
	clear: left;
	margin-bottom: 11px;
	width: 145px;
}
label span {
	color: #cf692e;
}
input {
	float: left;
	padding: 2px 3px;
	border: 1px solid #6b6b6b;
	width: 385px;
	background: #fff;
}
input.error {
	background: #bee5ef;
}
select {
	float: left;
	margin-bottom: 11px;
	/* padding: 1px 0 1px 3px; */
	border: 1px solid #6b6b6b;
	width: 393px;
	background: #fff;
}
input.submit {
	clear: left;
	margin-left: 483px;
	padding: 0;
	border: none;
	width: 55px;
}
p#warning {
	display: none;
}
p#warning.error {
	position: relative;
	display: block;
	margin-right: -60px;
	padding: 0 0 10px 145px;
	font-size: 1.13em;
	font-style: italic;
	color: #d30000;
}
.required {
	clear: both;
}
.required span {
	color: #cf692e;
}
.intro,
#contact_info {
	margin-top: 40px;
	color: #6f1b00;
}
#contact_info {
	float: left;
	padding: 10px 0 30px;
}
#contact_info a {
	color: #6f1b00;
}
#contact_info a:visited {
	color: #656565;
}
#contact_info a:hover {
	color: #000;
}
#contact_info span,
#contact_info div {
	float: left;
	width: 190px;
}
div.clb {
	clear: both;
}

.thank_you {
	margin: 40px 0 500px;
	color: #6f1b00;
}


/****************
submit button
****************/

.gos {
	background-image:url(../images/go_btn.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.proceedTo {
	background-image:url(../images/proceed_btn.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

/* unused */
#tagline {
	clear: both;
	margin-bottom: 1px;
	padding: 17px 0 0 37px;
	width: 818px;
	height: 22px;
	height: 133px;
	color: white;
	background: url(../images/tagline_bgr.gif);
}
#tagline p.quote {
	padding-left: 32px;
	width: 730px;
	font-size: 1.4em;
	line-height: 1.4em;
	background: url(../images/quote_open.gif) no-repeat;
}

#tagline span.author {
	position: relative;
	margin-left: 5px;
	padding-left: 40px;
	font-size: .67em;
	font-style: italic;
}
#tagline span.closing_quote {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 18px;
	height: 17px;
	background: url(../images/quote_closed.gif) no-repeat;
}


/**********
Press
***********/

/* CSS Document */


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 }

/* 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; 
}


.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;
}


/* 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;
}


