/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.1;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

a{
	color: #006633;
}

a:link{
	color: #4F9F4A;
}

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

a:hover{
	color: #CE050F;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 14px;
 color: #DF372A;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	width: 749px;
	background-color: #FFFFFF;
	height: 135px;
}
#wrapper {
	width: 750px;
	background-repeat: repeat-y;
	background-image: url(wrapper.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6DC07A;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9D49E;
	margin: 0px;
	padding: 0px 0px 1px;
}

#masthead h3 {
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	color: #333333;
}
#masthead strong {
	font-size: 14px;
	color: #D1150C;
}

#navBar{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#headlines{
  float:right;
	width: 134px;
}

#content{
	float: right;
	margin-right: 10px;
	width: 500px;
}


#Bistro {
	height:195px;
	width: 260px;
	display: table-cell;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(childback.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5E8D2;
}
#health {
	height:195px;
	width: 260px;
	display: table-cell;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	float: right;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-right-color: #6DC07A;
	border-bottom-color: #6DC07A;
	background-image: url(cafeback.jpg);
}


#Office {
	height:195px;
	width: 250px;
	display: table-cell;
	float: right;
	background-image: url(officeback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#conference {
	height:195px;
	width: 257px;
	display: table-cell;
	margin: 0;
	float: left;
	background-image: url(confback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6DC07A;
	border-right-color: #6DC07A;
	border-right-width: 1px;
	border-right-style: solid;
}

.toprow {
	height: 195px;
	width: 520px;
	color: #666666;
	margin-bottom: 0px;

}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #6BB867;
	background-color: #000000;
	width: 730px;
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	top: 100px;
	clear: both;
	text-align: right;
	padding-right: 20px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px;
	text-decoration: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 8px 0px 10px 10px;
	font-size: 12px;
	position: relative;
}

.feature h3{
	padding: 10px 0px 2px;
	color: #4F9F4A;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1150C;
	margin: 0px;
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
}

.feature img{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.feature td img{
	float: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
/************** .story styles *****************/

.story{
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACDBAD;
}

.story p{
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #333333;
	height: 75px;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0;
	padding-top: 18px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 746px;
}

#siteInfo img{
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 6px;
	margin-left: 6px;
	clear: left;
}
#siteInfo p {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 184px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px 7px 15px 15px;
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 2px;
}

#sectionLinks a {
	color: #D3161C;
	text-decoration: underline;
}

#sectionLinks a:hover{
	color: #660000;
}


/*********** generic inner Pages Styles ***********/
#innercontent {
	width: 530px;
	margin-left: 210px;
	position: relative;
}
#innercontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DF372A;
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8EBD5;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#innercontent .feature h2 {
	font-size: 16px;
	color: #DF372A;
	margin-bottom: 0px;
}
#innercontent a {
	font-weight: bold;
	color: #4F9F4A;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	width: 135px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#table {
	display: table;
}
#Bistro h2 {
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 20px;
}
#health h2 {
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 20px;
}
#Office h2 {

	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#conference h2 {
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 20px;
}
#BistroNav {
	background-color: #8ECD98;
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(bistronavback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#HealthNav {
	background-color: #6BB867;
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(healthnavback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#ITNav {

	background-color: #ACDBAD;
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(ITnavback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#confnav {


	background-color: #6DC07A;
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(confnavback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#wrapper #content .toprow #IT {
}
#sectionLinks h2 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.bemweb {
	font-family: "Trebuchet MS", GillSans, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#globalNav a:hover {
	text-decoration: underline;
}
#wrapper #masthead img {
	float: left;
}
/*********** IT Pages Styles ***********/
#ITcontent {
	width: 410px;
	float: right;
	vertical-align: middle;
}
#ITcontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6BA8CE;
	padding-top: 55px;
	padding-left: 10px;
}
#ITcontenthomeheader {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6BA8CE;
	background-image: url(ItHomeheader.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6BA8CE;
}
#ITcontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#ITcontent a {
	font-weight: bold;
	color: #6BA8CE;
}
/*********** IT inner Pages Styles ***********/
#ITinnercontent {
	width: 540px;
	float: right;
}
#ITinnercontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6BA8CE;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6BA8CE;
	background-image: url(ITinnerheader.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

#ITinnercontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#ITinnercontent a {
	font-weight: bold;
	color: #6BA8CE;
}
/*********** cafe Pages Styles ***********/
#cafecontent {
	width: 410px;
	float: right;
	vertical-align: middle;
}
#cafecontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #91DC65;
	padding-top: 55px;
	padding-left: 10px;
}
#cafecontenthomeheader {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #91DC65;
	background-image: url(cafeHomeheader.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91DC65;
}
#cafecontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#cafecontent a {
	font-weight: bold;
	color: #91DC65;
}
/*********** cafe inner Pages Styles ***********/
#cafeinnercontent {
	width: 540px;
	float: right;
}
#cafeinnercontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #91DC65;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91DC65;
	background-image: url(cafeinnerheader.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

#cafeinnercontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#cafeinnercontent a {
	font-weight: bold;
	color: #91DC65;
}
/*********** conference Pages Styles ***********/
#confcontent {
	width: 410px;
	float: right;
	vertical-align: middle;
}
#confcontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E9131B;
	padding-top: 55px;
}
#confcontenthomeheader {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E9131B;
	background-image: url(confHomeheader.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9131B;
	padding-left: 10px;
}
#confcontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#confcontent a {
	font-weight: bold;
	color: #E9131B;
}
/*********** conf inner Pages Styles ***********/
#confinnercontent {
	width: 550px;
	margin-left: 200px;
}
#confinnercontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E9131B;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9131B;
	background-image: url(confinnerheader.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

#confinnercontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#confinnercontent a {
	font-weight: bold;
	color: #E9131B;
}

