/************************************************
Client:				Yale Graduate School	
Author:				Andrew Rodgers | OpenPixels.com
Date Created:  		03/08/08
Last Modified:		04/23/08

Description:		Style Sheet for Interior Landing Page

Notes:				Font-size: 	Set fonts in pixels 

************************************************/
/* Background Color for Interior Pages */
.site_interiorPage{
background:#003366;
}
/* Example of a body ID for the prospective Students Page */
#content_landingPage_prospectiveStudents{
background:#003366;
}
/* Set Individual Background images here... use a unique ID on the body tag for each page */

/* Setting a specific background image only for the Prospective Students Page */
#content_landingPage_prospectiveStudents #site_wrapper{
background:url(../images/interiorLandingPage/site_landingPage_prospective_siteWrapperBG.gif) no-repeat left 500px;
}
/* Setting a specific Branding Background image only for the Prospective Students Page */
#content_landingPage_prospectiveStudents #site_branding_container{
background:url(../images/interiorLandingPage/site_landingPage_prospective_topDetail.gif) no-repeat top left;
}

/* Setting a specific background image only for the Admissions Interior Page */
#content_landingPage_admissionsSubPage #site_wrapper{
background:#003366 url(../images/interiorLandingPage/site_landingPage_prospective_siteWrapperBG.gif) no-repeat left 705px;
}

/* Setting a specific Branding Background image only for the Admissions Interior Page */
#content_landingPage_admissionsSubPage #site_branding_container{
background:url(../images/interiorLandingPage/site_landingPage_prospective_topDetail.gif) no-repeat top left;
}

/****** Primary Nav Styles *******/
.site_interiorPage #site_primaryNav_container {
min-height:inherit;
border-bottom:none;
}

/****** Landing Page Styles *******/
/* Main Content Styles */
#site_landingPage_contentWrapper{
width:676px;
min-height:728px;
overflow:hidden;
border-left:1px solid #CCCC66;
background:url(../images/interiorLandingPage/site_landingPage_ContentWrapperBG2.gif) no-repeat 8px bottom;
}
#site_landingPage_contentWrapperBottom{
overflow:hidden;
padding:0px 0px 12px 0px;
margin:0px 0px 8px 0px;
background:url(../images/interiorLandingPage/site_landingPage_contentWrapperBottomBG.gif) no-repeat 8px top;
}



#site_landingPage_contentWrapper #site_mainContent{
float:left;
width:478px;
padding:10px 0px 0px 18px;
font-family:Georgia, "Times New Roman", Times, serif;
}
/* separated landing and interior 082808 */
#site_interiorPage_contentWrapper #site_mainContent{
float:left;
width:478px;
padding:16px 0px 0px 18px;
font-family:Georgia, "Times New Roman", Times, serif;
}

/* added for wider single-column paragraphs 081308 */
.wide {
width:640px;
}

/* Landing Page Main Headers */ 
/* Left padding increased from 2px to 6px - 7.8.08 */
#site_landingPage_contentWrapper #site_mainContent h2{
padding:6px 0px 0px 6px;
margin:0px 0px 19px 0px;
font-size:20px;
color:#003366;
font-weight:normal;
}
/* separated landing from interior 082808 */
#site_interiorPage_contentWrapper #site_mainContent h2{
padding:0px 0px 0px 6px;
margin:0px 0px 18px 0px;
font-size:20px;
color:#003366;
font-weight:normal;
}



