/* Repeating image on right side of page content */
#left-border {	background:transparent url(/img/left-border.jpg) repeat-y scroll left top;
}


/* Repeating image on left side of page content */
#right-border {
	background:transparent url(/img/right-border.jpg) repeat-y scroll right top;
}


/*----HEADER----*/#title {
	background: #451414 url(/img/DupreeLaw5.jpg) no-repeat center left;
	color: #fff;
	height: 16em;
	position: relative;
	/*margin-right: -62.5em;*/
}

#title h1 {
	padding-top: 8.5em;
	font-size: 1.5em;
	padding-left: .5em;
	margin:0;
	color: #FF9;
}


/*----NAVIGATION BAR----*/
#top-menu{
	font-family: sans-serif;
	border-top: 1px solid #BFB8A1;
	background: #736E60 url(/img/topbar_bg.jpg) repeat-x left top;
	padding-left:1em;
	width:100%;
}

#top-menu a{
	text-decoration: none;
	color: #fff;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 0 auto;
	width: 93em;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 5px 0 0;
	font-size: 14px;
	color: #FF9;
}


/*----Navigation Menus----*/
#menu {
	width: 17em;
	margin: 1em 5px 20px -24px;
	}
	
#menu li {
	list-style-type:none;
	}

#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background:  url(/img/menu2.jpg);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #222;
	background:  url(/img/menu2.jpg) 0 -32px;
	padding: 8px 0 0 10px;
	}

/*----Content Area----*/

#primary h2 {
	font-family: Georgia, Sans-serif;
	font-size: 1.3em;
	padding: 0 0 5px 0;
}

#primary h3 {
	margin-top:0;
}


#primary blockquote { 
	margin: 3em; 
	font-size: 1em; 
	padding-left: 1.2em; 
	border-left: 1em solid #451414; 
	line-height: 110%; 
	font-style: italic; 
}

#primary .red {
	color: red;
}

/*----Teaser boxes on right side----*/
#tertiary ul {
	margin-left:0;
	margin-bottom:0;
}

#tertiary .teaser {
	width:160px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url(/img/tsr-b3.gif) bottom left no-repeat;
	}

#tertiary .teaser h3 {
	font-size:.9em;
	margin:0;
	color:#5D6F73;
	text-transform:uppercase;
	padding:7px 15px 3px 15px;
	background:url(/img/tsr-t2.gif) top left no-repeat;
}

/*#tertiary .teaser p, .teaser a.more {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
}*/

#tertiary .teaser .line {
	display:block;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	text-align:center;
}

/*#tertiary .teaser div {
	margin: 0;
	padding: 0;
	border:1px solid #d8d8d8;
	border-width:0 1px;
}*/

#tertiary .teaser p {
	font-size: 1em;
	padding: 10px;
}

#tertiary ul.submenu2 {
  margin: 0;
  padding: 0;
  border:1px solid #d8d8d8;
  border-width:0 1px;
}

#tertiary ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); /* because IE stinks */
  font-size:.9em;
}

#tertiary  ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

#tertiary  ul.submenu2 li a {
  color: #426F85;
  background: url(/img/law-book.gif) no-repeat 5px 6px;
}

#tertiary  ul.submenu2 a:hover {
  color: #426F85;
  background: #d8d8d8 url(/img/law-book.gif) no-repeat 5px 6px;
}


/*----FOOTER----*/

#footer{	padding: 10px 5px 0 10px;
	color: #FF9;
	background: #fff url(/img/topbar_bg.jpg) repeat-x left bottom;
	margin-top:20em;
	height:3em;
}

#footer a:link{
	text-decoration: none;
	color: #FF9;
}

#footer a:hover{
	text-decoration: underline;
	color: #FFF;
}

#footer a:visited{
	text-decoration: none;
	color: #BFB8A1;
}


/*----Contact Us Form----*/
#primary label,input {
	display: block;
	width: 16em;
	float: left;
	margin-bottom: 1em;
	color:black;
	background-color:white;
}

#primary select {
	display: block;
	width: 13em;
	float: left;
	margin-bottom: 1em;
}

#primary label {
	text-align: right;
	width: 8em;
	padding-right: 2em;
}

#primary br {
	clear: left;
}

#primary .error {
	position:relative;
	border: 2px solid red;
	width:70%;
	margin-left:2em;
	padding-left:2em;
	padding-bottom:1em;
}

#primary .error ul {
	margin-left:2em;
	margin-bottom:0;
}

/*---Recaptcha resets---*/
#primary form div {
	padding-bottom:0;
}
