/********************************

	if you have CSS you want
	to implement to the entire
	French Studies site, add it 
	to this file

********************************/



/* 		HIDE SUBNAVIGATOIN		 								*/

div#navbar ul#about,
div#navbar ul#people,
div#navbar ul#undergrad,
div#navbar ul#grad,
div#navbar ul#events
		{
		display:none;
		}
		
		
/* 		DEPARTMENT STYLES		 								*/
							
/*		text color styles							 			*/
.clear
	{
	clear:both;
	}
	
body {
		background-color: #FFFFFF;
		background:url(../img/header_bg.jpg) repeat-x top;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #333333;
		padding:0px;
		margin:0px;
}

a:link,
a:visited {
		text-decoration:none;
		color:#2d8f9a;
		}

a:hover {
		text-decoration:underline;
		color:#636054;
		outline:none;
		}

h1 {
		font-family: "Times New Roman", Times, serif;
		font-weight:normal;
		letter-spacing:.1em;
		font-size:2.3em;
		
}

h2 {
		font-size:1.2em;
		font-weight:600;
		margin-bottom: 0px;
		}

h3 {
		padding:0;
		font-size:1.1em;
		}

h4 {
		padding:0;
		font-size:1.1em;
		}

h5 {
		padding:0;
		font-size:.95em;
		}

h6 {
		padding:0;
		font-size:.95em;
    	color: #666;
		}
		
p {
		padding:0;
		margin:0 0 20px 0;
		font-size: 1.25em;
		line-height:1.3em;
}

a[href$=".pdf"] {
	padding-left: 15px;
	background: transparent url(../img/icons/pdf.gif) 0 50% no-repeat;
}


/*   NAVIGATION STYLING   */

/*  BREADCRUMB  */
#breadcrumb-bar {
	position: relative;
	height: 20px;
	padding:15px 21px;
	background-color: none;
	margin-bottom: -1px; /* haxie to cover up the header's bottom border */
	z-index: 2;
	font-size:1.3em;
	font-weight:bold;
}
#breadcrumb li {
	line-height: 20px;
	display: inline;
	margin-right: .4em;
	padding-left: 12px;
 	background: transparent url("../img/breadcrumb-arrow.png") 0 50% no-repeat;
}
#breadcrumb li.first {
	padding-left: 0;
	background-image: none;
}

#breadcrumb-bar a:link,
#breadcrumb-bar a:visited {
		text-decoration:none;
		color: #8d8d8d;
		}

#breadcrumb-bar a:hover {
		text-decoration:underline;
		}

#breadcrumb-bar .last
	{
		font-weight:bold;
	}


/*   Health Ed div styles */

#questionbox {
		background:#D0D0D0;
		padding: 7px;
		margin: 0px -5px 10px -5px;
}

#questionbox h4 {
		font-weight: bold;
		font-size:1.2em;
		color:#000000;
		margin: 2px;
		padding:1px 0;
}

#questionbox a:link,
#questionbox a:visited {
		text-decoration:underline;
		color:#000000;
		padding:0px 2px 0 0 ;
		}

#questionbox a:hover {
		text-decoration:none;
		outline:none;
		}

#disclaimer {
		background:#D0D0D0;
		font-size: 9px;
		padding: 10px;
		margin: 0px;
}
		
/*  Core layout div  OVERRIDES   */

#bg_head {
		background:#2D8F9A;
		width:100%;
		height:177px;
		margin:0px;
		margin-top: -20px;
		padding:0px;
}

#header {
		position: relative;
		border:none;
}

#topmenu {
	background-image: url(../img/topmenu_cr_rt.png);
	background-color: #ae2819;
	background-repeat: no-repeat;
	background-position: right top;
	white-space:nowrap;

}

#topmenu, #topmenu_content {
		height:56px;
		vertical-align:middle;
}


#topmenu_content {
	background-image: url(../img/topmenu_cr_lt.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 15px;
	white-space:nowrap;
}

#topmenu_content ul {
		text-align:center;
		list-style-type:none;
		width:960px;
		float:left;
		white-space:nowrap;
}

#topmenu_content li {
	list-style-type:none;
	float:left;
	display:block;
	background:none;
	xwhite-space:nowrap;
	height:44px;
	padding:6px 31px 6px 0; _padding:5px 31px 4px 0; 
	clear:none;
}

#topmenu_content li.wrap {
	white-space:normal;
	margin-top:8px;
}