/* Added Landing Page Main Headers for Wide-column Layout - 7.8.08 */ 
/* Left padding increased from 2px to 6px - 7.8.08 */
#site_landingPage_contentWrapper #site_mainContent_twoColumnWide h2,
#site_interiorPage_contentWrapper #site_mainContent_twoColumnWide h2{
padding:0px 0px 0px 6px;
margin:0px 0px 18px 0px;
font-size:20px;
color:#003366;
font-weight:normal;
}
/* Landing Page Main Image */ 
#site_landingPage_contentWrapper #site_mainContent img{
margin:0px 0px 12px 0px;
}
/* Landing Page Main Body Text */ 
#site_landingPage_contentWrapper #site_mainContent p{
padding:0px 24px 0px 12px;
margin:0px 0px 10px 0px;
font-size:14px;
line-height:2.4;
color:#fff;
}
/* Landing Page Signature Image */ 
#site_landingPage_contentWrapper #site_mainContent img.content_signature{
float:right;
margin:0px 12px 0px 0px;
}
/* Landing Page Sidebar */ 
#site_landingPage_contentWrapper #site_sidebar,
#site_interiorPage_contentWrapper #site_sidebar{
float:left;
width:170px;
padding:55px 0px 0px 5px;
}

/***** Styles for Interior Pages *****/

/* Main Content Styles */
/* Content Wrapper - This holds the Top Background Image */
#site_interiorPage_contentWrapper{
width:676px;
min-height:728px;
overflow:hidden;
border-left:1px solid #CCCC66;
background:url(../images/interiorLandingPage/site_interiorPage_ContentWrapperBG.gif) no-repeat 8px bottom;
}
/* Bottom Content Wrapper - This holds the Bottom Background Image - Expands with text */
#site_interiorPage_contentWrapperBottom{
overflow:hidden;
padding:0px 0px 12px 0px;
margin:0px 0px 8px 0px;
background:url(../images/interiorLandingPage/site_interiorPage_ContentWrapperBottomBG.gif) no-repeat 8px top;
}
/* Added Style for Interior Page - Two Column Layout - 7.07.08 */
#site_landingPage_contentWrapper #site_mainContent_twoColumnWide,
#site_interiorPage_contentWrapper #site_mainContent_twoColumnWide{
float:left;
width:660px;
padding:16px 0px 0px 18px;
font-family:Georgia, "Times New Roman", Times, serif;
}
/* Interior Page - Two Column Layout - Columns */
#site_interiorPage_contentWrapper #site_mainContent_twoColumnWide #content_interiorPage_leftColumn,
#site_interiorPage_contentWrapper #site_mainContent_twoColumnWide #content_interiorPage_rightColumn{
float:left;
width:310px;
font-size:11px;
line-height:1.6;
color:#666633;
}
/* Interior Page Main Headers */ 
#site_interiorPage_contentWrapper h3{
	font-size:16px;
	font-weight:normal;
	margin:24px 0px 12px 0px;
	padding:0px 0px 0px 6px;
	color:#666633;
/* added 82608 */
	line-height: 20px;
}
/* Interior Page Columns */
#site_interiorPage_contentWrapper #content_interiorPage_leftColumn,
#site_interiorPage_contentWrapper #content_interiorPage_rightColumn{
float:left;
width:220px;
font-size:12px;
line-height:1.6;
color:#666633;
}
#site_interiorPage_contentWrapper #content_interiorPage_leftColumn{
margin:0px 20px 0px 0px;
padding:0px 0px 0px 6px;
}
/* Added StyleParagraphs for Colums -  7.07.08 */
#site_interiorPage_contentWrapper #content_interiorPage_leftColumn p,
#site_interiorPage_contentWrapper #content_interiorPage_rightColumn p{
	margin:0px 0px 12px 0px;
	color: #003366;
}
/* Intro Text, and Float Left Paragraphs - Two Columns */
#site_interiorPage_contentWrapper  #site_mainContent p.content_interiorPage_introText{
/* margin:0px 0px 12px 0px; - bottom reduced 082009 */
margin:0px 0px 11px 0px;
padding:0px 12px 0px 6px;
font-size:12px;
line-height:1.6;
/*color: #003366; - 8.20.08 */
color: #003366;
}

/* Secondary Text, and Float Left Paragraphs  */
#site_interiorPage_contentWrapper  #site_mainContent p.content_interiorPage_secondaryText{
margin:0px 0px 12px 0px;
padding:0px 12px 0px 6px;
font-size:11px;
line-height:1.6;
color: #003366;
}

