/*------RESET------*/
* {margin: 0;padding: 0;}
html, body {height: 100%;}
body {
    background: #F2F2F2;
    color: #444444;
    font-family: arial, sans-serif;
    font-size-adjust: none;
    font-stretch: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 150%;
    text-align: left;
}
a {color: #333333; text-decoration: none;}
a:visited {color: #333333;}
a:hover {text-decoration: underline;}
a:active {outline: none;}
a:focus {-moz-outline-style: none;}
img {border: none;}
ul {list-style-type: none;}

/*----RE-USED ELEMENTS----*/
h1 {
    color: #444444;
    text-align: center;
    font-family: calibri, arial, sans-serif;
    font-weight: normal;
    font-size-adjust: 0.46;
    font-size: 32px;
    font-weight: bold;
    border-top: 1px solid #d8d8d8;
    height: 30px;
    margin: 0 auto 15px;
    width: 260px;
    padding: 15px 0 0;
}
h1.dialogue {
    float: left;
    font-size: 24px;
    width: 100%;
}
h1.error, h2.error{
    color: #D71D1D;
}
h2{
    font-family: calibri, arial, sans-serif;
    font-size-adjust: 0.46;
    text-align: center;
    color: #3F6B4B;
    margin: 10px 0 15px;
    font-size: 21px;
}
.greyBorder {
    border: 1px solid #D2D2D2;
    background: #FFFFFF;
}
.calibriFam {
    font-family: calibri, arial, sans-serif;
    font-size-adjust: 0.46;
}
.centralBox {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 1px 3px 8px -1px #999999;
    -moz-box-shadow: 1px 3px 8px -1px #999999;
    -webkit-box-shadow: 1px 3px 8px -1px #999999;
}
/*------GENERAL LAYOUT------*/
#nonfooterWrapper {
    min-height: 100%;
    margin-bottom: -48px;
}
#clearFooter{
    clear: both;
    height: 80px;
}
#headerContent, #mainContent, #footerContent{
    width: 900px;
    margin: 0 auto;
}

/*-----HEADER-----*/
#headerContent {
    height: 78px;
    position: relative;
    top: 0;
    left: 0;
}
#logo {
    float: left;
}
#logo img {
    margin: 12px 0 0 12px;
}
#alertDiv {
    position: fixed;
    top: 0px;
    right: 50%;
    margin-right: -150px;
    width: 300px;
    line-height: 28px;
}
#alertDiv p {
    text-align: center;
    background: #C8330F;
    color: #FFFFFF;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
#alertDiv p.success {
    background: #134883;
}
#alertDiv p.fail {
    background: #C8330F;
}

/*------FOOTER-------*/

#footerWrapper {
    width: 100%;
    clear: both;
    height: 20px;
    margin: 20px 0 0;
}
#footerContent {
    text-align: center;
    width: 900px;
    height: 100%;
    margin: 0 auto;
}
#footerNav {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 30px;
    border-top: 1px solid #999999;
}
#footerNav a{
    padding: 0 25px;
    color: #333333;
}
#copyright {
    line-height: 10px;
    font-size: 12px;
    color: #999999;
    padding: 0 25px;
}

/*-----------ACCOUNT NavBar-----------*/
#navDiv{
    min-height: 26px;
    border-bottom: 1px solid #999999;
    font-family: calibri, arial, sans-serif;
    position: relative;
    top: -30px;
}
ul#navTabs{
    margin: 0 0 0 202px;
    display: block;
}
.navTab{
    background: url("../images/navGrad3.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #999999;
    list-style-type: none;
    margin: 0 15px 0 0;
    float: left;
    height: 25px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
}
.navTab.active {
    border-bottom: 1px solid #f2f2f2;
    background: url("../images/navGradSelected.png") repeat-x scroll 0 0 transparent;
    color: #333333;
    outline: none;
}
.navTab a{
    color: #555;
    float: left;
    margin: 0px;
    padding: 1px 25px;
    text-align: center;
    font-size: 14px;
    display: block;
    position: relative;
    font-weight: bold;
}
.navTab:hover {
    background: url("../images/navGrad2.png") repeat-x scroll 0 0 transparent;
}
.navTab.active:hover {
    background: url("../images/navGradSelected.png") repeat-x scroll 0 0 transparent;
}
.navTab a:hover{
    text-decoration: none;
}
/* -----INFO PAGE STUFF-----*/
.infoPage span#mission {
    font-family: calibri, arial, sans-serif;
    font-size-adjust: 0.46;
    font-size: 17px;
    display: block;
    text-align: justify;
    margin: 0 0 20px 0;
    color: #FFFFFF;
    line-height: 130%;
    padding: 20px 27px;
    background: #3F6B4B;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.infoPage h2{
    float: left;
    text-align: left;
}
.infoPage span.bullet1{
    display: block;
    clear: left;
    margin: 12px 0 4px 25px;
    font-weight: bold;
    color: #333333;
}
.infoPage ul.bullet2 li{
    margin: 0 0 0 63px;
    list-style-type: disc;
}
.infoPage div#infoNav{
    float: left;
    width: 110px;
    margin: 0 0 0 12px;
    border-right: 2px dashed #E7E7E7;
    letter-spacing: 0.8px;
}
.infoPage div#infoNav .outerList li{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.infoPage div#infoNav .innerList li{
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 0 15px;
    color: #666666
}
.infoPage div#infoDiv{
    float:left;
    width: 547px;
    margin: 0 0 0 50px;
    text-align: left;
    font-size: 14px;
}
.infoPage p{
    clear: both;
    margin: 10px 0 10px 25px;
}
.infoPage div#infoDiv table{
    margin: 0 0 0 25px;
}
.infoPage div#infoDiv table td{
    height: 30px;
}
.infoPage #infoNav a {
    color: #444444;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 18px;
}
.infoPage #infoNav a.current{
}
.infoPage #infoNav a.current span {
    display: block;
    float: left;
    width: 12px;
    margin-left: -12px;
    line-height: 22px;
}
.infoPage #infoNav .innerList a {
    font-size: 16px;
}
.infoPage #infoNav a:hover {
}
.infoPage .picDiv {
    clear: both;
    float: left;
    margin: 25px 0 32px 0;
}

