﻿
/* Branding */ 
#header h2
{
    background: transparent url(/App_Themes/Default/Images/Branding/headerlogo.gif) no-repeat 0px 10px; 
    width: 204px;
    height: 131px;
    text-indent: -9999px;
    margin-left: 4.2%;
    padding: 0 0 9px 0;
}

/* IE6 Hack */ 
*html #header h2
{
    margin-bottom: 2px;
}


/* Default Headline sizes h2-h6 */ 
h1
{
    font-size: 3.6em;
    margin-bottom: 5px;
    color: #6b6652;
    font-family: Georgia, Times New Roman, Serif;
    letter-spacing: -1px;
}

h3
{
    font-size: 1.5em;
    margin-bottom: 10px;
}

.breadcrumb
{
    font-family: tahoma, geneva, Arial, helvetica;
    font-size: 1.2em;
    color: #c8b570;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.breadcrumb a:link, .breadcrumb a:visited
{
    color: #aba690;
}

.breadcrumb a:hover, .breadcrumb a:active
{
    color: #c8b570;
}


/* First Paragraph - Ingress */ 
#MainContentHolder h1 + p
{
    font-size: 1.6em;
    line-height: 1.7em;
    color: #c8b570;
    font-family: Georgia, Times New Roman, Serif;
}


/* Labels */ 
p label
{
    font-family: georgia, Times New Roman, serif;
    font-size: 1.4em;
    color: #6B6652;
}




/* Content Link Settings */ 
#MainContentHolder a:link, #spanThreeColumns a:link, #spanThreeColumns a:visited, #MainContentHolder a:visited
{
    color: #c8b570;
    border-bottom: 1px dotted #c8b570;
}

#MainContentHolder a:hover, #spanThreeColumns a:hover, #MainContentHolder a:active, #spanThreeColumns a:active
{
    color: #6B6652;
    border-bottom: 1px dotted #6B6652;
}


/* Default input settings */ 
#mainContent input, #mainContent TextArea
{
    border: 1px solid #eae8d3;
    padding: 2px 0 2px 2px;
    background: #fcfcfb;
    color: #474747;
    margin: 0;
    font-family: Tahoma, geneva, Arial, helvetica;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}

/* Focus */ 
#mainContent input:focus, #mainContent TextArea:focus
{
    border: 1px solid #7895A3;
}


/* Img settings */ 
#mainContent img
{
    padding: 10px 0 0 0;
}

/* Img settings */ 
#mainContent img.right
{
    margin: 10px 0 10px 15px;
    border: 1px solid #6B6652;
    padding: 2px;
    float: right;
}


blockquote
{
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0;
    background: transparent url(/App_Themes/Default/Images/Graphics/quote.gif) no-repeat 0 0; 
}


cite
{
    padding: 0 25px 20px 0;
    margin: 0;
    display: block;
    text-align: right;
    
}

#MainContentHolder ul
{
    margin: 10px 0px 10px 25px;
}

#MainContentHolder ul li
{
    font-size: 1.2em;
    line-height: 1.6em;
}