/* Interior Page Sub Heads */
#site_interiorPage_contentWrapper  #site_mainContent h4 {
clear:left;
margin:0px 0px 12px 0px;
padding:0px 0px 0px 6px;
font-size:13px;
/*color:#666633; - 7.26.08 */
color: #003366;
}
/* Interior Page First Sub Head after Intro Text */ 
#site_interiorPage_contentWrapper  #site_mainContent p.content_interiorPage_introText + h4{
/* margin:32px 0px 12px 0px;  */
margin:24px 0px 18px 0px;
}
#site_interiorPage_contentWrapper  #site_mainContent p.content_interiorPage_floatLeftText{
float:left;
width:220px;
margin:0px 10px 20px 0px;
padding:0px 0px 0px 6px;
font-size:11px;
line-height:1.5;
/*color:#666633; - 7.26.08 */
color: #003366;
}
/* added for single-column variation - 072808 */
#site_interiorPage_contentWrapper  #site_mainContent p.content_interiorPage_singleColumn{
margin:0px 10px 10px 0px;
padding:0px 0px 0px 6px;
font-size:11px;
line-height:1.5;
/*color:#666633; - 7.26.08 */
color: #003366;
}
/* Intro Text, and Float Left Paragraphs - One Column - No Sidebar */
#site_interiorPage_contentWrapper .content_interiorPage_oneColumn{
width:auto !important;
}
#site_interiorPage_contentWrapper  .content_interiorPage_oneColumn p.content_interiorPage_floatLeftText{
width:300px !important;
}
/* Intro Text, and Questions/Answers - One Column */
#site_interiorPage_contentWrapper .content_interiorPage_oneColumn #content_interiorPage_questionsList{
font-family:Verdana,Arial,sans-serif;
padding:0px 12px 0px 30px;
list-style:none;
}
/* Interior Page Questions/Answers List Items */
#site_interiorPage_contentWrapper .content_interiorPage_oneColumn #content_interiorPage_questionsList li{
margin:0px 0px 16px 0px;
font-size:11px;
line-height:1.5;
color:#003366;
font-weight:bold;
}
/* Interior Page Questions/Answers Answer Link */
#site_interiorPage_contentWrapper .content_interiorPage_oneColumn 
#content_interiorPage_questionsList .content_interiorPage_questionsList_answerLink{
display:block;
margin:6px 0px 0px 0px;
padding:0px 12px 0px 20px;
font-size:11px;
line-height:1.5;
font-weight:bold;
color:#CC9900;
background:url(../images/content_externalLinkBG02.gif) no-repeat left 5px;
}
/* Interior Page Questions/Answers Answer Text Container */
#site_interiorPage_contentWrapper .content_interiorPage_oneColumn 
#content_interiorPage_questionsList .content_interiorPage_questionsList_answer{
margin:6px 0px 0px 0px;
padding:0px 12px 0px 0px;
display:none;
}
/* Interior Page Questions/Answers Answer Text */
#site_interiorPage_contentWrapper .content_interiorPage_oneColumn 
#content_interiorPage_questionsList .content_interiorPage_questionsList_answer p{
margin:5px 0px 5px 0px;
font-size:11px;
font-weight:normal;
line-height:1.5;
color:#003366;
}


/***** Styles for Widgets for the Sidebar *****/