.infoPage .nameInfo {
    font-family: calibri, arial, sans-serif;
    font-size-adjust: 0.46;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.infoPage .positionInfo {
    font-family: calibri, arial, sans-serif;
    font-size-adjust: 0.46;
    font-weight: normal;
    font-size: 16px;
    color: #555555;
}
.infoPage .profile {
    float: left;
    margin: 20px 0 0 27px;
    width: 400px;
}

/*---TOPNAV STUFF---*/

#topNav {
    float: right;
    font-family: arial, sans-serif;
    margin: 0;
}

#topNav span, #topNav p, #topNav a, #topNav input, #topNav label {
    float: right;
}

#loginContent {
    float: right;
}

#loginContent form {
    float: right;
}

#loginContent div {
    float: right;
    clear: both;
}

#topNav a {
    color: #3F6B4B;
    font-size: 14px;
}

#topNav a:hover{
    text-decoration: underline;
}

#topNav p {
    font-size: 12px;
    line-height: 100%;
    margin: 6px 9px 0px 0px;
}

#headerEmail, #headerPass {
    margin: 4px 0 0;
}

#makepassForm {
    width: 400px;
}
#forgotRemember {
    width: 287px;
}

#retypePass {
    margin: 4px 46px 0 0;
    width: 100%;
}

#loginContent label {
    font-size: 12px;
    padding: 0;
    margin: 0px 8px 0 0;
}

#topNav input.text {
    height: 18px;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #c8c8c8;
    color: #333333;
    width: 165px;
}

#topNav input#rememberMe {
    margin: 2px 0 0 4px;
    height: 13px;
    width: 12px;
}

#topNav label#rememberLabel{
    margin: 2px 46px 0 0;
    line-height: 150%;
    clear: right;
    width: 100px;

}

#topNav a.forgot {
    font-size: 12px;
    line-height: 140%;
    margin: 3px 0 0;
    float: left;
}

#passForm div {
    clear: both;
    float: right;
}

span.already{
    font-family: arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#vertical {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', serif, arial, sans-serif;
    color: #3F6B4B;
    font-weight: normal;
}

.headeremail {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #444;
    float: right;
}

/*---edit button ---*/
.editFrame {
}
div#alertWrapper .editFrame {
    float: right;
    width: 164px;
    margin: 40px 0 0;
    clear: none;
}
.relaDiv {
    position: relative;
    margin: 0 auto;
    clear: both;
    top: -13px;
}
div#alertWrapper .relaDiv {
    position: relative;
    margin: 0 auto;
    clear: both;
    top: 12px;
}
.editButton {
    width: 100%;
    text-align: center;
}
a#alert, a#user, a.filterSubmit, #topNav input.send {
    padding: 0px 20px 1px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    background: #444444;
    font-family: calibri, arial, sans-serif;
    font-size-adjust: 0.46;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 2px 4px -1px #999999;
    -webkit-box-shadow: 2px 2px 4px -1px #999999;
    cursor: pointer;
    border: 0px;
}
a#alert.close, a#user.close {
    background: #3F6B4B;
}
#topNav input.send {
    margin: 0 0 0 10px;
    background: url("../images/testGo.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    width: 36px;
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    -moz-box-shadow: 2px 2px 4px -1px #C2C2C2;
    -webkit-box-shadow: 2px 2px 4px -1px #C2C2C2;
}
a#alert:hover, a#user:hover, a.filterSubmit:hover, #topNav input.send:hover {
    text-decoration: none;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
}
.editButton a.cancel {
    cursor: pointer;
    color: #444444;
    font-size: 12px;
    display: none;
}

div.centerDiv{
    width: 400px;
    margin: 0px auto;
}

/*----FEEDBACK----*/
#feedbackText
{
    width: 100%;
    height: 180px;
    font-size: 14px;
    resize: none;
    margin: 12px 0 0 0;
    padding: 5px;
}
.forgotForm{
    width: 260px;
    margin: 25px auto;
}
#feedbackForm input.submit, .forgotForm input.submit{
    margin: 16px auto;
    background: url("../images/orangeSubmit.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    width: 72px;
    border: none;
    -moz-box-shadow: 2px 2px 4px -1px #999999;
    -webkit-box-shadow: 2px 2px 4px -1px #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#unsubscribeForm input.submit{
    margin: 16px auto;
    display: block;
}
#feedbackForm input.submit:hover, .forgotForm input.submit:hover {
    cursor: pointer;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: alpha(opacity=80);
}
.forgotForm input.greyBorder{
    width: 100%;
    font-size: 16px;
    padding: 4px;
}
