@charset "utf-8";
body  {
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	*/
	font: 100% "Century Gothic", Verdana, sans-serif;
	color: #35316c;
	background: #f6e4ea;
	/*
	border: 1px solid black;
	*/
}
#container {
	/*
	display: table;
	position: relative;
	overflow: hidden;
	*/
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 30px 0 0 0;
	width: 880px;
	height: 100%;
	/*
	width: 90%;
	*/
	/* this will create a container 80% of the browser width */
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*
	border: 1px solid black;
	*/
}

#pageContent {
	clear: right;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	width: 880px;
	height: 500px;
	/*
	min-width: 840px;
	max-width: 980px;
	*/
	text-align: center;
	/*
	*/
	/*
	min-width: 600px;
	*/
	background-image: url(../images/logofionamurray.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	/*
	border: 1px solid #FCC;
	border: 1px solid black;
	*/
}
#pageLHS {
	position: relative;
	float: left;
	width: 300px;
	height: 440px;
	/*
	border: 1px solid black;
	*/
}
/* Tips for navbar:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".fionamurray #navbar p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#navbar {
	float: left;
	width: 120px; /* since this element is floated, a width must be given */
	height: 290px;
	margin: 80px 0 0 180px;
}
#navbar ul {
	list-style-type: none;
	text-decoration: none;
	width: 120px;
	line-height: 1.5;
	font-size: large;
	display:block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navbar li {
	display:block;
	width: 120px;
	font-size: x-large;
	text-align: center;
}
#navbar li a {
	display: block;
	width: 120px;
	color: #35316c;
	text-decoration: none;
}
#navbar li a:hover {
	text-decoration: none;
	background: #bddca7;
}
#navbar li a:active {
	text-decoration: none;
	background: #7bb94f;
}
#compliance {
	position: absolute;
	left: 110px;
	bottom: 40px;
	text-align: right;
	font-size: x-small;
}
#compliance ul {
	text-align: right;
	list-style-type: none;
}

/* You Are here Anchor : make YAH text black to look "	dead" */
#page_Index li.page_Index a.page_Index, li.page_Index a.page_Index:hover,
#page_About li.page_About a.page_About,  li.page_About a.page_About:hover,
#page_Services li.page_Services a.page_Services,  li.page_Services a.page_Services:hover,
#page_Fees li.page_Fees a.page_Fees,  li.page_Fees a.page_Fees:hover,
#page_Contact li.page_Contact a.page_Contact,  li.page_Contact a.page_Contact:hover {
	background: #7bb94f;
	text-decoration: none;
	/* Menu Style Images: (rounded corners, gradient, fonts etc.) START */
	/*
	background-image: url(../images/bgmenucurrent.png);
	background-repeat: no-repeat;
	*/
	/* Menu Style Images: (rounded corners, gradient, fonts etc.) END */
}

#pageRHS {
	position: relative;
	margin: 0;
	padding: 0;
	clear: right;
	float: right;
	width: 580px;
	height: 440px;
	/*
	border: 1px solid black;
	*/
}
#header {
	position: relative;
	clear: right;
	float: right;
	margin: 0 100px 0 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 480px;
	/*
	border: 1px solid black;
	*/
} 
#header h1 {
	position: relative;
	float: right;
	width: 380px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 span {
	position: absolute;
	top: 0;
	right: 0;
	width: 380px;
	height: 50px;
	background-image: url(../images/clinicalpsychologist.jpg);
	background-repeat: no-repeat;
}
#header h2 {
	position: relative;
	float: right;
	width: 380px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: block;
	text-align: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h2 span {
	position: absolute;
	top: 0;
	right: 0px;
	width: 320px;
	height: 60px;
	background-image: url(../images/fionamurray.jpg);
	background-repeat: no-repeat;
}

#mainContent {
	position: relative;
	clear: right;
	float: right;
	margin: 10px 80px 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0 30px 0 40px;
	width: 420px;
	height: 320px;
	text-align: justify;
	overflow: auto;
	/*
	border: 1px solid black;
	*/
} 

#mainContent h1 {
	display: block;
	/*
	height: 140px;
	margin: 20px 0 0 0;
	*/
	padding: 0;
	font-family: "Lucida Calligraphy", cursive;
	font-size: large;
	text-align: right;
}
#mainContent h2 {
	display: block;
	/*
	height: 140px;
	margin: 20px 0 0 0;
	*/
	padding: 0;
	font-family: "Lucida Calligraphy", cursive;
	font-size: large;
	text-align: right;
}
#mainContent h3 {
	display: block;
	/*
	height: 140px;
	*/
	margin: 20px 0 0 0;
	font-family: "Lucida Calligraphy", cursive;
	font-size: xx-large;
	text-align: right;
}
#mainContent p {
	text-align: right;
}
#mainContent a, a:visited {
	text-decoration: none;
	color: blue;
}
#mainContent a:hover {
	color: black;
}

#mainContent ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}

#mainContent li {
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
}

#map {
	position: absolute;
	top: 15px;
	left: 100px;
	width: 80px;
	height: 80px;
	padding: 0;
	margin: 0;
	border: inset 1px solid #FCC;
	font-size: large;
	text-align: center;
	z-index: 90;
}
#map ul, #map li {
	text-align: center;
	border: none;
}

#slug {
	position: absolute;
	/*
	float: right;
	*/
	bottom: 15px;
	right: 100px;
}

#footer {
	/*
	*/
	clear: left;
	float: left;
	width: 400px;
	z-index: 10;
	margin: 0 0 0 0;
	padding: 20px 0 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: left;
	/*
	border: 1px solid black;
	*/
} 
#footer a {
	font-size: x-small; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: none;
	color: black;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
