
#contentColumnOne
{
width:765px;
}
/*
#contentColumnOne #member-menu ul li
{
list-style:none;
display:inline;
text-indent:-9999px;
float:left;
margin:0;
}

#contentColumnOne #member-menu ul li#home a
{
background:url(/images/member-page-menu.png) no-repeat 0 0;
display:block;
width:120px;
height:39px;
outline-style:none;
}
#contentColumnOne #member-menu ul li#home a:hover
{
background:url(/images/member-page-menu-over.png) no-repeat 0 0;
}

#contentColumnOne #member-menu ul li.selected#home a{
display:block;
background:#5a5a5a;
color:#fff;
outline-style:none;
}

#contentColumnOne #member-menu ul li#services a
{
background:url(/images/member-page-menu.png) no-repeat -120px 0;
display:block;
width:133px;
height:39px;
outline-style:none;
}
#contentColumnOne #member-menu ul li#services a:hover
{
background:url(/images/member-page-menu-over.png) no-repeat -120px 0;
}
#contentColumnOne #member-menu ul li#expirience a
{
background:url(/images/member-page-menu.png) no-repeat -253px 0;
display:block;
width:147px;
height:39px;
outline-style:none;
}
#contentColumnOne #member-menu ul li#expirience a:hover
{
background:url(/images/member-page-menu-over.png) no-repeat -253px 0;
}
#contentColumnOne #member-menu ul li#rates a
{
background:url(/images/member-page-menu.png) no-repeat -400px 0;
display:block;
width:110px;
height:39px;
outline-style:none;
}
#contentColumnOne #member-menu ul li#rates a:hover
{
background:url(/images/member-page-menu-over.png) no-repeat -400px 0;
}
#contentColumnOne #member-menu ul li#blank
{
background:url(/images/member-page-menu.png) no-repeat -542px 0;
display:block;
width:240px;
height:39px;
}
*/
#contentColumnOne .profile-area
{
margin-top:10px;
/*width:765px;*/
margin-left:5px;
}
#footer
{
width:767px;
margin-left:5px;
}
/* Black Profile Page */
#contentColumnOne .black
{
background:#000;
}
#contentColumnOne .black p,
#contentColumnOne .black a,
#contentColumnOne .black strong,
#contentColumnOne .black li
{
color:#fff;
margin:0;
padding:0;
}
#contentColumnOne .black .profile-content
{
border-top:1px solid #fff;
}
#contentColumnOne .black table tr th,
#contentColumnOne .black .profile-content h2
{
color:#fff;
}
#contentColumnOne .black .profile-content table
{
color:#fff;
}
#contentColumnOne .black .message-content table
{
color:#fff;
}
/* End Black Profile Page */

/* grey Profile Page */
#contentColumnOne .grey
{
background:#333;
}
#contentColumnOne .grey p,
#contentColumnOne .grey a,
#contentColumnOne .grey strong,
#contentColumnOne .grey li
{
color:#fff;
margin:0;
padding:0;
}
#contentColumnOne .grey .profile-content
{
border-top:1px solid #fff;
}
#contentColumnOne .grey table tr th,
#contentColumnOne .grey .profile-content h2
{
color:#fff;
}
#contentColumnOne .grey .profile-content table
{
color:#fff;
}
#contentColumnOne .grey .message-content table
{
color:#fff;
}
/* End grey Profile Page */

/* Blue Profile Page */
#contentColumnOne .blue
{
background:#092d47;
}
#contentColumnOne .blue p,
#contentColumnOne .blue a,
#contentColumnOne .blue strong,
#contentColumnOne .blue li
{
color:#fff;
margin:0;
padding:0;
}
#contentColumnOne .blue .profile-content
{
border-top:1px solid #fff;
}
#contentColumnOne .blue table tr th,
#contentColumnOne .blue .profile-content h2
{
color:#fff;
}
#contentColumnOne .blue .profile-content table
{
color:#fff;
}
#contentColumnOne .blue .message-content table
{
color:#fff;
}
/* End Blue Profile Page */

/* White Profile Page */
#contentColumnOne .white
{
background:#FFF;
border:1px solid #CCC;
}
#contentColumnOne .white p,
#contentColumnOne .white a,
#contentColumnOne .white strong,
#contentColumnOne .white li
{
color:#2a547f;
margin:0;
padding:0;
}
#contentColumnOne .white .profile-content
{
border-top:1px solid #e7e7e7;
}
#contentColumnOne .white .profile-content table
{
color:#000;
}
#contentColumnOne .white .message-content table
{
color:#000;
}
#contentColumnOne .white table tr th,
#contentColumnOne .white .profile-content h2
{
color:#000;
}
/* End White Profile Page */

#contentColumnOne .profile-area table
{
width:725px;
border:0;
font-family:Arial, Helvetica, sans-serif;
}
#contentColumnOne .profile-area table tr th
{
font-size:18px;
}
#contentColumnOne .profile-area table tr td
{
padding:0 0 10px 10px;
margin:0;
height:30px;
}
#contentColumnOne .profile-area table tr td.image
{
width:220px;
vertical-align:top;
}
#contentColumnOne .profile-area table tr td.title
{
width:115px;
}

#contentColumnOne .profile-content
{
margin-top:10px;
min-height:300px;
padding:0 15px;
}
#contentColumnOne .profile-content h2
{
margin:10px;
font-size:18px;
}
#contentColumnOne .profile-content .media-item
{
margin-left:10px;
float:left;
width:128px;
}

#contentColumnOne .profile-content .media-item a img 
{
border:3px solid #CCC;
}

/* Navigation Menu Starts Here */
#menu {
position:relative;
margin-left:5px;
width: 764px;
}
#menu ul li {
list-style:none;
display:inline-block;
float:left;
margin:0;
font-family:Arial,"Trebuchet MS";
font-size:13px;
height:39px;
font-weight:bold;
border-right:1px solid #808080;
}
#menu ul li.first {
background:url(/images/curve-left-nav.gif) no-repeat left top;
padding-left:8px;
}
#menu ul li.last {
width:220px;
background:#bfbfbf url(/images/curv-right-nav.gif) no-repeat right top;
padding-right:8px;
border:none;
position:relative;
}
#menu ul li a {
text-decoration:none;
color:#000;
display:block;
background:#bfbfbf;
padding:11px 40px;
height:17px;
}
#menu ul li a:hover,
#menu ul li.selected a {
display:block;
background:#5a5a5a;
color:#fff;
}
#menu ul li.unSelected a {
text-decoration:none;
color:#000;
display:block;
background:#bfbfbf;
padding:11px 40px;
height:17px;
}
#menu ul li.unSelected a:hover {
display:block;
background:#5a5a5a;
color:#fff;
}
#menu a.envelope {
background:url(/images/envelope.png) no-repeat left top;
_background:url(/images/envelope.gif) no-repeat left top;
width:38px;
height:18px;
text-indent:-9999px;
display:block;
padding:0;
position:absolute;
right:15px;
top:9px;
}
#menu ul li a.envelope:hover {
background:url(/images/envelope-over.png) no-repeat left top;
_background:url(/images/envelope-over.gif) no-repeat left top;
}
/* Navigation Menu End */