#topmenu_content a:link, 
#topmenu_content a:visited, 
#topmenu_content a:hover {
		color:#FFFFFF;
		text-decoration:none;
		outline:none;
}

#topmenu_content a.item1_
{
	background-image: url(../img/menu/menu-item1.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 126px;
	display: block;
}
#topmenu_content a.item1_:hover
{
	background:url(../img/menu/menu-item-active1.jpg) no-repeat;
}
#topmenu_content a.item1_current
{
	background-image: url(../img/menu/menu-item-active1.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 126px;
	display: block;
}

#topmenu_content a.item2_
{
	background-image: url(../img/menu/menu-item2.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 120px;
	display: block;
}
#topmenu_content a.item2_:hover
{
	background:url(../img/menu/menu-item-active2.jpg) no-repeat;
}
#topmenu_content a.item2_current
{
	background-image: url(../img/menu/menu-item-active2.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 120px;
	display: block;
}

#topmenu_content a.item3_
{
	background-image: url(../img/menu/menu-item3.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 51px;
	display: block;
}
#topmenu_content a.item3_:hover
{
	background:url(../img/menu/menu-item-active3.jpg) no-repeat;
}
#topmenu_content a.item3_current
{
	background-image: url(../img/menu/menu-item-active3.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 51px;
	display: block;
}

#topmenu_content a.item4_
{
	background-image: url(../img/menu/menu-item4.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 51px;
	display: block;
}
#topmenu_content a.item4_:hover
{
	background:url(../img/menu/menu-item-active4.jpg) no-repeat;
}
#topmenu_content a.item4_current
{
	background-image: url(../img/menu/menu-item-active4.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 51px;
	display: block;
}

#topmenu_content a.item5_
{
	background-image: url(../img/menu/menu-item5.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 70px;
	display: block;
}
#topmenu_content a.item5_:hover
{
	background:url(../img/menu/menu-item-active5.jpg) no-repeat;
}
#topmenu_content a.item5_current
{
	background-image: url(../img/menu/menu-item-active5.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 70px;
	display: block;
}

#topmenu_content a.item6_
{
	background-image: url(../img/menu/menu-item6.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 121px;
	display: block;
}
#topmenu_content a.item6_:hover
{
	background:url(../img/menu/menu-item-active6.jpg) no-repeat;
}
#topmenu_content a.item6_current
{
	background-image: url(../img/menu/menu-item-active6.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 121px;
	display: block;
}


#topmenu_content a.item7_
{
	background-image: url(../img/menu/menu-item7.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 52px;
	display: block;
}
#topmenu_content a.item7_:hover
{
	background:url(../img/menu/menu-item-active7.jpg) no-repeat;
}
#topmenu_content a.item7_current
{
	background-image: url(../img/menu/menu-item-active7.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 52px;
	display: block;
}


#topmenu_content a.item8_
{
	background-image: url(../img/menu/menu-item8.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 125px;
	display: block;
}
#topmenu_content a.item8_:hover
{
	background:url(../img/menu/menu-item-active8.jpg) no-repeat;
}
#topmenu_content a.item8_current
{
	background-image: url(../img/menu/menu-item-active8.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 125px;
	display: block;
}







#header img {
	display:block;
}

#brown {
	background: #3a1e1a;
	height: 30px;
}
#brown-logo {
	position: absolute;
	right: 20px;
	z-index: 210;
}
#brown-type {
	width: 176px; height: 30px;
	display: block;
	text-indent: -999em
}
#department-head {
	border:none;
	height:121px;

}


#dept-home {
	width: 349px;
	height:76px;
	position: absolute;
	text-indent: -999em;
	top: 35px;
	left: 75px;
}

#img-map {
	float: left;
}
#brown-type {
	background-color: #3a1e1a;
	background-position: 0 0;
	background-repeat: no-repeat;
/*	background-image: url(/img/brown-university.png); */
}
#department-head {
	background-color: transparent;
	background-position: 0 100%;
	background-repeat: no-repeat;
/*	background: transparent url(/img/banner.png); */
}

/* TOP SEARCH	CSS */
.search_input {
		float:left;
		width:320px;
		color:#666666;
		border:1px solid #999999;
		padding:5px 2px;
		height:16px;
		}

#searchbx {
		width:400px;
		padding: 0; border: 0;
		position:absolute;
		right:25px;
		top:65px;
		}
		
.search_btn
	{
		background:url(../img/search_btn.jpg) no-repeat right;
		cursor:pointer;
		width:68px;
		height:28px;
		float:right;
		border:none;
	}
			
#navbar form input.txt {
		width:300px;
		border: 1px solid #999;
		xheight: 14px;
		}									
address abbr {
	border-bottom: none;
}

#main {
		border:none;
}

/*  CIS OVERRIDES END   */


/*		FLUID STYLES											*/

/*		if fluid width is desired, uncomment the
		following lines. */
		
/*		if fixed width is desired, ensure the lines
		are commented. */

#wrapper {
		width:99%;
		}
		
* html body #wrapper {
		width: 960px;
		}
* html body #wrapper #main {
		width:48%;
		}
/*		END FLUID STYLES										*/
		



/*  HEADER MARKUP  */
#img-map {
	position: absolute;
	left: 0;
	bottom: 0;
}
/*  END HEADER MARKUP  */


