/*STYLES SPECIFIC TO DEPARTMENT SITE*/
/*AVOID ADDING ANYTHING HERE WITH OUT CONSULTING THE WEB TEAM*/

/* French local.css */

p {
text-align:justify;
}

#imageBar h2 {
	display: none;
}

.headerImage {
	width: 770px;
	heaight: 145px;
}

logoPNG {
	width: 770px;
	height: 145px;
	position: relative;
	display: block;
	border: 0;	
}

img.logoPNG {
	position: absolute;
	top: 103px;
	left: 0px;
}


.callout1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.tabContent {
	padding: 0px;
	border: none;
}

#cornerBackground {
	background: url(../images/cornerBackground.jpg) no-repeat scroll left 2px #FFFFFF;
	padding: 10px;
	overflow: hidden;
}

/* Kent accordian */

dl.kentAccordion dt a {
	background: url(../newSite/styles/images/accordionopen.gif) no-repeat scroll right center #336699;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	outline: medium none;
	padding: 2px 20px 2px 5px;
	text-decoration: none;
}

dl.kentAccordion dt a:hover {
	background-color: #99ccff;
}

/* END Kent accordian */

#leftColumn {
	float: left;
	margin-left: 10px;
	margin-top: 0;
	padding-bottom: 1px;
	position: relative;
	top: auto;
}

#menu li a {
	color: #000000;
}

h3 {
	color: #000099;
}

#newsColumn {
	width: 560px;
	margin: 0;
}

/* Sliding Boxes */

td {
	padding: 2px 2px 2px 5px;
}

th {
	padding: 2px 2px 2px 5px;
}

.boxgrid {
	width: 150px;
	height: 150px;
	margin: 5px;
	float: left;
	background: #161613;
/*	border: solid 1px #000000;*/
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption { /* semi transperant caption */
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
 	top: 150px;
 	left: 0;
}

.caption .boxcaption {
 	top: 150px;
 	left: 0;
}

.caption {
	padding: 0px;
}

.boxgrid p { 
	padding: 0 10px; 
	color: #ffffff;
	font-size: 10px;
	font: Verdana, Geneva, sans-serif; 
}

.boxgrid h4 {
	color: #CCC;
	padding: 5px 0 0 5px;
}

.boxgrid a {
	color: #FFF;
}

#content img {
	margin: 0px;
}

/* END Sliding Boxes */

/* Overide default h4 font-size */
#newsColumn h4 {
	font-size: 14px;
}
/**/

/* Dept Search */

#deptSearch {
/*	margin-left: 10px;
*/	width: 170px;
	background-image: url(../newSite/images/searchbackground2.jpg);
}

#deptSearch h4 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #336699;
	padding: 1px 0 2px 4px;
	font-weight:bold;
	margin: 0;
	font-weight:bold;
	margin-bottom:1px;
	width: 166px;
}

#deptSearch h5 {
	margin-left: 50px;
	margin-top: 0px;
	padding: 0 0 0 0;
}

#deptSearch input {
	width: 120px;
}

#deptSearch #deptSearchGo {
	padding: 0;
	margin: 0;
}

#deptSearch form {
	margin-bottom:40px;
	margin-left:11px;
}

/* END Dept Search */

#departmentBar {
	background: url(../images/header/deptBar.png);
	margin-top: 1px;
	height: 20px;
}

/* Footer */

#deptFooter #topLine {
	background-color: #6699ff;
	background-image: url(../config/images/barfade.gif);
}

#deptFooter #bottomLine {
	background-color: #336699;
	background-image: url(../config/images/barfade2.gif);
}

#deptFooter #lastUpdate {
	color: #666666;
	position: absolute;
	right: 20px;
	top: -20px;
}

/* END Footer */

/* Menu edits */

#menu li a {
	background-color: #fff;
}

#menu ul ul a {
	background-color: #fff;
}

#menu ul ul ul a {
	background-color: #fff;
}

#menu {
	margin-left: 0;
}

#menu li a.active {
	background-color: #6699cc;
}

#menu li a:hover {
	background-color: #99ccff;
}

#menu li a.active:hover {
	background-color: #336699;
}

#menu li a.openActive {
	background-color: #6699cc;
}

#menu li a.openActive:hover {
	background-color: #336699;
}

#menu h4 {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color: #336699;
	padding: 1px 0 2px 4px;
	font-weight:bold;
	margin-bottom:1px;
	font-weight:bold;
	margin-bottom:1px;
}

/* END Menu edits */

.confItem{
}

.confItem h5 a {
	color: #000099;
	text-decoration: none;
	font-size: 1.23076em;
}

.news2Item h5 a {
	color: #000099;
	text-decoration: none;
	font-size: 1.23076em;
}

.news2Item h5 {
	color: #000099;
	text-decoration: none;
	font-size: 1.23076em;
}

/*From Head*/
.style1 {
	color: #CC3399;
	font-size: larger;
}
/**/

#enFrancais {
	display:inline;
}

/*Module Booklet Background */
.bookletCallout{
	background-image:url(../undergraduate/modules/bookletGradient.jpg);
	background-repeat:no-repeat;
	float:right;
	width:200px;
	height:300px;
	margin-left:20px;
}

.moduleBooklet{
	padding: 20px 0 0 26px;
}
/*END Module Booklet Background */