/* Landing Page - Rounded White Navigation */
#site_sidebar_navWhite_wrapper{
width:165px;
padding:14px 0px 0px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_navWhite_topBG.gif) no-repeat top left;
/* added color 082108 */
color: #003366;
}
/* Interior Pages - Rounded White Navigation */
#site_interiorPage_contentWrapper #site_sidebar_navWhite_wrapper{
background:url(../images/interiorLandingPage/site_interiorPage_sidebar_navWhite_topBG.gif) no-repeat top left;
}
/* Rounded White Navigation - Header */
#site_sidebar_navWhite_wrapper h3{
/* added margin: 0; font-weight: bold - 072708 */
margin: 0;
padding:0px 12px 6px 12px;
text-transform:uppercase;
/* changed from 10px to 9px 083108 */ 
font-size:9px;
/* changed from 10px to 11px 083108 */ 
line-height: 11px;
color:#003366;
background:#fff;
font-weight: bold;
border-bottom:1px dotted #6589C6;
}
#site_sidebar_navWhite_wrapper h3.more {
/* added margin: 0; set padding-bottom: 0; 072708 */
margin: 0;
padding:18px 0px 0px 0px;
text-transform:uppercase;
font-size:10px;
color:#003366;
background:#fff;
font-weight: bold;
border-bottom:1px dotted #6589C6;
}
/* Rounded White Navigation - List */
#site_sidebar_navWhite_wrapper h3+ul{
padding:8px 12px 14px 12px !important;
}
/* Landing Page - Rounded White Navigation - Bottom Background Image - Expands with Text */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite{
width:141px;
padding:0px 12px 14px 12px;
margin:0px 0px 0px 0px;
background:#fff url(../images/interiorLandingPage/site_landingPage_sidebar_navWhite_bottomBG.gif) no-repeat bottom left;
}
/* Landing Page - Rounded White Navigation - Bottom Background Image - Expands with Text */
#site_interiorPage_contentWrapper #site_sidebar_navWhite_wrapper #site_sidebar_navWhite{
background:#fff url(../images/interiorLandingPage/site_interiorPage_sidebar_navWhite_bottomBG.gif) no-repeat bottom left;
}
/* Rounded White Navigation - List Items */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite li{
margin:0px 0px 12px 0px;
}
/* Rounded White Navigation - List Item Links */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite a:link,
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite a:visited{
font-size:10px;
color:#6589C6;
}
/* Rounded White Navigation - List Item Links Hover */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite a:hover{
color:#003366;
}
/* Rounded White Navigation - List Item Links Active - give a link this class when its the current active link for its page */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite a.active{
color:#003366;
}
/* Rounded White Navigation - List Item External Links */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite a.content_externalLink{
padding:0px 0px 0px 20px;
background:url(../images/content_externalLinkBG02.gif) no-repeat left;
}
/* Rounded White Navigation - List Item Body Text */
#site_sidebar_navWhite_wrapper #site_sidebar_navWhite p{
margin:2px 0px 8px 0px;
font-size:10px;
line-height:1.2;
color:#003366;
}

/* Rounded Tan Navigation */
#site_sidebar_navTan_wrapper{
/* added text color 082908 */
color: #003366;
width:165px;
padding:14px 0px 0px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentTan_topBG.gif) no-repeat top left;
}
/* Rounded Tan Navigation - Header */
#site_sidebar_navTan_wrapper h3{
padding:0px 12px 6px 12px;
text-transform:uppercase;
/* changed from 10px to 9px 083108 */
font-size:9px;
/* added line-height 11px 083108 */
line-height: 11px;
color:#003366;
background:#E5DEB8;
border-bottom:1px dotted #6589C6;
}
/* Rounded Tan Navigation - List */
#site_sidebar_navTan_wrapper h3+ul{
padding:8px 12px 14px 12px !important;
}
/* Rounded Tan Navigation - Bottom Background Image - Expands with Text */
#site_sidebar_navTan_wrapper #site_sidebar_navTan{
width:141px;
padding:0px 12px 14px 12px;
margin:0px 0px 0px 0px;
background:#E5DEB8 url(../images/interiorLandingPage/site_landingPage_sidebar_contentTan_bottomBG.gif) no-repeat bottom left;
}
/* Rounded Tan Navigation - List Items */
#site_sidebar_navTan_wrapper #site_sidebar_navTan li{
margin:0px 0px 12px 0px;
}
/* Rounded Tan Navigation - List Items Links */
#site_sidebar_navTan_wrapper #site_sidebar_navTan a:link,
#site_sidebar_navTan_wrapper #site_sidebar_navTan a:visited{
font-size:10px;
color:#003366;
}
/* Rounded Tan Navigation - List Items Links Hover */
#site_sidebar_navTan_wrapper #site_sidebar_navTan a:hover{
color:#6589C6;
}
/* Rounded Tan Navigation - List Items Links Active - Give a link this class when its the active link for its page */
#site_sidebar_navTan_wrapper #site_sidebar_navTan a.active{
color:#6589C6;
}
/* Rounded Tan Navigation - List Items External Links */
#site_sidebar_navTan_wrapper #site_sidebar_navTan a.content_externalLink{
padding:0px 0px 0px 20px;
background:url(../images/content_externalLinkBG02.gif) no-repeat left;
}
/* Rounded Tan Navigation - List Items Body Text */
#site_sidebar_navTan_wrapper #site_sidebar_navTan p{
margin:2px 0px 8px 0px;
font-size:10px;
line-height:1.2;
color:#003366;
}

