/*///////////////www.cjcmedialab.com/////////////////////////*/
/****BEGIN CSS RESET****/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}
html {overflow-y:scroll;}
/****END CSS RESET****/

/****BEGIN STRUCTURAL STYLES****/
body {
    background: #f0f0f0 url(../images/bg_page.png) repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#shadow_wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    float: left;
    background: url(../images/bg_shadow_wrapper.png) repeat-y top center;
}

#wrapper {
    width: 882px;
    margin: 0 auto;
}

#header_container {
    width: 100%;
    height: 75px;
    float: left;
    background: #FFF;
}

#header_left {
    width: 166px;
    height: 64px;
    float: left;
    padding: 11px 0 0 30px;
}

#header_right {
    width: 676px;
    height: 23px;
    float: left;
    padding: 52px 10px 0 0;
    text-align: right;
}

#nav_container {
    width: 100%;
    height: 30px;
    float: left;
    background: #E8D9AC;
}

#nav_shadow_container {
    width: 882px;
    height: 4px;
    position: absolute;
    top: 108px;
    background: url(../images/bg_shadow_hor.png) repeat-x;
}

#content_container {
    width: 100%;
    float: left;
    background: #FFF url(../images/bg_sidebar.png) repeat-y;
    line-height: 1.6;
}

#home_wrapper {
    background: #FFF !important;
    float: left;
}

#home_left {
    width: 385px;
    float: left;
    padding: 15px 10px 15px 15px;
}

#home_right {
    width: 438px;
    height: 376px;
    float: left;
    padding: 10px 10px 10px 10px;
    margin: 15px 0 0 0;
    border: 1px solid #811805;
}

.home_callout_module {
    height: 100px;
    float: left;
    margin: 0 0 10px 0;
    background: #F6F0E0;
    padding: 12px;
    text-align: justify;
    border: 1px solid #ede0c0;
}

#sidebar {
    width: 220px;
    height: 100%;
    float: left;
    padding: 5px 0 200px 0;
}

#content_entry {
    width: 632px;
    float: left;
    padding: 20px 15px;
}

#footer_container {
    width: 882px;
    height: 45px;
    margin: 0 auto;
    text-align: right;
    font-size: 9px;
    font-family: arial;
    color: #585858;
}

#footer_container a {
    color: #353535;
}

#footer_shadow_container {
    width: 882px;
    height: 35px;
    background: url(../images/bg_shadow_hor.png) repeat-x top center;
    margin: 0 auto;
    float: left;
    padding-top: 10px;
}

/****END STRUCTURAL STYLES****/
/****BEGIN TYOGRAPHIC STYLES****/
.red {
    color: #81170A;
}

a {
    color: #81170A;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, ul, ol, table {
    margin: 0 0 5px 0;
}

h1 {
    font-family: Tahoma, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #81170A;
}

h2 {
    font-family: Tahoma, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 13px;
    color: #81170A;
}

h3 {
    font-family: Tahoma, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

h4 {
    font-family: Tahoma, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

h5 {
    font-family: Tahoma, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

p {
    margin: 0 0 10px 0;
}

blockquote {
    font-family: Tahoma, Trebuchet, Geneva, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

li {
    background: url(../images/bg_li.png) no-repeat 0 6px;
    padding: 0 0 2px 15px;
    margin: 0 0 5px 15px;
}

hr {
    border: 0;
    height: 1px;
    background: #81170A;
}

hr.twopx {
    border: 0;
    height: 2px;
    background: #81170A;
}

/****END TYOGRAPHIC STYLES****/
/****BEGIN ALIGNMENT STYLES****/
.objleft {
    float: left;
}

.objcenter {
    margin: 0 auto;
}

.objright {
    float: right;
}

.nomarg {
    margin: 0 !important;
}

/****END ALIGNMENT STYLES****/
/****BEGIN TABLE STYLES****/
table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
}

th {
    font-weight: bold;
    height: 37px;
    vertical-align: middle;
    text-align: center;
    background: #81170a url(../images/bg_menu_li.png) repeat-x;
    color: #fff;
    font-size: 10px;
    border-left: 1px solid #3e0c02;
    border-right: 1px solid #932d1b;
}

td {
    padding: 3px 5px 3px 15px;
    border-left: 1px solid #313131;
    border-right: 1px solid #363636;
}

tr.alt {
    background: #F9F5EA;
}

tbody tr:hover {
    background: #f5efde;
}
/****END TABLE STYLES****/
/****BEGIN SPECIALIZED STYLES****/
/****END SPECIALIZED STYLES****/