﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #c1272d;
    font-size: 16px;
    font-family: Verdana, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
}

a:link, a:visited
{
    color: #C1272D;
}

a:hover
{
    color: #AE141A;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 180%;
}

img
{
    border:0px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color:#909193;
    text-transform: none;
    font-weight: 200;
    margin: 0px;
}

h1
{
    font-size: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 12px;
}

h5, h6
{
    font-size: 10px;
}


.blackBar
{
    height:192px;
    background:black;
    padding-left:90px;
}

.navBar
{
    height:45px;
    background:#c1272d;
    padding-left:90px;
}

.navCap
{
    height:2px;
    background:black;
}

.bgRings
{
    background-image:url(../images/rings_bg.jpg);
    background-repeat:no-repeat;
    background-color:#FBFAF6;
}

.bgSprig
{
    background-image:url(../images/sprig.png);
    background-repeat:no-repeat;
    
}

.contentSpace
{
    height:600px;
    padding:20px 0px 0px 90px;
    width:870px;
}

.commSpace
{
    float:right;
    padding-top:150px;
}


.slider
{
    overflow:hidden;
    width:580px;
    height:600px;
}

.sliderPane
{
    height:600px;
    width:580px;
}
.paneContainer
{
    position:relative;
    
}
.navItem
{
    color:White;
    width:150px;
    float:left;
    cursor:pointer;
    margin-top:18px;
    font-size:14px;
}

#navHighlight
{
    width:120px;
    height:7px;
    background-color:Black;
    position:absolute;
    top:230px;
    left:90px;
}

.person
{
    font-size:16px;
    float:left;
    padding-right:20px;
    padding-bottom:10px;
    color:#d9d9d6;
    cursor:pointer;
}

.person:hover
{
    color:#c1272d;
}

#departments
{
    border-bottom:solid 2px black;
}

.department
{
    float:left;
    padding-right:15px;
    cursor:pointer;
}

.department:hover
{
    color:Black;
}

#profile
{
    margin-left:20px;
}

#profile span
{
    font-size:14px;
}

.label
{
    font-style:italic;
    font-weight:bold;
    color:#c1272d;
    display:inline;
}

.contact
{
    line-height: 180%;
    font-size:13px;
    border-left: solid 2px #c1272d;
    padding-left:14px;
    margin-bottom:20px;
}
.footer
{
    line-height: 180%;
    font-size:10px;
    border-left: solid 2px #c1272d;
    padding-left:14px;
    margin-bottom:20px;
    color:white;
}

.contact b
{
    color:Black;
}

.commLogo
{
    border-left: solid 2px #c1272d;
    padding-left:10px;
}

.press_release
{
    height:490px;
    width:580px;
    overflow:scroll;
    font-size:12px;
}

.prTitle
{
    font-size:16px;
    color:#c1272d;
    border-left: solid 2px #c1272d;
    padding-left:10px;
}

.prNav
{
    cursor:pointer;
    display:inline;
    color:#c1272d;
}

.singleComm
{
    width:209px;
    height:213px;
}
.commClick
{
    width:209px;
    height:170px;
}

.commSocial
{
    height:22px;
    width:22px;
    float:left;
    margin-left:5px;
}

.profile_social_icon
{
    background-image:url(../images/socialdots.png);
    height:18px;
    width:18px;
    float:left;
    margin-right:8px;
}

.profile_facebook_off
{
    background-position:0px 18px;
}

.profile_facebook_on
{
    background-position:0px 0px;
}

.profile_linkedin_off
{
    background-position:-18px 18px;
}

.profile_linkedin_on
{
    background-position:-18px 0px;
}

.profile_twitter_off
{
    background-position:-36px 18px;
}

.profile_twitter_on
{
    background-position:-36px 0px;
}

.profile_blog_off
{
    background-position:-55px 18px;
}

.profile_blog_on
{
    background-position:-55px 0px;
}





