/*-----------------------------------------------------------------------------
Style Sheet

version:   1.0
author:    cade halada
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Put it back on certain elements */
h2, p, pre, blockquote, form, fieldset, table {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked /images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/
/* font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif; */

body {
	font: 62.5%/1.6 Arial, Verdana, Helvetica, sans-serif;
}

b, strong {
	font-weight:bold;
}
em{
	font-style:italic;
}
.caps{
	text-transform:uppercase;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1{
	background: url(/images/logo.gif) no-repeat left 5px;
	text-indent:-5000px;
	width:272px;
	height:85px;
	float:left;
	margin-left:15px;
	margin-top:13px;
}
h2{
	width:289px;
	height:25px;
	text-indent:-5000px;
}
h2#areas{
	background: url(/images/h_practice.gif) no-repeat left top;
}

h2#contact{
	background: url(/images/h_contact.gif) no-repeat left top;
}

h2#about{
	background: url(/images/h_about.gif) no-repeat left top;
}
h2#overview{
	background: url(/images/h_overview.gif) no-repeat left top;
}
/* =Links
-----------------------------------------------------------------------------*/
#content a{
	color:#930303;
	text-decoration:none;
	border-bottom:1px dotted #930303;
	font-weight:bold;
	padding-bottom:2px;
}
#content a:hover{
	border-bottom:1px solid #003366;
	color: #003366;
}

/* =Branding
-----------------------------------------------------------------------------*/
body{
	background: #000 url(/images/bg.jpg) repeat;
	text-align: center;
}

#wrapper{
	width:804px;
	margin:40px auto;
	text-align:left;
	background: url(/images/bg_main.gif) repeat-y left top;	
}

#header{
	background: url(/images/bg_top.gif) no-repeat left top;
	height:152px;
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#mainnav{
	width:206px;
	list-style:none;
	float:right;
	margin-top:15px;
	margin-right:6px;
}
#mainnav li a{
	display:block;
	text-decoration:none;
	text-indent: -5000px;
	line-height:29px;
	width:208px;
}

#mainnav li a#home{
	background: url(/images/nav_home.gif) no-repeat 0 0;
}

#mainnav li a#overview{
	background: url(/images/nav_overview.gif) no-repeat 0 0;
}

#mainnav li a#about{
	background: url(/images/nav_about.gif) no-repeat 0 0;
}

#mainnav li a#contact{
	background: url(/images/nav_contact.gif) no-repeat 0 0;
}

#mainnav li a#home:hover,
#mainnav li a#overview:hover,
#mainnav li a#about:hover,
#mainnav li a#contact:hover{
	background-position: 0 -29px;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content{
	float:left;
	width:100%;
	clear:both;
	background: url(/images/bg_main_plain.gif) no-repeat left top;
}

#content p, #content li, #content dd{
	font-size: 1.2em;
}

#content ul{
	list-style:none;
}
#content ul li{
	padding-left:23px;
	background: url(/images/bullet.gif) no-repeat 10px 7px;
}
 
#content ul.cols li {
  float: left;
  width: 150px;
}

#content *{
	margin-left:40px;
}
#content * *{
	margin-left:0;
}

#content .first{
	margin-top:22px;
}
/* =Page Specific  */

#home #content{
	background: url(/images/bg_main_pic.jpg) no-repeat left top;
	height:237px;
}
#home #content *{
	margin-left:413px;
}
#home #content * *{
	margin-left:0;
}

#contact #content{
	background: url(/images/bg_main_map.gif) no-repeat left top;
}
#contact #content *{
	margin-right:413px;
}
#contact #content * *{
	margin-right:0;
}


#about #content *,
#overview #content *{
	margin-right:40px;
}
#about #content * *,
#overview #content * *{
	margin-right:0;
}

#about img{
	padding: 0 15px 15px 0;
}
/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	background: url(/images/bg_bottom.gif) no-repeat left top;
	height:66px;
	clear:both;
	width:100%;
}
#footer p{
	color:#fff;
	font-size:1.2em;
	line-height:35px;
	margin-left:27px;
	margin-right:27px;
	display:inline;
}
#footer .phone{
	float:right;
}

#footer .address{
	float:left;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Hacks
-----------------------------------------------------------------------------*/


/* =Misc 1
-----------------------------------------------------------------------------*/
