@import url(basestyles.css);

/* Custom Styles */
body {
	background: #013c59;
	font: 75%/1.5em Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	}
th, td {
	padding: 2px;
	font: 75%/1.5em Helvetica, Arial, Tahoma, Verdana, sans-serif;
} 

table.results th { text-align: left; border:0; color: #fff; background: #678a9b; }
table.results th a { color: #fff; }
table.results tr td { border-top: 1px dashed #ccc; padding: 3px; }
table.results tr.altrow td { background: #e9f0f3; border-top: 1px dashed #ccc; }

h1, h2, h3, h4, legend { color: #666; margin: 0; }
h1 { font: 1.7em/1.2em Georgia, "Times New Roman", Times, serif; color: #b50c00; }
h2 { font: 1.5em/1.2em Georgia, "Times New Roman", Times, serif; color: #b50c00; margin: 1em 0 0; }
h2.schoolname { font: italic 1.5em/1.2em Georgia, "Times New Roman", Times, serif; color: #013c59; margin: 0 0 .8em; }
h3, legend { font: 1.2em/1.2em Georgia, "Times New Roman", Times, serif; color: #b50c00; margin: .85em 0 0; }
fieldset { margin: 1.5em 0; border: 1px solid #ccc; }
fieldset:hover {  }
h4 { font-size: .9em; }

b, strong { font-weight: bold; }
i, em { font-style: oblique; }

a { color: #013c59; text-decoration: none; }
a:hover { color: #b50c00; text-decoration: underline; }
h2.home 	{ margin: .75em 0 0; }
h2.home a { color: #b50c00; }

ul { list-style-type: square; }
li {
	line-height: 1.1em;
	margin: 0 0 .3em 1.3em;
	}

hr { margin: 1em 0; }
input, select, textarea {
	font: 10px Monaco, "Microsoft Sans Serif", "MS Sans Serif", mono;
	}

#thepage {
	background: #fff;
	margin: 0 auto;
	width: 970px;
	text-align: center;
	}
#thecontent {
	background: #fff;
	margin: 0 auto;
	padding: 20px 0;
	width: 90%;
	text-align: left;
	}
#masthead {
	margin: 0 0 7px;
	padding: 0 0 13px 0;
	background: transparent url("/dir_images/doubleline_bg.gif") left bottom repeat-x;
	}
#logo {
	display: block;
	float: left;
	width: 23%;
	}
#header {
	display: block;
	float: right;
	width: 74%;
	padding: 9px 0 0;
	font: 2.4em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #b50c00;
	}
#header a,
#header a:link,
#header a:visited { color: #b50c00; }
#header a:hover { color: #013c59; }

#theguts { min-height: 424px; }

#thenav {
	float: right;
	width: 23%;
	margin: 0;
	font-weight: bold;
	}
#thenav ul#nav, #thenav ul#nav li, #tools ul, #tools li {
	margin: 0;
	list-style: none;
	line-height: 1em;
	display: block;
	padding: 0;
	}
#thenav ul#nav {
	border-bottom: 1px solid #ccc;
	margin: .85em 0 0;
	padding: 0 0 .85em;
	}
#thenav ul#nav li {
	position: relative;
	padding: .25em 0 .25em 11px;
	background: transparent url("/dir_images/nav_bul.gif") left top no-repeat;
	font-weight: normal;
	}
#thenav ul#nav li a {
	display: block;
	color: #333;
	cursor: pointer;
	}
#thenav ul#nav li ul {
	position: absolute;
	z-index: 99;
	font-size: 92%;
	left:-999em;
	border: 1px solid #ccc;
	background: #e9f0f3;
	cursor: auto;
	margin: 0;
	padding: 2px 3px;
	}
#thenav ul#nav li:hover ul, #thenav ul#nav li.sfhover ul {
	left: 40px;
	top: 1em;
	}

#thenav ul#nav li:hover, #thenav ul#nav li.sfhover { z-index: 99; cursor: default; }

#thenav ul#nav li ul li {
	font-weight: normal;
	background: transparent url("/dir_images/nav_bul2.gif") left top no-repeat;
	padding: .25em 0 .25em 7px;
	}
#thenav ul#nav li ul li a {
	color: #333;
	}

#thenav ul#nav li.bdr_btm {
	border-bottom: 1px dashed #ccc !important;
	padding-bottom: .5em;
	margin-bottom: .5em;
	}

#search, #tools {
	border-bottom: 1px solid #ccc;
	padding: .85em 0;
	}
#search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
#search_t {
	width: 80%;
	}
#search_b {
	vertical-align: text-bottom;
	}
#tools {
	border: 0;
	padding: .85em 0;
	}
#tools ul li {
	margin: 0;
	padding: 0 0 0 14px;
	}
#tools li a {
	color: #666;
	}
#thenav ul li#t_print {
	background: transparent url("/dir_images/t_print.gif") left center no-repeat;
	}
#thenav ul li#t_email {
	background: transparent url("/dir_images/t_email.gif") left top no-repeat;
	}
#thenav ul li#t_save {
	background: transparent url("/dir_images/t_save.gif") left top no-repeat;
	}

#content {
	float: left;
	width: 70%;
	min-width: 540px;
	}

.c1, .c2, .c3 {
	/*filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;*/
	position: relative;
	}

/* one col */
#one .c1 {
	float: right;
	width: 100%;
	}
/* two cols */
#two .c1 {
	float: left;
	width: 66%;
	margin: 0;
	}
#two .c2 {
	width: 31%;
	float: right;
	}
