:focus {
	outline:0;
}

/* LEFT SIDE */
#middle #content h1 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #414a51;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 5px;
    text-transform: uppercase;
}

#right {
    width: 760px;
    margin: 6px 0 0;
    padding: 10px;
    position: relative;
}


.profile {
    margin: 0px 15px 0 0;
    float: left;
}

#right h2 {
    margin: 0px 0px 0px 9px;
    color: #535d65;
    font-size: 14px;
    text-transform: uppercase;
}

#right p {
    color: #535d65;
    font-size: 12px;
}

#right ul li {
    float: left;
    background: #0196ce;
    height: 89px;
    width: 89px;
    margin: 0px 5px 5px 0px;
    color: #fff;
    font-size: 9px;
}

#right ul li:hover img {
    background: #000;
    filter: alpha(opacity=45);
    -moz-opacity:.45;
    opacity:.45;
    z-index: 2;
}

#right ul li.hoverthumb img {
    background: #000;
    filter: alpha(opacity=45);
    -moz-opacity:.45;
    opacity:.45;
    z-index: 2;
}

#right ul li:hover {
    cursor: pointer;
}
#right ul li:hover .overlay {
    visibility: visible;
}

#right ul li img {
    margin: 0;
}

#right ul li span.right {
    float: right;
    padding: 6px 2px 0px 0px;
}

#right ul li span.left {
    float: left;
    color: #fff;
    padding: 6px 0px 0px 2px;
}

.leftSide {
    width: 350px;
    float: left;
}

#right #holder h2 {
    font-size: 18px;
    color: #535d65;
    text-transform: uppercase;
    margin: 0;
}

#right #holder img {
    float: left;
    margin: 0 10px 0;
}

#right #holder p {
    color: #22b9f1;
    font-family: Verdana;
    font-size: 9px;
    width: 235px;
    margin: 6px 0 0;
}

#right p {
    font-size: 11px;
    font-family: Verdana;
    color: #414a51;
    margin: 6px 0 0 10px;
}

#left {
    width: 160px;
    margin: 6px 0 0;
}

#left ul {
    list-style: none;
}

#left ul li {
    margin: 0px 0px 4px 0;
    color: #fff;
    font-size: 10px;
    font-weight:bold;
    /*text-transform:uppercase;*/
}

#left ul li a:hover {
    color: #00aeef;
}


#left ul li a.current {
    color: #0097cf;
}

#left ul li a.current:hover {
    color: #fff;
}

#left ul li a {
    width: 135px;
    display: block;
}

#left ul li.hoverli a {
    color: #00aeef;
}



#content a {
    color: #414a51;
    text-decoration: none;
    font-size: 10px;
}

#content a:hover {
    color: #0196ce;
    text-decoration: none;
}

blockquote {
    font-size: 14px;
    margin: 15px 0 0 135px;
    color: #414a51;
    font-style: italic;
    font-weight: bold;
    width: 230px;
    letter-spacing: 0px;
    line-height: 1.2em;
}

#bottom {
    position: absolute;
    bottom: 10px;
    left: 425px;
    font-size: 10px;
    width: 350px;
    border-bottom: 1px solid #b2d234;
    padding: 0px 0px 0px 0;
    color: #414a51;
}

#right a {
    color: #414a51;
}

#right a:hover {
    color: #00ADEF;
}

blockquote:before { content: open-quote; font-weight: bold; margin: 0; font-family: Georgia; font-size: 20px; }
blockquote:after { content: close-quote; font-weight: bold; font-family: Georgia; font-size: 20px; }

#bottom ul {
    list-style: none;
    position: relative;
}

#bottom ul li {
    float: left;
    background: none;
    height: auto;
    color: #414a51;
    width: auto;
    display: block;
}

#bottom ul li span {
    padding: 0px 0px 0px 3px;
}

#bottom ul li ul {
    position: absolute;
    left: 0;
    padding: 10px 0 0;
    width: 375px;
    display: none;
}

#bottom ul li ul li a {
    padding: 0;
}

#bottom ul li:hover span {
    font-weight: bold;
    color: #00ADEF;
}
#bottom ul li:hover ul {
    display: block;
}

.rightSide {
    float: right;
    width: 350px;
}

.leftSide {
    float: left;
    width: 400px;
}

a.lightbox-link:hover {
    color: #414a51;
}