body {
	background: #fff url(images/page-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #333333;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0px;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
address {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
 	color: #333333;
   	text-align: center;
   }
	address a:link, address a:visited, address a:hover {
	color: #333333;
	}
a:link {
 	color: #333333;
}
a:visited {
 	color: #333333;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: url(images/content-bg.gif) repeat-y;
}

div#header {
	position: relative;
	background:  url(images/wilson-altschule-attorneys.jpg) no-repeat;
	width: 990px;
	height: 240px;
}

div#logo {
	position: absolute;
	background: url(images/w-a-logo.gif);
	width: 179px;
	height: 245px;
	margin: 0px 25px;
	left: 9px;
	top: 171px;
}

div#flash {
	position: absolute;
	width: 500px;
	height: 151px;
	left: 244px;
	top: 64px;
}	

div#content {
	width: 720px;
	float: right;
	padding: 30px 10px 10px 10px;
}

div#sidebar {
	width: 220px;
	float: left;
	padding: 200px 10px 10px 10px;
}

div#footer {
	clear: both;
	height: 25px;
}

div#copyright {
	width: 990px;
	margin: auto;
	padding: 15px 0px;
	clear: both;
	text-align: left;
	position: relative;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 25px;
	right: 20px;
}


/* ----------------------------  NAVIGATION (MAIN) ----------------------------  */



.ddsmoothmenu{
	font: 11px Verdana;
	background: #fff;
	width: 745px;
	color: #333333;
	position: absolute;
	left: 246px;
	top: 240px;

}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #fff;
 	color: #333333;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	background: #fff;
 	color: #333333;
}

.ddsmoothmenu ul li a:hover{
	background: #fff;
	color: #990000;
}

.ddsmoothmenu ul li a.current, .ddsmoothmenu ul li a.current:visited { 
	background: #fff;
	color: #000066;
	text-decoration: underline;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 743px;
	float: right;
	background: #f9eec8;
	border-top: 1px solid #042360;
	border-bottom: 1px solid #042360;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div#map, div#iframe {
	float: left;
	padding: 5px;
	background: white;
	margin: 10px;
	border: solid 1px #ccc;
}
div.column {
}
p.centered, h1.centered, h2.centered {
	text-align: center;
	}
