/* CSS Document */

/****------------------ PAGE LAYOUT ----------------------****/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-break: normal;
	background-color: #686868;
	margin:0px;
}

.boundingBox{
	position: relative;
	margin: auto;
	width:900px;
	background-color: #ffffff;
	text-align:center;
}

#header{
	position:relative;
	width:900px; 
	height:122px;
	margin: auto;
	background-color: #ffffff;
	background-image: url(images/headerBackgroundB.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:right;
}

#headerImage{
	margin:2px
}

#headLine{
	position:relative;
	width:850px; 
	height:110px;
	background-image: url(images/headLine.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#navDiv{
	position:relative;
	width:900px; 
	height:33px;
	padding-top:1px;
	text-align:left;
	background-color:#0e4d8b;
}

#flashLinks{
	position:relative;
	width:900px; 
	height:300px;
	text-align:left;
}

#practiceAreas{
	width: 250px; 
	height:210px;
	margin: 0px 0px 0px 15px; 
	background:#ffffff; 
	border: 1px solid #0e4d8b; 
	padding:10px !important; 
	padding:10px 5px 0px 10px; 
	color:#0e4d8b;
}

#practiceAreas ul{
	margin-left:-25px;
}

#practiceAreas ul{
	*margin-left:17px;
}

li {
	line-height:25px;
}

#main{
	position:relative;
	width:900px; 
	background-color:#ffffff;
	text-align:left;
	border-top: 1px solid #ffffff;
}

#sideBar{
	position:relative;
	width:300px;
	height:682px !important;
	height:730px;
	float: right; 
	text-align:left;
	font-style:italic;
	color:#0e4d8b;
	border-left: 1px solid #0e4d8b
}

.sideBarImage{
	border: 1px solid #0e4d8b;
}

#indexCopy {
	position:relative;
	margin:5px 0px 0px 20px;
	width:555px;
	text-align:left;
	line-height:22px;
}

#indexCopy2 {
	position:relative;
	float:right;
	top:175px;
	margin:0px 20px 0px 20px;
	width:350px;
	height:275px;
	text-align:left;
	z-index:50;
}

#flash {
	position:relative;
	left:70px !important;
	left:40px;
 	width:350px;
	height:400px;
}


#copy {
	position:relative;
	width:875px;
	text-align:left;
}

#copy2 {
	position:absolute;
	left: 21px;
	top: 210px;
	width:630px;
	text-align:left;
}

.footerBox{
	position:relative;
	margin: auto; 
	width:900px; 
	height:30px; 
	text-align:center;
	font-size: 9px;
}

#slideshow{
	position:absolute;
	top: -9px;
	right: 5px;
	width:523;
}

#slidebase{
	position:absolute;
	top: -9px;
	right: 3px;
	width:523;
	text-align:center
}


#logo{
	position:absolute;
	left:15px;
	top:25px;
	width: 330px;
	height: 162px;
}

/****------------------------ STYLES -----------------------****/

.headline{
	color:#0e4d8b;
	font-family: Garamond, Times New Roman, Times, serif;
	font-size:30px;
	font-weight:bold;
}

.subheading{
	font-size: 17px;
	font-family: Garamond, Times New Roman, Times, serif;
	color:#0e4d8b;
	font-weight:bold;
	font-style:normal;
}

.quotes{
	position:absolute;
	left:20px;
	bottom:5px;
	width:550px;
	color:#0e4d8b;
	font-family: Garamond, Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
}

.image{
	position:absolute;
	top: 121px;
	left: 10px
}

.headerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	font-style: italic;
	color:#222EA1;	
}

.indexMain{
	position:relative;
	width:260px; 
	height:301px !important;
	height:300px;
	background-color: #ffffff;
	float:left;
}

.indexCol{
	position:absolute;
	left:0px;
	top: 0px; 
	width:228px; 
	height:310px;
	background-color: #A8B7CD
}

#practiceAreas a{
	color:#0e4d8b;
	line-height:20px;
}

#practiceAreas a:hover{
	text-decoration: none;
}

a.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
    text-decoration:none;
	color:#ffffff;
}
a.nav:hover{
   text-decoration:none;
   color:#95AECA
}

a.bottomNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    text-decoration:none;
	color:#ffffff;
}
a.bottomNav:hover{
   text-decoration:none;
   color:#95AECA
}

a.links{
	text-decoration:underline;
	color: #0e4d8b;
}

a.links:hover{
	color:#0e4d8b;
	text-decoration:none;
}

a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9;
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff
}

a.footer:hover{
	text-decoration:none;
}

.textBold {
	font-weight:bold;
}

.footerText {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9;
	font-weight:normal;
}

.textSM {
	font-size:11px;
}

input.btn {
	color:#0e4d8b; 
	font: arial,helvetica,sans-serif; 
	background-color:#fff; 
	border:1px solid; 
	border-color: #0e4d8b #0e4d8b #0e4d8b #0e4d8b; 
} 

INPUT,TEXTAREA { font-family: sans-serif; font-size: 10px; 	background-color:#fff; 
	border:1px solid; 
	border-color: #0e4d8b #0e4d8b #0e4d8b #0e4d8b; 
 }
