/* 
0.6875em = 11px
.9 = 10px
1.1 = 12px;
*/
@font-face
{
    font-family: Journal;
    src: url('/_includes/journal.ttf');
}

body
{
    background-image: url('/images/backgrounds/wallpaper.jpg');
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-position: 0 160px;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Arial,sans-serif;
    font-size: 0.6875em;
    color: #454545;
}

H1
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    color: #7E2A2A;
    margin: 0;
    padding: 19px 54px 0 54px;
}

H2
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1.4em;
    font-style: italic;
    color: #2D2D2D;
    margin: 10px 115px 0 115px;
}

H3
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1.1em;
    font-style: italic;
    color: #2D2D2D;
    margin: 10px 115px 0 115px;
}

a:link, a:visited
{
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2D2D2D;
    text-decoration: none;
}

a:hover
{
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2D2D2D;
    text-decoration: underline;
}

.lnkSubMenu:link, .lnkSubMenu:visited, .txtSubMenu
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #7F7F7F;
    text-decoration: none;
}

.lnkSubMenu:hover
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #7F7F7F;
    text-decoration: underline;
}

.lnkSubMenuSel:link, .lnkSubMenuSel:visited, .txtSubMenuSel
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #3E3E3E;
    text-decoration: none;
}

.lnkSubMenuSel:hover
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1em;
    font-weight: normal;
    color: #3E3E3E;
    text-decoration: underline;
}

.thumbOpacityOn
{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.thumbOpacityOff
{
    opacity: 1;
    filter: alpha(opacity=100);
}

p.txtSubMenu
{
    margin: 3px 5px;
    line-height: 12px;
    text-align: left;
}

p
{
    margin: 0 115px 10px 115px;
}

img
{
    border-color: #CDCDCD;
    color: #FFFFFF;
}

.pngImg {
	behavior: url('/_includes/iepngfix.htc');
}


/* Form elements */
input, textarea, select
{
    /*color : #000000; 	font: normal 11px Arial, Helvetica, sans-serif;*/
    border-color: #000000;
}

#wrap
{
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/backgrounds/vi.png');
    background-repeat: no-repeat;
    background-position: 964px 413px;
    margin: 0;
    width: 100%;
}

#header
{
    position: relative;
    color: #FFFFFF;
    width: 964px;
    height: 137px;
    margin: 0 auto;
    padding: 0px;
    background-image: url('/images/backgrounds/header.gif');
    background-repeat: no-repeat;
}

#logo
{
    position: absolute;
    float: left;
    margin: 20px 0 0 53px;
}

#logo, #logo img
{
    behavior: url('/_includes/iepngfix.htc');
    width: 172px;
    height: 81px;
    border: 0;
}

#slogan
{
    position: absolute;
    float: left;
    margin: 62px 0 0 274px;
}

#slogan, #slogan img
{
    behavior: url('/_includes/iepngfix.htc');
    width: 437px;
    height: 9px;
    border: 0;
}

#contact
{
    position: absolute;
    float: right;
    width: 200px;
    height: 100px;
    top: 20px;
    right: 50px;
    padding: 0px;
}

#contact div
{
    font-family: Georgia,Times,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #9C9C9C;
    text-align: right;
}

#contact div strong
{
    font-size: 1.1em;
    color: #434343;
}

#contact div a
{
    font-family: inherit;
    font-size: 1em;
    color: #434343;
    font-weight: normal;
}

#menu
{
    position: relative;
    padding-left: 67px;
    top: 102px;
    height: 53px; 
}

#menu a
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1em;
    font-weight: normal;
    display: block;
    line-height: 53px;
    padding: 0 15px 0 18px;
}

div.dropdown_menu
{
    position: absolute;
    padding: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    z-index: 3;
    line-height: 2em;
}

div.dropdown_menu div
{
    line-height: 2em;
    width: 143px;
    font-family: Georgia,Times,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    background-color: #F1F1F1;
    border: 1px solid #B4B4B4;
    border-top: 0px;
    padding: 1px;
}

div.dropdown_menu div.dropdown_top
{
    background: url('/images/backgrounds/drop-down-top.gif') repeat-x top #F4F4F4;
    border: 1px solid #B4B4B4;
    border-top: 1px solid #B4B4B4;
}


#menu ul
{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 53px; *display:table;
}

#menu ul li
{
    position: relative;
    display: inline-block;
    background-image: url('/images/backgrounds/menu.gif');
    background-repeat: repeat-x;
    margin: 0 auto;
    height: 53px;
    vertical-align: bottom; *display:table-cell;
*float:left;
}

#menu ul li.first
{
    background-image: url('/images/backgrounds/menu-first.gif');
    background-repeat: no-repeat;
    width: 15px;
    text-algin: center;
    border: 0;
}

