@charset "utf-8";
/* CSS Document */

/*********************************/
/*        BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,/*blockquote,*/th,td {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*              BODY
/*********************************/

body {
background: url(../images/bodyBkgd.jpg) repeat-x #ececec;
font-family:"Calibri", Arial, Helvetica, sans-serif;
font-size:95%; 
color:#000000;
}

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.jpg) repeat-y;
height:auto;
margin:0 auto;
position:relative;
width:960px;
}

/*logo*/
#hdr {
background:url(../images/logo.jpg) no-repeat left top;
width:414px;
height:142px;
position:relative;
float:left;
top:18px;
left:-20px;/*left shadow compensation*/
}

#hdr h1 a {
display:block;
width:370px;
height:100px;
outline:none;
}

#hdr h1 span {
display:none;
}

#banner {
clear:both;
height:303px;
position:relative;
margin:0 auto;
width:961px;
z-index:98;
top:1px;
}

/*********************************/
/*             NEWS
/*********************************/

#news {
width:550px;
background:url(../images/newsBkgd.jpg) repeat-y;
position:relative;
float:left;
margin:0 30px 15px 0;
}

#newsTop {
background:url(../images/newsTop.jpg) no-repeat top;
width:550px;
height:74px;
}

.newsitems 
{


min-height:200px;
}

#news #newsTop span {display:none;}

#newsBot {
background:url(../images/newsBot.jpg) no-repeat bottom;
width:550px;
height:24px;
}

/*********************************/
/*          CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
position:relative;
clear:both;
padding:25px 0 20px 0;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#000000;
text-decoration:underline;
}

#contentarea a:hover {
color:#e42f28  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.6em;
}


/*********************************/
/*           LEADINS
/*********************************/

#leadins {
margin:20px 0 0 0;
}

/*declares white leadin background for every table column*/
#leadins tr td{
background:url(../images/leadinBkgd.gif) no-repeat;
width:305px;
height:155px;
}

/*********************************/
/*            FOOTER
/*********************************/

/*contains background that doesnt include it in container*/
#footerWrap {
background:url(../images/footerBkgd.jpg) repeat-x #222222 top;
width:100%;
clear:both;
font-size:.85em;
color:#a4a4a4;
}

/*aligns content for false container*/
#footer {
width:960px;
margin:0 auto;
padding:0 0 10px 0;
}

#footer p {
margin:0;
padding:0;
}

/*begin footer nav*/
#footer ul {
margin:50px 0 10px 0;
position:relative;
float:left;
}

#footer ul li {
display:inline;
position:relative;
float:left;
margin:0 0 0 0;
width:147px;/*adjusts column widths*/
}

#footer ul li a {
color:#959595;
font-size:1.3em;
border-bottom:1px #3f3f3f solid;
text-decoration:none;
font-weight:bold;
outline:none;

margin:0 0 0 5px;
}

#footer ul li a:hover {
text-decoration:none;
border-bottom:1px #FFFFFF solid;
color:#FFFFFF;
}

/*second tier*/ 
#footer ul ul {
margin:10px 0 10px 0;
}
 
#footer ul ul li{
display:block;
float:none;
line-height:1.3em;
width:auto;
}

#footer ul ul li a {
text-decoration:none;
font-size:1em;
border-bottom:none;
font-weight:normal;
background:url(../images/footernavIcon.gif) no-repeat left;
padding:0 0 0 7px;
}

#footer ul ul li a:hover {
text-decoration:underline;
border-bottom:none;
}

#footer ul ul li {
margin:0;
}

/*contact button*/
#footerWrap #contact {
width:221px;
height:60px;
position:relative;
float:right;
clear:right;
margin:55px 0 15px 0;
}

#contact a{
background:url(../images/contactUs.jpg) no-repeat top;
background-position:top left;
width:220px; 
height:60px;
display:block;
}

#contact a:hover {
background-position: 0 -60px;
}

/*horizontal rule, above suitefin logo*/
#footer hr {
clear:both;
border-top:1px #171717 solid;
border-bottom:1px #353636 solid;
height:1px;
background-color:#333333;
}

#footer .copyright {
color:#6f6e6e;
position:relative;
float:left;
margin:10px 0 0 0;
width:500px;
}

/*table used to align phone numbers*/
#footer table {
vertical-align:top;
}

#footer table td {vertical-align:top;
}

/*powered by Suitefin*/
#poweredBy {
background:url(../images/poweredSuitefin.gif) no-repeat;
width:134px;
height:49px;
position:relative;
float:left;
margin:10px 20px 0 0;
}

#poweredBy a {
display:block;
width:134px;
height:49px;
}



#socialmedia {
    text-align:center;
    position:relative;
    float:right;
    width:230px;
}

#socialmedia p 
{
    padding:5px 0 0 0;
}