﻿/* 
	Most Format and tag styles can be found in UserStyles.css. Others are located at the bottom of this Master Page stylesheet. 

	This stylesheet is organized by the application the particular styles are specific to.
*/

/* Layout Stylesheet */

/* Inside Page Styles */

html, body
{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FEFDFB;
    margin: 0;
    background-image: url("../img/EC-BG.jpg");
    background-repeat: repeat-x;
}

#header img
{
    margin-top: -30px;
}

img
{
    border: none;
}

.left
{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}

.right
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
}

.center
{
    text-align: center;
}

#container
{
    width: 950px;
    margin: 0 auto;
}

#header
{
    height: 80px;
    padding: 0;
    overflow: hidden;
}

#navSkip
{
    display: none;
}

h1.banner
{
    font-size: 250%;
    padding: 10px 0 0 125px;
    margin: 0;
}

h2.banner
{
    font-size: 120%;
    padding: 10px 0 0 125px;
    margin: 0;
}

#content
{
    margin: 0 auto;
    padding: 0;
}

#smallNav
{
    text-align: center;
    margin: 0;
    padding: 6px 5px;
    background-color: #101b37;
    float: right;
    font-size: 1.1em;
}

#smallNav a
{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

ul#nav
{
    padding: 0;
    margin: 0;
}

ul#nav li
{
    list-style-type: none;
    float: left;
    display: inline;
    padding: 0 5px 0 5px;
    border-right: 1px solid #000;
    margin: 0;
}

ul#nav li:last-child
{
    list-style-type: none;
    float: left;
    display: inline;
    padding: 0 5px 0 5px;
    border-right: none;
    margin: 0;
}

#breadCrumbs
{
    font-size: 80%;
    border-top: 2px solid #1d3164;
    padding: 3px;
    color: #999;
    margin: 0 0 0 -10px;
}

#leftColumn
{
    clear: left;
    float: left;
    width: 190px;
    padding: 0 5px 5px 5px;
    color: #000;
    font-size: 100%;
    text-align: center;
}

#MainLeftColumn
{
    clear: left;
    float: left;
    width: 450px;
    padding: 0 5px 5px 5px;
    color: #000;
    font-size: 100%;
}

#MainLeftColumn blockquote
{
    position: relative;
    z-index: 5000;
    border: 1px solid #1D3164;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #fff;
    margin: 0 !important;
    behavior: url(ie-css3.htc);

}

#MainRightColumn
{
    width: 450px;
    margin-left: 475px;
}

#leftColumn blockquote
{
    margin: 0 !important;
    width: 100%;
    padding-right: 10px;
    position: relative;
    z-index: 100;
    border: 1px solid #1D3164;
    border-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 20px 10px;
    -webkit-border-bottom-left-radius: 20px 10px;
    background-color: #f5eedd;
    text-align: left;
    behavior: url(ie-css3.htc);

}

#leftColumn blockquote ul
{
    margin: 0 12px !important;
    padding: 0 !important;
}

#tabNav
{
    padding: 0;
    margin-top: 19px;
    margin-bottom: 20px;
    margin-left: 100px;
}

#tabNav ul
{
    margin: 0;
    padding: 0;
}

#tabNav ul li
{
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#tabNav ul li a, #tabNav ul li a:visited
{
    text-decoration: none;
    padding: 5px 15px 2px 15px;
    margin: 5px 5px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #cdbb91;
    border-bottom: 5px solid #cdbb91;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 20px 10px;
    -webkit-border-top-right-radius: 20px 10px;
    background-color: #f0e5cb;
    color: #1D3164;
}

#tabNav ul li a:hover
{
    background-color: #fff;
    border-bottom: 5px solid #fff;
    color: #c59626;
}

#tabNav #tabNavMenu .current
{
    background-color: #fff;
    border-bottom: 5px solid #fff;
    color: #c59626;
}




#pageImage
{
    /*   height: 125px;    border: 1px solid #1D3164;     border-top-left-radius: 20px;     border-top-right-radius: 20px;     border-bottom-left-radius: 20px;     border-bottom-right-radius: 20px;     -moz-border-radius-topleft: 20px;     -moz-border-radius-topright: 20px;     -moz-border-radius-bottomleft: 20px;     -moz-border-radius-bottomright: 20px;     -webkit-border-top-left-radius: 40px 20px;     -webkit-border-top-right-radius: 40px 20px;     -webkit-border-bottom-left-radius: 40px 20px;     -webkit-border-bottom-right-radius: 40px 20px;*/
    margin-bottom: 20px;
    text-align: center;
}

#rightColumn
{
    margin-left: 200px;
    border: 1px solid #1D3164;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px 20px;
    padding: 10px;
    position: relative;
    z-index: 1000;
    background-color: #fff;
    behavior: url(ie-css3.htc);
}

.feature
{
    background-color: #fff;
    font-size: 120%;
    color: #000;
    padding: 5px;
    margin-bottom: 10px;
}

.feature ul
{
    margin: 0;
    padding-left: 20px;
}

#footer
{
    clear: both;
    background-color: #fff;
    border-top: 15px solid #906d1C;
    background-image: url(   "../img/back_footer.gif" );
    background-repeat: repeat-x;
    height: 50px;
    font-size: 80%;
    text-align: right;
    padding: 5px 5px 0 0;
}

a
{
    color: #1D3164;
    font-weight: bold;
}

a:link
{
    color: #1D3164;
    font-weight: bold;
}

a:visited
{
    color: #66C;
    font-weight: bold;
}

a:hover
{
    color: #66C;
    font-weight: bold;
}

a:active
{
    color: #1D3164;
    font-weight: bold;
}

ul
{
    padding-left: 25px;
}

/* End Inside Page Styles */

#memberlogin
{
        position: relative;
                z-index: 5000;
    text-align: center !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    background-image: url( '../img/workshopbg.jpg' );
    background-repeat: no-repeat;
    behavior: url(ie-css3.htc);

}

#memberloginJobs
{
        position: relative;
                z-index: 5000;
    background-image: url( '../img/workshopbg351.jpg' );
    background-repeat: no-repeat;
    text-align: center !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    float: right;
    width: 360px;
    behavior: url(ie-css3.htc);
}

#memberloginOther
{
           position: relative;
                z-index: 5000;
                 background-image: url( '../img/jobbg.jpg' );
    background-repeat: no-repeat;
    text-align: center !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
    float: right;
    width: 350px;
    behavior: url(ie-css3.htc);

}

.formContainerJobs
{
    
            position: relative;
                z-index: 5000;
                margin-left: 20px;
    background-color: #fff;
    width: 290px;
    padding: 10px;
    text-align: left;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px 20px;
    border: 1px solid #1d3062;
    margin-top: 5px;
    text-transform: none;
    color: #000;
    font-weight: normal;
    height: 115px;
    behavior: url(ie-css3.htc);

}

.formContainer
{
            position: relative;
                z-index: 5000;
                margin-left: 30px;
    background-color: #fff;
    width: 370px;
    padding: 10px;
    text-align: left;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 40px 20px;
    border: 1px solid #1d3062;
    margin-top: 5px;
    text-transform: none;
    color: #000;
    font-weight: normal;
    height: 115px;
    behavior: url(ie-css3.htc);

}

.form
{
    font-size: 80%;
    float: right;
}

/*.HomeMemberLogin
{
position: absolute;
top: 150px;

right: 10px; 
z-index:100;
}*/

#homeQuickLinks
{
    margin-top: 25px;
}