/* Rounded Blue Navigation - added 081908*/
#site_sidebar_navBlue_wrapper{
width:165px;
padding:14px 0px 0px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentBlue_topBG.gif) no-repeat top left;
}
/* Rounded Blue Navigation - Header */
#site_sidebar_navBlue_wrapper h3{
padding:0px 12px 6px 12px;
text-transform:uppercase;
font-size:10px;
color:#003366;
background:#8e9ed3;
border-bottom:1px dotted #6589C6;
}
/* Rounded Blue Navigation - List */
#site_sidebar_navBlue_wrapper h3+ul{
padding:8px 12px 14px 12px !important;
}
/* Rounded Blue Navigation - Bottom Background Image - Expands with Text */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue{
width:141px;
padding:0px 12px 14px 12px;
margin:0px 0px 0px 0px;
background:#8e9ed3 url(../images/interiorLandingPage/site_landingPage_sidebar_contentBlue_bottomBG.gif) no-repeat bottom left;
}
/* Rounded Blue Navigation - List Items */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue li{
margin:0px 0px 12px 0px;
}
/* Rounded Blue Navigation - List Items Links */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue a:link,
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue a:visited{
font-size:10px;
color:#003366;
}
/* Rounded Blue Navigation - List Items Links Hover */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue a:hover{
color:#6589C6;
}
/* Rounded Blue Navigation - List Items Links Active - Give a link this class when its the active link for its page */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue a.active{
color:#6589C6;
}
/* Rounded Blue Navigation - List Items External Links */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue a.content_externalLink{
padding:0px 0px 0px 20px;
background:url(../images/content_externalLinkBG02.gif) no-repeat left;
}
/* Rounded Blue Navigation - List Items Body Text */
#site_sidebar_navBlue_wrapper #site_sidebar_navBlue p{
margin:2px 0px 8px 0px;
font-size:10px;
line-height:1.2;
color:#003366;
}






