/*
 * styles for BioScience Communications
 * created by Artgig Studio (http://www.artgig.com)
 */


/*
 * defaults
 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #39393B;
}
.bodytext {
	line-height: 18px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
a {
	text-decoration: none;
}


/*
 * repeating textures for left column
 */
.bluetexture {
	background-image: url(images/texblue.jpg);
}
.browntexture {
	background-image: url(images/texbrown.jpg);
}
.orangetexture {
	background-image: url(images/texorng.jpg);
}
.greentexture {
	background-image: url(images/texgreen.jpg);
}


/*
 * header and first para after header
 */
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
p.first {
	margin-top: 2px;
}


/*
 * color variations
 */
.browntext {
	color: #9D5122;
}
.bluetext {
	color: #007AC3;
}
.redtext {
	color: #BF1F25;
}
.orangetext {
	color: #EC8422;
}


/*
 * second level navigation
 */
.nav {
	font-size: 15px;
}
.nav .makes_sel {
	color: #9D5122;
}
.nav .who_sel {
	color: #49A942;
}
.nav a {
	color: #939598;
}
.nav a:visited {
	color: #939598;
}
.nav a:hover {
	color: #005963;
}
.nav a:active {
	color: #8ECB25;
	background-color: #FFFFCC;
}


/*
 * TOC navigation for "what we do"
 */
ul.contents {
    list-style-image: url('images/bull.gif');
    padding-left: 20px;
}
ul.contents a {
	font-size: 15px;
	color: #39393B;
	text-decoration:underline;
}
ul.contents a:visited {
	color: #39393B;
}
ul.contents a:hover {
	color: #9D5122;
}
ul.contents a:active {
	color: #9D5122;
	background-color: #FFFFCC;
}
blockquote.areas {
	margin-left: 30px;
}


/*
 * Home page
 */
.mainbody {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 30px;
	line-height: 18px;
}
.mainbodyhead {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 12px;
}
.mainlogo {
	padding-top: 94px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.mainflash {
    background: url('images/rpt1.jpg') repeat-x;
	background-position: top;
}
div#mnavbar {
	height: 24px;
}
div#mnavbar ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	white-space: nowrap;
}
div#mnavbar li {
	list-style-type: none;
	display: inline;
}
div#mnavbar li a {
	color: #FFF;
	padding: 4px 10px;
	text-decoration: none;
}
div#mnavbar li a:hover {
	background-color: #2DA443;
}


/*
 * contact form
 */
table.contactform th {
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
table.contactform td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.submitto {
	border-color: #FFF #999 #999 #FFF;
	border-width: 1px;
	border-style: solid;
	background-color: #FEFDF8;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
}

.submitto_over {
	border-color: #999 #FFF #FFF #999;
	border-width: 1px;
	border-style: solid;
	background-color: #F2F1EE;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
}
.dbgmsg {
	border-color: #CCC;
	border-width: 1px;
	border-style: dashed;
	background-color: #F2F1EE;
	padding: 8px;
}
.dbgmsg pre {
	background-color: #fff;
	padding: 8px;
}
.error {
	font-weight: bold;
	color: #900;
}
li.errormsg {
	font-weight: bold;
	color: #900;
}

.printonly {
	display: none;
}
.screenonly {
	display: block;
}
@media print {
	.screenonly {
		display: none;
	}
	.printonly {
		display: block;
	}
}

