/* Horizontal rules */
.divider {
	background: url("../images/lines/hr_1px_dot_edbc8b.gif") center repeat-x;
}


#notice{
	margin-top:1wm;
	background-color: rgb(255,255,255); 
	opacity: .5;
	width:97%;
	height:2em;
	color:#000;
	-moz-border-radius:5px;
	padding:1em;
	display:none;
}

#notice p{

}


/* links */

a { color:#406688; }

a:visited { color:#568cbc; }

a:hover { color:#ed7600; }

a:active { color: #f00; }


/* header text and links */

#hd { color: #BED4E6; }

#hd a:link { color: #fff; }

#hd a:visited { color: #fff; }

#hd a:hover { color: #D2E6E8; }

/* footer text and links */
#bd {
	border-bottom-width:1px;
}

#ft {
	color: #fff;
}

#ft a:link, #ft a:visited {
	color:#fff;
}

#ft a:hover {
	color:#ed7600;
}

#ft h2 {
	font-size:110%;
	margin:1em 0 0;
}

#ft li {
	list-style-type:none;
	list-style-position:outside; /* IE6 needs this */
	margin-left:0;
	padding-left:0;
}


#ft div.about p {
	margin-top:1.1em;
	font-style:italic;
	font-size:100%;
}

#ft p.copyright {
	font-weight:bold;
	clear:left;
	float:none;
	margin:0 0 0 1em;
	padding-top:2.1em;
	*padding-top:1em; /* IE 6/7 */
}

#ft p.copyright .contact,
#ft p.copyright .contact a {
	margin-left: 5px;
}
	

body {
	/*background: url(../images/page_bg.gif);*/
	background: url("../campaign/images/campaignback.jpg") no-repeat fixed center top #919196;
	color: #000;
}

#bd {
	background-color: #fff;
	background-image:url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	border: 0px;
	border-bottom: 0px;
}


/* logo */

#hd { 
	border:0px none #000;
	background-color: transparent;
}

#hd #logo {
	float:left;
	display: block;
	margin: 14px 0;
	width: 490px;
	height: 72px;
	display:block;
	background-image: url(../images/ASlogo_transparent.png) !important;
	/*background-image: url(../images/logo.png);*/
	background-position: center left;
	background-repeat: no-repeat;
	background-color:transparent;
	font-size: 1px;
	color: #406688;
	text-indent: -1000em;
	border:0px none #000;
}	

/* site utilities (search, sitemap, etc.) */

#siteUtilities {
	float: right;
	display:inline;
	margin-top: 20px;
	margin-right:4px;
	width:244px;
	clear:none;
}

#siteSearchInput {
	color: #666;
	background-color: #E5EAF0;
}

ul#siteUtilityLinks li {
	float: left;
	margin: 0;
	width: auto;
	background-image: none;
	padding: 0;
}

ul#siteUtilityLinks li a {
	display: block;
	float: left;
	width: auto;
	padding: 5px 0 0 19px;
	background-image: url("../images/header/utility_nav_vert_divider.gif");
	background-repeat: no-repeat;
	white-space: nowrap;
}

/* Global Navigation Bar */

#globalNav {
	background-image: url(../images/global_nav_bg_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ea7603;
	border: 0px none #406688;
	border-bottom: 1px solid #406688;
}

#globalNav-imgRight {
	display:block;
	background-image: url(../images/global_nav_bg_top_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	height:4px;
	overflow:hidden;
	float:right;
	position:relative;
	top:0em;
}

#globalNav ul {
	background-image: url(../images/global_nav_bg_bot.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

* html #globalNav ul {
	*margin-top:-4px; /* IE hack */
}

#globalNav li {
	border: 0px none #FFF;
	border-left: 1px solid #F5902C;
	border-right: 1px solid #D76C02;
	background-image: none;
}

#globalNav li a {
	text-decoration: none;
	color: #F5EAD4;
	font-weight: bold;
	padding: 6px 17px;
}

