#FeaturedTABLE td
{
	height: 200px;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	
	
	border-right-style: solid;
	border-bottom-style: solid;
	
	
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	
}
.featured_profile {   
    text-align: center;    
	width:149px;
	overflow:hidden;
}
.search_link {
    padding-bottom: 1em;
    padding-right: 1em;
    float: right;
    font-size: 1.1em;
}
.break {
    clear: both;
}
#homelist li
{
	margin-top:6px;	
}
#content_inside {
    height: auto !important;
    /*height: 335px;   */
    margin-right: 300px;
    padding-top: 250px;
}
#content_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 300px;
    height: 100%;
    background-color:#F1F5F5;
	border-left:1px solid #999;
}
#content_right h4 {
    height: 20px;
    font-size: 1.2em;
    padding: 5px;
    margin: 0px;
    text-align: center;
}
#content_tl {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 230px;
    background:url(/Library/Images/home_clouds.jpg);
	background-repeat:no-repeat;
	background-color:#7ca5d3;
	background-position:right top;
    color: white;
}
#content_tl h4 {
    font-size: 1.7em;
    padding-bottom: 0.5em;
}
#content_tl h5 {
    font-size: 1.5em;
    padding: 0em 0.3em 0em 0em;
}
#content_tl p,#tc_inside2 p,#content_tl .p {
    padding-top: 1.2em;
}
#contennt_tl .btn {
    margin-top: 0.5em;
}
#tc_inside2 {
    position: relative;
    height: auto !important;
    height: 300px;
    min-height: 300px;
}
#content_bl {
    background-color: #bbb;
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0px;
    left: 0px;
}
#quicksearch {
    height: 250px;
    width: 100%;
    /*background: #9cc2e9 url('/media/images/quick_search_bg.png') repeat-x;*/
	background-image:url(/Library/Images/bg_home_search.jpg);
	background-repeat:no-repeat;
}
#quicksearch_left {
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
}
#quicksearch_left h3 {
    padding: 1em;
    font-size: 1.8em;
    padding-bottom: 0.7em;
    color: white;
}
#quicksearch_left .p {
    position: relative;
    padding: 1em;
}
#quicksearch_left a {
    text-decoration: underline;
    color: white;
}
#quicksearch_left a:visited {
    color: white;
}
#quicksearch #jet {
    display: block;
    float: right;
}
#menu div.item {
   background-image: url('/media/images/menu_inactive_bg.png');
}
#menu div.selected {
    background-image: url('/media/images/menu_active_bg.png');
}
#menu div.hover {
    background-image: url('/media/images/menu_hover_bg.png');
}
#menu div.seperator {
    background-image: url('/media/images/menu_seperator.png');
}

