body {
}

#container {
}

/*------------ Header ------------*/

#header {
	width: 680px;
	height: 82px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	line-height: 11px;
	margin: 0;
	padding: 5px;
}

#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: underline;	
}

#header a:hover, #header a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

#logo {
	border: none;
	position: absolute;
	left: 32px;
	top: 20px;
}

/*------------ Top Nav ------------*/

#topNav {
	display: none;
}


/*------------ title of each page ------------*/

#areas {
	display: none;
}


#homeHeader {
	display: none;
}

#peer {
	display: none;
}

#practices {
	display: none;
}


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


#content {
	width: 680px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0;
	padding: 70px 5px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

/*--- Do not add h1 in the content area!! There is already one in the page. ---*/

#content h2 {
	font-size: 12px;
}

#content h3 {
	font-size: 12px;
}

#content ul {

}

#content ul li {
	line-height: 14px;
	margin-bottom: 10px;
}

#content a:link, #content a:visited {
	color: #296b9d;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #296b9d;
	text-decoration: none;
}

/*------------------------Contact Forms---------------------------*/

#miniContact {
	display: none;
}



/*------------ Footer ------------*/

#footer {
	display: none;
}

/* Disclaimer */

#disclaimer {
	font-size: 10px;
	color: #000000;
	padding: 5px 0 0 0;
	margin: 0;
	border-top: #999999 1px solid;
}

/*------------ other ------------*/

.smallText {
	font-size: 10px;
}