/* body
----------------------------------------------- */
body {
	margin: 0;
	background: #FDFDFF url(http://www.aphasiawtx.org/images/bg.png) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;  /* Centering Fix for IE makes the margin: 0 auto; work, but has to be counter acted with text-align: left; */
	font-size: 75%;
	z-index: -1;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border-width: 0;
}
img {
	margin: 0;
	padding: 0;
	border-width: 0;
}
p {
	text-align: left;
	z-index: 3;
}

/* header
----------------------------------------------- */
#header {
	width: 915px;
	height: 109px;
	margin: 0 auto;
	padding: 0;
	z-index: 25;
}
#header_navigation {
	width: 915px; /*915-300*/
	height: 28px; /*33-5*/
	margin: 0 auto;
	padding: 5px 0 0 0;
	position: relative;
	z-index: 25;
	background: url(http://www.aphasiawtx.org/images/header_navigation.png) no-repeat;
}
ul#navmenu-h a:visited {
	font-size: 18px;
	text-align: left;
}
#navmenu-h {
	height: 28px;
	margin: 0 auto 0 25px;
	padding: 0;
	border: 0 none;
	list-style: none;
	z-index: 25;
}
ul#navmenu-h li {
	height: 24px;
	margin: 0;
	padding: 0 45px 0 0;
	float: left; /*For Gecko*/
	display: inline;
	position: relative;
	list-style: none;
	border: 0 none;
	text-align: left;
        font-size:15px;
}
ul#navmenu-h ul {
	width: 201px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	list-style: none;
	border: 0 none;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu-h ul li {
	width: 201px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
        font-size:18px;
}
/* Root Menu */
ul#navmenu-h a {
	padding: 3px 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	z-index: 25;
}
/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	color: #FFF;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	background: #8968BC;
	text-align: left;
	color: #fff;
	font-size:15px;
	font-weight:bold;
	z-index: 25;
}
/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	color: #FFF;
	font-size:15px;
	font-weight:bold;

}
/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	color: #fff;
	font-size:15px;
	font-weight:bold;

}
/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	color: #FFF;
	font-size:15px;
	font-weight:bold;

}
/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	color: #fff;
	font-size:15px;
	font-weight:bold;

}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	background: #8968bc url(http://www.aphasiawtx.org/images/nav_bg.png) repeat;
	color: #FFF;
	font-size:15px;
	font-weight:bold;

}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 201px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
	display: none;
}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
	display: block;
}

/* Container
----------------------------------------------- */
#container_bg {
	width: 915px;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	background: url(http://www.aphasiawtx.org/images/content_bg.png) repeat-y;
}
#green {
	width: 558px;
	height: 275px;
	margin: 20px 0 0 0;
	padding: 20px;
	background: url(http://www.aphasiawtx.org/images/green.jpg) no-repeat;
}

#container {
	width: 842px;
	margin: 0 auto;
	padding: 0 24px 0 18px;
	z-index: 0;
}

/* content
----------------------------------------------- */
#content {
	width: 603px; /* 670-17 */
	height: auto;
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	z-index: 2;
	text-align: left;
}
#content_text {
	width: 300px; /* 670-17 */
	height: auto;
	margin: 0;
	padding: 0 0 0 0;
	float: right;
	z-index: 2;
	text-align: right;
	margin-right: 30px;
}
#content p, .post-body {
	width: 603px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	color: #000000;
	z-index: 3;
}
#about p, .post-body {
	width: 603px;
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left;
	color: #000000;
	z-index: 3;
}
#content ul, .post-body ul {
	width: 603px; /* 649-30 */
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	list-style: none;
}
#content p a:link, a:visited, .post-body p a:link, a:visited {
	color: #000000;
	text-align: left;
}
#content p a:hover, .post-body p a:hover {
	color: #000000;
	text-align: left;
}
#content .highlight{
	width: 583px; /* 649-20 */
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #fae6ea;
        font-size: 15px; 
}	
#content .highlight p {
	width: 563px;
	margin: 0;
	padding: 0;
	color: #492f91;
}
#content .highlight ul{
	width: 543px; /* 629-30 */
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	color: #492f91;
}	
#frame,
.frame { 
	width: 603px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#frame ul{
	width: 195px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#frame li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px 0;
	text-align: left;
	display: block;
}
.img_left {
	width: 275px;
	margin: 0 8px 8px 0;
	padding: 0;
	float: left;
}
.img_right {
	margin: 0 0 8px 8px;
	padding: 0;
	float: left;
}

