/* @override http://www.inovadx.com/CSS/main.css */

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: repeat-x;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

h1 {
	font-size: 15px;
	color: #00548D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 13px;
	line-height: 16px;
	color: #00548D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #00548e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.floatClear {
	clear: both;
	height: 0px;
	margin-right: 3px;
	font-size: 1px;
	line-height: 0px;
}
.textBoxStyle {
	font-size: 11px;
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
blockquote {
	font-size: 8px;
	font-style: normal;
}
ol li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
li {
	font-size: 12px;
	color: #00548e;
}
#content2pSearchResults {
	float: left; /* since this element is floated, a width must be given */
	width: 900px; /* padding keeps the content of the div away from the edges */
	height: auto;
	margin-top: 10px;
	background: #FFFFFF;
	padding: 0px 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	margin-bottom: 10px;
	color: #000000;
}
.searchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	height: auto;
	display: inline;
}
NEW {
}
#container  {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	padding: 0px;
	height: 628px;
	background: #ffffff url(../Images/Tarsa-background-full.gif);
} 
#container a {
	color: #0e6dad;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}
#container a:link {
	color: #0e6dad;
	text-decoration: none;
	font-weight: bold;
}
#container a:hover {
	color: #0e6dad;
	text-decoration: underline;
	font-weight: bold;
}
#container a:visited {
	color: #0e6dad;
	text-decoration: none;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #333333;
	margin: 5px 0px 10px;
	padding: 0px;
}


a {
	color: #0e6dad;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #0e6dad;
	text-decoration: none;
}
a:hover {
	color: #0e6dad;
	text-decoration: underline;
}
a:visited {
	color: #0e6dad;
	text-decoration: none;
}
#container4TopMenu {
	width: 100%;
	margin: 0 auto;
	height: 25px;
	padding: 0px;
	background: #dfe2d5;
}