#globalNav li a:hover {
	background-color: #EE8012;
	filter:alpha(opacity=90); /* IE-only */
	opacity:.90;
	color: white;
}

#globalNav li.current {
	border-right: 1px solid #F5902C;
	border-left: 1px solid #A75A0F;
}

#globalNav li.current a,
#globalNav li.current a:hover {
	background: #A75A0F;
	filter:alpha(opacity=45); /* IE-only */
	opacity:.45;
	color: #F5EAD4;
}

#globalNav ul li.first a {
	padding-left:32px;
	padding-right:27px
}
#globalNav ul li.last {
	border-right:0 none #FFF;
}


#sectionHeading {
	clear: both;
	text-indent: -1000px;
	height: 100px;
	background: #F5EAD4 none no-repeat;
	border: 0px none #000;
	border-bottom: 1px solid #000;
}

#sectionHeading a,
#sectionHeading h1 {
	display: block;
	height: 100px;
	text-indent: -2000px;
	background:url(/images/section_heading.gif) bottom right no-repeat;
	font-size: 1px;
}

/* crumbtrail navigation */

#crumbNav {
	background-color: #675743;
	color: #DFC9A0;
	border: 0px none #473D2E;
	border-bottom: 1px solid #473D2E;
}

#crumbNav a,
 #crumbNav .selected {
	text-decoration: none;
}

#crumbNav a.first {
	background: none;
	padding-left: 0;
}

#crumbNav p #youAreHere { display: none; }

#crumbNav .separator {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #B7AA9A;
}

#crumbNav a:link,
 #crumbNav a:visited { color: #fff; }

#crumbNav a:hover { color: #B7AA9A; }

#crumbNav .selected { color: #B7AA9A; }


/* Faux blue drop shadow onto blue striped background */

#globalNav,
#sectionHeading,
#crumbNav,
#bd { border-right: 4px solid #636363 !important; }


/* Footer */




#ft {
	border-color: #636363;
	border-style: solid;
	border-width:0 4px 4px 0;
	margin: 0 0 1em 0;
	padding:1em;
	background-color:#858585;
	font-size:85%;
}

#ft div.col {
	width: 20.66%;
	float:left;
	margin-left:3em;
}

#ft div.col.about {
	width: 33.5em;
	margin: 0 1em 0 1em;
}

#footerLinks ul {
	margin: 0;
	padding: 0;
}

#footerLinks ul li {
	background: none; /* Prevent IE6 from displaying bullets */
}

/* IE only */
* html #ft div.col.about {
	width: 30.5em !important;
}


/* Units */

/* "Pods" */



/*body.cp .yui-b h2 add this when you work on the layout of the About A&S page - ssw3r*/ 
body.cp .yui-b .yui-g h2,
body.cp .yui-b .yui-u h2,
 body.sf .yui-b .yui-g h2,
body.sf .yui-b .yui-u h2,
.yui-gc h2,
 .yui-g h2,
.yui-u h2{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;	
background:transparent url(../images/rounded_corners/h2tanbackground.jpg) repeat-x scroll 0 0;
font-weight:normal;
padding:0.5em 0 0.5em 0.9em;
color: #675743;
font-weight: bold;
-moz-box-shadow:2px 2px 2px #A3A2A2;
}

.yui-g h2 a,
.yui-g h2 a:visited,
.yui-gc h2 a,
.yui-gc h2 a:visited,
 .yui-u h2 a,
.yui-u h2 a:visited {
	color: #675743;
}

.yui-g h2 a:hover,
 .yui-u h2 a:hover {
	color: #ed7600;
}

.yui-g .content,
 .yui-u .content {
	background: #FFF;
}