/* Landing Page - Rounded Yellow Navigation */
#site_sidebar_navYellow_wrapper{
width:165px;
padding:14px 0px 0px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_navYellow_topBG.gif) no-repeat top left;
/* added color 082108 */
color: #003366;
}
/* Interior Pages - Rounded Yellow Navigation */
#site_interiorPage_contentWrapper #site_sidebar_navYellow_wrapper{
background:url(../images/interiorLandingPage/site_interiorPage_sidebar_navYellow_topBG.gif) no-repeat top left;
}
/* Rounded Yellow Navigation - Header */
#site_sidebar_navYellow_wrapper h3{
/* added margin: 0; font-weight: bold - 072708 */
margin: 0;
padding:0px 12px 6px 12px;
text-transform:uppercase;
/* changed from 10px to 9px 083108 */ 
font-size:9px;
/* changed from 10px to 11px 083108 */ 
line-height: 11px;
color:#003366;
background:#fff;
font-weight: bold;
border-bottom:1px dotted #6589C6;
}
#site_sidebar_navYellow_wrapper h3.more {
/* added margin: 0; set padding-bottom: 0; 072708 */
margin: 0;
padding:18px 0px 0px 0px;
text-transform:uppercase;
font-size:10px;
color:#003366;
background:#fff;
font-weight: bold;
border-bottom:1px dotted #6589C6;
}
/* Rounded Yellow Navigation - List */
#site_sidebar_navYellow_wrapper h3+ul{
padding:8px 12px 14px 12px !important;
}
/* Interior Pages - Rounded Yellow Navigation */
#site_interiorPage_contentWrapper #site_sidebar_navYellow_wrapper{
	background-image: url(../images/interiorLandingPage/site_interiorPage_sidebar_navYellow_topBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Rounded Yellow Navigation - Header */
#site_sidebar_navYellow_wrapper h3{
/* added margin: 0; font-weight: bold - 072708 */
margin: 0;
padding:0px 12px 6px 12px;
text-transform:uppercase;
/* changed from 10px to 9px 083108 */ 
font-size:9px;
/* changed from 10px to 11px 083108 */ 
line-height: 11px;
color:#003366;
background:#fef6be;
font-weight: bold;
border-bottom:1px dotted #6589C6;
}
#site_sidebar_navYellow_wrapper h3.more {
/* added margin: 0; set padding-bottom: 0; 072708 */
margin: 0;
padding:18px 0px 0px 0px;
text-transform:uppercase;
font-size:10px;
color:#003366;
background:#fef6be;
font-weight: bold;
border-bottom:1px dotted #6589C6;
}
/* Rounded Yellow Navigation - List */
#site_sidebar_navYellow_wrapper h3+ul{
padding:8px 12px 14px 12px !important;
}
/* Rounded Yellow Navigation - Bottom Background Image - Expands with Text */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow{
width:141px;
padding:0px 12px 14px 12px;
margin:0px 0px 0px 0px;
background:#fff url(../images/interiorLandingPage/site_interiorPage_sidebar_navYellow_topBG.gif) no-repeat bottom left;
}
/* Rounded Yellow Navigation - Bottom Background Image - Expands with Text */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow{
	background-color: #fef6be;
	background-image: url(../images/interiorLandingPage/site_interiorPage_sidebar_navYellow_bottomBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Rounded Yellow Navigation - List Items */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow li{
margin:0px 0px 12px 0px;
}
/* Rounded Yellow Navigation - List Item Links */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow a:link,
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow a:visited{
font-size:10px;
color:#6589C6;
}
/* Rounded Yellow Navigation - List Item Links Hover */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow a:hover{
color:#003366;
}
/* Rounded Yellow Navigation - List Item Links Active - give a link this class when its the current active link for its page */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow a.active{
color:#003366;
}
/* Rounded Yellow Navigation - List Item External Links */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow a.content_externalLink{
padding:0px 0px 0px 20px;
background:url(../images/content_externalLinkBG02.gif) no-repeat left;
}
/* Rounded Yellow Navigation - List Item Body Text */
#site_sidebar_navYellow_wrapper #site_sidebar_navYellow p{
margin:2px 0px 8px 0px;
font-size:10px;
line-height:1.2;
color:#003366;
}















/* Address Widget - Tan */
/* Address Widget - Tan - Wrapper holds the top Background image */
#site_sidebar_address_wrapper{
width:165px;
padding:14px 0px 0px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentTan_topBG.gif) no-repeat top left;
}
/* Address Widget - Tan - Header */
#site_sidebar_address_wrapper h3{
padding:0px 12px 6px 12px;
text-transform:uppercase;
font-size:10px;
color:#003366;
background:#E5DEB8;
border-bottom:1px dotted #6589C6;
}
/* Address Widget - Tan - List */
#site_sidebar_address_wrapper h3+ul{
padding:8px 12px 14px 12px !important;
}
/* Address Widget - Tan - holds the bottom Background image - expands with text */
#site_sidebar_address_wrapper #site_sidebar_address{
width:141px;
padding:0px 12px 14px 12px;
margin:0px 0px 0px 0px;
background:#E5DEB8 url(../images/interiorLandingPage/site_landingPage_sidebar_contentTan_bottomBG.gif) no-repeat bottom left;
}
/* Address Widget - Tan - List Items */
#site_sidebar_address_wrapper #site_sidebar_address li{
margin:0px 0px 12px 0px;
}
/* Address Widget - Tan - List Item Links */
#site_sidebar_address_wrapper #site_sidebar_address a:link,
#site_sidebar_address_wrapper #site_sidebar_address a:visited{
font-size:10px;
color:#003366;
}
/* Address Widget - Tan - List Item Links Hover */
#site_sidebar_address_wrapper #site_sidebar_address a:hover{
color:#6589C6;
}
/* Address Widget - Tan - List Item Links Active - give this class when its the active link for its page */
#site_sidebar_address_wrapper #site_sidebar_address a.active{
color:#6589C6;
}
/* Address Widget - Tan - List Item External Links */
#site_sidebar_address_wrapper #site_sidebar_address a.content_externalLink{
padding:0px 0px 0px 20px;
background:url(../images/content_externalLinkBG02.gif) no-repeat left;
}
/* Address Widget - Tan - Body Text Strong (bold) */
#site_sidebar_address_wrapper #site_sidebar_address strong{
color:#003366;
}
/* Address Widget - Tan - Body Text */
#site_sidebar_address_wrapper #site_sidebar_address p{
margin:2px 0px 0px 0px;
font-size:10px;
line-height:1.2;
color:#6e6a44;
}
/* Image Widget - Small */
#site_sidebar_imageWrapper{
	padding-top: 10px;
}