/*  AJAX SEARCH  */
#gSearch-icon {
	position: absolute;
	right: 12px;
	z-index: 20;
}
#gSearch-form {
	position: absolute;
	right: 36px;
	z-index: 20;
}
#gSearch-form input {
	border: 1px solid #999;
	width: 158px;
}
#gresults {
	border: 1px solid #999;
	background-color: #fff;
	font-size: 1.1em;
	position: absolute;
	z-index: 999;
}
#gSearchArea {
	color: #999;
	font-size: 1.2em;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 19;
}

.gloader {
	position: absolute;
	right: 200px;
	z-index: 20;
}
    	.gsc-resultsRoot {
    	}
    	.gsc-resultsHeader { /* table with result count and tabs we don't use */
    		display: none;
    	}
    	.gsc-expansionArea {
    		display: block;
    	}

    	.gsc-webResult {
			padding: .5em 1em;
			background-color: #eee;
    	}
    	.gsc-trailing-more-results {
			padding: .5em;
			font-weight: bold;
    	}
    	.gstitle { margin: 0; }

    	.gs-snippet {
    		font-size: .9em;
    	}
    	.gs-visibleUrl, .gs-watermark, .gsc-cursor {
    		display: none;
    	}

/*  END  AJAX SEARCH  */




/*  FEEDBACK JAVASCRIPT  */

#content {
	position: relative;
	border:none;

}
#web-feedback-container {
	border: 1px solid #3a1e1a;
	border-width: 3px 0 0;
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	bottom: 0; left: 0;
	z-index: 9;
	}
#web-feedback-container textarea, #web-feedback-container h5 {
	display: block;
	width: 920px;
	}
#web-feedback-loader {
	display: block;
	margin: 10px auto;
	}
#limit-notice {
	font-size: .95em;
}
/*  END FEEDBACK JAVASCRIPT  */



/*  COLLAPSING MENUS  */

.parentlist {
	margin-left: -12px;
	*margin-left: -12px;
	margin-right: 5px;
	vertical-align: baseline;
}

/*  END COLLAPSING MENUS  */


/* EXTRA NAVIGATION  */

* html #nav img {
	position: relative;
	}
* html #nav {
	left: -15px;
	position: relative;
	}
* html address {
	left: -15px;
	position: relative;
	}

.navigation-wrapper h6 {
	color: #000;
	line-height: 26px;
	height: 26px;
	margin: 0 -10px 0 -19px;
	padding-left: 20px;
	cursor: pointer;
}

.navigation-wrapper h6 .navicon {
	margin-left: -14px;
	margin-right: 3px;
}

/*  END EXTRA NAVIGATION  */




/*  PAGE OWNERSHIP WIDGET  */

.url-reports li {
	margin-bottom: 1em;
}
.url-reports li form {
	font-size: .9em;
}
.url-reports li strong {
	font-weight: normal;
}
.url-reports li .wee {
	font-size: .9em;
}
.url-reports .dismissed {
	color: #999;
}

/*  PAGE OWNERSHIP WIDGET  */



/* HOME SS */
.home-left
	{
		width:565px;
		float:left
	}
	
.head1
	{
		font-family:"Garamond", "Times New Roman", Times, serif;
		font-size:95px;
		color:#ba1e0d;
		font-weight:bold;
		letter-spacing:-3px;
	}
	
.head1 span
	{
		font-family:"Garamond", "Times New Roman", Times, serif;
		font-size:95px;
		font-style:italic;
		color:#000;
		font-weight:bold;
	}
	
.img1
	{
		float:left;
		padding:0 35px 0px 0;
	}	
	
.home-right
	{
		width:290px;
		float:right
	}
	
.right-align-txt
	{
		width:230px;
		float:right;
		clear:both;
	}	
	
