﻿/*Use this for a hard reset of browser styles */
/*@import "/css/reset.css";*/

/*
$Author: dmccoy $
$LastChangedDate: 2009-12-14 13:51:58 -0600 (Mon, 14 Dec 2009) $
$Rev: 6255 $
$HeadURL:$
*/



img
{
    /*behavior: url("/JavaScript/iepngfix.htc");*/
    border: none;
}



body, table
{
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size: 0.98em;
}


body
{
    text-align: center;
    font-size: 10pt;
}



/* Sticky Footer */

html, body
{
    /*--random extra space added --*/
    margin:-7px 0 0 0;
    background:#475461;
}

html, body, form
{
    height: 100%;
  
}

#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -240px; /*--  width: 880px; --*/
    background:#edeae1;
}

.push
{
    height: 240px;
}

#footer_container
{
    height: 225px;
    position: relative;
    background:#475461;
    border-top: 15px solid #36424e;
}

#footer_content_container
{
    width: 980px;
    margin: 0 auto !important;
    text-align: center;
}


/* End Sticky Footer */

a
{
}

a:hover
{
}


#pageContainer
{
    position: relative;
    text-align: left;
    margin: 0 auto;
}

#header_container
{
    background: #edeae1;
    border-top: 15px solid #475461;
}

#header_content_container
{
    width: 980px;
    position: relative;
    margin:0 auto;
}

#header_content_container #masthead
{
    width: 255px;
    height: 85px;
    margin:30px 0 0 0;
    float: left;
}

#header_content_container #header_menu
{
    width: 725px;
    height: 75px;
    margin:40px 0 0 0;
    float: left;
}
#header_content_container #headerBottom
{
    width: 980px;
    padding:15px 0;
    float:left;
}

#main_container
{
    background:#475461;
}

#main_content_container
{
    width: 980px;
    position:relative;
    margin:0 auto;
}

#main_content
{
    width: 980px;
    margin:25px 0 35px 0;
    padding:10px 0 0 0;
    float: left;
    position:relative;
}

#feature_overlay
{
    position:absolute;
    top:0;
    right:0;
}

#main_content_child p
{
    margin:20px 0;
}

#mid_container
{
    background:#edeae1;
    height:215px;
}

#mid_content_container
{
    width:980px;
    margin: 0 auto;
}

.footer_section
{
    float:left;
    width:266px;
    text-align:left;
    font-weight:bold;
    line-height:20px;
    padding:15px 30px;
}

.footer_section h3
{
    color:#fcf9f2;
    font-size:16px;
    margin:0 0 20px 0;
}
.footer_section h4
{
    color:#fcf9f2;
    font-size:14px;
}
.footer_section p,
.footer_section a
{
    color:#c5d3e0;
    font-size:12px;
    border-bottom:1px solid #414f5c;
    margin:0 0 10px 0;
    text-decoration:none;
}       

/*------------------ child -----------------*/

#main_container_child
{
    background:#edeae1;
}

#main_content_container_child
{
    width: 980px;
    position:relative;
    margin:0 auto;
}

#main_content_child
{
    width: 930px;
    margin:25px 0;
    padding:25px;
    float: left;
    background:#dfdcd3;
}

#mainLeftChild
{
    width:575px;
    float:left;
}

.formFields
{
    clear:both;
    margin:0 0 20px 0;
    position:relative;
}

.formFields h2
{
    font-size:20px;
    color:#3f4b53;
    display:inline;
    position:absolute;
}

.formFields .styledText,
.formFields .styledTextArea
{
    margin:0 0 0 160px;
    border:5px solid #ccc;
    font-size:28px;
    font-weight:bold;
    color:#3f4b53;
    overflow:auto;
}

.formFields .styledText
{
    background:url(/App_Themes/Default/images/input.jpg) repeat-x;
    width:250px;
    height:43px;
}
.formFields .styledTextArea
{
    background:url(/App_Themes/Default/images/textarea.jpg) repeat-x;
    width:400px;
    height:150px;
    
}

