/*
Design by Godtland Software Corporation
http://www.godtlandsoftware.com
Copyright by Riverside Psychological Services, LLC, 2011
*/

body {
	margin: 0;
	padding: 0;
	background:  #7B829F url(images-all-pages/main-image.jpg) no-repeat center top;
	font-size: 14px;
	color: #EBE6E3;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #FED772;
	margin: 20px 30px;
  text-shadow: 3px 3px 3px #000000;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}

#content h1 {
	color: #FED772;
	margin: 20px 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
  text-shadow: 3px 3px 3px #000000;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}

#content h2 {
	color: #FED772;
	margin: 20px 30px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #131A2E;
  text-shadow: 3px 3px 3px #000000;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}

#content h3 {
	color: #FED772;
	margin: 20px 30px;
	font-size: 1em;
	font-weight: bold;
  text-shadow: 3px 3px 3px #000000;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}

h1 a, h2 a, h3 a{
	color: #FED772;
}

p, ul, ol {
	line-height: 150%;
	margin: 20px 30px;
  font-weight: bold;
  color: #131A2E;
}

table, td {
  font-size: 14px;
	font-weight: bold;
  color: #131A2E;
}

b {
	font-size: 125%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
  color: #131A2E;
}

a:hover {
	text-decoration: none;
	color: #EBE6E3;
}

/* Navigation */

#navigation {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	background: #131A2E;
}

.navigationLink
{
	text-align:center;
	position:relative;
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
	height: 35px;
	line-height: 35px;
	float:left;
	color:#A1A6BB;
}


.navigationLink a
{
	text-decoration:none;
	color:#A1A6BB;
	margin-bottom:0px;
}

.navigationLink a:hover
{
	text-align:center;
	color:#FED772;
	display: block;
	border-bottom:4px solid #FED772;
}

/* Header */


#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}


#header h1, #header p {
	margin: 0;
	color: #FED772;
	font-weight: bold;
	text-align: center;
}

#header h1 {
	font-size: 30px;
}


#header h1 {
	padding-top: 10px;
}

#header a {
	margin: 0;
	color: #FED772;
	font-weight: bold;
	text-align: center;
}

#headerLinks {
	width: 800px;
	margin: 0 auto;
}

#headerLinks p {
	margin: 0;
	color: #131A2E;
	font-weight: bold;
	text-align: right;
}

#headerLinks a {
	margin: 0;
	color: #131A2E;
	font-weight: bold;
}

#headerLinks a:hover {
	color: #FED772;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
	margin-top: 20px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255) transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.5);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85FFFFFF, endColorstr=#85FFFFFF);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#85FFFFFF, endColorstr=#85FFFFFF)";
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-top: 20px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(0, 0, 0) transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.3);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000)";
}

#sidebar p {
	color: #FED772;
	margin: 10px 20px;
	padding: 0;
}

#sidebar a {
	color: #FED772;
}


#sidebar h1, h2, h3 {
	color: #FED772;
	margin: 10px 20px;
	padding-top:10px;
  text-shadow: 2px 2px 2px #131A2E;
  filter: Shadow(Color=#131A2E, 
                 Direction=135, 
                 Strength=3);

}

#sidebar ul, ol {
	margin-left: 0px;
}


.notebox {
	color: #FED772;
	background: #131A2E;
	padding-top: 10px;
	padding-bottom: 10px;
}

.notebox p {
	text-align: center;
	padding: 0;
}



/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 20px auto;
	/*	background: #a1a6bb;*/
}

#footer p {
	text-align: center;
	font-size: 10px;
	padding: 20px;
}

/* images */

img {
	border-style: solid;
	border-width: 10px;
	border-color: #FFFFFF;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

img.left {
	float: left;
	margin: 0px 10px 10px 20px;
}

img.right {
	float: right;
	margin: 0px 20px 10px 10px;
}

/* alignment */

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.indented {
	margin: 20px 30px;
}