/* Begin Reset Selectors - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
*******************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
/* remember to define focus styles! */
:focus
    {
    outline: 0;
    }
html
    {

    font-size: 62.5%;
    }
body
    {
    background: #000 url(../img/bg-html.gif) center top repeat-y;
    color: black;
    font-family: arial, times New Roman;
    text-align: left;
    }


ol, ul
    {
    list-style: none;
    }

/* tables still need ‘cellspacing=”0″‘ in the markup */

table
    {
    border-collapse: separate;
    border-spacing: 0;
    }

caption, th, td
    {
    text-align: left;
    font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after
    {
    content: “”;
    }

blockquote, q
    {
    quotes: “” “”;
    }

a
    {
    text-decoration: none;
    }

a:hover
    {
    text-decoration: none;
    }

.clear
    {
    clear: both;
    }

i,em
    {
    font-style: italic;
    }


/******************************************************************************/


/* LAYOUT - HEADINGS
******************************************************************************/
h1
	{
	display: none;
	}

h2
	{
	font-size: 1.8em;
	margin-bottom: 15px;
	}

.secondtitle
	{
	margin-bottom: 15px;
	}

html#prize-internal h2
	{
	display: block;
	font-size:1.5em;
	font-weight: bold;
	margin: 0 0 20px 0;
	}
html#prize-internal h2.events
	{
	display: block;
	font-size:1.5em;
	font-weight: bold;
	margin: 0 0 0px 0;
	}



/******************************************************************************/




/* LAYOUT - GENERAL
******************************************************************************/

/* search form on top - begin */
#searchform
	{
	position: absolute;
	right: 0;
	top: 64px;
	width:255px;
	}
#searchform label
	{
	background: url(../img/bg-search-input.gif) no-repeat;
	float: left;
	height: 24px;
	margin-top: 0px;
	position: relative;
	width: 164px;
	}
#searchform label input
	{
	border: 1px solid #fff;
	color:#636363;
	font-size: 1.1em;
	left: 4px;
	position: absolute;
	top: 2px;
	width: 150px;
	}
#searchform #searchbutton
	{
	float: left;
	margin:0 0 0 8px;
	}

/* search form on top - end */


/* globalnav on top - begin */

#globalnav
	{
	position: absolute;
	right:275px;
	top:69px;
	}
#globalnav li
	{
	display: inline;
	padding: 0 0 0 15px;
	}
#globalnav li a
	{
	color:#636363;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	}
#globalnav li a:hover
	{
	text-decoration: underline;
	}

/* globalnav on top - end */



.container
{
    border: 0px solid red;
    width: 984px;
    position: relative;
    margin: 0 auto;
    padding: 8px 0 0 0;
}







.column
{
    margin-top:8px;
    display: inline;
    float: left;
    margin-left: 8px;
    position: relative;
}


.column-container
	{
	padding:15px;
	}




.column a
	{
	color:#829092;
	}


.column a:hover
	{
	text-decoration: underline;
	}









#view-all
	{
	background: url(../img/bull-view-all_b.gif) 0 4px no-repeat;
	color:#636363;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 9px;
	right: 15px;
	position: absolute;
	top: 15px;
	}

#news-container ul li
    {
    padding-bottom: 15px;
    padding-top: 0px;
    font-size: 1.2em;
    font-weight: bold;
    }

    #news-container a
    {

    font-weight: bold;
    }

#footer
{
	height: 100px;
	margin-top: 30px;
}

#footer ul li
	{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 4px;
	}
#footer ul li a
	{
	color:#898989;
	font-size: 1.1em;
	/* font-weight: bold; */
	}
#footer ul li a:hover
	{
	text-decoration: underline;
	}

ul#pages li
    {
    float:left;
    display: inline;
	font-weight: normal;
    padding: 0 3px;
    }
#prize-internal ul#pages li a
    {
    color: #555555;
    display: block;
    padding: 1px 5px;
    font-size: 1.2em;
    font-weight: normal;
    border: 1px solid #777777;
    }
#prize-internal ul#pages li a.active
    {
    background-color: #EDEBEC;
    border: 1px solid #000;
    color: #191919;
	font-weight: bold;
    }
ul#pages li#dots
    {
	font-weight: normal;
    padding: 0;
    position: relative;
    width: 20px;
    height:20px;
    }
ul#pages li#dots span
    {
	bottom:0;
	left:5px;
    position: absolute;
    }


/******************************************************************************/



/* LAYOUT - MAIN PORTAl PAGE
******************************************************************************/
body#mainportal {
background: #fff;
}

#mainportal #header
  {
  height: 186px;
  position: relative;
  }

#mainportal #header #logo
  {
  margin-top: 54px;
  }

#mainportal .concept
  {
  /*background-color: #829092;*/
  background:  #645f56 url(../img/bg-concept-foundation_.gif) center top repeat-y;
  height: 380px;

  }

.concept2
{
    /*background-color: #829092;*/
    background:  #829092 url(../img/bg-concept-foundation_.gif) center top repeat-y;
    height: 331px;
}


#mainportal #content .column
{
    border:1px solid #829092;
    color: #829092;
    position: relative;
    margin: 10px 6px 0px 6px;
    height: 252px;
    width: 473px;
}


#mainportal #content .column #p_main
  {
  left: 23px;
  position: absolute;
  top: 83px;
  }


 #mainportal #content .column #p_main
  {
  left: 23px;
  position: absolute;
  top: 53px;
  }

#mainportal #content .column p
  {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  }
#mainportal #view-all
	{
	background: url(../img/bull-view-all_b.gif) 0 4px no-repeat;
	color:#829092;
	}
#mainportal #footer ul li a
	{
	color:#829092;
	}


/******************************************************************************/


/* LAYOUT - EDUCATION PAGE
******************************************************************************/

#education #header
	{
	height: 156px;
	position: relative;
	}
#education #header #logo
	{
	margin-top: 33px;
	}
#education #concept
	{
	background: url(../img/bg-concept-education.jpg) center center no-repeat;
	height: 316px;
	margin-bottom:20px;
	position: relative;
	}
#education .mestre {

}