/* New rules for wider pages */
#feature.packagedContent {
	background-color:#e6e6e6;
	text-align:right;
}
.packagedContent #introText {
	padding: 0.5em 0em 0.5em 1em;
	font-family:'ACaslonPro','Adobe Caslon Pro',Georgia, 'Times New Roman', Times, serif;
	font-size: 85%;
	float: left;
	width:17em;
	text-align:left;
}
.packagedContent #introText p {
	padding:0;
	margin:0;
}

.packagedContent #introText .dropCap {
	font-style:normal;
}


/* Special typographic effects */

ul {
	list-style-type:square;
}

.dropCap {
	width: 40px;
	font-size: 55px;
	line-height: 37px;
	color: #000;
	font-family: 'ACaslonPro','Adobe Caslon Pro',Georgia, 'Times New Roman', Times, serif;
	margin-top: 3px;
}

.yui-b .sub {
	background-color: #eee;
	border: 1px solid #bbb;
}

/* News styles -------------------- */

.news h3 {
	color:inherit;
}

.news ul.headlines,
.news .headlines ul {
	list-style: none;
	background: url(../images/lines/hr_1px_dot_edbc8b.gif) bottom repeat-x;
}

.news ul.headlines li,
.news .headlines ul li {
	background: url(../images/lines/hr_1px_dot_edbc8b.gif) top repeat-x;
}

.news .teasers h3 a { text-decoration: none; }


/* RSS Feed styles -------------------- */

li.rss-item {
	background-image: none;
}
a.rss-item {
	font-weight: bold;
	text-decoration: none;
}

/* ----- */

.teasers.mode-a a.rss-item {
	display: block;
	margin-bottom: 0.2em;
}

.teasers .rss-content {
	line-height: 1.3em;
}
#yui-main .teasers .rss-content {
	line-height: 1.5em;
}

.headlines li.rss-item {
	list-style-image: url('../images/templates/sidebarNav/arrow-subnav-bg.gif');
	list-style-position: outside;
	list-style-type: disc;
}


/* Headlines */

body.cp h1 {
	font-family: 'ACaslonPro','Adobe Caslon Pro',Times, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

body.cpSf #hd h1 {
	color: inherit;
}

/*body.cp #yui-main h2 {*/

body.cp .yui-b h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-top:2.5em;
	margin-bottom:0;
}

body.cp h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: inherit;
}

#pageOutline {
	background-color: #f2f5f6;
	border: 1px solid #d2d5d7;
	padding: 1.5em;
}

.pageImage {
	width: 300px;
}




.pageImage .imageCaption {
	background-color: #EEE;
	border: 1px solid #CCC;
}

/* CSS Tabs */

.tabMenu ul.tabs li a {
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
}

.tabMenu ul.tabs li a:link { }

.tabMenu ul.tabs li a:visited { }

