/* CSS RESET */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;  vertical-align: baselinebaseline; background: transparent;}  
body {line-height: 1; }  
ol, ul {list-style: none;}  



blockquote, q {quotes: none;}  
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}  
table {border-collapse: collapse; border-spacing: 0;}   




body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height: 1.8em;
}


html{ overflow-y:scroll; } /* fixes Firefox scroll bar jump */

h2 {

	padding: 15px 0 1px 0px;
	font-size: 1.0em;
	font-weight: bold;
}


/* ------------------------------------------------HEADER AND FOOTER CLASSES --------------------------------------*/

#header {
	padding-bottom: 40px;
}

#footer {
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear:both;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 15px;
	width: 950px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #6a737b;
} 

#main {
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 1.2em;
}  /* must be same height as the footer */

/* ----------------------------------------------------- HOME PAGE ------------------------------------------*/

/*WELCOME FIRST LAYER STYLES*/
#welcome {
	width:948px;
	height: 256px;
	background-image:url(../images/smallbizdom/welcome_bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	float: left;
	padding-bottom: 15px;
}

#welcome h1 {
	font-size: 1.1em;
	font-weight: normal;
	width: 435px;
	float:  left;
	padding: 10px 0 0 20px;
}
#index,/*PROMOTIONAL SECOND LAYER STYLES*/ #most  {
	width: 279px;
	height: 157px;
	background-image: url(../images/smallbizdom/promo_hp_bckgrnd.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 20px 5px 0 20px;
}
#feature {
	width: 279px;
	height: 157px;
	background-image: url(../images/smallbizdom/promo_hp_bckgrnd.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 20px 5px 0 20px;
}


#most, #feature {
	margin: 0 0 0 16px;
	
}
#index  h1, #feature  h1  {
	font-size: 1.5em;
	font-weight: bold;
	color: #06357a;
	width: auto;
}
#most h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #06357a;
	width: auto;
}


#index h2, #most h2, #feature h2{
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 3px;
}
#feature h2 {
	width: 280px;
}

#most  ol  {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 1.1em;
	font-weight: normal;
	padding-top: 3px;
}

#index .more a:link {
	text-decoration: none;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#index .more a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#index .more a:hover {
	text-decoration: underline;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#most .more a:link {
	text-decoration: none;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#most .more a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#most .more a:hover {
	text-decoration: underline;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#feature .more a:link {
	text-decoration: none;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

#feature .more a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}
#feature  .more  a:hover {
	text-decoration: underline;
	color: #000000;
	background-image: url(none);
	padding: 0;
	margin: 0px;
}

/*SECTOR THIRD LAYER STYLES*/

#sector {
	width: 928px;
	height: 181px;
	background-image: url(../images/smallbizdom/sector_bckgrnd.gif);
	background-repeat: no-repeat;
	padding: 7px 0 0 20px;
	float: left;
	margin-top: 15px;
}
	
#sector h2 { 
	padding: 0px 0 1px 0px;
	font-size: 1.6em;
	color: #FFFFFF;
}
	
#sector ul {
	font-size: 12px;
	float: left;
	padding: 20px 0 0 0px;
	line-height: 2em;
}	

#sector li a:link{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#sector li a:visited{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#sector li a:hover{
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrowHover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#sector ul.list {
	margin-left: 140px;
}

/* ---------------------------------------------------------- SECTOR PAGES ---------------------------------------*/

/* -- TABLE GRAPHS ---*/


.tableTitleRight {
	font-size: 1.1em;
	color:#FFFFFF;
	background-color: #163259;
	background-image: url(../images/smallbizdom/upper_right_blueCurve.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 10px;
	text-align: left;
}

.tableTitleLeft {
	font-size: 1.1em;
	color:#FFFFFF;
	background-color: #163259;
	background-image: url(../images/smallbizdom/upper_left_BlueCurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 10px;
	text-align: left;
}

.tableTitleCenter {
	font-size: 1.1em;
	color:#FFFFFF;
	background-color: #163259;
	padding: 2px 10px;
	text-align: left;
	font-weight: 800;
}

.altRow {
	background-color: #BDC8D3;
	color: #000000;
}

td {
	padding: 5px 10px;
	background-color: #F5F5F5;
	font-weight: bold;
	font-size: 1.0em;
}
.news/* ------------------------------------------------------BIO and RESEARCH CLASSES ---------------------------------------*/
 {
	font-size: 1.1em;
	float: left;
	padding: 20px 0 0 25px;
	width: 525px;
}
.news  a:link {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}
.news  a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}
.news  a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrowHover.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}
#summaryTeaser {
	background-color: #f4f4fb;
	padding: 10px;
	margin: 10px 0 25px 0;
}