#education #concept #crisisbox
	{
	height: 252px;
	position: absolute;
	right: 0;
	top:33px;
	width: 484px;
	}
#education #content .column
	{
	border:1px solid #FFA788;
	color: #829092;
	height: 252px;
	width: 407px;
	}
#education #content .column #p
	{
	margin-top: 26px;
	}
#education #content .col-flagship
	{
	width: 273px;
	}
#education #content .col-flagship ul.flagship li
	{
	padding-top:25px;
	}

#education #content .thumb
	{
	border: 1px solid #F57B20;
	float: left;
	margin-right: 10px;
	}
#education #content h3
	{
	float:left;
	font-size: 1.2em;
	}


#education #content a
	{
	color: #636363;
    font-weight: bold;
	}



/******************************************************************************/


/* LAYOUT - PRIZE PAGE
******************************************************************************/

#prize #header
	{
	height: 180px;
	position: relative;
	z-index: 50;
	}
#prize #header #logo
	{
	margin-top: 33px;
	}

#containermenu
	{
	/*background-color:#e05206;*/
	background: url(../img/bg-containermenuprize.gif) center center no-repeat;
	bottom: 9px;
    height: 43px;
	left: 0;
    position: absolute;
    width: 100%;
	}




ul#menu
    {
    margin-left:7px;
    }
ul#menu li
    {
    color: #fff;
    display: inline;
    position: relative;
    float: left;
    }
ul#menu li a
    {
    color: #fff;
    display: block;
    float: left;
    font-size: 1.1em;
    padding:14px 14px 0;
    height:29px;
    }
ul#menu li:hover, ul#menu li.over, ul#menu li.active
    {
    background-color: #ac2500;
    color: #fff;
    }
ul#menu li a:hover
    {
    background-color: #ac2500;
    text-decoration: none;
    }

ul#menu li ul
    {
    background:  url(../img/bg-submenu.png) 0 100% no-repeat;
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    width: 197px;
    margin: 0 ;
    padding-bottom: 5px;
    }

ul#menu li:hover ul, ul#menu li.over ul
    {
    display:block;
    }
ul#menu li ul li a:hover
    {
    background-color: none;
    text-decoration: underline;
    }

ul#menu li ul li a
    {
    /*display: none;*/
    display: block;
    height:14px;
    padding:5px 5px 5px 9px;
    width: 180px;
    }



#prize #concept
	{
	background: url(../img/bg-broad-prize-concept.png) center center no-repeat;
	height: 377px;
	margin-bottom:10px;
	z-index: 40;
	}
#prize #concept #prizebox
	{
	height: 377px;
	position: absolute;
	left: 0;
	top:0px;
	width: 709px;
	z-index: 40;
	}