.tabMenu ul.tabs li a:hover { color: #000; }

.tabMenu ul.tabs li.active a {
	background: white;
	border-bottom: 1px solid white;
}

.tabMenu .tabPane {
	border: 1px solid #000;
}

/* dynamic alpha nav for programs */

.alphaMenu ul.tabs li { color: #909090; }

.alphaMenu ul.tabs li a:hover {
	color: #fff !important;
	background-color:#ed7600 !important;
}

.alphaMenu ul.tabs li.active a,
 .alphaMenu ul.tabs li.active a:visited {
	color: #fff !important;
	background-color: #ed7600 !important;
}

.alphaMenu ul.tabs li a.selected:hover {
	color: #fff;
	background-color:#ed7600;
}


.faceBox {
	background: #eee;
}

.faceBox h3 {
	background: #ccc;
}


/* Table styles */

body.cp table.dataTable th {
	background-color:#EFE7DA;
	background-image:none;
	border-left:1px solid #FFFFFF;
	color:#675743;
	padding:0.5em;
	text-align:left;
}

body.cp table.dataTable td {
	padding-bottom:0.5em;
	padding-top:0.5em;
	vertical-align: top;
}

body.cp table.dataTable td.first {
	font-weight: bold;
}

.dataTable .related {
	font-weight: normal;
}

body.cp table.dataTable tr.highlight,
table tr.odd {
	background-color: #EEE;
}
table tr,
table.noStripe tr.odd {
	background-color: #FFF;
}

ul.specs {
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	list-style: none;
}

#programTable {
	margin-bottom: 1em;
}


/*Box for "Remember this" or a highlighted note that can be wrapped by a paragraph*/

.box {
	background-color: #eee;
}

/* display icon for external links */

/*
.externalLink {
	background-image: url(../images/icons/external_link.gif);
	background-repeat: no-repeat;
	background-position: right;
} */

.noExternalLink {
	background-image: none;
}

/* ASW NAVIGATION */
.navBoxWrap { 
	background-image:  url("../images/templates/cp/sidebar_top_bg_wide.jpg");
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0 0 1em;
	padding:0;
	border: 0px none #000;
	border-left: 1px solid #959A9F;
	
}

/* remove any previous styling */
.navBox p,
.yui-b .navBoxWrap .navBox p,
.yui-b .navBoxWrap .navBox p#acadCalBtn,
.yui-b .navBoxWrap .navBox p#acadCalBtn.last,
.navBox h2,
.navBox h2.first,
.navBox .divider { margin: 1em 15px; }

.navBox h2,
h2.blue,
 body.cp .yui-b h2.blue,
 body.cp .yui-b .navBox h2 {
	/*font-size: 108%;
	background: url("../images/sunkBox_heading_bg.jpg") no-repeat;
	color: #675743;
	padding: .4em .8em;
	border-bottom: 1px solid #AEBECA;
	border-right: 1px solid #AEBECA;
	line-height: 1.2em;*/
	font-size:116%;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;	
	background:transparent url(../images/rounded_corners/h2tanbackground.jpg) repeat-x scroll 0 0;
	font-weight:normal;
	padding:0.5em 0 0.5em 0.9em;
	color: #675743;
	font-weight: bold;
	-moz-box-shadow:2px 2px 2px #A3A2A2;

}

.navBox h2 a,
.navBox h2 a:visited {
	background: url("../images/lines/hr_1px_dot_666666.gif") bottom repeat-x;
	color: #675743;
}

.navBox h2 a:hover {
	background: none;
	color: #ed7600;
}

.yui-b ul.mainNav a:active,
.navBox .mainNav ul a:active { color: #406688; }

.navBox h2.first { margin-top: 2em; }



.yui-b .navBoxWrap .navBox p#acadCalBtn.last { margin-bottom: 0; }

.navBox ul, 
.navBox ol {
	margin-left: 25px;
	margin-right: 15px;
	padding-left: 10px;
}

.navBox {
	background-image:  url("../images/templates/cp/sidebar_bg_wide.jpg");
	background-repeat: repeat-y;
	background-color: #FFF;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #959a9f;
}
/*
.yui-b .navBoxWrap .navBox .mainNav ul li {
	padding-left: 15px;
	padding-right: 15px;
}
*/

/* Global, check for overrides */
/* ROOT LEVEL */
ul.mainNav,
.mainNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.mainNav li,
.navBox .mainNav ul li {
/*	padding: .4em 0; */
	font-weight: bold;
	line-height: 1.2em;
	background-image: none;
}

.mainNav,
ul.mainNav { margin-bottom: 1em; }

/* 1px spacing between items */
.yui-b .navBoxWrap .navBox ul.mainNav li,
.yui-b .navBoxWrap .navBox ul.mainNav li.first,
.yui-b .navBoxWrap .navBox .mainNav ul li,
.yui-b .navBoxWrap .navBox .mainNav ul li.first,
.yui-b .navBoxWrap ul.mainNav li {
	margin: 1px 0;
	padding: 0;
	border: none;
	width: auto;
}

.yui-b .navBoxWrap .navBox ul.mainNav li.first,
.yui-b .navBoxWrap .navBox .mainNav ul li.first { margin-top: 0; }

ul.mainNav ul li,
.navBox .mainNav ul ul li {
	font-weight: normal;
}

ul.mainNav ul ul li,
.navBox .mainNav ul ul ul li {
	font-size: 85%;
}

.yui-b .navBoxWrap .navBox ul.mainNav,
.yui-b .navBoxWrap .navBox ul.mainNav ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.first,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.first,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li,
.yui-b .navBoxWrap .navBox .mainNav ul ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.selected ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.selected ul li,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.selectedParent ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.selectedParent ul li,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected ul li,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li {
	border: none;
	margin: 0;
	padding: 0;
}

/* general */
.yui-b .navBoxWrap .navBox .mainNav ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li a:visited,
.yui-b .navBoxWrap ul.mainNav li a,
.yui-b .navBoxWrap ul.mainNav li a:visited,
.navBox ul.mainNav li a,
.navBox ul.mainNav li a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-nav-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: .4em 15px;
	text-decoration: none;
	display: block;
}

/* selected item/selected parent */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot div,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot div,
.yui-b .navBoxWrap .navBox .mainNav ul li.selected div {
	background-image: url(../images/templates/sidebarNav/arrow-nav-bg-selectedparent.jpg);
	background-repeat: no-repeat;
	padding: .4em 15px;
	color: #FFF;
}

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot div,
.yui-b .navBoxWrap .navBox .mainNav ul li.selected div {
	background-image: url(../images/templates/sidebarNav/arrow-nav-bg-selected.jpg);
	background-repeat: no-repeat;
	color: #BF6000;
}

/* FIRST SUB-LEVEL */
/* general */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul,
.navBox ul.mainNav li ul {
	padding: 1px 0 0 15px;
	border-bottom: 1px solid #A3BFD9;
}

.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li {
	margin: 0;
	padding: 0;
}

.navBox ul.mainNav li ul { border: none; }

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul { border-bottom: 1px solid #E87605; }

/* selected item/selected parent/selected siblings */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.selected div,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected div {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding: .3em .2em .3em 13px;
	color: #496E8E;
}

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected div,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li.selected div {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-selected.gif);
	background-repeat: no-repeat;
	background-color: #FFD9B2;
	color: #BF6000;
}

/* selected parent */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-selectedparent.gif);
	background-repeat: no-repeat;
	background-color: #7C9FBF;
	color: #FFF;
}

