﻿body 
{
    margin: 0px;
    background: #dbdbdb;
}


/* header */

.header 
{

border-bottom: solid 1px #000000;
}


/* nav */

.bg_nav 
{
background: url(img/bg_nav.jpg) top left repeat-y; 
border-right: solid 1px #000000;
border-left: solid 1px #000000;
font-size: 10px;
font-family: Verdana, Arial, Sans-Serif;
line-height: 18px;
padding: 4px 0px 0px 4px;
}


a.nav_link:link {
text-decoration : none;
color: #000000;
font-weight: bold;
}

a.nav_link:visited  {
text-decoration : none;
color: #000000;
font-weight: bold;
}

a.nav_link:hover {
text-decoration : none;
color: #811A37;
font-weight: bold;
}

/* content */

.main_content 
{
background: #F5F2ED;
border-right: solid 1px #000000;
padding: 8px;
font-family: Verdana, Arial, Sans-Serif;
font-size: 9pt;
color: #000000;

}

.title_red
{
color: #811A37;
font-weight: bold;
background: #ECE4DD;
border: solid 1px #000000;
padding: 3px;
text-align: center;
}

h1 
{
margin: 0px;
font-weight: bold;
color: #811A37;
font-size: 10pt;
}

h2 
{
margin: 0px;
font-weight: bold;
color: #811A37;
font-size: 10pt;
}

.white_box 
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 9pt;
color: #000000;
background: #ffffff;
border: solid 1px #000000;
padding: 3px 3px 4px 3px;
text-align: justify;
}

.tan_box 
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 8pt;
text-align: center;
line-height: 11px;
color: #000000;
background: #ECE4DD;
border: solid 1px #000000;
padding: 3px 0px 0px 0px;
height: 196px;
}

.space_holder 
{
font-size: 1px;
}

.space_holder_2 
{
font-size: 5px;
}

/* footer */

.footer 
{
padding: 2px 0px 2px 0px;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
border-right: solid 1px #000000;
border-left: solid 1px #000000;
background: url(img/bg_footer.jpg) top left repeat-x;
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;
font-size: 8px;
line-height: 14px;
}

a.footer_link:link {
text-decoration : underline;
color: #000000;

}

a.footer_link:visited  {
text-decoration : underline;
color: #000000;

}

a.footer_link:hover {
text-decoration : none;
color: #000000;

}


/* image */
.peek_bug 
{
display: block;
}
    
.img_border 
{
border: solid 1px #000000;
}

/* list */


UL 
{
list-style-image: url('img/bullet.jpg');
line-height: 27px;
}

UL LI 
{ 
list-style-image: url(img/bullet.jpg);
list-style-type: disc; color: #000000;
line-height: 27px;
}

/* FORMS */
.form_label
{
    color: #811A37;
    font-size: 12px;
}
.form_textbox
{
    border: solid 1px #CCCCCC;
    color: #222222;
    font-size: 11px;
}
.form_button
{
    border: solid 1px #811A37;
    color: #222222;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
}
.form_validator
{
    font-size: 9px;
}

.joblisting_item {border-bottom: dashed 1px #AAAAAA;font-size:12px;padding: 5px 0 5px 0;}

.joblisting_title {font-size: 14px;color: #811A37;font-weight:bold;}

.joblisting_label {color: #811A37;}

.joblisting_text {color: #222222;}