.home-left h2, .home-left h2 a, .home-left h2 a:visited
	{
		font-family:"Franklin Gothic H...", arial;
		color:#9a9a9a;
		font-weight:bold;
		font-size:17.5px;
		padding:13px 0 5px 0;
		text-transform:uppercase;
	}	
	
.home-right h2, .home-right h2 a, .home-right h2 a:visited
	{
		font-family:"Franklin Gothic H...", arial;
		color:#9a9a9a;
		font-weight:bold;
		font-size:17.5px;
		padding:0px 0 0px 0;
		text-transform:none;
		outline:none;
	
	}
	
.home-right h2 a
	{
		font-size:1em;
	}	
	
.home-right h4, .home-right h4 a, .home-right h4 a:visited
	{
		color:#333333;
		font-weight:bold;
		text-transform:none;
		outline:none;
		font-size:1.11em;
		letter-spacing:-0.5px;
	}	
	
.home-left h3, .home-left h3 a, .home-left h3 a:visited, .home-right h3
	{	
		font-family:arial;
		font-size:13px;
		color:#6d4228;
		text-transform:none;
	}			

/*  PAGE HEALTH ED CSS  */


#healthed-top
	{
		height:47px;
		border:none;
	}
		
.healthed-txt
	{
		font-family:"Franklin Gothic H...", arial;
		font-size:25px;
		font-weight:bold;
		padding:9px 0px 2px;
		margin:0 0 0 25px;
		color:#3c1514;
	}	

#healthedmenu
	{
		background-image: url(../img/healthedmenu_cr_rt.jpg);
		background-color: #da9a56; *background-color: #d5904a;
		background-repeat: no-repeat;
		background-position: right top;
		margin:0px 0 15px 0; *margin:-1px 0 15px 0;
	}

#healthedmenu, #healthedmenu_content {
		height:37px;
		vertical-align:middle;
		clear:both;
	}


#healthedmenu_content {
	background-image: url(../img/healthedmenu_cr_lt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 10px 0px 15px; 
	*margin-top: -1px;
	white-space:nowrap;
}

#healthedmenu_content ul {
		text-align:center;
		list-style-type:none;
		width:100%;
		float:left;
		white-space:nowrap;
		
}

#healthedmenu_content li {
	list-style-type:none;
	float:left;
	display:block;
	background:none;
	height:22px;
	padding:9px 17px 6px 0; *padding:8px 17px 4px 0;
	clear:none;
	font-size:1.15em;
}

#healthedmenu_content ul ul {
		margin:10px 0 10px 14px;
		}

#healthedmenu_content ul ul li {
		margin-top:0;
		list-style:none;
		margin-left:1.5em;
		margin-left:0;
		font-weight:bold;
		margin-bottom:6px;
		font-size:.85em;
		text-transform:none;
		}

.phonebx {
	width:200px;
	height:100%;
	position:relative;
	float:none;
	clear:both;
	background:#43382e;
}

.phonebg-topleft {
	width:26px;
	height:34px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/phonebg-lefttop.jpg) no-repeat;
}

.phonebg-topright {
	width:26px;
	height:34px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(../img/phonebg-rttop.jpg) no-repeat;
}

.phonebg-btmleft {
	width:26px;
	height:34px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../img/phonebg-leftbtm.jpg) no-repeat;
}

.phonebg-btmright {
	width:26px;
	height:34px;
	position:absolute;
	bottom:0px;
	right:0px;
	background:url(../img/phonebg-rtbtm.jpg) no-repeat;
}

.phonebx-txt {
	height:auto;
	width:161px;
	color:#fff;
	font-weight:normal;
	padding:15px 2px 15px 26px;
}

.phonebx-head {
	font-family:"Franklin Gothic H...", arial;
	color:#2d8f9a;
	font-size:26px; 
	font-weight:bold;
	text-transform:uppercase;
	line-height:23px;
}

.phonebx-nums {
	font-family:"Franklin Gothic H...", arial;
	color:#9a9a9a;
	font-size:18px; 
	font-weight:bold;
	text-transform:uppercase;
	line-height:23px;
}

.phonebx-nums li, .phonebx-nums li a {
	font-family:"Franklin Gothic H...", arial;
	color:#9a9a9a;
	font-weight:bold;
	font-size:15px;
	padding:0px 0 10px 0;
	text-transform:uppercase;
	outline:none;
	line-height:17px;
	}	
	
.phonebx-txt span {
	color:#fff;
	clear:both;
	text-transform:none;
}
	