/* selected siblings */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-notselected.gif);
	background-repeat: no-repeat;
}

/* SECOND SUB-LEVEL */
/* general */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul {
	background-color: #FFF;
	padding: 1px 0 0 15px;
	border-bottom: 1px solid #E87605;
}

/* selected item/selected parent/selected siblings */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected ul li a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li div {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	background-color: #FFF;
	padding: .5em .2em .5em 13px;
	color: #496E8E;
}

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul { border-bottom: 1px solid #A3BFD9; }

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li div {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-selected.gif);
	background-repeat: no-repeat;
	background-color: #FFD9B2;
	color: #BF6000;
}

/* selected parent */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-selectedparent.gif);
	background-repeat: no-repeat;
	background-color: #7C9FBF;
	color: #FFF;
}

/* selected siblings */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-notselected.gif);
	background-repeat: no-repeat;
}

/* THIRD SUB-LEVEL */
/* general */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selected ul,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul {
	background-color: #E6EDF2;
	padding: 1px 0 0 15px;
	border-bottom: 1px solid #E87605;
}

/* selected item/selected parent/selected siblings */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selected ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selected ul li a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li a:visited,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li div {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	background-color: #E6EDF2;
	padding: .5em .2em .5em 13px;
	color: #496E8E;
}

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul { border-bottom: 1px solid #A3BFD9; }

/* selected item */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li div {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-selected.gif);
	background-repeat: no-repeat;
	background-color: #FFD9B2;
	color: #BF6000;
}

