@charset "utf-8";

/* --------------------------------------------------
 Base Elements
 		- Accessibility
-------------------------------------------------- */

html,
body {
line-height:1.4;
background: #f0ece4;
text-align:center;
}
/* for IE7 */
*:first-child+html body * {
letter-spacing:0;
}
*:first-child+html body {
position:relative;
}
/* for IE8 */
html>/**/body * {  
letter-spacing /*\**/: 0\9;
}
html>/**/body {  
position /*\**/: relative\9;
}
a {
text-decoration: underline;
}
a:link,
a:visited {
color: #971436;
text-decoration: underline;
}
a:hover,
a:active {
color: #787673;
text-decoration: underline;
}

/* --------------------------------------------------
   Accessibility
-------------------------------------------------- */
hr {
display:none;
}

#siteBg {
background: url(../images/share_bgM_01.jpg) repeat-y center top;
}
#siteBgBtm {
background: url(../images/share_bgB_01.jpg) no-repeat center bottom;
}
#siteBgTop {
background: url(../images/share_bgT_01.jpg) no-repeat center top;
}
#container {
width:960px;
margin:0 auto;
padding:48px 0 172px;
text-align: left;
}
#containerInner {
padding:36px 25px 35px 25px;
}

/* --------------------------------------------------
   Header Segment
-------------------------------------------------- */
#headerSeg {
position: relative;
padding-bottom:30px;
}
#headerSeg #ciLogo {
position:absolute;
top:3px;
right:0;
}
#headerSeg #topLinkBtn {
position:absolute;
top:35px;
left:317px;
}
#headerSeg #pdfBtn {
position:absolute;
top:31px;
right:0;
}

/* --------------------------------------------------
   Footer Segment
-------------------------------------------------- */
#footerSeg {
margin-top:50px;
text-align: center;
}
#footerSeg address {
margin-top:18px;
}

/* --------------------------------------------------
   Content Segment
-------------------------------------------------- */
#contentSeg {
height:600px;
}
html>body #contentSeg {
height:auto;
min-height:600px
}

#globalNavMod {
margin-top:22px;
}
#globalNavMod ul:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
#globalNavMod ul {display:inline-block;}
/* Hides from IE-mac \*/
* html #globalNavMod ul {height:1%;}
#globalNavMod ul {display:block;}
/* End hide from IE-mac */

#globalNavMod li {
float:left;
}

