/* CSS Document */

body * {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	
	background-color:#f3f0ed;
}

table td {
	vertical-align:top;
}

h1 {
	font-size:1.7em;
	margin-bottom:1.8em;
}

h4 {
	font-size:1em;
	font-weight:bold;
}


p {
	margin-bottom:1.3em;
	line-height:1.2em;
}

a {
	color:#fff;
	text-decoration:underline;
}

ul {
	margin:5px 10px;
	list-style:inside;
}

li {
	padding-bottom:.5em;
}

a:hover {
	text-decoration:none;
}

#container {
	width:750px;
	height:450px;
	margin:70px auto 30px auto;
}

#main {
	position:relative;
	width:750px;
	height:350px;
	
	background-color:#aeb4a7;
	background-image:url(../img/main_logo.gif);
	background-repeat:no-repeat;
	background-position:630px 265px;
}

#footer {
	width:750px;
	height:100px;
	
	background-color:#7c715f;
	background-image:url(../img/becton_logo.gif);
	background-repeat:no-repeat;
	background-position:650px 73px;
}

#slideshow {
	width:750px;
	height:350px;
	padding:0;
	margin:0;
}

#site_title {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
}

#main .title {
	position:absolute;
	top:10px;
	left:10px;
	width:170px;
	height:100px;

}

#main .title h2 {
	font-size:1.2em;
}

#main .content {
	position:absolute;
	width:430px;
	height:330px;
	top:10px;
	left:190px;
	padding-right:5px;
	overflow:auto;
	
}

#no_flash {
	padding:120px 150px 60px 150px;
	background-image:url(../img/flash_logo.jpg);
	background-repeat:no-repeat;
	background-position:50% 30px;
}

#site_nav,
#sub_nav
{
	list-style:none;
	padding-top:5px;
	margin:0;
}

#sub_nav {
	padding:90px 10px 0 0;
	text-align:right;
}

#site_nav li,
#sub_nav li
{ 
	display:inline;
}

#site_nav li a
{
	text-decoration:none;
	font-size:95%;
	padding-left:10px;
	padding-right:15px;
	/*font-weight:bold;*/
}

#sub_nav li a {
	text-decoration:none;
	font-size:90%;
	padding-left:15px;
	font-weight:normal;
	color:#666;
}

#site_nav li a:hover,
#sub_nav li a:hover 
{
	text-decoration:none!important;
	color:#a2bd30;
}

#site_nav li .active
{
	color:#a2bd30;
}

#sub_nav li .active
{
	color:#999;
	text-decoration:none;
}

#site_nav li a:hover,
#sub_nav li a:hover
{
	text-decoration:underline;
}

.breakout {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:normal;
}

.email_link {
	text-decoration:none;
}

.email_link:hover {
	color:#7C715F;
}

#form_register {
	padding:5px 0;
}

#form_register label {
	padding-right:10px;
}

#form_register label,
#form_register input,
#form_register textarea {
	display:block;
	width:200px;
}

#form_register_submit {
	width:auto!important;
	height:auto;
	margin-top:3px;
}

.fine_print {
	font-size:90%;
}
