body {
	margin: 0;
	padding: 0 0 20px;
	background: url(../public_images/background.jpg) top left repeat-x #4e080e;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.leftalign {
    text-align: left;
}

.centeralign {
    text-align: center;
}

.rightalign {
    text-align: right;
}

#wrapper {
	width: 942px;
	margin: 21px auto 0;
}

#header {
	background: url(../public_images/header.jpg) -1px 0 no-repeat #fff;
	height: 110px;
	
}

#menu {
	background: url(../public_images/menu_bg_repeat.jpg) top left repeat-x #4e080e;
	height:33px;
}

#menu table {
	height: 33px;
	width: 100%;
	background: url(../public_images/menu_bg_fixed.jpg) -2px 0 no-repeat;
}

#menu td {
	border-right: 2px solid #fff;
	padding: 0;
}

#menu td.first {
	padding-left: 30px;
}

#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	height: 23px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #9e0c17;
}

table#content {
	height: 500px;
	width: 100%;
}

td#container {
	background: url(../public_images/content_bg.jpg) left bottom no-repeat #fff;
	vertical-align: top;
}

td#language_container {
	background: url(../public_images/language_bg.jpg) left -1px no-repeat;
	vertical-align: top;
}

#language_container ul {
	margin: 15px 0 0 1px;
	padding: 0 0 80px 0;
	list-style: none;
	background: url(../public_images/bg_language.jpg) -1px bottom no-repeat #ef7f05;
}

#language_container li {
	text-align: center;
	padding: 2px 0 0 1px;
	margin: 0;
}

#language_container li.firstwhite {
	height: 15px;
	background: url(../public_images/bg_language_first_white.jpg) left bottom no-repeat;
}

#language_container li.firstorange {
	height: 15px;
	background: url(../public_images/bg_language_first_orange.jpg) left bottom no-repeat;
}

#language_container li.selected {
	height: 15px;
	background: url(../public_images/bg_language_selected.jpg) left top no-repeat;
}

#language_container li.orange {
	height: 15px;
	background: url(../public_images/bg_language_orange.jpg) left top no-repeat;
}

#language_container li.white {
	height: 15px;
	background: url(../public_images/bg_language_white.jpg) left top no-repeat;
}

#language_container li.last {
	height: 15px;
	background: url(../public_images/bg_language_last.jpg) left top no-repeat;
}

#language_container a:link, #language_container a:active, #language_container a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#language_container a:hover {
	color: #fffbdc;
}

#language_container span {
	text-transform: uppercase;
	text-decoration: none;
	color: #9e0c17;
	font-weight: bold;
}

td#left_container {
	padding: 0;
	vertical-align: top;
	width: 180px;
}

table#left_content {
	width: 100%;
	height: 100%;
}

table#left_content td.content {
	padding: 5px 0 10px 15px;
	vertical-align: top;
}

table#left_content td.logo {
	height: 38px;
	vertical-align: bottom;
	border-top: 1px solid #d4d5d6;
	padding: 10px;
}

td#center_container {
	width: 490px;
	height: 370px;
	vertical-align: top;
	padding: 0 0 50px 20px;
}

td#center_container h1.title {
	color: #9e0c17;
	margin: 0;
	padding: 17px 0 0;
	font-size: 30px;
	background: url(../public_images/etcs_white.jpg) right 5px no-repeat #fff;
	height: 35px;
	border-bottom: 1px solid #000;
}

#center_info {
	background: url(../public_images/bg_home_center_top.jpg) 0 0 no-repeat #fffbdc;
	margin: 0 0 0 135px;
}

#center_info h2{
	margin: 0;
	padding: 5px 10px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9e0c17;
}

#center_info h2 span {
	line-height: 40px;
	vertical-align: bottom;
}


#joinlogo {
	vertical-align: middle;
}

#center_info p {
	margin: 0;
	padding: 0 10px 5px;
}

a#register_link:link , a#register_link:active, a#register_link:visited {
	background: url(../public_images/register_link.jpg) 0 0 no-repeat;
	display: block;
	width: 200px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 0 0 0 10px;
	margin: 5px 10px 0;
	text-transform: uppercase;
}

a#register_link:hover {
	text-decoration: underline;
}

#center_info_bottom h2{
	margin: 0;
	padding: 30px 10px 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#center_info_bottom div.content {
	margin: 0;
	padding: 0 10px 30px;
}

#center_info_bottom {
	margin: 0 0 0 135px;
	background: url(../public_images/bg_home_center_bottom.jpg) 0 bottom no-repeat #fffbdc;
}

td#right_container {
	vertical-align: top;
	padding: 5px 0 0 19px;
	width: 220px;
	
}

#right_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#right_menu a:link, #right_menu a:active, #right_menu a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 13px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#right_menu a:hover {
	color: #fffbdc;
}

#becomemember {
	background: url(../public_images/bg_right_becomemember.jpg) 0 0 no-repeat;
}

#becomecoach {
	background: url(../public_images/bg_right_becomecoach.jpg) 0 1px no-repeat;
}

#findcoach {
	background: url(../public_images/bg_right_findcoach.jpg) 0 0 no-repeat;
}

#member {
	background: url(../public_images/bg_right_member.jpg) 0 0 no-repeat;
}

#login_box {
	height: 44px;
	padding: 9px 10px 0 40px;
	background: url(../public_images/loginbox.jpg) 0 0 no-repeat;		
}
#login_box a:link, #login_box a:active, #login_box a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#login_box a:hover {
	color: #9e0c17;
}

#left_menu {
	list-style: none;
	padding: 0;
	margin: 5px 4px 5px 2px;
}

ul.submenu {
	border-left: 10px solid #9e0c17;
}

#left_menu li {
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #d4d5d6;
	padding: 7px 5px;
	text-transform: uppercase;
}

