@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	
}

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color:#274F7E;
}

.bold {
	font-weight:bold
}

a {color: #0099CC;}
a:visited {color:#0099CC;}
a:hover {color: #26407F;}
a:active { color:#006699;}

p {
	color: #666666;
	margin-left: 15px;
	margin-right: 10px;
	font-size:12px;
}

h1 {
	font-size: 12px;
	padding:10px 10px;
	margin-left: 5px;
	color: #464749;
}

#container {
	width: 100%;
	height: 100%;
	background-color:#333333;
}

#wrapper{
	width: 818px;
	margin: 0px auto;
}

/* ---------------main content--------------- */

#content{
	width: 818px;
	top: 100px;
	display: inline;
}

#content img.line{
	margin-top: 11px;
	margin-bottom: 32px;
}

/* --------------- --------------- */



/* ----------header and top nav-------------- */

#header{
	width: 818px;
	height: 85px;
	text-align:center;
}

#logo{
	width:241px;
	height:85px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

a.logo {
   display: block;
   width: 241px;
   height: 85px;
   text-decoration: none;
   background: url("images/homelogo.gif");
   }
  
a.logo:hover {
  background-position: -150px 0;
  }

#topnav{
	width: 324px;
	height: 85px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

/* --------------------- -------------------- */


/* ---------------------top nav-------------------- */

ul#nav { white-space:nowrap; position:absolute; top:0px; left:253px;  }
ul#nav { background:url(images/homenav.gif) }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:85px; display:block; top:0; position:absolute; text-indent:-9999px; outline:none }

li#navHome a, li#navPractice a, li#navServices a, li#navContact a { background:url(images/homenav.gif) }

li#navHome a 						{ background-position:0 0; width:57px; left:0 }
li#navHome a:hover				{ background-position:0 -85px }
body#pageHome li#navHome a 		{ background-position:0 -85px }

li#navPractice a 					{ background-position:-57px 0; width:86px; left:57px }
li#navPractice a:hover				{ background-position:-57px -85px }
body#pagePractice li#navPractice a 	{ background-position:-57px -85px }

li#navServices a 					{ background-position:-143px 0; width:108px; left:143px }
li#navServices a:hover				{ background-position:-143px -85px }
body#pageServices li#navServices a 	{ background-position:-143px -85px }

li#navContact a 					{ background-position:-251px 0; width:73px; left:251px }
li#navContact a:hover				{ background-position:-251px -85px }
body#pageContact li#navContact a 	{ background-position:-251px -85px }

/* ---------------------TEXT AREA-------------------- */

#textarea{
	width: 818px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FFFFFF
	
}

#welcome{
	/*margin-top: 100px;
	height: 200px;*/
}
	

#footer{
	width: 818px;
	color:#FFFFFF;
	position: absolute;
	bottom: 0px;
	margin-left: 0px;
}


#footer p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#564b47;
	line-height: 20px;
	float:left;
	margin-left: 6px;
	margin-top: 20px;
}

.whitetext {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color:#FFFFFF;
}