/* Resources/Link Widget - Tan */

/* Resources/Link Widget - Tan - Wrapper holds the bottom Background Image - expands with text */
#site_sidebar_contentTanWrapper{
width:165px;
padding:0px 0px 14px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentTan_bottomBG.gif) no-repeat bottom left;
}
/* Resources/Link Widget - Tan - Header - also holds the top Background Image */
#site_sidebar_contentTanWrapper h4{
width:153px;
padding:12px 0px 4px 12px;
font-size:10px;
color:#003366;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentTan_topBG.gif) no-repeat top left;
}
/* Resources/Link Widget - Tan - Links */
#site_sidebar_contentTanWrapper h4 a:link,
#site_sidebar_contentTanWrapper h4 a:visited{
display:block;
font-size:10px;
color:#003366;
background:url(../images/content_externalLinkBG02.gif) no-repeat 130px center;
}
/* Resources/Link Widget - Tan - Links Hover */
#site_sidebar_contentTanWrapper h4 a:hover{
text-decoration:underline;
}

/* Calendar Widget - Blue - added 081908 */

/* Calendar Widget - Blue - Wrapper holds the bottom Background Image - expands with text */
#site_sidebar_contentBlueWrapper{
width:165px;
padding:0px 0px 14px 0px;
margin:0px 0px 12px 0px;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentBlue_bottomBG.gif) no-repeat bottom left;
}
/* Calendar - Blue - Header - also holds the top Background Image */
#site_sidebar_contentBlueWrapper h4{
width:153px;
padding:12px 0px 4px 12px;
font-size:10px;
color:#003366;
background:url(../images/interiorLandingPage/site_landingPage_sidebar_contentBlue_topBG.gif) no-repeat top left;
}
/* Calender - Blue - Links */
#site_sidebar_contentBlueWrapper h4 a:link,
#site_sidebar_contentBlueWrapper h4 a:visited{
display:block;
font-size:10px;
color:#003366;
background:url(../images/content_externalLinkBG02.gif) no-repeat 130px center;
}
/* Resources/Link Widget - Tan - Links Hover */
#site_sidebar_contentBlueWrapper h4 a:hover{
text-decoration:underline;
}






/* Added class for emphasis bold italic - 7/8/08 */
.em666633 {
	font-style: italic;
	font-weight: bold;
	color: #484620;
}

