/* Heading for subpages*/
/*************************************************************/
#textSubPageHeader{
    height:50px;
    font-size: 18px;
}

/***LOGO********************************************************/
#myHeader{  padding: 23px 0px 12px 0px; }

/** MENU */

#menu {
	width:951px;
	height: 60px;
	margin: 0px auto;
	padding: 5px 5px 0px 5px;
	background-color:White;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#menu li { display: inline; }

#menu a {
	display: block;
	float: left;
	padding: 12px 0px 0px 0px;
	background: url(../images/homepage02.gif) no-repeat left top;
}

#menu li.first a { background: none; }

#menu span {
	display: block;
	width: 105px;
	height: 30px;
	background: url(../images/homepage03.gif) no-repeat 50% 16px;
}

/** LOGO - from template, not used, do not erase.*/

#logo {
	width:790px;
	height: 28px;
	margin: 0px auto;
}


/** CONTENT */
/*************************************************************/
#headerContent {
	width: 950px;
	margin: 0px auto;
	padding: 5px 5px 20px 5px;
    height: 63px; 
    background-color:White;
    background: #FFFFFF url(../images/homepage01.gif) repeat-x left top;
}

#content 
{ 
	width:950px;
	margin: 0px auto;
	padding: 5px 5px 20px 5px;
    min-height:600px;
    background-color:White;
}
/**************************************************************/
#left {
	float: left;
	width: 250px;
	background-color:White;
	height:auto;
}

#center {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 500px;
	
}
#right {
    float: right;
    width: 180px;
    height: 533px;
}
#subPage {
	float: left;
	padding: 5px 10px 0px 15px;
	width: 650px;
    background-color:White;
}

/** FOOTER */
#tags {
	clear: both;
	width:950px;
	margin: 0px auto;
	padding: 30px 0px;
}

#footer {
	clear: both;
	width:950px;
	margin: 0px auto;
	padding: 30px 0px;
}

/** BOX1 */
#box1 {
	border:solid 1px #CCCCCC;
	padding:5px 5px 20px 5px;
}

/** BOX2 */
#box2 { padding: 10px 5px 20px 5px; }

/** BOX3 */
.box3 { padding-bottom: 20px; }

/* Used on sub-page. */
/***************************************/
.box3aleft {
	padding: 10px 10px 10px 0px;
	width:310px;
	float:left;
} 
.box3aright {
	float:right;
	width:310px;
}
/****************************************/
/** BOX4 */
#box4 {
	float: left;
	width: 250px;
	padding:0px 0px 10px 0px;
	
}

/** BOX5 */
#box5 {
	float: left;
	width: 240px;
	padding: 0px 0px 20px 10px;
	
}

/** BOX6 */
#box6 {
    padding-bottom:10px;
    width:500px;
    height:264px;
    background: url(../images/Header/MakingBetter.gif) no-repeat;
}

/** BOX8 */
#box8 { 
    float:right;
    width:384px;
    text-align:center;
}

/* Used in AD left column, subpage. */
/*****************************************/
#boxBottomLeft{ height:214px; }

#boxBottomLeft a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;   
}
#boxBottomLeft a:hover{
    text-decoration:none;  
}

/*****************************************/
/* Used in right column, subpage.*/
/*****************************************/
#boxTopRight{
    background: url(../images/training1.gif) no-repeat;
    padding:0px 0px 20px 0px;
}

#boxTopRight a{
    display:block;
    width:100%;
    height:100px;
    text-decoration:none;   
}

#boxTopRight a:hover{ text-decoration:none; }

#boxBottomRightTags{padding-top:5px;}
/*****************************************/
/* Used in right column, training section.
 border:solid 1px gray;height: 417px;
#boxTraining a:hover{ color: #00aee7; }*/
/*****************************************/
#boxTraining{padding:   10px 2px 0px 2px; text-align:center; }
/***************************************/
/* Manipulate Icons */
/***************************************/
.iconImage{
   padding-right:13px;
   float:left;
}
/***************************************/
/* Quote Styles  */
/***************************************/
.quoteBody{
  float:right; 
  color:#0e8baf;
  padding: 20px 10px 20px 80px;
}
.quoteSignature{
  float: right; 
  font-style: italic; 
}

/***************************************/
/* Article Format  */
/***************************************/
#articleBody{
    width:450px;
}
#articleRightColumn{
    width:190px;
    float:right;
    padding-left:10px;
}

/***********FaceBook Control*********************/
faceBookText
{
    font-size: 8px; 
    padding-left: 10px;
}
/******************Error*************************/
#Error
{
    border:solid 2px gray; 
    width:50%; 
    padding:25px;
    text-align:center;
}
.errorMessage
{
    color: Red; 
    font-size: larger; 
    font-weight: bold; 
}
/****************Registration******************/
 .txtAddress
{
    height: 38px;
    width: 141px;
}
#registrationLeft
{
    width: 19%; 
    float: left; 
    height: 314px;
}
#registrationContent
{
    width: 76%; 
    float: left; 
    padding: 10px;  
}
#registrationText
{
    width:69%;
}
#registrationInput
{
    width: 30%; 
    float: right; 
}
.registrationTable
{
    border: 2px; 
    border-color: #368EA9; 
    border-style: solid;   
}
