
body {
	font-family:Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
/*	background-color: #333333;
	background-image: url(../images/greyBack1.jpg);
	background-image: url(../images/greyBack2.jpg);
	background-image: url(../images/bluegreyGrad1.png);
	background-image: url(../images/blueBack1.jpg);
	background-image: url(../images/blueBack2.gif);
*/	background-image: url(../images/blueBack3.jpg);
}

hr {
	color: #bbbbbb;
}

h2 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-size: 10px;
}

#topBorder {
	display: block;
	background-color: #19055b;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 744px;
	height: 15px;
}

#bottomBorderHome {
	position: absolute;
	top: 1106px;
	display: block;
	background-color: #19055b;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 744px;
	height: 15px;
	font-size:9px; 
	color:#ffffff; 
	padding-top:3px;
}

#bottomBorderContact {
	position: absolute;
	top: 716px;
	display: block;
	background-color: #19055b;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 744px;
	height: 15px;
	font-size:9px; 
	color:#ffffff; 
	padding-top:3px;
}

#bottomBorderCaseLaw {
	position: absolute;
	top: 1137px;
	display: block;
	background-color: #19055b;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 744px;
	height: 15px;
	font-size:9px; 
	color:#ffffff; 
	padding-top:3px;
}


#logo {
	padding-left: 162px;
}

#info {
	position: relative;
	left: 482px;
	top: -87px;
	z-index: 50;
	font-size: 10px;
}

#containerHome {
	width: 750px;
	height: 1120px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#containerContact {
	width: 750px;
	height: 730px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#containerCaseLaw {
	width: 750px;
	height: 1150px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
}

#topNavContainer {
	position: relative;
	width: 744px;
	height: 15px;
	top: -70px;
	left: 3px;
	background-color: #19055b;
	margin: 0px;
	padding:0px;
}

/* these divs used for centering purposes
#topNCL {
	position: relative;
	width: 372px;
	height: 15px;
	top: -70px;
	left: 3px;
	background-color: #ff0000;
	margin: 0px;
	padding:0px;
}

#topNCR {
	position: relative;
	width: 372px;
	height: 15px;
	top: -70px;
	left: 375px;
	background-color: #ff0000;
	margin: 0px;
	padding:0px;
}
*/

/*--- menu code below does not contain css for drop-down menu ----*/

ul#menu {
	list-style:none;
	padding:0;
	margin:0;
	margin-left: 269px;
}

#menu li {
	float:left;
	position:relative;
	line-height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100px;
}

#menu a.unselected {
	display:block;
	border-right:1px solid #fff;
	border-left: 1px solid #fff;
	background-color:#19055b; 
	color:#ffffff;
	text-decoration:none;
	font-size: 12px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

#menu a.unselected:hover {
	background-color:#0a74a9;
	color:#000;
}

#menu a.selected {
	display:block;
	border-right:1px solid #fff;
	border-left: 1px solid #fff;
	background:#12a626; 
	color:#000000;
	text-decoration:none;
	font-size: 12px;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
}


/*--------------------- end of menu code -------------------------*/


#content {
	position: relative;
	top: -70px;
	left: 0px;
	width: 718px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: black;
	font-size: 14px;
	text-align: left;
}

#content a:link {
/*	color: #191970;
*/	color: #19055b;
}

#content a:visited {
/*	color: #3522ff;
*/	color: #12a626;
}

#content a:hover {
/*	color: #5798B4;
*/	color: #0a74a9;
}