#prize #concept #learnmore
	{
	position: absolute;
	left: 312px;
	top:246px;
	z-index: 45;
	}


#prize #concept #finalists
	{
	background: url(../img/bg-broad-prize-concept-finalists.png) repeat-x;
	width: 272px;
	height: 377px;
	border:8px solid #fff;
	border-top:none;
    border-bottom:none;
	position: absolute;
	right: 0;
	_right: -5px;
	}

#prize #concept #finalists .title
    {
    margin-left: 27px;
    }
#prize #concept #finalists #map
    {
    margin: 20px 0 10px;
    }
#prize #concept #finalists .locations
    {
    margin: 5px 0 10px 20px;
    }

#prize #concept #finalists .locations li a
    {
    background: url(../img/bull-locations.gif) 0 5px no-repeat;
    padding-left:10px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    }
#prize #concept #finalists .readmore
    {
    margin: 0px 20px;
    }


#prize #content .column
	{
	border:1px solid #FFA788;
	color: #829092;
	min-height: 252px;
	_height: 252px;
	width: 273px;
	_width: 275px;
	}

#prize #content .col-features
	{
	width: 685px;
	}
#prize #content .col-features ul.features li
	{
	padding-top:25px; float:left;width: 218px;display: inline;
	}

#prize #content .thumb
	{
	border: 1px solid #F57B20;
	float: left;
	margin-right: 10px;
	}
#prize #content h3
	{
	float:left;
	font-size: 1.2em;
	}


#prize #content a
	{
	color: #636363;
    font-weight: bold;
	}



/* PRIZE INTERNAL  PAGES */
html#prize-internal h1
	{
	color:#da2f01;
	display: block;
	font-size:1.8em;
	margin: 0 0 20px 0;
	}

html#prize-internal #content
{
	margin: 4px 0 0 -1px;
}

html#prize-internal #prize #content .column
	{
	border: 0px solid #fff;
	}
html#prize-internal #prize #content .col-main-content
	{
	width: 768px;border: 0px solid red;
	}


/* MENU SIDEBAR */
html#prize-internal #sidebar
	{
	border: none;
	display: inline;
	float: left;
	width:207px;
	}
html#prize-internal #sidebar ul li
	{
	font-size: 1.1em;
	padding: 5px 0px 5px 10px;
	}
html#prize-internal #sidebar ul li ul
	{
	padding-left:10px;
	}
html#prize-internal #sidebar ul li ul li
	{
	font-size: 1.0em;
	padding: 5px 0px 5px 10px;
	}
html#prize-internal #sidebar ul li a
	{
	color: #787878;
	font-weight: normal;
	padding-left: 12px;
	}
html#prize-internal #sidebar ul li a:hover
	{
	text-decoration: underline;
	}
html#prize-internal #sidebar ul li a.active
	{
	background: url(../img/bull-active.gif) 0 4px no-repeat;
	color: #191919;
	}
html#prize-internal #sidebar ul li a.active1
	{
	background: url(../img/bull-active.gif) 0 4px no-repeat;

	}
html#prize-internal #sidebar ul li a.active2
	{
	color: #191919;
	}
/**/


#text
	{
	color: #191919;
	display: inline;
	float: left;
	font-size: 1.2em;
	line-height: 200%;
	margin-top: 0px;
	width:544px;
	}
#text p
	{
	margin-bottom: 20px;

	}
.intro
	{
	font-family: times New Roman;
	font-size:1.5em ;
	}
#sidekick-bar
	{
	display: inline;
	float: right;
	font-size: 1.2em;
	margin-top: 0px;
	width:180px;
	}
html#prize-internal #footer .container ul
	{
	margin-left: 206px;
	}

html#prize-internal .conceptimage
    {
    margin-bottom: 34px;
    display: block;
    }

/**/

/******************************************************************************/

/* LAYOUT - EVENTS
******************************************************************************/

html#prize-internal .subline
	{
	margin: 0 0 15px 0;
	}

html#prize-internal table.events
    {
    border-collapse: collapse;
    margin: 5px 0 40px;
    width: 100%;
    }
html#prize-internal table.events td
    {
    font-size: 1.0em;line-height: 150%;
    }
html#prize-internal table.events td b
    {
    font-size: 1.16em;
    }
html#prize-internal table.events td
    {
    padding: 15px 0;
    width: 504px;
    }
