body {
	margin: 0;
	background-color: #F1E9DA;
	text-align: center;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 76%;
}

div.gmnoprint span { display: none; }

* { outline: 0; }

a {
	color: #2D4780;
	font-weight: bold;
}

br.clear {
	clear: both;
	font-size: 1px;
}

div#topbar {
	width: 100%;
	background-color: #2D4780;
	height: 10px;
	font-size: 1px;
}

div#frame {
	width: 780px;
	margin: 0 auto;
}

h1 {
	width: 232px;
	height: 89px;
	background: url(/images/logo.gif) bottom left no-repeat;
	text-indent: -10000px;
	padding: 20px 0 0 0;
	margin: 0 0 0 15px;
}

div#masthead {
	float: right;
	border-right: 1px solid #2D4780;
	padding: 35px 5px 0 0;
	text-align: right;
	width: 270px;
	margin: 0 15px 0 0;
}

h2 {
	font-family: Georgia;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 0.9em;
	color: #333;
	margin: 0;
	padding: 0;
}

div#container {
	clear: both;
	padding-top: 10px;
}

div#containertop {
	background: url(/images/containertop.gif) top left no-repeat;
	height: 16px;
}

div#containermain {
	background: url(/images/containerbg.gif) repeat-y;
}

div#containerbottom {
	background: url(/images/containerbottom.gif) top left no-repeat;
	height: 16px;
	clear: both;
}

div#menu {
	height: 50px;
	margin: 0 15px 10px 15px;
	background: url(/images/menu_gap.png) top left repeat-x;
}

	div#menu ul {
		margin: 0;
		padding: 0;
	}
	
	div#menu li {
		display: block;
		float: left;
		text-align: center;
		vertical-align: middle;
		padding: 0;
		margin: 0;
	}
	
	div#menu ul li a {
		height: 50px;
		padding: 0;
		margin: 0;
		color: #FFF;
		font-weight: bold;
		display: block;
		text-align: center;
		font-size: 1em;
		line-height: 48px;
		border: 0;
		border-bottom: 0;
		background: url(/images/menubg2.png) repeat-x;
	}
	div#menu ul li a:hover {
		background-position: 0 -50px;
	}
	
	div#menu ul li a span { display: block; padding-bottom: 2px; }
	div#menu ul li a:hover span { background: url(/images/menu_hover.png) bottom center no-repeat; }
	
	div#menu li { margin-right: 1px; }
	div#menu li.contactus { margin-right: 0; }
	
	div#menu li.home a { width: 74px; }
	div#menu li.psychotherapy a { width: 129px; }
	div#menu li.relationships a { width: 117px; }
	div#menu li.occupationalhealth a { width: 156px; }
	div#menu li.faqs a { width: 71px; }
	div#menu li.aboutus a { width: 94px; }
	div#menu li.contactus a { width: 103px; }
	
	body#home div#menu li.home a span,
	body#psychotherapy-services div#menu li.psychotherapy a span,
	body#psychotherapy-about div#menu li.psychotherapy a span,
	body#relationships div#menu li.relationships a span,
	body#occupationalhealth div#menu li.occupationalhealth a span,
	body#faqs div#menu li.faqs a span,
	body#aboutus div#menu li.aboutus a span,
	body#contactus div#menu li.contactus a span {
		background: url(/images/menu_active.png) bottom center no-repeat;
	}

		
div#photoframe {
	width: 250px;
	height: 180px;
	position: absolute;
	margin: -20px 0 0 540px;
	z-index:100;
}

/* CHANGE THESE IN IE6.CSS TOO! */
body#home div#photoframe { background: url(/images/photo_default.png) no-repeat; }
body#occupationalhealth div#photoframe { background: url(/images/photo_default.png) no-repeat; }
body#contactus div#photoframe { background: url(/images/photo_default.png) no-repeat; }
body#aboutus div#photoframe { background: url(/images/photo_about.png) no-repeat; }
body#psychotherapy-services div#photoframe { background: url(/images/photo_psyserv.png) no-repeat; }
body#psychotherapy-about div#photoframe { background: url(/images/photo_psyabout.png) no-repeat; }
body#relationships div#photoframe { background: url(/images/photo_faqs.png) no-repeat; }
body#faqs div#photoframe { background: url(/images/photo_training.png) no-repeat; }

div#mapframe {
	width: 160px;
	height: 270px;
	margin: 0 0 1.5em 0;
	border: 1px solid #CCC;
}

div#mapoverlay {
	width: 250px;
	height: 220px;
	position: absolute;
	margin: 140px 0 0 543px;
	z-index: 2;
	background: url(/images/mapoverlay.png) no-repeat;
}

div.aboutusphoto {
	float: right;
	margin: -2em 0 0.4em 0.4em;
	width: 132px;
	height: 170px;
	text-indent: -10000px;
}

div#photo-jen {
	background: url(/images/photo_jen.png) top left no-repeat;
}
div#photo-mon {
	background: url(/images/photo_mon.png) top left no-repeat;
}

div#main {
	margin: 0 15px;
	background: url(/images/mainbg.png) repeat-x;
	text-align: left;
}

div#header {
	padding: 25px 20px 20px 20px;
}

h3 {
	margin: 0;
	font-size: 2em;
	font-family: Georgia, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	margin: 1.8em 0 1em 0;
}	

div#content {
	width: 500px;
	padding: 0 20px;
	margin-bottom: 20px;
	border-right: 1px solid #CCC;

}

	div#content p {
		text-align: left;
		line-height: 1.5em;
		margin-bottom: 2em;
		color: #222;
		font-size: 1em;
	}
	
	div#content a {
		color: #6C7EA6;

	}
	
	div#content ul {
		list-style-type: square;
		color: #222;
		line-height: 1.5em;
		padding: 0 0 0 1.4em;
		margin: -1em 0 0 0;
	}
	
	div#content blockquote {
		text-align: left;
		line-height: 1.5em;
		font-style: italic;
		padding-left: 1em;
		margin-left: 0;
		border-left: 2px solid #DCE3F1;
	}

div#side {
	/*margin-left: 540px;
	width: 170px;
	padding: 90px 10px 0 20px;
	color: #777;
	font-size: 0.8em;
	line-height: 1.7em;*/
	float: right;
	margin: 90px 10px 0 0;
	width: 170px;
	color: #777;
	font-size: 0.8em;
	line-height: 1.7em;
}

div#side a {
	background-color: #D0D9EC;
	color: #777;
	padding: 3px;
	text-decoration: none;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin-left: -3px;
}

div#footer {
	font-size: 0.8em;
	text-align: left;
	margin: 10px 15px;
	color: #999;
	line-height: 1.6em;
}

div#footer a {
	color: #999;
}

div#footerright {
	float: right;
	padding-bottom: 10px;
	margin-top: -5px;
	text-align: right;
	font-size: 0.9em;
}



dl {
  position: relative;
  width: 100%;
}

dt {
	clear: left;
  	float:left;
  	width: 20%;
  	padding: 4px 0 2px 0;
  	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

dd {
 	float: left;
 	width: 75%;
 	margin: 10px 0 8px 0;
 	padding-left: 6px;
}

dd input {
	width: 100%;
	font-size: 1.1em;
}

dd input.submit {
	width: auto;
	font-size: 1.2em;
}

dd textarea {
	width: 100%;
	height: 140px;
	font-size: 1.2em;
}

div.col1 {
	float:left;
	width:45%;
}

div.col2 {
	width:45%;
	float: right;
}





/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 11px;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 28px;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size: 16px;
}