/* selected parent (probably never used; would indicate a fourth sub-level) */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li.selectedParent a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li.selectedParent a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-selectedparent.gif);
	background-repeat: no-repeat;
	background-color: #7C9FBF;
	color: #FFF;
}

/* selected siblings */
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li a,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li a:visited {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-notselected.gif);
	background-repeat: no-repeat;
}

/* HOVER */
.yui-b .navBoxWrap .navBox .mainNav ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot a:hover,
.yui-b .navBoxWrap ul.mainNav a:hover,
.yui-b .navBoxWrap ul.mainNav li a:hover,
.yui-b .navBoxWrap .navBoxWrap .navBox ul.mainNav li a:hover {
	background-image: url(../images/templates/sidebarNav/arrow-nav-bg-hover.jpg);
	background-repeat: repeat-y;
	color: #BF6000;
}

.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selected ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selected ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent ul li.selectedParent ul li a:hover {
	background-image: url(../images/templates/sidebarNav/arrow-subnav-bg-hover.gif);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	background-color: #FFD9B2;
	color: #BF6000;
}

.yui-b .navBoxWrap .navBox .mainNav ul li.selectedRoot ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li a:hover,
.yui-b .navBoxWrap .navBox .mainNav ul li.selectedParentRoot ul li.selectedParent a:hover { background-position: 0 .6em; /* specified for IE 6 */ }
/* END NEW NAVIGATION */




/*////////08.11.08 /// SSW  ///////////// This is the styles for the Dean's Office Contact Page - dean/contacts/index.html////////////////////////*/




.contactProfilePics {
	margin-right:5em;
	float:left;
	margin-bottom:1em;
	background-color:#fff;
	padding:1em 1em 1em 1em;
}

.yui-t5 #bd #yui-main .yui-b .imageWithText .contactProfilePics p{
font-style:italic;
width:302px;
text-align:center;
color:#524136;
}

.contactProfilePics img{
float:none;
border: #524136 solid 1px;
}

.needsMargin{
margin-bottom:4em;
}



#bd #yui-main .yui-b h2.classifications{
	background-image:url(../images/pod_heading_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	border: 0px none #FFF;
	border-bottom: 1px solid #EDBC8B;
	border-right: 1px solid #EDBC8B;
	border-left: 1px solid #EDBC8B;
	color: #675743;
	font-weight: bold;
	padding:0.5em 0.5em 0.5em 1em;	
	margin-bottom:2em;
	font-size:116%;
}




ul#topLevelWide{
	list-style:url(../dean/images/arrowlist.gif);
	line-height:1.3em;
	width:40em;
	top:0px;
	background-color:#fff;
	/*border:double;
	border-color:#f1c192;*/
	padding:1em 3em 3em 3em;
	height:100%;
}

.offDeanParagraph{
	margin-right:3em;
	margin-left:3em;	
}

#topLevelWide li.firstItem{
margin-bottom:2em;
margin-top:1em;
}

#topLevelWide li{
margin-top:2em;
}


ul#directors{
	list-style:url(../dean/images/arrowlist.gif);
	line-height:2em;
	width:15em;
}

#directorsListing{
padding-left:4em;
}

#deansListing{
padding-left:2em;
}



.backToTop{
float:right;
margin-bottom:3em;

}

#topLevel li li{
margin-top:1em;

}

#topLevelWide li li{
margin-top:.8em;

}

.imageWithText { 
	float:left; 
	margin-bottom: 3em;
	margin-top: 2em;	
	width:90%;
}

	
ul#officeOfDean { 
	float:left; 
	margin-bottom: 5em;
	margin-top: 2em;	
	width:90%;
}

#officeOfDean li { 
list-style:none;
margin-bottom:10em;
}


#officeOfDean li.first { 
list-style:none;
margin-bottom:0em;
}

