/* CSS Document */
/* ==================== global resets for all web pages ==================== */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
}
a {
	outline: none;
}
a:hover {
	outline: none;
}
a:active {
	outline: none;
}
a:visited {
	outline: none;
}
/* ==================== default tag styles ==================== */
* {
	color: #666666;
}
html
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #508bcd url(../images/bkgrGradiant.jpg) fixed repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
/* ----- text formatting ----- */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin: 8px 0px 8px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01206e;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
	line-height: 20px;
	background: #508ccd;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #508ccd;
	margin: 10px 0px 0px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #508ccd;
	margin: 10px 0px 0px 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #01206e;
	margin: 10px 0px 0px 0px;
}
/* ----- link formatting ----- */
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #508ccd;
}
/* ----- Image Formatting ----- */
img {
	border: none;
}
/* ---------- List Formatting ---------- */
ul {
	padding: 0;
	margin: 0px 0px;
}
li {
	behavior: url(./stylesheets/IEFixes.htc);
	display: block;			
}
span {
	behavior: url(./stylesheets/IEFixes.htc);
}
/* ---------- Table Formatting ---------- */
table {
}
tr {
}
td {
}
/* ---------- Div Formatting ---------- */
div {
	position: relative;
}
/* ==================== class styles ==================== */
.founder table,
.sponcer table,
.patron table,
.corporate table,
.business table,
.individual table {
	width: 100%;
	position: relative;
}
.founder td,
.sponcer td,
.patron td,
.corporate td,
.business td,
.individual td {
	text-align: center;
	padding: 8px;
	border: #ddd solid;
	border-width: 1px;
}
.founder img,
.sponcer img,
.patron img,
.corporate img,
.business img,
.individual img {
	max-width: 100%;
	margin: 0 auto;
}
.founder td {
	width: 100%;
}
.sponcer td {
	width: 100%;
}
.patron td {
	width: 50%;
}
.corporate td {
	width: 33%;
}
.business td {
	width: 25%;
}
.individual td {
	width: 25%;
}

p.smallTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-variant: small-caps;
	color: #FFFFFF;
	margin-left: 10px;
}
.footerLink {
	margin: 5px 5px 5px 5px;
}
p.red {
	color: #ee0000;
}
p.quote {
	font-size: 12px;
	color: #000000;
	margin: 0px 0px;
}
p.quoteSign {
	font-size: 12px;
	color: #01206e;	
	font-style: oblique;
	margin: 0px 0px;
	 }
/* ==================== id styles ==================== */
#masterWrapper {
	width: 890px;
	height: auto !important;
	//height: 100%;
	//min-height: 100%;
	text-align: center;
	background: #fff; 
	margin-left: auto;
	margin-right: auto;
	border: #518cce solid;
	border-width: 0px 10px 0px 10px;
	position: relative;
	top: 0px;
}
#headerWrapper {
	width: 100%;
	height: 280px;
	background: #ddeafa url(../images/topBanner.jpg) scroll no-repeat top left;
	position: relative;
	top: 0px;
}
#logoContainer {
	width: 260px;
	height: 100px;
	text-align: left;
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 30px;
}
#logo {
	position: relative;
	top: 5px;
	left: 10px;
}
#logoContainer2 {
	width: 260px;
	height: 95px;
	background: transparent;
	position: relative;
	top: 0px;
	left: 7px;
}
#logo2 {
	position: relative;
	top: 25px;
	left: 25px;
	background-image: url(tx-is-cc/images/logo2.jpg);
}
#contentWrapper {
	width: 100%;
	height: auto !important;
	//height: 600px;
	//min-height: 600px;
	background: transparent;
	padding: 0px 0px 0px 0px;;
	margin: 0px;
	position: relative;
	top: 0px;
}
#leftColumnWrapper {
	width: 274px;
	height: 505px;
	text-align: left;
	background: transparent url(../images/navBackground-iefix.png) scroll no-repeat top left;
	position: absolute;
	z-index: +100;
	top: -60px;
	left: 23px;
}
#leftColumnWrapper1 {
	width: 274px;
	text-align: left;
	position: absolute;
	z-index: +200;
	top: 400px;
	left: 48px;
}
.blueBar {
	height: 15px;
	width: 260px;
	background: #518cce;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	
}
#navBlueBar {
	left: 7px;
}
#contentContainer {
	height: auto !important;
	height: 350px;
	min-height: 350px;
	text-align: left;
	background: #FFFFFF;
	margin: 0px 0px 0px 300px;
	padding: 25px;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#calendar #contentContainer {
	padding: 8px;
}
#contentContainer ul {
	list-style-image: url(../images/starSmall.jpg);
	margin: 0px 50px 0px 40px;
}
#contentContainer li {
	display: list-item;
	margin: 5px 0px;			
}
#contentContainer ul li p {
	font-size: 14px;
	color: #333395;
	font: Arial, Helvetica, sans-serif;
	margin: 0;
}
#footerWrapper {
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
	background: #eeeeee;
	position: relative;
	/*bottom: 0 !important;*/
	bottom: 0;
	left: 0;
}
#calendarContainer {
	width: 100%;
	height: 460px;
	position: relative;
	top: 0px;
	left: 0px;
}
/*----- Header formatting -----*/

