@charset "utf-8";
/* CSS Document */

body p {
	font-size:.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/* Start Main Text Area formatting */
.mainText {
	margin:10px 10px 10px 10px;
}


.mainText ul{
	font-size:.75em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:
}

.more { 
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999900;
	margin-left:10px;
	text-transform: uppercase;
	letter-spacing:normal;
}

.headers {
	color:#0B479D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

/* Start Faculty-Specific formatting */

/* Header assignments */
h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif;}
h1 {font-size: x-large;}
h2 {font-size: large;}
h3 {font-size: medium;}

/* End Header assignments */

/* Start Link formatting */
a {
	text-decoration:none;
	color:#000099;
}

a:hover {
	text-decoration:none;
	color:#666;
	text-decoration:underline;
}/* End Link formatting */

/* Start Container Border formatting */
.border {
	border-left:thin;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right:thin;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}

/* End Container Border formatting */

/* Start Image formatting
This style assigned to Section Homepage */
.imageContainer {
	background-image:url(http://law.buffalo.edu/);
	background-repeat:no-repeat;
	height:178px;
	width:780px;
}

.subImageContainer {
	background-image:url(http://law.buffalo.edu/);
	background-repeat:no-repeat;
	height:146px;
	width:640px;
}/* End Image formatting */


/* Start Side Navigation formatting */
.subhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

.submenu {
	margin-left:20px;
}

.sideNavArea {
	width:140px;
	vertical-align:top;
	padding:3px;
	background-color:#ebebeb;
}

.sideNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.noBulletNoIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.sideNavLink a:hover {
	text-decoration:none;
	font-weight:bold;	
}/* End Side Navigation formatting */


/*Start Blue Bar formatting code
Dictates the color, width, height, and the behavior of the links in the navcontainer div tag*/
#navcontainer li {
	margin: 0px 0px 0px -20px;
	color: #737373;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	line-height: 150%;
	letter-spacing: 0.1em;
}

#navcontainer {
	margin: 0;
	padding: 0px 0px 0px 0px;
	height: 29px;
	background-color:#0B479D;
	font-size: 12px;
	color: #fff;
	font-family: Arial;
	width:780px;
}

#navcontainer a {
	text-decoration: none;
	color: #ffffff;
}
#navcontainer a:hover {
	color: #ffffff;
	background-color: #000000;
}/*End Blue Bar formatting code*/

/*Start Blue Bar link items*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
/*	line-height: 1; */
	z-index: 200;
	font-weight: normal;
	font-family: Tahoma;
	position:absolute;
}

ul#nav {
	padding-top: 2px;
}

#nav ul {
	padding-top: 0px;
	padding-bottom: 0px;
	/*border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;*/
}

#nav li a {
	display: block;
	text-decoration: none;
    /*width: 10em;*/
	padding: 6px 18px 6px 10px;
	background-color:#0B479D;
	background-position: right;
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 11px;
}

#nav li ul li a {
	background-image: none;
}

#nav a:hover {
	text-decoration: none;
}

/*Spaces the list items*/
#nav li { /* all list items */
	float: left;
	left: 20px;
	position: relative;
/*	width: 10em; */ /* width needed or else Opera goes nuts */
}

/*Collapses all of the list items*/
#nav li ul { /* second-level lists */
	position: absolute;
/*	width: 10em; */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 140px;
}

#nav li ul li a {
	padding: 3px 0px 3px 8px;
}
.secondlevel {
	padding: 0px 8px 0px 8px;
}

#nav li ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navHome ul li a, #navBHRC ul li a, #navInternationalLegalResources ul li a, #navInternationalStudies ul li a, #navCurrentCourses ul li a, #navInternational ul li a, #navInternationalStudies ul li a, #navBHRLJ ul li a, #navILR ul li a, #navInternshipsEmployment ul li a, #navFieldExperience ul li a, #navWikipedia ul li a, #navAlumni ul li a, #navDonation ul li a, #navNetworking ul li a, #navAlumniContact ul li a, #navAlumniWikipedia ul li a {
	width: 135;
}
/*End Blue Bar item code*/

