@charset "UTF-8";

/*** GENERAL STYLES ***/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #333;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

body { 
	text-align: center;
	background: #fff;
}

body.page-video {
	background: #d6e1f0;
	margin-top: 10px;
}

p, td, div, span, blockquote { 
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}

.small {
	font-size: 10px;
	line-height: 1.1em;
}

.backtotop {
	font-size: 10px;
	line-height: 1.1em;
	margin: 10px 0 30px 0;
	background: url(/images2/arrow-totop.gif) top left no-repeat;
	padding-left: 10px;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 50px;
	background: url("/images2/logo.gif") no-repeat top left;
	float: left;
}

#header h1 a {
	float: left;
	overflow: hidden;
	width: 200px;
	height: 50px; !important; 
	height /**/:50px; /* for IE5/Win */
	text-indent: -100em;
}

h2 {
	color: #306ab2;
	padding-bottom: 10px;
	border-bottom: 1px solid #306ab2;
	margin: 30px 0 0 0;
	font-size: 26px;
	font-weight: normal;
}

h2 sup {
	color: #306ab2;
	font-size: 14px;
}

h3 {
	color: #306ab2;
	margin: 30px 0 10px 0;
	font-size: 18px;
}

h4 {
	color: #333333;
	margin: 20px 0 5px 0;
	font-size: 15px;
}

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

a:visited {
	color: #006;
	text-decoration: underline;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

ul, ol {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

li {
	margin: 0 0 5px 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #999;
	padding: 1px;
	padding: 3px;
}

.radioButtons input {
	border: none;
}

input:focus, textarea:focus {
	border: 1px solid #039;
}

.question {
	margin-top: 20px;
	font-weight: bold;
}

.divider {
	height: 1px;
	border-bottom: 1px solid #306ab2;
	margin: 20px 0;
}

.required{
	color: #c00;
	font-weight: bold;
}

.hidden {
	display: none;
}

.intro {
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 15px;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.learnMore {
	clear: both;
	padding-top: 5px;
}

.title {
	margin: 10px 0 0 0;
}

.source {
	font-size: 11px;
	margin: 5px 0 20px 0;
	padding-left: 20px;
	line-height: 1.1em;
}

.date {
	margin: 0;
	font-size: 11px;
}

.news {
	margin: 0 0 20px 0;
}

body.subnav-overview .learnMore .photoOdd, body.subnav-overview .learnMore .photoEven {
	float: left;
	width: 400px;
	text-align: left;
	margin: 0 0 30px 0;
}

body.subnav-overview .learnMore .photoOdd {
	margin-right: 50px;
}

body.subnav-overview .learnMore .photoOdd img, body.subnav-overview .learnMore .photoEven img {
	float: left;
	margin-right: 20px;
	border: none;
	width: 250px;
	height: 150px;
	
}

body.subnav-overview .photoOdd, body.subnav-overview .photoEven {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0;
}

body.subnav-media .photoOdd, body.subnav-media .photoEven {
	float: left;
	width: 200px;
	text-align: center;
	margin: 0 0 30px 0;
}

body.subnav-overview .photoOdd,
body.subnav-media .photoOdd {
	margin-right: 15px;
}

body.subnav-media .photoOdd div, body.subnav-media .photoEven div {
	margin: 0 0 5px 0;
}








/*** PAGE LAYOUT STYLES ***/

#contentBG {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 850px;
}

#headerBG {
	margin: 0 auto;	
	padding: 0;
	width: 100%;
	text-align: center;
	background: #d6e1f0;
	height: 50px;	
}

#header {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}

body.page-video #header {
	width: 500px;
}

#navigationBG {
	padding: 0;
	background: #306ab2;
	height: 30px;
	clear: both;
}

#content {
	padding: 0;
	margin: 0 auto;
	width: 850px;
	min-height: 300px;
	text-align: left;
	background: #fff;
	clear: both;
}

#sidebarBG {
	width: 250px;
	min-width: 250px;
	padding: 0;
	position: relative;
	float: right;
	top: 0;
	left: 0;
	text-align: left;
	background: #eaf0f7;
	border-bottom: 1px solid #306ab2;
}

.noSidebar .columnRight #sidebarBG {
	width: 413px;
	border: 1px solid #306ab2;
	margin-top: 20px;
}

#sidebar {
	padding: 20px 20px 10px 20px;
}

#mainContent {
	width: 570px;
	position: relative;
	float: left;
	padding: 0;
	margin: 20px 0 30px 0;
	text-align: left;
}

.noSidebar #mainContent {
	width: 850px;
}

#footerBG {
	background: #306ab2;
	clear: both;
	margin-bottom: 0;
}

#footer {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding: 10px 0;
}

#footer div {
	color: #fff;
	font-size: 10px;
	margin: 0;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
}

.columnLeft {
	float: left;
	width: 275px;
	margin-right: 20px;
}

.columnRight {
	float: left;
	width: 275px;
}

.noSidebar .columnLeft,
.noSidebar .columnRight {
	width: 415px;
}

.highlightBox {
	text-align: left;
	border: 1px solid #306ab2;
	background: #fcf0e8;
	margin: 0;
	padding: 20px;
}



/*** PAGE TITLES ***/





/*** HOME PAGE STYLES ***/

.page-home h2 {
	float: left;
	text-indent: -100em;
	margin: 0;
	padding-bottom: 0;
	width: 850px;
	height: 200px;
	border: none;
}

.page-home h2 a {
	width: 850px;
	height: 200px;
	background: url("/images2/homephoto/rndimg.php") no-repeat;
	float: left;
	text-indent: -100em;
}

