@charset "UTF-8";


*{ 
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-image: url(http://www.universitylawcenter.com/images/BG.jpg);
}
p {
	font-size: 70%;
	margin: 0;
	color: #8994A6;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#container { 
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 


#header {
	height: auto;
	width: 800px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}




/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe *//*
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing *//*
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	background: url(http://www.universitylawcenter.com/images/TopNavBar.gif);
	height: 31.5px;
	width: 800px;
	background-repeat:no-repeat;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html *//*
ul.MenuBarActive {
	z-index: 1000;
}
ul.MenuBarHorizontal a {
	display: block;
	height: 31.5px;
	cursor: pointer;	
	text-decoration: none;
}
/* Menu item containers, position children relative to this container and are a fixed width *//*
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	width:inherit;
	height:inherit;
}
ul #Home {
	background: url(http://www.universitylawcenter.com/images/ULCHome.gif) 	no-repeat 0px -31.5px;
	width: 267px; 
}
ul #Home:hover {
	background-position: 0px 0px;
}
ul #PracticeAreas {
	background: url(http://www.universitylawcenter.com/images/ULCPracticeAreas.gif) no-repeat 0px -31.5px;
	width: 267px;
}
ul #PracticeAreas:hover {
	background-position: 0px 0px;
}
ul #Contact {
	background: url(http://www.universitylawcenter.com/images/ULCContact.gif) 	no-repeat 0px -31.5px;
	width: 266px; 
}
ul #Contact:hover {
	background-position: 0px 0px;
}
/*Child menu DropDownBox*//*
ul.MenuBarHorizontal ul {	
	border: 1px solid #c3cfdb;
	margin: -1px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: inherit;
	position: absolute;
	left: -5000em;
	
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
	
}

ul.MenuBarHorizontal ul li {
	font-size: 80%;	
	display:block;
	float:left;
	width: inherit;		
}
ul.MenuBarHorizontal ul li a {
	padding-top: 13px;
	padding-left :5px;
	text-decoration:none;
	color: #ffffff;
	background-color: #495F76;
}
ul.MenuBarHorizontal ul li a:hover {
	color:#495F76;
	background-color:#C3CFDB;
}
/* Menu items that have mouse over or focus have a blue background and white text *//*
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal a:focus {
		
}
*/
 
#NavigationBar {
	margin:0px;
	padding: 0px;
	background: url(http://www.universitylawcenter.com/images/TopNavBar.gif);
	height: 31.5px;
	width: 800px;
	background-repeat:no-repeat;
	list-style: none;
}
#NavigationBar a {
	text-decoration:none;
	display:block;
	height: 31.5px;
}
#NavigationBar a:visited {
	text-decoration:none;
	height: 31.5px;
}

#NavigationBar ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #c3cfdb;	
}
#NavigationBar li {
	float:left;
	position: relative;
}
#NavigationBar #Home {
	background: url(http://www.universitylawcenter.com/images/ULCHome.gif) 	no-repeat 0px -31.5px;
	width: 267px;
}
#NavigationBar #Home:hover {
	background-position: 0px 0px;
}
#NavigationBar #PracticeAreas {
	background: url(http://www.universitylawcenter.com/images/ULCPracticeAreas.gif) no-repeat 0px -31.5px;
	width: 267px;
}
#NavigationBar #PracticeAreas:hover {
	background-position: 0px 0px;
}
#NavigationBar ul li {
	margin: -1px 0px 0px 0px;
	font-size: 80%;
	width: 266px;
}
#NavigationBar ul li a {
	padding-top: 13px;
	padding-left: 5px;
	text-decoration: none;
	color: #ffffff;
	background: #495F76;
}
#NavigationBar ul li a:hover {
	 color:#495F76; 
	 background: #C3CFDB;
}
#NavigationBar li:hover ul, li.over ul {
	display: block;
}
#NavigationBar #Contact {
	background: url(http://www.universitylawcenter.com/images/ULCContact.gif) 	no-repeat 0px -31.5px;
	width: 266px;
}
#NavigationBar #Contact:hover {
	background-position: 0px 0px;
}