#two.vert_dash {
	background: transparent url("/dir_images/vert_gray_dash.gif") 67% 0 repeat-y;
	}

/* three cols */
#three .c1, #three .c2, #three .c3 {
	float: left;
	width: 31%;
	margin: 0 4% 0 0;
	}
#three .c2, #three .c3 { margin-right: 0; }
#three .c3 { float: right; }

#twoeven .c1, #twoeven .c2 {
	display: inline;
	text-align: left;
	float: left;
	width: 49%;
	}
#twoeven .c2 {
	float: right;
	}


.bluebg {
	background: #e9f0f3;
	}
.graybdr_top {
	border-top: 1px solid #ccc;
	}
.redbdr_top {
	border-top: 1px dashed #b50c00;
	}
.redbdr_btm {
	border-bottom: 1px dashed #b50c00;
	}
.redbdr_rgt {
	border-right: 1px dashed #b50c00;
	}
.graybdr_top {
	border-top: 1px dashed #ccc;
	}
.graybdr_btm {
	border-bottom: 1px dashed #ccc;
	}
.graybdr_rgt {
	border-right: 1px dashed #ccc;
	}



.hp_flash {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	}

#testimonial {
	padding: 5px;
	margin: 0 0 1.5em;
	}
#testimonial .photo {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	}
#testimonial .name_school {
	display: block;
	position: relative;
	float: left;
	width: 28%;
	}
#testimonial .quote {
	display: block;
	position: relative;
	float: right;
	width: 50%;
	}

.test_photo {
	position: relative;
	float: left;
	margin: 0 5px 1em 0;
	}

/* In Page Nav */
#content ul.pagenav {
	list-style: none;
	line-height: 1em;
	display: block;
	padding: 0;
	border-bottom: 1px dashed #b50c00;
	margin: .5em 0;
	padding: 0 0 .55em;
	text-align: center;
	}
#content ul.pagenav li {
	display: inline;
	position: relative;
	margin: 0 auto;
	padding: .85em 2em;
	font-size: 100%;
	font-weight: bold;
	border-right: 1px dashed #ccc;
	
	}
#content ul.pagenav li.l { border-right: 0; }
#content ul.pagenav li a {
	padding: 0 0 .5em;
	}
	
/* Student Nav goes two rows, some overrides */
#content ul.studentnav {
	margin: 1em 0;
}
#content ul.studentnav li {
	margin: 0;
	padding: 0 1.25em;
	line-height: 1em;
}


#content img { padding: 0 0 1em 1em; }
#content table.results img { padding: 3px; }


#footer {
	padding: 1.1em 0;
	margin: 2em 0 0;
	font-size: .8em;
	font-weight: bold;
	color: #333;
	background: transparent url("/dir_images/doubleline_bg.gif") left top repeat-x;
	}
#footer a {
	color: #333;
	}
#footer span {
	display: block;
	float: right;
	}


/* Photo Gallery Styles */
table.albumlist, table.photolist, table.photoshow {
	margin: 0 0 1.5em;
	width: 93%;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 100%;
	}
table.albumlist td, table.photolist td  {
	text-align: center;
	vertical-align: middle;
	}
td.album {
	height: 113px;
	background: url("/dir_images/gallery/albumbg.jpg") 50% 0 no-repeat;
	}
td.album img {
	border-top: 1px solid #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	}

.phototools {
	text-align: center;
	margin: .5em 0 .3em;
	}
.photoprint {
	display: block;
	float: right;
	margin: -1.8em 0 0 0;
	}

/* drop shadows */
.alpha-shadow {
	float: left;
	background: url("/dir_images/gallery/shadow1.gif") right bottom no-repeat;
	margin: 5px 3px 5px 0;
	}
.alpha-shadow span {
	display: block;
	background: url("/dir_images/gallery/shadow2.png") left top no-repeat;
	padding: 0 5px 5px 0;
	}
.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 2px;
	}

/* menus */
#dd_menu {
	list-style: none;
	margin: 0 0 3em;
	padding: 0;
	position:relative;
	z-index:98;
	}

#dd_menu li.lawschools {
	display: block;
	padding: 4px 7px;
	margin: 0;
	width: 48%;
	background: #e9f0f3 url("/dir_images/ddmenu_bg.gif") 96% 50% no-repeat;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	list-style: none;
	cursor: pointer;
	} 
#dd_menu li.lawschools ul {
	width: 115%;
	list-style: none;
	position:absolute;
	left: -1500em;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	background: #e9f0f3;
	cursor: auto;
	}

#dd_menu li.lawschools ul li {
	padding: 0;
	margin: 0;
	border: none;
	float: left;
	width: 48%;
	padding: 3px 1px;
	}
	
#dd_menu li.lawschools ul li p {
	padding: 3px;
	margin: 1px;
}

#dd_menu li.lawschools ul li a, #dd_menu li.lawschools ul li a:visited {
	display: block;
	position: relative;
	border: 0;
	}
#dd_menu li.lawschools ul li a:hover {
	cursor: pointer;
	border: 0;
	}
#dd_menu li.lawschools:hover ul, #dd_menu li.sfhover ul {
	left: 40%;
	top: -10em;
	}

.lawstudents {
	position: relative;
	z-index: 120;
	}
.geninfo {
	position: relative;
	z-index: 119;
	}

form#gallery_search {
	position: relative;
	top: -1.5em;
	float: right;
}

.disclaimer {
	font-size: .8em/1em;
	color: #666666;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
}