.page-home #mainContent {
	margin: 0;
	width: 600px;
	position: relative;
	float: left;
	padding: 0;
	background: url(/images2/home-maincontent-bg.gif) top left repeat-x;
}

.page-home .tenofix h3 {
	margin-top: 0;
}

.page-home .tenofix p, .page-home .tenofix li {
	font-size: 14px;
	line-height: 1.3em;
}

.page-home .tenofix ul {
	margin-bottom: 10px;
}

.page-home .tenofix .iconTenofix {
	font-weight: bold;
}

.page-home #newsBoxBG {
	clear: both;
	background: #eaf0f7;
	text-align: center;
	padding: 20px 0;
	margin: 30px 0 0 0;
}

.page-home #newsBox {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

.page-home #newsBox h3 {
	margin-top: 0;
}

.page-home .highlightBox {
	width: 530px;
	padding: 20px;
	margin: 30px 0 0 0;
	background: #fcf0e8 url(/images2/home-tenofixphoto.gif) center right no-repeat;
}

.page-home .tenofix {
	margin-left: 0;
	margin-right: 300px;
}

.page-home #sidebar h3 {
	font-size: 16px;
	margin-top: 20px;
}

.page-home #sidebar h3.first {
	margin-top: 10px;
}

.page-home #sidebar div {
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.page-home #sidebarBG {
	margin-bottom: 0;
	background: #eaf0f7 url(/images2/home-sidebar-bg.gif) top left repeat-x;
	border-bottom: none;
	padding-bottom: 0;
}

.page-home h2 {
	margin: 0;
	width: 850px;
	height: 200px;
	border: none;
}

.page-home h2 a {
	width: 850px;
	height: 200px;
	background: url("/images2/homephoto/rndimg.php") no-repeat;
	float: left;
	text-indent: -100em;
}

#mainContent {
	width: 570px;
	position: relative;
	float: left;
	padding: 0;
	margin: 20px 0 30px 0;
	text-align: left;
}

.page-home .highlightBox {
	width: 530px;
	padding: 20px;
	margin: 30px 0 0 0;
	background: #fcf0e8 url(/images2/home-tenofixphoto.gif) center right no-repeat;
}

.page-home .tenofix {
	margin-left: 0;
	margin-right: 300px;
}

.page-home #sidebar h3 {
	font-size: 14px;
	margin-top: 20px;
}

.page-home #sidebar h3.first {
	margin-top: 10px;
}

.page-home #sidebar div {
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.page-home #sidebarBG {
	margin-bottom: 0;
}

.newsItem {
	clear: both;
	margin-bottom: 5px;
	padding-left: 13px;
	background: url(/images2/news-bullet.gif) top left no-repeat;
}






.pageEnd {
	clear: both;
	height: 1px;
	width: 0;
}




/*** ICON STYLES ***/

.iconPDF {
	background: url(/images2/icon-pdf.gif) top left no-repeat;
	padding-left: 20px;
}

.iconWeb {
	background: url(/images2/icon-web.gif) top left no-repeat;
	padding-left: 20px;
}

.iconEmail {
	background: url(/images2/icon-email.gif) top left no-repeat;
	padding-left: 20px;
}

.iconTenofix {
	background: url(/images2/icon-tenofix.gif) top left no-repeat;
	padding-left: 24px;
	line-height: 22px;
}




/*** SIDEBAR STYLES ***/

#sidebar h3 {
	font-size: 16px;
}

#sidebar .date,
#sidebar .title,
#sidebar .event,
#sidebar .location {
	margin: 0;
}

#sidebar .title {
	font-weight: bold;
}





/*** PAGE STYLES ***/

.instructions h3 {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin: 20px 0 10px 0;
	clear: both;
}

.instructions .first {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.instructions .illustration {
	width: 200px;
	float: right;
	margin: -30px 0 20px 20px;
}

.instructions .illustration img {
	border: 0;
}

.tenofixHlist .iconTenofix {
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 0;
}

.tenofixHlist {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.tenofixHlist .small {
	font-size: 11px;
	line-height: 1.2em;
	padding-left: 26px;
}

.contactForm td {
	padding: 5px 5px 5px 0;
}

.button {
	color: #fff;
	background: #306ab2;	
	padding: 3px 15px;
	font-weight: bold;
	font-size: 13px;
}

body.page-video h4 {
	clear: both;
	text-align: left;
	padding: 20px 0 0 20px;
}

body.page-video div.video {
	clear: both;
	padding-top: 10px;
}

.videoSidebar {
	float: right;
    width: 200px;
    margin: 0 0 10px 20px;
	padding: 10px;
    border: 1px solid #306ab2;
	background: #fcf0e8;
}

.videoSidebar h3 {
	margin: 0;
}

.videoSidebar div {
	margin: 10px 0;
    text-align: center;
	font-size: 11px;
	line-height: 1.2em;
}

.videoSidebar img {
	margin-top: 5px;
	border: 1px solid;
}

.videoSidebar p {
	margin: 20px 0 0 0;
	font-weight: bold;
}

.featured {
	font weight: bold;
	font-style: italic;
	color: #666;
	padding-right: 5px;
}

body.page-references .title {
	font-size: 15px;
	line-height: 1.3em;
}



/* main Teno Fix page */

.learnmore {
	margin-bottom: 20px;
}

.learnmore .iconTenofix {
	font-weight: bold;
	margin: 0;
}

.learnmore .indent {
	padding-left: 25px;
	margin: 0;
}

.xtra {
	clear: both;
	height: 120px;
}

.xtra img {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
	height: 120px;
	border: 1px solid #666;
}