#officeOfDean li.headings { 
list-style:none;
margin-top:3em;
border:#000 1px;
}


/*Administrative List */

ul#officeOfDeanAdmin { 
	float:left; 
	margin-bottom: 5em;
	margin-top: 2em;	
	width:90%;
}

#officeOfDeanAdmin li { 
	list-style:none;
	margin-bottom:4em;
}


#officeOfDeanAdmin li.first { 
	list-style:none;
	margin-bottom:0em;
}

#officeOfDeanAdmin li.headings { 
	list-style:none;
	margin-top:3em;
	border:#000 1px;
}









.firstImageWithText { 
	float:left; 
	height:100%;
	margin-bottom: 0em;
	width:90%;
}


.roleDescription{
clear:left;

}


/*End Styles for the Dean's Contact Page*/

.profilePics {
	margin-right:3em;
	float:left;
	margin-bottom:2em;
	background-color:#fff;
	padding:1em 1em 1em 1em;
	text-align:center;
	font-style:italic;
	font-size:.8em;
}

.profilePics img{
	border:#000 solid 1px;
	margin-bottom:1.5em;
	}
	
.signedTitle{
	float:right;
}


.highlightedInfo{
	margin-left:5em;
}

.highlightedInfo td{
padding:2em;
}


/*Home Page Styles - 12.18.08 Ssw3r*/


.gradUnderGradNav{
	position:absolute;
	top:0px;
	right:0px;h

}

.gradUnderGradNav a{
	color:#fff;
}

.gradUnderGradNav a:visited{
	color:#fff;
}


#undergraduateGraduate{

	position:absolute;
	height:256px;
	width:100%;
	color:#fff;
	top:0px;
}

#undergraduateGraduate p{
	color:#fff;
	width:70%;
	padding-left:2.5em;

}

.linksList{
	padding-left:3em;
	padding-right:3em;
	list-style-image:none;
	list-style:none;
}


#undergradH2{
	text-indent:-9999px;
	background-image:url(../home/images/undergraduate_h2.gif);
	background-repeat:no-repeat;
	border-bottom:0px none;
	margin-top:1em;
	margin-left:1.5em;
	padding:0em 0em 0em 0em;
	margin-bottom:0em;
	-moz-box-shadow:none;
	height:1.6em;
}




#gradH2{
	position:relative;
	text-indent:-9999px;
	background-image:url(../home/images/graduate_h2.gif);
	overflow:visible;
	background-repeat:no-repeat;
	border-bottom:0px none;
	margin-left:1.5em;
	margin-top:4.5em;
	padding:0em 0em 0em 0em;
	-moz-box-shadow:none;	
}

:first-child+html #gradH2{
	margin-top:3.7em;
	height:1.3em;
}


.floatRightButtonUndergrad{
	position:absolute;
	right:5px;
	top:110px;
	margin-right:0em;
	display:block;
	overflow:hidden;
	width:135px;
	height:38px;
	background-image:url(../images/buttons/learn_more.jpg);
	background-repeat:no-repeat;
	border-style:none;
	border-width:0;
	text-indent:-9999px;
	clear:left;	
}



	
.floatRightButtonUndergrad:hover{
   background-position: -135px 0;
	}
	

.floatRightButtonUndergrad:active {
   background-position: top left;
   }


.floatRightButtonGrad{
	position:absolute;
	right:5px;
	top:222px;
	margin-right:0em;
	display:block;
	overflow:hidden;
	width:135px;
	height:38px;
	background-image:url(../images/buttons/learn_more.jpg);
	background-repeat:no-repeat;
	border-style:none;
	border-width:0;
	text-indent:-9999px;
	clear:left;		
}


.floatRightButtonGrad:hover{
   background-position: -135px 0;
	}
	

.floatRightButtonGrad:active {
   background-position: top left;
   }
   
   
/*Asia Institute button*/