/*********** Health Pages Styles ***********/
#healthcontent {
	width: 410px;
	float: right;
	vertical-align: middle;
}
#healthcontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9E1D;
	padding-top: 55px;
	padding-left: 10px;
}
#healthcontenthomeheader {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9E1D;
	background-image: url(healthHomeheader.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9E1D;
}
#healthcontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
#healthcontent a {
	font-weight: bold;
	color: #FF9E1D;
}
/*********** Health inner Pages Styles ***********/
#healthinnercontent {
	width: 550px;
	margin-left: 200px;
}
#healthinnercontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9E1D;
	padding-top: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9E1D;
	background-image: url(healthinnerheader.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
}

#healthinnercontent .feature h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
}
#healthinnercontent a {
	font-weight: bold;
	color: #FF9E1D;
}

#Bistro p {
	font-weight: bolder;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 8px;
}
#health p {

	font-weight: bolder;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 0px;
}
#Office p {

	font-weight: bolder;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 0px;
}
#conference p {
	font-weight: bolder;
	font-size: 12px;
	padding-left: 20px;
	margin-top: 0px;
}
#innercontent .feature img {
	clear: right;
}
#ITinnercontent .feature img {

	border: 1px solid #6BA8CE;
}
#healthinnercontent .feature img {


	border: 1px solid #FF9E1D;
}
#healthcontent .feature img {



	border: 1px solid #FF9E1D;
}
#wrapper #innercontent #listBeautyItems1 .KT_tnglist #form1 .KT_tngtable .KT_row_order #GymItemName {
	font-size: 10px;
	font-weight: normal;
}
form #submit {
	background-color: #6BB867;
	color: #FFFFFF;
	border: 1px solid #E9131B;
}
#healthinnercontent h2 {
	color: #000000;
	margin-bottom: 10px;
	padding-left: 10px;
}
#healthcontent .feature {
	margin-right: 0px;
	padding-right: 0px;
}
.feature li {
	padding-bottom: 7px;
}
#wrapper #navBar #sectionLinks img {
	margin-left: 10px;
	float: right;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#wrapper #innercontent .story img {
	float: right;
	margin-bottom: 8px;
	margin-left: 10px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 12px;
}
#confinnercontent h3 {
	color: #E9131B;
	border-bottom-color: #E9131B;
}
address {
	font-style: normal;
	font-size: 11px;
}
#masthead p {


	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: normal;
}
#innercontent .toprow  a {
	color: #006600;
	text-decoration: none;
}
#innercontent .toprow  a:hover {
	color: #006600;
	text-decoration: underline
}
#wrapper #innercontent .toprow #IT img {
	float: right;
}
.tableborder {
	background-color: #F0F8EF;
	border: 1px solid #D5E8D2;
}
#calinnercontent {
	width: 530px;
	margin-left: 205px;
	position: relative;
}
#calinnercontent h1 {
	font-family: GillSans, "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DF372A;
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8EBD5;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#calinnercontent .feature h2 {
	font-size: 16px;
	color: #DF372A;
	margin-bottom: 0px;
}
#calinnercontent a {
	font-weight: bold;
	color: #4F9F4A;
}