#left_menu li.subitem {
	text-align: right;
	font-size: 10px;
	border-bottom: 1px solid #d4d5d6;
	padding: 7px 5px;
	text-transform: lowercase;
}

#left_menu a:link, #left_menu a:active, #left_menu a:visited {
	color: #969696;
	text-decoration: none;
	font-weight: bold;
}

#left_menu a:hover {
	color: #9e0c17;
}

#footer_menu {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}

#footer_menu li {
	display: inline;
	color: #fff;
	text-transform: uppercase;
}

#footer_menu a:link, #footer_menu a:active, #footer_menu a:visited {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
}

#footer_menu a:hover {
	text-decoration: underline;
}

#disclaimer {
	width: 690px;
	text-align: center;
	padding: 2px 30px;
	margin: 5px auto;
	border-top: 1px solid #917c7f;
	border-bottom: 1px solid #917c7f;
	color: #bfa75f;
}

#newsletter h1 {
	background: url(../public_images/bg_newslwtter.jpg) 0 0 no-repeat;
	height: 25px;
	margin: 20px 0 0;
	padding: 0 0 0 35px;
	font-weight: normal;
	color: #e20027;
	font-size: 24px;
}

#newsletter p {
	padding: 5px 0 0 3px;
	margin: 0;
}

#newsletter h2 {
	margin: 0;
	padding: 5px 0 0 3px;
	font-weight: normal;
	color: #999;
	font-size: 20px;
}

#News {
	list-style: none;
	margin: 0;
	padding: 0;
}

#News li {
	background: #fffbdc;
	padding: 5px;
	margin: 5px 0 0;
}

h1.newslisttitle {
	margin: 10px 0 0;
	padding: 0 5px;
	font-size: 20px;
	color: #969696;
}

h2.newslisttitle {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.newslistmore {
	text-align: right;
}

.newslistmore a:link, .newslistmore a:active, .newslistmore a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9e0c17;
}

.newslistmore a:hover {
	text-decoration: underline;
}

.newslettertextinput {
	border: 1px solid #d4d5d6;
	display: block;
	width: 163px;
	padding: 2px 0 0;
	height: 18px;
}

.newsletterbutton {
	border: 1px solid #d4d5d6;
	display: block;
	width: 165px;
	height: 22px;
	padding: 0;
	background: #fff;
	margin-top: 2px;
	float: right;
}

#newsletterform {
	padding: 0;
	margin: 0;
}

#spotlight {
	text-align: center;
	margin: 0 10px 10px 0;
}

#spotlight h2 {
	background: url(../public_images/bg_newslwtter.jpg) right 5px no-repeat;
	margin: 0 0 10px;
	padding: 5px 35px 5px 5px;
	height: 25px;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #d4d5d6;
	text-align: left;
}

#impact {
	margin: 0 20px 10px 0;
	border-top: 1px solid #d4d5d6;
	border-bottom: 1px solid #d4d5d6;
	padding: 5px;
}

#impact h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#impact p {
	margin: 0;
	padding: 0;
}

#top_menu {
	list-style: none;
	padding: 5px 9px;
	margin: 0;
	height: 30px;
}

#top_menu li {	
	float: right;
	width: 72px;
	text-align: center;
	text-transform: uppercase;
	margin: 1px 0 0 5px;
}

#top_menu a:link, #top_menu a:active, #top_menu a:visited {
	color: #fff;
	text-decoration: none;
}

#top_menu a:hover {
	color: #9e0c17;
}

#searchform {
	margin: 0;
	padding: 0;
}

#searchform div {
	height: 40px;
	padding: 0 0 0 230px;
}

input.searchtextinput {
	border: 0;
	margin: 0;
	padding: 0;
	width: 148px;
	height: 21px;
	vertical-align: middle;
	background: url(../public_images/search_input.jpg) 0 0 no-repeat;
	padding: 6px 0 0 5px;
}

input.searchbutton {
	border: 0;
	margin: 0;
	padding: 0;
	width: 34px;
	height: 27px;
	vertical-align: middle;
	background: url(../public_images/search_button.jpg) 0 0 no-repeat;
}

#subtop_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 0 230px;
}

#subtop_menu img {
	vertical-align: middle;
}

#subtop_menu li {
	display: inline;
	color: #969696;
}

#subtop_menu a:link, #subtop_menu a:active, #subtop_menu a:visited {
	color: #969696;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 5px;
	font-weight: bold;
}

#subtop_menu a:hover {
	color: #9e0c17;
}

.regularform input.buttoninput {
    margin: 20px 0 0;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 2px 10px;
    text-align: center;
    border: 1px solid #d4d5d6;
    text-transform: capitalize;
	cursor: pointer;
}

.regularform input.textinput {
    border: 1px solid #d4d5d6;
	padding: 2px 0;
    color: #000;
}

.feedback {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.feedback li {
    margin: 0;
    padding: 0;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #f00;
}

.listtable {
	width: 100%;
}

.listtable th {
	background: #b2b09c;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}

.listtable td {
	border-bottom: 1px solid #b2b09c;
	padding: 2px;
}

.listtable td a:link, .listtable td a:active, .listtable td a:visited {
	font-weight: normal;
	color: #9e0c17;
	text-decoration: none;
}

.resourcetable {
	width: 100%;
}

.resourcetable th {
	background: #c5c7c8;
	color: #fff;
	padding: 2px 5px;
}

.resourcetable td {
	vertical-align: top;
	padding: 2px 5px;
}

.resourcetable td a:link, .resourcetable td a:active, .resourcetable td a:visited {
	font-weight: normal;
	color: #9e0c17;
	text-decoration: none;
}

.resourcetable td a:hover {
	text-decoration: underline;
}