.supportAsiaInstituteButton{
	display:block;
	overflow:hidden;
	width:235px;
	height:38px;
	background-image:url(../asiainstitute/images/buttons/support_b.jpg);
	background-repeat:no-repeat;
	border-style:none;
	border-width:0;
	text-indent:-9999px;
}


.supportAsiaInstituteButton:hover{
   background-position: -239px 0;
	}
	

.supportAsiaInstituteButton:active {
   background-position: top left;
   }
   
   

.gridGrey{
/*background-color:#d9e7f2;*/
}

.topSection{
	position:relative;
	border-bottom:#fff 1px solid;
	background-color:#878787;
	background-image:url(../home/images/undergrad_grad.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.moreNewsLink{
	float: right;
}


.linksList li{
	background-image:none;
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
	list-style:none;

}

.linksList li li{
	background-image:none;
	list-style:none;
	list-style-type:none;
	list-style:none;
	list-style-position:inside;
}

.linksList {
	list-style-position:inside;

}

#campaignLogo{
margin-top:2em;
margin-left:0em;
}



/* End Home Page Styles */


/* These styles were implemented when the college section was reorganized in Spring 2009 - SSW3R */

.sideBarWhiteSpace h3{
border-bottom: 1px dotted #675743;

}

.sideBarWhiteSpace ul{
margin-bottom:2em;
}





<!------------------------------------CSS for box with rounded corner----------------------------------------------------------------->



/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }


#box
	{
	position: relative;
	margin-left: 2em;
	margin-right: auto;	
	margin-top: 0em;
	margin-bottom:2.5em;
	padding: 0;
	text-align: left;
	/*width:80%;				/* <-- use this to tie width to viewport size */
	width: 20em;				/* <-- use this for a set width */
	background-color: #ECF1F5;
	}
 	
#aswContent
	{
	padding:1.5em .75em 0.5em;
	}

		
#aswContent p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family:Verdana, Geneva, sans-serif;
	padding:0em;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/rounded_corners/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/rounded_corners/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/rounded_corners/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/rounded_corners/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/rounded_corners/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/rounded_corners/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/rounded_corners/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/rounded_corners/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
	
	
	
	
	<!--------------------------------end css for box with rounded corners---------------------------------------------------------------------------->
	
	
	
	.floatRight{
		float:right;	
	}
	
	
body.cp .yui-b .yui-g .sectionFrontH2, body.cp .yui-b .yui-u .sectionFrontH2, body.sf .yui-b .yui-g .sectionFrontH2, body.sf .yui-b .yui-u .sectionFrontH2, .yui-g .sectionFrontH2, .yui-u .sectionFrontH2 {
	font-family:'ACaslonPro','Adobe Caslon Pro',Times,"Times New Roman",Times,serif;
	font-size:1.7em;
	font-weight:normal;
	margin-left:1em;
	padding:0.5em 0 0.5em 0.9em;
	width:10.45em;
-moz-box-shadow:2px 2px 2px #A3A2A2;
margin-top:1em;
padding-left:0.5em;	
}

#asMagazine{
margin-top:3em;

}


#campaignBanner{
margin-bottom:3em;	
}


#fromTheDeanBox {
background-color:#EFE7DA;
margin:0 0 0 1.7em;
padding:0;
position:relative;
text-align:left;
width:18.6em;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;	
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-box-shadow:2px 2px 2px #A3A2A2;
}


#deanWooImgHome {
	border:0px solid #999;
	margin-bottom:0em;
}


#fromTheDeanH2 {
	margin-bottom:0em;
	background-color:#e0d1ba;
}

.yui-g h3, .yui-u h3 {
	color:#000;
}




#gdsGiveNowButton{
background-image:url(../images/buttons/givenow.jpg);
width:120px;
height:40px;
display:block;
text-indent:-9999px;
margin-left:0em;
margin-top:1em;
}


#gdsGiveNowButton:hover{
background-position:-120px;
}

.needsMargin{
 margin-top:2em;	
}

