/*
 * GENERAL DETAIL PAGE STYLES
 */
#container{
	position: relative;
	top: -15px;
}

#interior #container{
	top: 0px;
}
 
 
#bodyContent h1 {
	color:#87450B;
	font-size:1.61em;
	line-height:2em;
	padding: 25px 0px 20px 0px;
	margin: 0px;
	font-weight:normal;
}

#bodyContent h2 {
	color:#87450B;
	font-size:1.31em;
	font-weight:normal;
	line-height:1.31em;
}

#bodyContent h3 {
	color:#87450B;
	font-size:1em;
	line-height:1.5em;
	margin: 5px 0px 5px 0px;
}

#bodyContent p {
	margin: 5px 0px 5px 0px;
	color:#70777E;
	font-size:0.74em;
	font-weight:normal;
	line-height:1.3em;
}

#interior #bodyContent p{
	color:#000000;	
}

#bodyContent a{
	color:#103F80;
	outline:none;
}
#bodyContent a:hover{
	color:#F8C000;
}
#bodyContent .help {
	font-size:0.75em;
	line-height: 1.167em;
	color: #777777;	
}

#bodyContent ul {
line-height:2.5em;
list-style-type:none;
list-style-image:none;
padding:0px 0px 0px 0px;
}
#bodyContent ul li{
background-image:url(/global/images/misc/content-bullet.png);
background-position:5px 10px;
background-repeat:no-repeat;
font-size:0.75em;
font-weight:normal;
line-height:2em;
list-style-type:none;
padding-left:20px;
}

#bodyContent ol, #bodyContent li,#bodyContent ol li{
font-size:0.87em;
font-weight:normal;
line-height:1.3em;
}

#bodyContent a img {
	border: none;
}

/*
 * CALLS TO ACTION 
 */

#callsToAction{
margin:15px 0 0;
}

#callsToAction div.callToAction {
	width: 202px;
	float: left;
	font-weight: bold;
	height:285px;
}


#callsToAction div.left, #bodyContent #callsToAction div.center{
border-bottom:1px solid #DFE5E9;
margin-right:32px;
padding:0 0 5px;
}

#callsToAction div.right{
	border-bottom:1px solid #DFE5E9;
	padding:0 0 5px;
}

#callsToAction div.summary {
	padding-top: 144px;
	background-position: center top;
	background-repeat: no-repeat;
	
}

#callsToAction div.summary p{
color:#70777E;
margin:0;
padding:5px 5px 5px 5px;
font-size:0.75em;
font-weight:normal;
line-height:1.3em;
}

#callsToAction div.heading{
	background-color: #87450b;
}

#callsToAction div.heading h3{
color:#F8C000;
font-size:0.9em;
font-weight:normal;
line-height:1.4em;
margin:0;
padding:5px 5px 5px 10px!important;
}

#callsToAction a {
text-decoration:none!important;
padding:5px 5px 5px 10px;
font-size:0.9em;
display:block;
}


/*
 * LISTING RELATED STYLES
 */
 
#bodyContent #recentNews{
margin:0 0 0 240px;
}

#bodyContent .listing .date {
	font-size:0.714em;
	line-height: 1em;	
	color:#103F80;
	font-weight: bold;
}

#bodyContent .listing  p {
color:#70777E;
font-size:0.74em;
font-weight:normal;
line-height:1.3em;
}

#bodyContent .listing p.blue{
color:#103F80;
margin:0;
padding:0;
}

#bodyContent .listing .item{
padding:0 0 15px;
}

#bodyContent .listing .item h2{
font-size:1em;
margin:5px 0 0;
}

/*
 * readMore STYLES
 */
 
#bodyContent .readMore{
	padding:0px 10px;
	color:#FFFFFF;
	text-decoration:none;

}

#bodyContent .readMore:hover{
	color:#318BBC;
}
/*
 * sponsorBox
 */
#sponsorBoxContainer{
	width:202px;
	float: left;
}

#sponsorBoxTop {
background:transparent url(/global/images/misc/sponsorbox_topper.png) no-repeat center top;
width:202px;
height:13px;
margin:10px 0 0;
}

#sponsorBox {
background:transparent url(/global/images/misc/sponsorbox_bottom.png) no-repeat center bottom;
float:left;
height:100%;
width:202px;
padding:0 0 60px 0;
}
#sponsorBoxContent{
width:200px;
border-left:1px solid #D8DCDF;
border-right:1px solid #D8DCDF;
}
#sponsorBoxContent img{
padding:5px;
}

/*
 * PHOTO GALLERY PAGE STYLES
 */
 
#bodyContent .photoGallery .photoGalleryImage {
	width: 200px;
	padding-left:10px;
	float: left;
	text-align: center;
}

#bodyContent .photoGallery .photoGalleryImage a img {
	padding: 5px;
	border: 1px solid #e5e5e5;
}

#bodyContent .photoGallery .photoGalleryImage h2 {
	font-size:1em;
	line-height: 1.143em;
}

/* table styles */
table {
	border-collapse: collapse;
	color:#000000;
}
table .td-white {
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
}
table .td-light {
	background-color: #FFAB2E;
	padding: 10px 5px 10px 5px;
}
table .td-medium {
	background-color: #B46A17;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
}
table .td-dark {
	background-color: #87450B;
	padding: 10px 5px 10px 5px;
	color: #ffffff;
}
table .td-white-border {
	border:1px solid #ffffff;
}
table .td-white-border-left {
	border-left:1px solid #ffffff;
}
table .td-white-border-right {
	border-right:1px solid #ffffff;
}
table .td-white-border-top {
	border-top:1px solid #ffffff;
}
table .td-white-border-bottom {
	border-bottom:1px solid #ffffff;
}
table.table-bottom-border {
	border-bottom: 5px solid #87450B;
}

span.glossary {
	color: #103F80;
	text-decoration: underline;
	cursor: pointer;
}
div.glossary {
	border: 1px dashed #cccccc;
	margin: 5px;
	width: 572px

}
div.glossary .glossary-title{
	font-weight: bold;
	display: block;
}
#actionLinks{
display:none;
}
h3#vocab {
font-size:0.9em;
}
/*
 * HOMEPAGE SLIDESHOW STYLES
 */

#contentSlideshow {
    position:relative;
	height:296px;
	padding:0 0 15px;
	clear:both;
}

#contentSlideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    border:1px solid #E0E0E1;
    padding:12px;
}

#contentSlideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#contentSlideshow IMG.last-active {
    z-index:9;
}