* {
  margin: 0;
  padding: 0;
}

body 
{
  font-size: 62.5%;
  font-family:  Verdana, sans-serif;
  background-color:#446488;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

body 
{
  text-align: center; 
  min-width: 860px;
}

#wrapper 
{
  width: 860px; 
  height: 530px;
  margin: 0 auto; 
  text-align: left;
  background: #fff url(../images/faux_column.gif) repeat-y top right;
}

#filler
{
  width: 860px;
  height:80px;
  float: right; 
  background: #446488;
}

#logo
{ 
  width: 500px;
  height: 140px;
  float: left; 
}


#flag_logo 
{ 
  width: 330px; 
  height: 140px;
  float: right; 
} 


b{
    margin-left: -10px;
}

#topnav
{ 
  margin: 0;
  width: 860px; 
  float: left; 
  background-color:#b0b0b0;
}

#home_content { 
  width: 860px;
  height:480px;
  float: right; 
  background: #F3F3F3;
  overflow:auto;
  margin-bottom: 15px;
}


/* Add some padding
================================== */

#home_content  {
  padding-left: 0;
  padding-right: 0;
}

#home_content * {
  padding-left: 10px;
  padding-right: 10px;
}

#home_content * * {
  padding-right: 0;
}

#flag_logo  * * {
  padding-right: 0;
}

/* Image stuff
=======================*/
img.floatLeft { 
    float: left; 
    max-width: 200px;
}

img.floatRight { 
    float:right; 
    max-width: 200px;
}

/* 
=======================*/
ol {
  list-style: none;
}
	
ol li a:hover, a:active
{
	color: #446488;
}

a:link, a:visited
{
	color:blue;
}

a:hover
{
	color: #FF0000;
}


/* topNav
=======================*/
  
#topnav ul 
{
	width:860px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	float: left;
}
  
#topnav li {
   	 float: left;
}


#topnav ul li 
{
	border-right: 1px solid #FFFFFF; 
}

#topnav ul li.last
{
	border-right:none; 
}

#topnav ul li a:link, #topnav a:visited
{
    line-height: 25px;
	display:block;
	width:140px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#b0b0b0;
	text-align:center;
	padding:1px;
	text-decoration:none;

}

#topnav  ul li a:hover, #topnav a:active
{
	color: #446488;
	background-color:#9D9D9D;
}



/* mainNav - Highlights menu item for currently selected page
=======================*/

body.home #topnav a.home,
body.biography #topnav a.biography,
body.practice_areas #topnav a.practice_areas,
body.contact_us  #topnav a.contact_us,
body.articles #topnav a.articles,
body.resources #topnav a.resources
{
	color: #fff;
	background-color: #9D9D9D;
}


/* Practice areas 
=======================*/
ol.practice_areas_topics
{
	list-style-type: square;
	margin-left:25px;
}

#practice_areas_nav
{
	margin-top: 20px;

}
#practice_areas_nav  ul 
{
	width:860px;
	margin: 0; 
	padding: 0; 
	list-style: none;
	float: left;
	margin-bottom: 20px;
}
  
#practice_areas_nav  li
{
	float: left;
	font-size: 12px;
	font-family: Times;
}


#practice_areas_nav  ul li 
{
	border-right: 1px solid #FFFFFF; 
}

#practice_areas_nav  ul li.last
{
	border-right:none; 
}

#practice_areas_nav  ul li a:link, #practice_areas_nav  a:visited
{
    line-height: 25px;
    display: block;
    /*width:175px; */
	font-weight:bold;
	color:#FFFFFF;
	background-color:#b0b0b0;
	text-align:center;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;

}

#practice_areas_nav   ul li a:hover, #practice_areas_nav  a:active
{
	color: #446488;
	background-color:#9D9D9D;
}


.resourceslinks 
{
    font-size: 12px;
}


/* Bottom Navigation 
=======================*/
#footer 
{
	width: 860px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent; 
    margin-bottom: 20px;
    padding-bottom: 10px;
   
}

.footerlinks 
{
    font-size: 12px;
    color: #FFFFFF;

}

.footerlinks  a:link
{
    color: #9D9D9D;
}

.footerlinks a:hover 
{
   color: #ff0000;
}

.footerlinks  a:active
{
    color: #446488;
}


.footerlinks2
{
    font-size: 12px;
    text-decoration:underline;
}

.footerlinks2 a:link, a:active
{
   color: #FFFFFF;
}

.footerlinks2 a:hover 
{
   color: #ff0000;
}


.footerlinks3 
{
    font-size: 10px;
    color: #446488;
}

.footerlinks3 a:link, a:active
{
   text-decoration:none;
}

.footerlinks3 a:hover 
{
    color: #ff0000;
    text-decoration:underline;
}


a:hover {background: transparent;}

a img { 
border: none; 
}

a:hover img, a:active img { 
border: none; 
} 