html#prize-internal table.events td.rsvp
    {
    text-align: right;
    vertical-align: middle;
    width: 48px;
    }
html#prize-internal table.events tr td
    {
    border-bottom:1px solid #d9d9d9;
    }
#sidekick-bar img
	{
    display: block;
    margin-bottom: 30px;
	}
/******************************************************************************/

/* LAYOUT - OUR RESIDENTS
******************************************************************************/

html#prize-internal  h1#ourresidents
    {
    margin-bottom: 0;
    }
html#prize-internal  body.ourresidents div.col-main-content
    {
    margin-top: 10px;
    }

form#residents
    {
    border:1px solid #bfbfbf;
    border-left:0px solid #bfbfbf;
    border-right:0px solid #bfbfbf;
    height: 35px;
    margin: 10px 0 20px;
    padding-top: 15px;
    }
form#residents label,
form#residents input,
form#residents select
    {
    float: left;
    display: inline;
    font-size: 1.1em;
    }


form#residents label
    {
    padding-right: 8px;
    }
form#residents label
    {
    color: #191919;
    margin-top: 3px;
    }
form#residents select
    {
    height: 18px;
    margin-right: 20px;
    width: 122px;

    }
form#residents input
    {
    background: url(../img/bg-search-residents.gif) no-repeat;
    border:1px solid #bfbfbf;
    color:#666;
    font-size: 1.1em;
    height: 15px;
    padding-left: 20px ;
    padding-top: 3px;
    width: 102px;
    }


html#prize-internal #listresidents
    {
    margin: 25px 0;
    }

html#prize-internal #listresidents li
    {
    float: left;
    display: inline;
    height:110px;
    width:373px;
    padding-right: 10px;
    }
html#prize-internal #listresidents li img
    {
    float: left;
    display: inline;
    margin-right: 10px;
    }
html#prize-internal #listresidents li h2
    {
    font-size: 1.1em;
    margin-bottom: 5px;
    }

html#prize-internal #listresidents li p
    {
    color: #363636;
    font-size: 1.1em;
    line-height: 150%;
    }

html#prize-internal h2#residentname
    {
    font-size: 0.93em;
    margin: 0;
    }

html#prize-internal img.bigpic
    {
    float: left;
    display: inline;
    margin:0  10px 10px 0;
    }
html#prize-internal body.ourresidents p.residenttext
    {
    font-size: 0.92em;
    line-height: 200%;
    margin: 0 0 15px 0;
    }

/******************************************************************************/


/* LAYOUT - STANDARD TEXT PAGE
******************************************************************************/
#corporate #header
  {
  height: 186px;
  position: relative;
  }

#corporate #header #logo
  {
  margin-top: 54px;
  }
#corporate h1
    {
    color: #fff;
    display: block;
    font-size: 1.8em;
    padding: 23px 0 0 20px;
    }

#corporate #concept
  {
  background: url(../img/bg-concept-corporate.gif) center top repeat-y;
  height: 66px;
  margin-bottom:20px;
  }

#corporate #content .column
  {
  border:1px solid #829092;
  color: #829092;
  height: 252px;
  width: 478px;
  }

#corporate #content .main-content
    {
    width: 944px;
    }

#corporate #content h2.founders, #corporate #content p.founders
    {
    font-family: times New Roman;
    font-size: 1.8em;
    }
#corporate #content h2.founders
    {
    font-family: times New Roman;
    font-weight: bold;
    margin-bottom: 0px;
    }
#corporate #content p.founders
    {
    margin-bottom: 20px;
    }

#corporate #content h3
    {
    color:#da2f01;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0 20px;
    }
#corporate #content ul#seniorteam
    {
    height:50px;
    }
#corporate #content ul#seniorteam li
    {
    float: left;
    display: inline;
    width:250px;
    font-size: 1.2em;
    }
#corporate #content ul#seniorteam li b
    {
    display:block;
    font-weight:bold;
    }
#corporate #content ul#seniorteam li.last
    {
    width:190px;
    }
#corporate #content .hr hr
    {
    display: none;
    }
#corporate #content .hr
    {
    border-top:0px solid #d9d9d9;
    border-left:0px solid #d9d9d9;
    border-right:0px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    margin-bottom: 20px;
    }
#corporate #content ul.liststaff
    {
    float: left;
    display: inline;
    width:290px;
    }