#LeftSideBar {
	float: left;
	margin: 0em 0em 1em .25em;
	width: 31%;
	background-color: #FFFFFF;
}
#InstantContactBorderTop {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTop.gif);
	background-repeat: repeat-x;
	height: 80px;
}
#InstantContactBorderTopLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTopLeft.gif);
	width: 70px;
	height: 80px;
	float: left;
}
#InstantContactBorderTopRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTopRight.gif);
	width: 30px;
	height: 80px;
	float: right;
}
#InstantContactBorderLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersShortBoxLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 142px;
}
#InstantContactBorderRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersShortBoxRight.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 142px;
	margin-left: 30px;
	padding-right: 30px;
}
#InstantContactBorderBottom {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottom.gif);
	background-repeat: repeat-x;
	height: 35px;
}
#InstantContactBorderBottomLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottomLeft.gif);
	width: 30px;
	height: 35px;
	float: left;
}
#InstantContactBorderBottomRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottomRight.gif);
	width: 30px;
	height: 35px;
	float: right;
}
#InstantContact {
	background-color: #495F76;
}
#InstantContact p {
	font-size: 55%;
	color: #FFFFFF;
}
#InstantContact h2 {
	font-size: 70%;
	color: #495F76;
	text-decoration: underline;
	margin-top: 25px;
	float: right;
}
#InstantContactForm {
	
}
#InstantContactForm p {
	font-size: 60%;
}
#LeftNavigationBorderTop {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTop.gif);
	height: 80px;
	background-repeat: repeat-x;
}
#LeftNavigationBorderTopLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTopLeft.gif);
	width: 70px;
	height: 80px;
	float: left;
}
#LeftNavigationBorderTopRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTopRight.gif);
	width: 30px;
	height: 80px;
	float: right;
}
#LeftNavigationBorderLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersShortBoxLeft.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 142px;
}
#LeftNavigationBorderRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersShortBoxRight.gif);
	background-position: right;
	margin-left: 30px;
	padding-right: 30px;
	background-repeat: no-repeat;
	height: 142px;
}
#LeftNavigationBorderBottom {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottom.gif);
	background-repeat: repeat-x;
	height: 35px;
}
#LeftNavigationBorderBottomLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottomLeft.gif);
	width: 30px;
	height: 35px;
	float: left;
}
#LeftNavigationBorderBottomRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottomRight.gif);
	width: 30px;
	height: 35px;
	float: right;
}
#LeftNavigation {
	background-color: #495F76;
}
#LeftNavigation h2 {
	font-size: 70%;
	color: #495F76;
	text-decoration: underline;
	margin-top: 25px;
	float: right;
}
#LeftNavigation h3 {
	font-size: 115%;
	color: #003466;
	text-align: center;
}
#LeftNavigation p {
	color: #FFFFFF;
}
#LeftNavigation li {
	font-size: 55%;
	list-style-image: url(http://www.universitylawcenter.com/images/Bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	line-height: 20px;
	padding-top: 5px;
}
#LeftNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;	
}
#InfoCenter {
	background: #495F76;
}
#InfoCenter p {
	color: #FFFFFF;
	font-size: 60%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#InfoCenter a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#InfoCenter h2 {
	font-size: 70%;
	color: #495F76;
	text-decoration: underline;
	margin-top: 25px;
	float: right;
}
#InfoCenter h3 {
	font-size: 70%;
	color: #FFFFFF;
	margin: 5px 0px;
	line-height: 12px;
}
#InfoCenter ul {
	padding-top: 50px;
	margin-bottom: 15px;
}
#InfoCenter li {
	font-size: 55%;
	list-style-image: url(http://www.universitylawcenter.com/images/Bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	line-height: 20px;
}
#InfoCenterBorderTop {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTop.gif);
	background-repeat: repeat-x;
	height: 80px;
}
#InfoCenterBorderTopLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTopLeft.gif);
	width: 70px;
	height: 80px;
	float: left;
}
#InfoCenterBorderTopRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersTopRight.gif);
	width: 30px;
	height: 80px;
	float: right;
}
#InfoCenterBorderLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersLongBoxLeft.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 651px;
}
#InfoCenterBorderRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersLongBoxRight.gif);
	background-position: right;
	margin-left: 30px;
	padding-right: 30px;
	background-repeat: no-repeat;
	height: 651px;
}
#InfoCenterBorderBottom {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottom.gif);
	background-repeat: repeat-x;
	height: 35px;
}
#InfoCenterBorderBottomLeft {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottomLeft.gif);
	width: 30px;
	height: 35px;
	float: left;
}
#InfoCenterBorderBottomRight {
	background-image: url(http://www.universitylawcenter.com/images/LeftBordersBottomRight.gif);
	width: 30px;
	height: 35px;
	float: right;
}
#QuickContact {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: medium;
	padding-bottom: 13px;
}
#QuickContact p {
	font-size: 55%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#LeftVariable {
	padding-top:20px;
}
#MainContent {
	color: #537FD2;
	margin: 0em .5em 1em 0em;
	float: right;
	width: 66.5%;
	background-color: #FFFFFF;
} 
#MainContent h1 {
	color: #37638D;
	font-size: 90%;
	margin: 8px 10px 8px 20px;
}
#MainContent h2 {
	color: #6B8BAB;
	font-size: 80%;
	margin: 8px 10px 8px 20px;
}
#MainContent p {
	margin: 5px 10px 0px 20px;
	color: #37638D;
	
	
	
	
}
#MainContent li {
	color: #37638D;
	font-size: 70%;
	margin-left: 35px;
}
#MainContentBorderTop {
	height: 20px;
	background-repeat: repeat-x;
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderTop.gif);
	background-color: #FFFFFF;
}
#MainContentBorderTopLeft {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderTopLeft.gif);
	float: left;
	height: 20px;
	width: 20px;
	background-color: #FFFFFF;
}
#MainContentBorderTopRight {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderTopRight.gif);
	width: 20px;
	height: 20px;
	float: right;
	background-color: #FFFFFF;
}
#MainContentBorderLeft {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderLeft.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
}
#MainContentBorderRight {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderRight.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#MainContentBorderBottom {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderBottom.gif);
	background-repeat: repeat-x;
	height: 20px;
	background-color: #FFFFFF;
}
#MainContentBorderBottomLeft {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderBottomLeft.gif);
	float: left;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
}
#MainContentBorderBottomRight {
	background-image: url(http://www.universitylawcenter.com/images/MainContentBorderBottomRight.gif);
	width: 20px;
	height: 20px;
	float: right;
	background-color: #FFFFFF;
}
#MainContentNoPlayer h1{
	color: #37638D;
	font-size: 90%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#MainContentNoPlayer h2{
	color:#6B8BAB;
	font-size: 80%;
	margin: 0px 0px 10px 20px;
	text-align: left;
}
#MainContentNoPlayer p {
	color: #37638D;
	margin: 5px 10px 0px 20px;
}
#MainContentNoPlayer ul li {
	font-size: 70%;
	margin-left: 35px;
}
#Sitemap ul li {
	margin: 10px 0px 0px 25px;
	padding-top: 20px;
	padding-left: 10px;
	list-style-type: circle;
}
#Sitemap a {
	text-decoration:none;
	font-size: 90%;
	font-weight:bold;
	color:#37638D;
}
#ContactUsForm {
	color:#37638D;
	font-size:80%;
	margin: 5px 10px 0px 20px;
	padding: 5px 15px 0px 10px;
}
#ContactUsForm td {
	padding-top: 8px;
}
#ContactUsForm input {
	border: 1px solid #37638D;
}
#LitigationIntakeForm {
	color:#37638D;
	font-size:80%;
	margin: 5px 10px 0px 20px;
	padding: 5px 15px 0px 10px;
}
#LitigationIntakeForm td {
	padding-top: 8px;
}
#LitigationIntakeForm input {
	border: 1px solid #37638D;
}
#LowerVariable {
	clear: right;
	padding-left: 40%;
}
#footer {
	padding: 0 10px;
	background:#FFFFFF;
}	
#FooterNav {
	text-align: center;
} 
#FooterNav p {
	margin: 0;
	padding: 10px 0; 
}
#FooterNav a {
	font-size: 110%;
	text-decoration: none;
	color:#003366
}
#FooterCopyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.fieldValueCSS {
	font-size: 70%;
	margin: 5px 10px 0px 20px;
	color: #37638D;
}
.fieldNameCSS {
	font-size: 70%;
	margin: 5px 10px 0px 20px;
	color: #37638D;
}
