@charset "UTF-8";
/* ------------ basic styling --------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: ccffff;
	text-align: center;
	padding-top: 30px;
	}
#wrapper {
	position: relative;
	background: #FFFFFF url(consulting/images/columns-shadow.gif) repeat-y;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
#clear {
	clear: both;
	}
/* ---------- position container elements ------------- */
#header {
	position: relative;
	background: url(images/masthead-welcome.jpg) no-repeat top left;
	width: 900px;
	height: 175px;
	}
.mastheadNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	text-align: right;
	margin-top: 20px;
	margin-right: 30px;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 35px;
	list-style: none;
	background: url(consulting/images/navbar.gif) no-repeat top left;
	}
#header ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0 1.2em;
	font-size: 10px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	display: block;
	}
#header ul a:link{
	color: #999999;
	}
#header ul a:hover{
	color: #0099cc;
	font-weight: bold;
	}
#header ul a:visited{
	color: #999999;
	text-decoration: none;
	}
#content {
	width: 900px;
	}
#buttons {
	width: 900px;
	}
#cosmed {
	width: 297px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
a:visited {
	text-decoration: none;
}
#medical {
	width: 297px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
#consult {
	width: 300px;
	float: left;
	}
#address {
	color: #FFFFFF;
	background: url(consulting/images/address-bar.gif) no-repeat top left;
	height: 45px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	}
#address a:link{
	color: #ffffff;
	}
#address a:hover{
	color: #0099cc;
	}
#address a:visited{
	color: #ffffff;
	text-decoration: none;
	}
#footer {
	color: #666666;
	float: left;
	text-align: center;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background: none;
	background-color: #ccffff;
	}
/* -------------formatting for text -----------------*/
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 25px;
	margin-right: 25px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 25px;
	font-size: small;
	margin-left: 25px;
}
a:link {
	color: #352C66;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
