/* --------------------- */
/*   LAYOUT DEFINITIONS  */
/* --------------------- */

.featured-left-side
{
    float:left;
    width:7px;
    height:500px;
    background-position:0 -261px;
}

.featured-right-side 
{
    float:left;
    width:7px;
    height:500px;
    background-position:0 -261px;
}

.featured-body-bg 
{
   float:left;
   width:216px;
   background-position:0 -261px;
}

.featured-wrapper 
{
    float:right;
    width:230px;
    height:500px; 
}

.tab-top-wrapper 
{
    float:left;
    width:220px;
    height:26px;
}

.tab-wrapper 
{
    float:left;
}

.tab-active-left
{
    float:left;
    width:9px;
    height:26px;
}

.tab-active-middle
{
    float:left;
    width:90px;
    height:26px;
    text-align:center;
}

.tab-active-right
{
    float:left;
    width:9px;
    height:26px;
}

.tab-notactive-left
{
    float:left;
    width:9px;
    height:26px;
}


.tab-notactive-middle
{
    float:left;
    width:90px;
    height:26px;
    text-align:center;
}

.tab-notactive-right
{
    float:left;
    width:9px;
    height:26px;
}


.featured-table 
{
   width:253px;
}  

.featured-tab-text
{
    font-family: Arial,Verdana,times,serif;;
    font-size:10px;
    padding:0px 0px 0px 0px;
    margin-top: 6px;
    color:#854646;
    font-weight:bold;
}

.featured-tab-text A:visited {color: #854646; text-decoration: none}
.featured-tab-text A:link {color: #854646; text-decoration: none }
.featured-tab-text A:hover {color: #B57676; text-decoration: none}
.featured-tab-text A:active {color: #854646; text-decoration: none}


.featured-text {
    color:#666666;
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    font-family: Arial,Verdana,times,serif;
}

.featured-text A:visited {color: #0080af; text-decoration: none}
.featured-text A:link {color: #0080af; text-decoration: none }
.featured-text A:hover {color: #40b0df; text-decoration: none}
.featured-text A:active {color: #0080af; text-decoration: none}

.featured-text-box 
{
    float:left;
    font-size:11px;
    line-height: 13px;
    font-weight: normal;
    font-family: "century gothic";
    padding:10px 0 0 10px;
    width:80px;
    height:60px;
}

.featured-image-box 
{
    float:left;
    width:90px;
    height:60px;
    padding-right:8px;
}


#profile-header 
{
    height:41px;
    padding-left:10px;
    padding-top:10px;
}

.profile-body-title
{
    float: left; 
    width: 190px; 
    padding:9px 0 0 15px;
}

.list-item-box 
{
    height:80px;
}

.tabs
{
   float:left; 
   padding:8px 0 0 8px;
   margin-top:16px;
}


/* ------------------- */
/*   HOME PAGE - BLOG  */
/* ------------------- */

.blog-box {float: left; width: 516px; border:solid 1px #cccccc}
.blog-header{height:31px;}
.blog-head-title {float: left; width: 246px; height: 25px; padding: 8px 0 0 22px; font-weight: 
                  bold; font-size: 11px; font-family: Arial,Verdana,times,serif;}
.blog-post-header {float: left; width: 90%; color: #000000; margin-left: 20px; margin-top: 13px;
                   font-weight: bold; font-size: 14px; font-family: Arial,Verdana,times,serif;}
.blog-post-body-wrapper {float: left; width: 92%; margin-bottom: 16px; margin-left: 20px; margin-top: 13px;}
.blog-post-body {width: 100%; font-weight: normal;font-size: 11px; line-height: 14px;
                 font-family: Arial,Verdana,times,serif;}
.blog-post {float: left; width: 100%; font-weight: normal;font-size: 11px; line-height: 14px;
                 font-family: Arial,Verdana,times,serif;}
.blog-post-header-date {font-size: 12px; font-family: Arial,Verdana,times,serif;}

.tabUL {
	float: left;
    list-style-type:none; 
    padding:0; 
    margin:0;
}

.tabUL li {

}

.main-body
{
    margin-top:22px;
}