.text_right {
	width: 300px;
	margin: 0;
	padding: 0;
	float: right;
}
#left {
	float: left;
	width: 195px;
	padding: 0;
}
#right {
	float: right;
	width: 195px;
	padding: 0;
}
#middle { 
	margin: 0 203px;
	padding: 0;
}
#left_2 {
	float: left; /* since this element is floated, a width must be given */
	width: 289px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
#right_2 {
	float: right; /* since this element is floated, a width must be given */
	width: 289px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
/* 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 */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
dl {
	margin: 0 0 1em 0;
	list-style: none;
}
dl dt {
	font-weight: bold;
	margin-left: 0;

}
#left_2 dd, #right_2 dd {
	width: 289px;
	margin-left: 0;
}
#left dd, #right dd, #middle dd {
	width: 194px;
	margin-left: 0;
}

#video {
	z-index: 0;
}
ul.list {
	margin: 0 0 0 32px;
	padding: 0;
}
.list li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: disc; 
}

#home_text {
	margin: 8px 0;
	padding: 0;
	float: right;
	text-align: justify;
	font-size: 15px;
	color: #60C;
}
/* headings
----------------------------------------------- */
h1 {
	width: 603px;
	margin: 10px 0 0 0;
        font-size: 17px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #492f91;
}
h2 {
	width: 603px;
	margin: 10px 0 0 0;
        font-size: 11px; 
	font-weight: lighter;
	text-transform: uppercase;
	text-align: left;
	color: #a48acb;
}
h3 {
	width: 603px;
	margin: 5px 0 0 0;
        font-size: 10px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #b60f28;
}
h4,
h4 a:link,
h4 a:visited,
h4 a:hover {
	width: 603px;
	margin: 0;
	padding: 0;
        font-size: 13px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #b60f28;
}
h4 {
	margin: 10px 0 0 0;
}
h5 {
	width: auto;
	margin: 5px 0 0 0;
	font-size: 16px; 
	text-align: center;
	color: #492f91;
	font-weight: 100;
}
h6 a, h6 a:visited, h6 {
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 17px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #492f91;
	text-decoration: underline;
	float: left;
}
h6 a:hover {
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 17px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #8661ee;
	text-decoration: underline;
	float: left;
}

/* Side
----------------------------------------------- */
#side {
	width: 218px; /* 245-17 */
	height: auto;
	margin: 0;
	padding: 25px 0 0 0;
	float: right;
	z-index: 2;
}

/* Footer
----------------------------------------------- */
#footer {
	width: 915px;
	height: 97px;
	margin: -68px auto 0 auto;
	padding: 0;
	z-index: 1;
	background: url(http://www.aphasiawtx.org/images/footer2.png) no-repeat;
}
#phone {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	color: #404040;
        font-size: 13px; 
}

/* === form div and elements ======================================= */

#form-div { 
  font-family : arial, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 70%;
	margin : 0;
  color : #555;
  line-height : 1.7em;
	text-align: left;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #444; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #444; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #444;
  /* background-color : #bbb; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #ea8400; 
  /* background-color : #ea8400; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #000000;
}

#form-div p.center {
  text-align : center;
  background-color : #ea8400;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #ea8400; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #444; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
	display: none;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #444;
}

label.opt-label.check {
  float : left;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #ea8400;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #444;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}
#green p {
	width: 558px;
	margin: 0;
	padding: 10px 0 0 0;
}
#quicktime {
	margin: -20px 0 0 50px;
}