.styledButton
{
    margin:0 0 0 160px;
    background:url(/App_Themes/Default/images/nav.png);
    border:none;
    width:90px;
    height:30px;
    color:#fff;
    font-weight:bold;
}


#mainRightChild
{
    width:355px;
    float:left;
}


#intro_container
{
    background:#475461;
    border-bottom: 5px solid #36424e;
}

#intro_content_container
{
    width: 980px;
    position:relative;
    margin:0 auto;
}

#intro_content
{
    width: 980px;
    margin:10px 0;
    float: left;
}

#intro_content p
{
    color:#fff; 
    font-size:14px; 
    font-weight:bold; 
}

/*------------------ end child -----------------*/

/* ------------------------------------------------------------------- */
p, div.AspNet-TreeView a, h1, h2, h3, h4, h5, h6, #levelpath, div
{
    color: #3f4b53;
}
h1
{
    font-size: 28pt;
    color: #3f4b53;
    margin:5px 0;
}
h2
{
    font-size: 24pt;
    color: #3f4b53;
    margin:5px 0;
}
h3
{
    font-size: 20pt;
    color: #3f4b53;
    margin:5px 0;
}
h4
{
    font-size: 16pt;
    color: #3f4b53;
    margin:5px 0;
}
h5
{
    font-size: 13pt;
    color: #3f4b53;
    margin:5px 0;
}
h6
{
    font-size: 11pt;
    color: #3f4b53;
    margin:5px 0;
}

.ErrorText
{
    color:#d55b5b;
    font-weight:bold;
}

.clear
{   
    clear: both;
    content: ".";
    visibility: hidden;
    margin: 0;
}

/*------ Header Menu -------*/

#header_menu .AspNet-Menu-Horizontal
{
    position: relative;
    display: block;
    z-index: 110;
    height: 33px;
    margin-left:155px;
}

#header_menu ul.AspNet-Menu li
{
    margin-right:15px;
    width:90px;
    height:30px;
}
#header_menu ul.AspNet-Menu li:hover
{
    
}
#header_menu ul.AspNet-Menu li:active
{
    background:url(/App_Themes/Default/images/nav.png);
}
#header_menu ul.AspNet-Menu li a
{
    margin:2px 0 0 0;
    font-size:20px;
    width:90px;
    height:28px;
    display: block;
}

#header_menu ul.AspNet-Menu li:hover,
#header_menu ul.AspNet-Menu li.AspNet-Menu-Hover
{
    background:url(/App_Themes/Default/images/nav.png);
}

#header_menu ul.AspNet-Menu li:active,
#header_menu ul.AspNet-Menu li.AspNet-Menu-Selected
{
    background:url(/App_Themes/Default/images/nav.png);
}

#header_menu ul.AspNet-Menu li a span
{
    width:90px;
    height:30px;
    text-align:center;
    color:#353e48;
}
#header_menu ul.AspNet-Menu li a span:hover
{
    color:#fff;
}
#header_menu ul.AspNet-Menu li:active a span,
#header_menu ul.AspNet-Menu li.AspNet-Menu-Selected a span
{
    color:#fff;
}

/*------- End Header Menu ------*/

/*--- content specific-- */
.ad
{
    width:263px;
    height:137px;
    margin:30px 50px 0 0;
    padding:10px 15px;
    float:left;
    position:relative;
    background:url(/App_Themes/Default/images/adBGround.png);
    z-index:9;
}

.ad_last
{
    margin-right:0;
}

.ad p, .ad img
{
    float:left;
}

.ad .bottomRight
{
    float:right;
    margin:10px 0 0 0;
    display:inline;
}

.ad .bottomRight img
{
    float:right;
}

.ad a 
{
    text-decoration:none;
    color: #3f4b53;
    margin:0 10px 0 0;
}

.ad h4
{
    margin:0 0 15px 0;
}

.ad p
{
    margin:15px 0 0 10px;
    width:167px;
}