/* ==================== ==================== ==================== */
/* ==================== unsorded styles ==================== */
/* ==================== ==================== ==================== */
#coppyRight {
	font-size: 10px;
	text-align: right;
}
.tableHeadder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	padding: 2px;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}
.textAlignRight {
	text-align:right;
}
.app {
	padding: 1px;
}
.quote img.thumb {
	float: left;
	height: 100px;
	margin: 0px 8px 0px 0px;
}
.quote .hide {
	visibility: hidden;
	float: none;
	border: #fff solid;
	border-width: 4px;
	position: absolute;
	top: -250px;
	left: 75px;
}
.quote span:hover .hide {
	visibility: visible;
}

 .quote span.hover .hide  {
	visibility: visible;
	left: -75px;
}

/*.founder table {
	width: 540px;
} 
.founder td {
}
*/
.founder img {
}

.individual table {
width: 540px;
}

#menu {
	
	width: 260px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;	
	margin: 0px;
	font-size: 14px;
	margin: 0px 0;
	border: 1px solid #888888;
	border-width: 1px 0px 0px 0px;
	position: relative;
	left: 7px;	
}

#menu ul li {
	float:left;
	margin: 0px;
	position:relative;
}

#menu ul li a {
	background:#FFFFFF url(../images/starWhite.jpg) no-repeat scroll;
	color:#666666;
	display:block;
	font-size:16px;
	height: 30px;
	width: 100%;
	line-height:30px;
	width: 260px;
	text-align:left;
	text-decoration:none;
	text-indent:50px;
	border-color:#888888;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
}
	
#menu ul li:hover a, #menu ul li.hover a  {
	color:#28288a;
	background:#ddeafa url(../images/starBlue.jpg) scroll no-repeat;
}

#menu ul li a.style1 {
	background:#FFFFFF url(../images/starWhite.jpg) no-repeat scroll;
	color:#666666;
	display:block;
	font-size:13px;
	height: 30px;
	width: 100%;
	line-height:30px;
	width: 260px;
	text-align:left;
	text-decoration:none;
	text-indent:50px;
	border-color:#888888;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
}
	
#menu ul li:hover a.style1, #menu ul li.hover a.style1  {
	color:#28288a;
	background:#ddeafa url(../images/starBlue.jpg) scroll no-repeat;
}

#menu ul li ul  {
	display: none;
}

#menu ul li:hover ul, #menu ul li.hover ul  {
	display: block;
	position: absolute;
	top: -1px;
	left: 260px;
}

#menu ul li:hover ul li a, #menu ul li.hover ul li a  {
	width: 200px;
	display: block;
	background: #ffffff;
	color: #666666;	
	border: 1px solid #888888;
	border-width: 0px 1px 1px 1px;
	text-indent: 8px;
}

#menu ul li:hover ul li:hover a, #menu ul li.hover ul li.hover a {
	background: #ddeafa;
	color: #28288a;
}

#menu ul li:hover ul li ul, #menu ul li.hover ul li ul  {
	display: none;
}

#menu ul li:hover ul li:hover ul, #menu ul li.hover ul li.hover ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 201px;
}

#menu ul li:hover ul li:hover ul li a, #menu ul li.hover ul li.hover ul li a {
	display: block;
	width: 200px;
	background: #dddddd;
	border: 1px solid #888888;
	border-width: 0px 1px 1px 1px;
	color: #333333;
}

#menu ul li:hover ul li:hover ul li:hover a, #menu ul li.hover ul li.hover ul li.hover a {
	background: #ddeafa;
	color: #ffffff;
}

#home #menu #navHome,
#overview #menu #navHome,
#mission #menu #navHome,
#buildingP #menu #navHome,
#serviceToIs #menu #navHome,
#serviceToTx #menu #navHome,
#staff #menu #navLeadership,
#leadership #menu #navLeadership,
#board #menu #navLeadership,
#comittees #menu #navComittees,
#calendar #menu #navCalendar,
#membership #menu #navMembership,
#membership1 #menu #navMembership,
#benefits #menu #navMembership,
#membershipApp #menu #navMembership,
#directory #menu #navMembership,
#resources #menu #navResources,
#Grants #menu #navGrants,
#news #menu #navNews,
#newsletter #menu #navNews,
#articles #menu #navNews,
#pressRelease #menu #navNews,
#donate #menu #navDonate,
#foundation #menu #navFoundation,
#contact #menu #navContact,
#israeliCompInTexas #menu #navResources,
#texasCompInIsrael #menu #navResources {
	color:#ffffff;
	background:#28288a url(../images/starDkBlue.jpg) scroll no-repeat;
}