#corporate #content ul.column1
    {
    width:360px;
    }

#corporate #content ul.liststaff li
    {
    float: left;
    display: inline;
    width:250px;
    font-size: 1.2em;
    padding-bottom: 17px;
    }
#corporate #content ul.liststaff li b
    {
    display:block;
    font-weight:bold;
    }

#corporate #footer ul li a
	{
	color:#829092;
	}


/******************************************************************************/


/* LAYOUT - STANDARD TEXT PAGE
******************************************************************************/
html#prize-internal  body.news-page h1
	{
	font-weight: normal;
	margin-bottom: 10px;
	}

html#prize-internal  body.news-page form#residents
    {
    border:1px solid #bfbfbf;
    border-top:0px solid #bfbfbf;
    border-left:0px solid #bfbfbf;
    border-right:0px solid #bfbfbf;
    height: 35px;
    margin: 10px 0 20px;
    padding-top: 15px;
    }

/******************************************************************************/


/* LAYOUT - NEWS
******************************************************************************/

html#prize-internal #listnews li
	{
	color:#191919;
	font-size: 1.2em;
	line-height: 170%;
	padding-bottom:20px;
	}
html#prize-internal #listnews li a
	{
	color:#da2f01;
	}
html#prize-internal #listnews li i
	{
	display:block;
	}


/******************************************************************************/



/* LAYOUT - MEDICAL PAGE
******************************************************************************/

#medical #header
	{
	height: 180px;
	position: relative;
	z-index: 50;
	}
#medical #header #logo
	{
	margin-top: 33px;
	}



#medical #concept
	{
	background: url(../img/bg-broad-medical-concept.jpg) center center no-repeat;
	height: 377px;
	margin-bottom:10px;
	z-index: 40;
	}
#medical #concept #medicaltext
	{
	position: absolute;
	left: 85px;
	top:52px;
	}
#medical #concept #learnmore
	{
	position: absolute;
	left: 312px;
	top:246px;
	z-index: 45;
	}

#medical #content .column
	{
	border:1px solid #89b5ec;
	color: #829092;
	min-height: 252px;
	_height: 252px;
	width: 273px;
	_width: 275px;
	}

#medical #content .col-features
	{
	width: 690px;
	}
#medical #content .col-features ul.features li
	{
	padding-top:25px; float:left;width: 325px;display: inline;
	}

#content .thumb
	{
	float: left;
	margin-right: 10px;
	}
#medical #content h3
	{
	float:left;
	font-size: 1.2em;
	}
#medical #content a
	{
	color: #636363;
    font-weight: bold;
	}
#medical .learn-more-box
	{
	background: url(../img/bg-medical-learn-more-box.jpg) no-repeat;
	width: 280px;
	height: 252px;
	border:0px solid red;
	}
#medical .learn-more-box p
	{
	color:#fff;
	font-size: 1.2em;
	padding: 10px 5px;
	}
#medical .learn-more-box ul#learnmorelist
	{
	margin:20px 0 0 15px;
	}
#medical .learn-more-box ul#learnmorelist li
	{
	background: url(../img/bull-learn-more.gif) 0 3px no-repeat;
	color:#fff;
	padding: 3px 0 10px 17px;
	}
#medical .learn-more-box ul#learnmorelist li a
	{
	color:#fff;
	font-size: 1.2em;
	}
#medical #footer #other
	{
	position: absolute;
	right: 0;
	font-size: 1.1em;
	color: #898989;
	}
#medical #footer a
	{
	color: #898989;
	}
#medical #footer #other a:hover
	{
	text-decoration: underline;
	}

/* NEW CSS
******************************************************************************/
#text2{
	color: #191919;
	display: inline;
	float: left;
	font-size: 1.2em;
	line-height: 200%;
	margin-top: 0px;
	width:750px;
	}
#text2 p{
	margin-bottom: 20px;
}
#prize #content .col-features ul.features li h3 {
	width:110px;
}
#gallery{
    margin: 10px 0 20px;
    padding-top: 15px;
}

#gallery p{
    font-size: 12px;
	float:left;
}
#gallerynav{
	float: right;
	font-size:12px;
	margin-bottom:10px;
}
#gallerynav img{
	padding-bottom:-5px;
}
#gallerythumb{
    border:1px solid #bfbfbf;
    width: 122px;
	height:122px;
	float:left;
	margin-right:24px;
	margin-bottom:24px;
}

