/* style.css - all of the CSS2 styles used for the web site. */

BODY {
    background-color:   #FFFFFF;
    font-family:        "Century Gothic", Arial, Sans-serif;
    font-size:          11pt;
    color:              #666666;
}

A:link {
    font-weight:        normal;
    text-decoration:    none;
    color:              #C40D0A;
}

A:visited {
    font-weight:        normal;
    text-decoration:    none;
    color:              #8E0C09;
}

A:hover {
    font-weight:        bold;
    text-decoration:    none;
    color:              #C40D0A;
}

h3 {
    font-size:          11pt;
    font-weight:        normal;
    color:              #C40D0A;
}

DIV.innerbox, DIV.innerboxmain {
    top:                20px;
    width:              770px;
    margin:             20px auto 0px auto;
    border:             1px solid #000000;
    text-align:         left;
    padding:            15px;
}

DIV.innerbox {
    background:         url('../images/watermark.gif') no-repeat -50px 80%;
}

DIV.innerboxmain {
    background:         #FFFFFF;
}

TABLE.menutable {
    border-collapse:    collapse;
    border-spacing:     0;
}

.menutable TD {
    padding:            0px;
}

.fronttable TD {
    padding:            3px;
    text-align:         left;
}

.fronttable IMG {
    border:             1px solid #000;
}

.newsletter {
    font-size:          8pt;
    color:              #999999;
}

.newsletter FORM {
    margin:             0px;
    padding:            0px;
}

.newsletter INPUT.email {
    width:              150px;
}

.gobutton {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url('../images/go_button.gif') no-repeat center top;
  text-indent: -1000em;
  cursor: hand; /* for IE 5.x */
  cursor: pointer; /* hand-shaped cursor */
}

.copyright {
    vertical-align:     bottom;
    font-size:          9pt;
    color:              #999999;
}

.newsletter FORM {
    margin-bottom:      0px;    
}

.smalltext {
    font-size:          8pt;
}

.tinytext {
    font-size:          7pt;
}

DIV.siteby {
    position:           relative;
    top:                75px;
    font-size:          8pt;
    color:              #666666;
    
}

TD.services UL {
    line-height:        2em;
    list-style-type:    none;
}

TD.services UL UL {
    line-height:        normal;
    list-style-type:    square;
}

DIV.titlesection {
    width:              100%;
    height:             175px;
    background:         url('../images/titles/title_line.gif') repeat;
}


TABLE.menutable {
    width:              740px;
    border:             0px;
    padding:            15px;
    margin-top:         15px;
}

TABLE.menutable TD {
    vertical-align:     top;
}

TD.menusection {
    width:              250px;
}

TD.menusection UL {
    font-size:          10pt;
    line-height:        3em;
    list-style-type:    none;
    padding-left:       1em;
}

DIV.itemdetails {
    width:              400px;
    border:             1px solid #000000;
    background-color:   #FFFFFF;
    text-align:         left;
}

.popup DIV.itemdetails {
    width:              400px;
    border:             0px;
    background-color:   #FFFFFF;
}

.itemdetails A:link, .itemdetails A:visited, .itemdetails A:hover {
    font-weight:        normal;
    text-decoration:    none;
}

DIV.itempics {
    text-align:         right;
    margin:             9px 9px 0px 9px;
}

DIV.itemnames {
    margin-left:        9px;
    margin-right:       9px;
}

DIV.iteminfo {
    font-size:          10pt;
    margin-left:        50px;
    margin-right:       50px;
    margin-bottom:      15px;
}

SPAN.itemname {
    font-size:          24pt;    
}

SPAN.itemsubname {
    font-size:          18pt;    
}

BODY.popup {
    margin:             0px 0px 0px 0px;
}

IMG.itemimage {
    display:            block;
    margin-left:        auto;
    margin-right:       auto;
    text-align:         center;
}

.itemtable TD {
    padding:            0px;
}

DIV.mainsection {
    margin:             15px 30px 0 227px;
}

DIV.picrow {
    margin:             15px 0 0px 0;
    clear:              both;
    width:              465px;
    height:             135px;
}

DIV.newsmediarow {
    margin:             30px auto 30px auto;
    clear:              both;
    width:              744px;
    height:             135px;
}

.picrow img, .newsmediarow img {
    float:              left;
    border:             0;
    padding:            0px 3px 0 3px;
}

div#contactinfo {
    /* border:             1px solid #00F; */
    width:              100%;
    height:             120px;
}

div#contactinfo div {
    /* border:             1px solid #F00; */
    float:              left;
    width:              33%;
}

#contactleft {
    clear:              left;
}

#contactright {
    clear:              right;
}

#contactinfo {
    color:              #C40D0A;
    margin-top:         2em;
}
    
#contactinfo b {
    color:              #666666;
}

img.arrowimage {
    width:              12px;
    height:             11px;
    padding-right:      5px;
    border:             0;
}

ul.contactlist, #contactinfo ul {
    list-style-image:   url('../images/arrow.gif');
    margin-left:        0;
    padding-left:       1em;
}

.backtext, #newsmediacontent {
    font-size:          10pt;
}

#newsmediacontent, #newslettercontent {
    margin-top:         2em;
}

#contactcontent {
    margin-top:         5em;
}


#aboutuscontent {
    width:              465px;
}

.justifiedtext {
    text-align:         justify;
}