#menu ul li.leaf
{
    background-image: url('/images/backgrounds/menu-divider.gif');
    background-repeat: no-repeat;
    background-position: 0;
    width: 5px;
    text-algin: center;
    border: 0;
}

#menu ul li.last
{
    text-align: left;
    background-image: url('/images/backgrounds/menu-last.gif');
    background-repeat: no-repeat;
    width: 15px;
    text-algin: center;
    border: 0;
}

#menu ul li.on a
{
    color: #3E3E3E;
}

#menu ul li.off a
{
    color: #7F7F7F;
}

#menu li img
{
    margin-left: -143px; *margin-left:-72px;
}

#home_main
{
    postion: relative;
    width: 900px;
    height: 438px;
}

#home_left
{
    postion: relative;
    width: 530px;
    float: left;
    margin: 30px 0 0 20px;
}

#home_image_top_shadow
{
    position: absolute;
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/backgrounds/home-shadow-top.png');
    background-repeat: no-repeat;
    top: 44px;
    width: 530px;
    height: 15px;
}

#home_image_left_shadow
{
    position: absolute;
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/backgrounds/home-shadow-left.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 365px;
    top: 59px;
}

#home_image_div
{
    position: absolute;
    top: 59px;
    left: 35px;
}

#home_image
{
    behavior: url('/_includes/iepngfix.htc');
    width: 500px;
    height: 365px;
    border: 0;
}

#home_image_right_shadow
{
    position: absolute;
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/backgrounds/home-shadow-right.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 365px;
    left: 535px;
    top: 59px;
}

#home_image_bottom_shadow
{
    position: absolute;
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/backgrounds/home-shadow-bottom.png');
    background-repeat: no-repeat;
    top: 424px;
    width: 530px;
}

#home_right
{
    postion: absolute;
    width: 332px;
    float: right;
    margin-top: 50px;
}

#whatshappening_homeimg
{
    behavior: url('/_includes/iepngfix.htc');
    width: 323px;
    height: 63px;
    border: 0;
}

#dotted_line
{
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/dotted-line.png');
    background-repeat: repeat-x;
    height: 1px;
    border: 0;
}

.dotted_line_class
{
    behavior: url('/_includes/iepngfix.htc');
    background-image: url('/images/dotted-line.png');
    background-repeat: repeat-x;
    height: 1px;
    border: 0;
}

#more
{
    behavior: url('/_includes/iepngfix.htc');
    width: 54px;
    height: 13px;
    border: 0;
}

#imageviewer
{
    postion: relative;
    color: #7E2A2A;
    width: 886px;
    height: 415px;
}

#imagenavigator
{
    position: relative;
    width: 886px;
    height: 356px;
}

#in_thumb_image_left
{
    width: 108px;
    height: 79px;
}

#in_thumb_image_right
{
    width: 108px;
    height: 79px;
}

#subcategories_nav
{
    text-align: center;
    top: 500px;
    line-height: 20px;
    width: 782px;
    margin: 0 auto;
}
#subcategories_nav img
{
    vertical-align: middle;
}

#subcategories_nav a
{
    font-family: Georgia,Times,sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    padding: 0 10px;
}

#subcategories_nav a.on
{
    color: #414141;
}

#subcategories_nav a.off
{
    color: #7E2A2A;
}

#quote
{
    postion: absolute;
    font-family: Georgia,Times,sans-serif;
    font-size: 1.8em;
    font-style: italic;
    line-height: 20px;
    text-align: center;
    color: #8A8A8A;
    width: 900px;
    margin-top: 55px;
}

#quote .txtRandomQuoteName
{
    font-family: Georgia,Times,sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #6C6C6C;
}

#home_content
{
    position: relative;
    width: 886px;
    height: 577px;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
}

#content
{
    position: relative;
    /* behavior: url('/_includes/iepngfix.htc'); */ /* cannot use this breaks site functions in ie6 */
    background-image: url('/images/backgrounds/content.png');
    background-repeat: no-repeat;
    width: 886px;
    min-height: 577px;
    margin: 0 auto;
    padding: -20px 0 0 0;
    z-index: 2;
}

#content h1 img
{
    width: 331px;
    height: 63px;
}

#content_bottom
{
    position: relative;
    background-image: url('/images/backgrounds/content-bottom.gif');
    background-repeat: no-repeat;
    width: 944px;
    height: 130px;
    margin: -115px auto 0 auto;
    padding: 0;
    z-index: 1;
}

#footer
{
    position: relative;
    font-family: Georgia,Times,sans-serif;
    font-size: 0.9em;
    color: #9D9D9D;
    text-align: center;
    width: 944px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
}

#footer a:link, #footer a:visited
{
    font-family: Georgia,Times,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #9D9D9D;
    text-decoration: none;
}

#footer a:hover
{
    font-family: Georgia,Times,sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    color: #9D9D9D;
    text-decoration: underline;
}