#containerTopMenu {
	width: 975px;
	margin: 0 auto;
	height: 25px;
	padding: 0px;
	background: #dfe2d5;
}
#homeContainerMiddle {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dfe2d5;
	margin: 0 auto;
	text-align: left;
	height: auto;
	padding: 0px;
}
#upperMenu {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	height: 20px;
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
	color: #000000;
	padding-right: 25px;
}
#upperMenu  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #1067af;
	line-height: 10px;
}
#upperMenu  a {
	text-align: right;
	color: #1067af;
}
#upperMenu  a:link {
	text-align: right;
	color: #1067af;
}
#upperMenu  a:hover {
	text-align: center;
	color: #000000;
}
#homeLogoHolder {
	float: left; /* since this element is floated, a width must be given */
	width: 256px; /* padding keeps the content of the div away from the edges */
	height: 72px;
	margin: 0px;
	padding: 0px;
}
#mainMenuHolder {
	float: right; /* since this element is floated, a width must be given */
	width: 684px; /* padding keeps the content of the div away from the edges */
	height: 72px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	background: #DFE2D5;
}
.homeUpperImage {
	float: left; /* since this element is floated, a width must be given */
	width: 715px; /* padding keeps the content of the div away from the edges */
	height: 140px;
	margin: 0px 0px 25px;
	padding: 0px;
}
.homeImageLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 445px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 270px;
	margin: 20px 10px 0px 20px;
}
.homeContentCtr {
	float: left; /* since this element is floated, a width must be given */
	width: 445px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 270px;
	margin: 20px 0px 0px;
}
.homeImageRight {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/Home-Image-rght-bg.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 19px 0px 20px; /* padding keeps the content of the div away from the edges */
	height: 396px;
	margin: 0px 0px 0px 25px;
}
.homeTagLine {
	float: left; /* since this element is floated, a width must be given */
	width: 435px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF url(../images/Home-Tag-Line.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.homeSmallImage {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 170px;
	margin: 0px 25px 0px 0px;
}
.homeBoilerPlate {
	float: left; /* since this element is floated, a width must be given */
	width: 435px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 225px;
	margin: 0px 10px;
}
#homeColSmlLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 405px; /* padding keeps the content of the div away from the edges */
	height: 175px;
	margin: 55px 10px 0px 40px;
	padding: 0px 10px;
	background: url(../Images/Tarsa-news-home-bg.gif);
}
#homeColSmlLeft p {
	font-size: 10px;
	line-height: 16px;

}
#homeColSmlLeft a {
	font-size: 10px;
	line-height: 16px;
}
#homeColSmlLeft a:link {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
#homeColSmlLeft a:hover {
	font-color: #E52034;
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
	color: #666666;
}
#homeColSmlLeft a:visited {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
#homeColSmlRight {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../Images/Tarsa-small-right-box-bg.jpg); /* padding keeps the content of the div away from the edges */
	height: 175px;
	margin: 55px 40px 0px 10px;
	padding: 0px 185px 0px 10px;
}
#homeColSmlRight p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;

}
#homeColSmlRight a {
	color: #FFFFFF;
}
#homeColSmlRight a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#homeColSmlRight a:hover {
   font-color: #E52034;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#homeColSmlRight a:visited {
	color: #FFFFFF;
}
.homeDivLine {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: 1px;
	border-top: thin solid #CCCCCC;
	margin: 12px 0px;
}
.homeColSmlLeftCHdr {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* padding keeps the content of the div away from the edges */
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.homeColSmlRightCHdr {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* padding keeps the content of the div away from the edges */
	height: 20px;
	margin: 0px;
	padding: 0px;
}



#homeContainerFooter {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DFE2D5;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
.newsPR {
	margin-bottom: 10px;
	padding-right: 5px;
}
.newsPROdd {
	margin-bottom: 10px;
	background: #f1f1f1;
	padding-right: 5px;
}
.leadPR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	height: auto;
	display: inline;
}
.subLeadPR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	height: auto;
	display: inline;
	font-style: italic;
}
.datePR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #E52034;
	font-weight: bold;
	display: inline;
}
#footer  {
	text-align: center;
	margin: 0px auto;
	width: 1000px;
	height: auto;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	background: #DFE2D5;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	line-height: 10px;
	padding-bottom: 10px;
}
#footer a {
	text-align: center;
	color: #666666;
}
#footer a:link {
	text-align: center;
	color: #666666;
}
#footer a:hover {
	text-align: center;
	color: #1067af;
	text-decoration: underline;
}
.homeLogoButtons {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* padding keeps the content of the div away from the edges */
	height: auto;
	margin: 0px;
	padding: 0px;
}
SECOND PAGE {
}
.secondLogoHolder {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* padding keeps the content of the div away from the edges */
	height: 60px;
	margin: 0px 0px 15px;
	padding: 0px;
}
.secondBanner {
	float: left; /* since this element is floated, a width must be given */
	width: 950px; /* padding keeps the content of the div away from the edges */
	height: 180px;
	margin: 0px;
	padding: 0px;
}
#secondMainMenuHolder {
	float: right; /* since this element is floated, a width must be given */
	width: 714px; /* padding keeps the content of the div away from the edges */
	height: 20px;
	border-left: 1px solid #CCCCCC;
	margin: 40px 0px 15px;
	padding: 0px;
}
.crumb {
	font-size: 14px;
	line-height: 14px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

#sideMenu2p {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#sideMenu2p ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sideMenu2p ul li{
	margin: 0;
	padding: 0;
}
#sideMenu2p ul a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	width: 185px;
	padding-left: 40px;
	display: block;
	background: url(../images/sidemenu-pixy-graphic.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
}
#sideMenu2p ul a.last {
	border-bottom: none;
}
#sideMenu2p ul a:hover {
	background-position: -225px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#sideMenu2p ul a.current {
	background-position: top right;
	color: #fff;
	cursor: default; 
}
#content2p {
	float: right; /* since this element is floated, a width must be given */
	width: 665px; /* padding keeps the content of the div away from the edges */
	height: auto;
	background: #FFFFFF;
	padding: 0px 20px 0px 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	color: #000000;
	margin: 0px;
}

#content2p ul {
	background: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#content2p ul li {
	background: url(../images/bullet.gif) no-repeat left top;
	color: #666666;
	padding-left: 20px;
	line-height: 22px;
	font-size: 11px;
}

#sidebar2P {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
	height: auto;
	margin: 0px;
	background: #FFFFFF;
}
#sidebar2PBottom {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	height: auto;
	margin: 0px;
}
#sideBarTop {
	float: none; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	height: auto;
	margin: 0px;
	padding: 0px;
}
#sideBarBottom {
	float: none; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 00px;
	background: url(../images/bottom-menu-sidebar.gif) no-repeat;
}
.sideBarBelow {
	float: none; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	height: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.imageHolder2P {
	float: right;
	width: 200px;
	text-align: center;
	padding-left: 10px;
	height: auto;
}
.imageCaption2P {
	height: auto;
	width: auto;
	font-size: 9px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
}


.homeSubHead {
	margin-bottom: 12px;
	color: 0071BB;
	font-weight: bold;
}
#container2p {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
	padding: 0px;
	height: auto;
	background: #FFFFFF;
}
#container2p a {
	color: #0e6dad;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container2p a:link {
	color: #0e6dad;
	text-decoration: none;
	font-weight: bold;
}
#container2p a:hover {
	color: #0e6dad;
	text-decoration: underline;
	font-weight: bold;
}
#container2p a:visited {
	color: #0e6dad;
	text-decoration: none;
	font-weight: bold;
}
.secondBotBar {
	float: left; /* since this element is floated, a width must be given */
	width: 950px; /* padding keeps the content of the div away from the edges */
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(../Images/Tarsa-bot-rounded.gif) no-repeat;
}

.peopleNames {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	color: #0071BB;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	display: block;
}