#newsTeaser {
	background-color: #f4f4fb;
	padding: 10px;
}
#newsTeaser a:link {
	text-decoration: underline;
	color: #0000FF;
	background-image: none;
	padding: 0;
}

#newsTeaser a:visited {
	text-decoration: underline;
	color: #0000FF;
	background-image: none;
	padding: 0;
}
#newsTeaser a:hover {
	text-decoration: none;
	color: #0000FF;
	background-image: none;
	padding: 0;
}




#mainContent {
	font-size: 1.1em;
	float: left;
	padding: 5px 20px 0 25px;
	width: 550px;
}
#mainContent  p  a:link {
	text-decoration: underline;
	color: #0000FF;
	background-image: none;
	padding: 0;
}
#mainContent  p  a:visited {
	text-decoration: underline;
	color: #0000FF;
	background-image: none;
	padding: 0;
}
#mainContent  p  a:hover {
	text-decoration: none;
	color: #0000FF;
	background-image: none;
	padding: 0;
}

#pageTitle {
	background-image: url(../images/smallbizdom/title_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 702px;
}
.rightColumn {
	width: 120px;
	float: right;
	padding: 5px 80px 10px 0;
	font-size: 1.1em;
	text-align: left;
}

.rightColumn a:link {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
	
.rightColumn a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
	
.rightColumn a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(../images/smallbizdom/blackArrowHover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
	
#pageTitle h2 {
	float: left;
	padding: 15px 0 1px 25px;
	font-size: 1.5em;
	font-weight: normal;
}
	
#pageTitle h1 {
	float: right;
	padding: 13px 10px 2px 0;
	font-size: 1.6em;
	color: #FFFFFF;
	font-weight: normal;
	width: auto;
}	

#pageTitle h3 {
	clear: left;
	padding: 8px 0 0 25px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 5px;
}	

#pageTitle h4 {
	padding: 0px 0 0 25px;
	font-size: 1.4em;
	font-weight: normal;
	clear: left;
	background-color: #D6D6E2;
	margin-top: 50px;
}


#bioImage {
	float: left;
	padding: 10px 25px 10px 0;
}



/* GENERAL CLASS STYLES*/

.date {
	font-size: 0.83em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
}

.summaryDate {
	font-size:	1.0em;
	font-weight: normal;
	margin: 0;
}

.question {
	font-weight: normal;
}

.more {
	font-style: italic;
	font-size: 1em;
	color: #0000FF;
}

ul.bullets  {
	list-style-type: disc;
	text-indent: 30px;
	list-style-position: inside;
}
li.subBullets {
	margin:0 0 0 44px;
	display: list-item;
	text-indent: -15px;
}
ul.secondbullets {
	list-style-type: circle;
	text-indent: 80px;
	list-style-position: inside;
}


ol.numbers {
	list-style-image: none;
	list-style-type: decimal;
	text-indent: 0px;
	list-style-position: inside;
}


.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.clearfloat {
	clear: both;
}

/* GENERAL SELECTOR STYLES */

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

p {
	margin-top: 10px;
	margin-bottom: 10px;

}

caption {
	text-align:left;
	background-color:#f4f4f4;
	padding: 5px 15px 5px 13px;
}

.fileSize {
	font-size: 0.8em;
	margin: 0;
	padding: 0px;
	font-weight: normal;
}
.downloadPDF {
	font-size: 0.85em;
	margin: 0 0 0 0px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	right: 16px;
}
h1 {
	position: relative;
	width: 565px;
}


#podcast {
	text-align: left;
	width: 300px;
	height: 100px;
	margin: 80px auto 0px;
}
#podcast h1 {
	margin: 0px auto 0px;
	font-size: 1.4em;
	width: auto;
}


.audio {
	width: 500px;
	font-weight: bold;
	color: #000000;
	display: block;
	background-image: url(../images/smallbizdom/audio-icon.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 30px;
	font-size: 1.2em;
	margin: 0;
	padding-top: 20px;
}

.audio a:link {
	color: #000000;
	text-decoration: none;

}
.audio a:visited {
	color: #000000;
	text-decoration: none;
}
.audio a:hover {
	color: #000000;
	text-decoration: underline;
}
.download {
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
}








/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%; width: 948px; margin: 0 auto; }

body > #wrap {height: auto; min-height: 100%;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