/* LAYOUT - ACADEMY PAGE
******************************************************************************/

#academy #header
	{
	height: 180px;
	position: relative;
	z-index: 50;
	}
#academy #header #logo
	{
	margin-top: 33px;
	}
#academy #concept
	{
	background: url(../img/bg-concept-academy.jpg) center center no-repeat;
	height: 316px;
	margin-bottom:20px;
	position: relative;
	z-index: 40;
	}
#academy .mestre {

}

#academy #concept #crisisbox
	{
	height: 252px;
	position: absolute;
	right: 0;
	top:33px;
	width: 484px;
	}
#academy #content .column
	{
	border:1px solid #88a5c0;
	color: #829092;
	height: 252px;
	width: 332px;
	}
#academy #content .column #p
	{
	margin-top: 26px;
	}
#academy #content .col-flagship
	{
	width: 280px;
	}
#academy #content .col-flagship ul.flagship li
	{
	padding-top:25px;
	}

#academy #content .thumb
	{
	border: 1px solid #114c82;
	float: left;
	margin-right: 10px;
	}
#academy #content h3
	{
	float:left;
	font-size: 1.2em;
	}

#academy #content a
	{
	color: #636363;
    font-weight: bold;
	}

#academy #map
    {
    margin: 10px 10px 10px 0;
    }

/******************************************************************************/

/* LAYOUT - RESIDENCY PAGE
******************************************************************************/

#ourresidents #header
	{
	height: 180px;
	position: relative;
	z-index: 50;
	}
#ourresidents #header #logo
	{
	margin-top: 33px;
	}
#ourresidents #concept
	{
	background: url(../img/bg-concept-residency.jpg) center center no-repeat;
	height: 377px;
	margin-bottom:20px;
	position: relative;
	z-index: 40;
	min-width:1000px;
	}
#ourresidents .mestre {

}

#ourresidents #concept #buttons
	{
	height: 252px;
	position: absolute;
	left: 20px;
	top:70px;
	width: 430px;
	color:#FFFFFF;
	}

#ourresidents #concept #buttons h2
	{
	font-size: 26px;
	font-weight:normal;
	}
#ourresidents #concept #buttons p
	{
	font-size: 12px;
	margin-bottom:8px;
	}
#ourresidents #concept #profile
	{
	height: 252px;
	position: relative;
	left: 730px;
	top:70px;
	width: 227px;
	}

#ourresidents #concept #profile p
	{
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 15px;
	}
#ourresidents #concept #profile ul li
	{
	padding-top:15px; float:left;width: 67px;display: inline; margin-right:8px;
	}
#ourresidents #content .column
	{
	color: #829092;
	height: 252px;
	width: 407px;
	}
#ourresidents #content .column #p
	{
	margin-top: 26px;
	}
#ourresidents #content .col-features
	{
    border:1px solid #9ed563;
	width: 270px;
	}
#ourresidents #content .col-events
	{
    border:1px solid #9ed563;
	width: 276px;
	}
#ourresidents #content .col-features h3
	{
	width: 130px;
	}
#ourresidents #content .col-features ul.flagship li
	{
	padding-top:25px;
	}

#ourresidents #content .thumb
	{
	border: 1px solid #a9da75;
	float: left;
	margin-right: 10px;
	}
#ourresidents #content h3
	{
	float:left;
	font-size: 1.2em;
	}

#ourresidents #content a
	{
	color: #636363;
    font-weight: bold;
	}

#ourresidents #news-container h4{
	font-size: 14px;
	color: #666666;
	padding: 0 0 0 6px;
}

#ourresidents #news-container h5{
	font-size: 11px;
	color: #999999;
	padding: 4px 0 0 6px;
}

#ourresidents #news-container ul li{
	background:url(../img/bg-newsitem.gif) no-repeat;
}

/******************************************************************************/

#corporate #footer #hello
{
    color: #BEBEBE;
}

#mainportal #footer #hello
{
    color: #BEBEBE;
}

#mainportal #scimed-footer #hello
{
    color: #BEBEBE;
}

#scimed-footer
{
	height: 100px;
	margin: 286px 10px 0 0;
}

#scimed-footer ul li
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 4px;
}

#scimed-footer ul li a
{
	color:#898989;
	font-size: 1.1em;
    /* font-weight: bold; */
}

#scimed-footer ul li a:hover
{
	text-decoration: underline;
}
