﻿body, html {
	margin: 0;
	padding: 0;
	background-color: #5d5a5c;
	font-family: 'Roboto Condensed', sans-serif;
	color: #09144e;
}
h5
{
	text-decoration: underline;
	margin: 5px 0 0 0;
}
h6
{
	margin: 0;

	font-size: 80%
}
textarea
{
	width: 400px;
}
TABLE,TD
{
    BACKGROUND-COLOR: #e8e8b4;
}
a.Link
{
	color: rgb(98, 172, 30);
}
a:hover
{
	text-decoration: none;
}

/*Required so we don't get a large blue line at the bottom of .copy:*/
p:last-child, ul:last-child, ol:last-child
{
	margin-bottom: 0;
}
/*Required so we don't get a large blue line at the top of .copy:*/
h4
{
	margin: 0;
}

.outer
{
	position: relative;
	margin: 0 auto;
	width: 905px;
	min-height: 600px;
	background-color: rgb(227, 227, 168);
	/*overflow-y: scroll;*/
}
.header
{
	background-color: white;
}
.header_nav
{
	background-color: #09144E;
}
	.header_nav ul
	{
		margin: 0;
		padding: 0;
	}
	.header_nav ul li
	{
		display: inline;
	}
img
{
	vertical-align: top; /* Need to add this because by default images are inline, so get space reserved for descenders; this removes it */
}
ul.fullmenu
{
	font-size: 0;
}
.minimenubutton
{
	position: absolute;
	display: none;
	font-size: 22px;
	background-color: red;
	cursor: pointer;
}
ul.minimenu
{
	display: none;
	padding: .3em .5em;
}
	ul.minimenu > li > a
	{
		color: white;
	}
.main
{
	width: 100%;
/*	height: 80%;*/
	overflow-y: auto;
	margin-bottom: 53px;
	background-color: rgb(227,227,168);
}
.content
{
	min-height: 70%;
}

.footer
{
	position: fixed;
	bottom: 0;
	background-color: blue;
	width: 905px;
}
	.footer > img
	{
		width: 100%;
	}
.nav
{
	float: left;
	width: 275px;
}
	.nav ul li
	{
		padding: 5px 10px 0 0;
		text-align: right;
		list-style: none;
	}
		.nav ul li a
		{
			color: rgb(98,172,30);
		}
		.nav ul li a:hover
		{
			color: #09144e;
		}
.DividerLine
{
	margin: 10px 20px 0 0;
	background-color: navy;
	width: 1px;
	height: 95%;
	float: left;
}
.CopyFrame
{
	float: right;
	width: 620px;
	margin: 30px 0 40px 0;
	color: #09144e;
	line-height: 20px;
	background-color: rgb(9,20,78);
}
.copy
{
	margin: 0 0 0 1px;
	padding: 0 15px 0 20px;
	background-color: rgb(227,227,168);
}
.title
{
	color: rgb(98,172,30);
	font-weight: bold;
}
.navtitle
{
	margin: 10px 0 0 0;
	font-weight: bold;
}
.ListColumnInNav
{
	margin:10px 0 0 30px;
}
.ListColumn
{
	float: left;
	line-height: 20px;
	width: 150px;
}
#ListColumnData
{
	display: block;
}
.ResultsColumn
{
	float: right;
	width: 430px;
}
.ResultsColumnSolo
{
	float: right;
	width: 590px;
}
.TableHeader
{
	background-color:#EDEDBF;
}
.Err
{
	width: 270px;
}
.ErrorMsg
{
	color: red;
}
.TextBox, .textarea, input[type='file']
{
	width: 440px;
}
.TextBoxHalf
{
	width: 200px;
}
.box
{
	border: 1px solid #000;
	margin: 0.5em 0.5em 0 0;
	padding: 0.5em;
	background-color: #e8e8b4;
	float: left;
}
.full
{
	width: 450px;
}
.half
{
	width: 212px;
}
.dark
{
	background-color: #c5c5a2;
}
.InputBox
{
	background-color: rgb(197, 197, 162);
}

