*
{
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 1em;
    font-weight: normal;
    list-style-type: none;
}

body
{
    background: url(images/site_bg.gif);
    font-family: Verdana, Arial;
    color: #B0B0B0;
    font-size: 11px;
}

strong, b
{
	font-weight:bold;
}

h1
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #CCC;
}

h1.small
{
    font-size: 18px;
}

h2
{
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight:bold;
    text-align: center;
    margin-bottom:1em;
}

h2.yellow
{
    color:#E4C705;
}

a
{
    color: #E4C705;
    text-decoration: underline;
}

a:hover
{
    color: #FFFF00;
    text-decoration: none;
}

p
{
    margin-bottom:1em;
}

.page_wrapper
{
    width: 779px;
    height: 1200px;
    margin: auto;
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
    overflow: hidden;
}

.header
{
    width: 100%;
    height: 84px;
    background: url(images/header_bg.jpg) repeat-x;
}

.body
{
    width: 100%;
    height: 100%;
    background: url(images/body_bg.gif) repeat-y right top;
}

.body .content
{
    float: left;
    width: 641px;
}

.menu_wrapper
{
    float: left;
    width: 138px;
    height: 100%;
    background: url(images/menu_bg.gif) repeat-y;
}
.menu_wrapper ul
{
    border-bottom: 1px solid #000;
}
.menu_wrapper li a
{
    display: block;
    font-family: Verdana, Arial;
    color: #9C9C9C;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 19px;
    padding-bottom: 3px;
    border: 1px solid #000;
    border-bottom: 0;
    background: #292929;
    line-height: 15px;
    width:109px;
}
.menu_wrapper li a:hover
{
    background: #3D3C3C;
    color: #FFF;
}

.separator
{
    width: 100%;
    height: 26px;
    background: url(images/separator.gif) repeat-x;
}

.top_shadow
{
    width: 100%;
    height: 26px;
    background: url(images/top_shadow.gif) repeat-x;
}

.thumbnail_list
{
}
.thumbnail_list li
{
    float: left;
    margin: 10px 0 20px 11px;
}
* html .thumbnail_list li
{
    margin-left:7px;
}
.thumbnail_list li a
{
    display: block;
    text-align: center;
}
.thumbnail_list li a img
{
    display: block;
    border: 0;
    margin-bottom: 2px;
}

.profile
{
    padding: 0 20px;
    overflow: hidden;
}
.profile h1
{
    text-align: left;
    margin-bottom: 5px;
}
.profile_main_image
{
    float: left;
}
.profile_thumbnail_list
{
    clear: both;
}
.profile_thumbnail_list li
{
    float: left;
}
.profile_thumbnail_list li a
{
    display: block;
    margin: 10px 10px 0 0;
}
.profile_thumbnail_list li a img
{
    border: 0;
}
.profile_text
{
    float: left;
    width: 281px;
    margin-left: 20px;
    color: #FFF;
    font-size: 11px;
}
.profile_text table
{
    margin-bottom: 1em;
}
.profile_text th
{
    text-align: left;
    font-weight: bold;
    padding-right: 15px;
}

.jnj_phone
{
    float: right;
    color: #FFCC00;
    font-size: 24pt;
    font-weight: bold;
    padding-right: 35px;
    padding-top: 5px;
}

.yellow_header
{
    font-family: Verdana, Arial;
    color: #FFCC00;
    font-size: 13px;
    font-weight: bold;
}

.align_center
{
    text-align:center;
}

/*******************************************************************
/
/  Prices Table
/
/*******************************************************************/

.prices_blurb
{
    width: 95%;
    margin: auto;
    color:#FFF;
}
.prices_table
{
    width: 95%;
    margin: auto;
}
.prices_table td
{
    color: #FFF;
    padding: 5px;
    border: 1px solid black;
}
.prices_table .title_row td
{
    background: url(images/title-bg.jpg) repeat-x;
    vertical-align: top;
}
.prices_table .title_row td.price
{
    width: 90px;
    text-align: center;
}
.prices_table .title_row td strong
{
    font-size: 13px;
    font-weight: bold;
}
.prices_table .bg1 td
{
    background: #1E1E1E;
}
.prices_table .bg2 td
{
    background: #2C2C2C;
}

/*******************************************************************
/
/  Contact Table
/
/*******************************************************************/
.contact_table
{
    width: 95%;
    margin: auto;
}
.contact_table td
{
    padding:2px 5px;
}
.contact_table td.label
{
    text-align:right;
    color:#FFF;
}
.contact_table input.text
{
    width:200px;
}
.contact_table textarea
{
    width:200px;
    height:100px;
}
.contact_table .section_title
{
    text-align:center;
}

/*******************************************************************
/
/  Home Page
/
/*******************************************************************/
.homepage_text
{
    width:512px;
    height:100%;
    margin:auto;
    padding:10px 10px 10px 90px;
    height:612px;
    background:url(../../images/splash.jpg) no-repeat;
}

.error *
{
    font-weight:bold;
}
