﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    background-color: #222;
    background: url("Images/Body_BG.jpg");
    color: #fff;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#Page {
    width: 864px;
    margin: 20px auto;
}

#Header {
    background: url("images/Header_bg.jpg") no-repeat;
    height: 114px;
    position: relative;
}
#Header img {
    float: left;
    margin: 25px 10px 0 20px;
}


#SubHeader {
    border-top: 1px solid #000;
    background-color: #fff;    
}
#SubHeader_BG {
    padding: 30px 10px;
    min-height: 150px;
}

#Caption {
    float: right;
    background-color: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    min-width: 45%;
    padding: 10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-transform: uppercase;    
}
#Caption p {
    font-size: 9px; 
    font-variant: small-caps;
}


#Featured {
    background-color: #702b0e;
    border-top: 1px solid #000; 
}
#Featured_BG {
    background: url("images/OrangeBar_BG.gif") repeat-x;
    min-height: 100px;
    padding: 10px 30px 10px 10px;    
}


#Logo {
    padding-top: 5px;
    float: left;
    width: 120px;
    text-align: right;
}

#Featured_Content,
#Main > p {
    padding-left: 130px;
}

#Featured_Content {
    color: #fd6c2b;
}

#Featured_Content h3 {
    color: #fff;
}

#Address {
    background-color: #60250c;
    float: right;
    width: 250px;
    margin-left: 20px;
    font-size: .9em;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;    
    line-height: 1.1em;
}

#Address_BG {
    background: url("images/OrangeBar_Dark_BG.gif") repeat-x;
    padding: 8px 5px 8px 25px;  
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;      
}


#Address a,
#Address a:active, 
#Address a:visited, 
#Address a:link {
    text-decoration: none;
    color:#fff;
}

#Contact a
#Contact a:active,
#Contact a:visited,
#Contact a:link
{
    margin-right: 10px;
    text-decoration: underline;
}

#Main {
    border-top: 10px solid #000;   
    background-color: #404241;
    background: url("Images/Content_BG.jpg");
    min-height: 200px;
    padding: 20px 30px 20px 10px;
}
#Main h2 {
    margin-top: 15px;
}
#Main p {
    clear: left;
}
.question, .answer {
    background: url("images/Question_Icon.gif") no-repeat 70px 5px;
    min-height: 50px;
}
.answer {
    background-image: url("images/Answer_Icon.gif");
}    

#ContentImage {
    float: left;
    margin: 10px 10px 20px 10px;    
}

#Resources {
    margin-left: 20px;
    background-color: #272928;       
    float: right;
    width: 250px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px; 
    color:  #fd6c2b;
}
#Resources_BG {
    padding: 10px 15px 10px 25px;  
}

#Resources ul {
    padding: 0;
}
#Resources li {
    list-style-type: none;
    padding-left: 10px;
}
#Resources a,
#Resources a:active, 
#Resources a:visited, 
#Resources a:link {
    color:#fd6c2b;
}

#LinkBar {
    padding: 10px;
    background-color: #141414;
    line-height: 1em;
}

#Footer {
    padding-top: 10px;
}

#Footer a,
#Footer a:active, 
#Footer a:visited, 
#Footer a:link {
    text-decoration: none;
}

#Footer img {
    float: left;
    margin-right: 10px;
}


/* TAGS
----------------------------------------------------------*/




a:link,
a:visited,
a:active
{
    color: #fff;
}
a:hover
{
    color: #fd6c2b;
    text-decoration: none;
}

p, ul
{
    margin: 0 0 15px 0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: #fff;
    font-family: Lucida Sans, Myriad Pro, Arial;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
}

h1 {    
    float: left;
    padding-top: 30px;
    font-size: 2em;
    line-height: 2em;    
}

    h1 .small {
        font-size: .75em;
        font-style:italic;
        text-transform: lowercase;
        font-weight: normal;       
    }
    h1 .lower {
        text-transform: lowercase;
        font-weight: normal;   
        color: #ff7800; 
    }

h2
{
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.2em;
}

h3
{
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.2em;
}
h4
{
    font-size: .9em;
}
h5, h6
{
    margin-top: 10px;
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
* > h1, 
* > h2
{
    margin-top: 0;
}



/* MISC  
----------------------------------------------------------*/
.seo { display: none; }
.clear { clear: both; }
.bold { font-weight:bold; }
.nowrap { white-space:nowrap; }
.right { float: right; }
.left { float: left; }
.allcaps { font-variant: small-caps; }

.error,
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