/*therapist near you*/
.item
{
	border: #7B7E85 1px solid;
    background-color: #e8e8b4;
}
.space
{
	padding: .2em;
}
.clear
{
	clear: both;
}
.clearleft
{
	clear: left;
}
.titles
{
	float: left;
	width: 100px;
	font-weight: bold;
}
.info
{
	float: left;
	width: 370px;
}
.picture
{
	float: right;
}
/*/therapist near you*/


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 950px)
{
	.outer
	{
		width: 500px;
	}

	.header_nav
	{
		position: absolute;
		display: block;
	}
		.header_nav ul li
		{
			display: block;
		}

	.main
	{
		margin-bottom: 27px;
	}
	ul.fullmenu
	{
		display: none;
	}
	.minimenubutton
	{
		display: block;
	}
	ul.minimenu
	{
		display: none;
	}
	.nav
	{
		width: 200px;
	}
		.nav > img
		{
			display: none;
		}
		.nav > ul
		{
			padding: 10px 0 0 10px;
		}
		.nav ul li
		{
			padding: 5px 20px 0 0;
		}
	.CopyFrame
	{
		width: 300px;
	}
	.ListColumn
	{
		width: auto;
	}
	#ListColumnTitle
	{
		cursor: pointer;
	}
	#ListColumnTitle:after
	{
		content: " (click to expand)";
		font-size: 80%;
	}
	#ListColumnData
	{
		display: none;
	}
	.ListColumnInNav
	{
		margin: 30px 0 0 30px;
	}
	.ResultsColumn
	{
		width: 275px;
	}
	.ResultsColumnSolo
	{
		width: 275px;
	}
	textarea
	{
		width: 250px;
	}
	.TextBox, .textarea, input[type='file']
	{
		width: 200px;
	}
	.full
	{
		width: 212px;
	}
	.footer
	{
		width: 500px;
	}
	.Col2
	{
		width:100px !important;
	}
	.Col2a
	{
		width:40px !important;
	}
	.Col3
	{
		width:110px !important;
		float: right;
	}

	/*therapist near you*/
	.titles
	{
		/*width: 100px;*/
	}
	.info
	{
		width: 160px;
	}

}
@media (max-width: 550px)
{
	ul
	{
		padding-left: 15px;
	}
	.outer
	{
		width: 320px; /*330*/
	}

	.header_nav
	{
		position: absolute;
		display: block;
	}
		.header_nav ul li
		{
			display: block;
		}
	.fullwidthimage
	{
		width: 320px; /*330*/
	}
	.main
	{
		margin-bottom: 20px;
	}
	ul.fullmenu
	{
		display: none;
	}
	.minimenubutton
	{
		display: block;
	}
	ul.minimenu
	{
		display: none;
	}
	.nav
	{
		width: 125px;
	}
		.nav > img
		{
			display: none;
		}
		.nav > ul
		{
			padding: 20px 0 0 10px;
		}
		.nav ul li
		{
			padding: 5px 5px 0 0;
		}
	.CopyFrame
	{
		width: 195px;
	}
	.copy
	{
		padding: 0 5px 0 10px;
	}
	.ListColumn
	{
		width: auto;
	}
	#ListColumnTitle
	{
		cursor: pointer;
	}
	#ListColumnTitle:after
	{
		content: " (click to expand)";
		font-size: 80%;
	}
	#ListColumnData
	{
		display: none;
	}
	.ListColumnInNav
	{
		margin: 30px 0 0 5px;
	}
	.ResultsColumn
	{
		width: 185px;
	}
	.ResultsColumnSolo
	{
		width: 185px;
	}
	textarea
	{
		width: 250px;
	}
	.TextBox, .textarea, input[type='file']
	{
		width: 165px;
	}
	.TextBoxHalf
	{
		width: 165px;
	}
	.full
	{
		width: auto;
	}
	.half
	{
		width: auto;
	}
	.footer
	{
		width: 320px; /*330*/
	}
	.Err
	{
		width: 175px;
	}
	.Col2a
	{
		width:50px !important;
	}

	/*therapist near you*/
	.picture
	{
		float: left;
	}
	.info
	{
		width: 175px;
	}
}
