@charset "utf-8";
/* 
* Copyright (c) 2009 Area Tallahassee Aquatic Clucb. (http://swimatac.com/)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* Status of this CSS Document: On progress
* Last date modified: July 8, 2009: Basic start up
* Last date modified: July 13, 2009: UI Design (jQuery integration).
*/

/*IE 5 and IE 6 - png fix*/
img, div, a, input {
	behavior: url(iepngfix.htc)
}
/*********************************************************/
/* Normalization of CSS, for a clean start*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/*********************************************************/

/*** BASICS ***/
body {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#330000;
	background:url(../../images/mainBck.gif) repeat-x #FFE100;
	margin:0;
	padding:0;
	text-align:center;
}
h1 {
	color:#A20B08;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:10px;
}
h2 {
	color:#600604;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1.7em;
	margin-bottom:3px;
	padding-bottom:0;
}
h2.first {
	margin-top:0;
	padding-top:0;
}
h3 {
	color:#600604;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1.5em;
	margin-bottom:3px;
	padding-bottom:0;
}
h4 {
	color:#600604;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1.3em;
	margin-bottom:3px;
	padding-bottom:0;
}
h5 {
	color:#7C0705;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:1em;
	margin:0;
	padding:0;
	line-height:normal;
}
ul {
	margin-top:0;
	padding-top:3px;
}

hr {
	margin-bottom:20px;
}
a:link {
	color:#CC0000;
	text-decoration:underline;
}
a:visited {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#D7AF00;
}
a:active {
	color:#CC0000;
	text-decoration:underline;
}
a.skip {
	position: absolute;
	left: -1000em;
	width: 20em;
}
hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
p{
	margin-bottom:10px;	
}

div.myDate {
	color:#DCC023;
	font-family:Tahoma, Verdana;
	font-size:1em;
	padding-top:20px;
	line-height:normal;
}
/*** BUTTON SKIN ***/
div.more h3 {
	margin:10px 0px 0px 0px;
	padding:5px 0 5px 0;
	border-top:1px solid #ccc;
}
div.more p {
	margin:0 0 10px 20px;
}
div.more a.more {
	display:block;
	background:url(../../images/butn_submit_r.gif) no-repeat top right;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	font-size:.9em;
	color:#88772f;
	height:23px;
	width:110px;
	margin:0 0 0 6px;
	padding-right:10px;
	padding-top:2px;/*cursor:pointer;*/
}
div.more a.more:hover {
	color:#9f8b37;
}
div.more div.edge {
	margin-left:20px;
	height:23px;
	width:12px;
	background:url(../../images/butn_submit_l.gif) no-repeat top left;
	display:inline;
	float:left;
}
/*** EXTERNAL WRAPPER***/

div#wrapper {
	position:relative;
	border:0px;
	width:960px;
	margin:auto auto;
	padding:0;
	text-align:left;
	z-index:1;
	background:url(../../images/headerBck_new.gif) no-repeat #fff;
	font-size:0.8em;
}
/*** HEADER: BRANDING + PRIMARY NAV +  EXTRA NAV***/
div#wrapper div#header {
	padding:0;
	margin:0;
	height:131px;
	position:relative;
}
div#wrapper div#header div#branding {
	float:left;
	background: url(../../images/logo.gif) no-repeat;
	width:292px;
	height:62px;
	margin-left:16px;
}
div#wrapper div#header div#branding a:hover {
	background-color:transparent;
}
div#wrapper div#header ul#extraNav {
	float:right;
	padding:0px 23px 0 0 ;
	font-size:0.9em;
	position:relative;
	z-index:100;
	color:#000000;
}
div#wrapper div#header ul#extraNav li {
	display:inline;
	list-style:none;
	padding-right:8px;
}
div#wrapper div#header ul#extraNav li.active {
	color:#fbcd03;
}
div#wrapper div#header ul#extraNav li.active a {
	color:#fff;
	cursor:default;
	background-color:transparent;
}
div#wrapper div#header ul#extraNav a {
	color:#000000;
	text-decoration:none
}
div#wrapper div#header ul#extraNav a.active{
	color:#fff;
	background-color:#c8a300;
}
div#wrapper div#header ul#extraNav a:hover {
	color:#fff;
	background-color:#c8a300;
}
div#wrapper div#header div#search_box{
	position:absolute;
	top:32px;
	left:717px;
}
div#wrapper div#header div#search_box input{
padding:0px;
margin:0px;
float:left;
}
div#wrapper div#header div#search_box input#s{
	margin-top:3px;
}
/********************************************************************
/* General */


div#wrapper div#header ul#primaryNav {
	position:absolute;
	z-index:1001;
	top:92px;
	left:27px;
	width:auto;
	height:40px;
	list-style:none;
	vertical-align:top !important;
	margin:0px
}
div#wrapper div#header ul#primaryNav, div#wrapper div#header ul#primaryNav ul {
	list-style: none;
}
div#wrapper div#header ul#primaryNav, div#wrapper div#header ul#primaryNav * {
	padding: 0;
	margin: 0;
}
/* Head links */
div#wrapper div#header ul#primaryNav li.headlink {
	position:relative;
	width: 181px;
	height: 40px;
	float: left;
	text-align: left;	
}
div#wrapper div#header ul#primaryNav li.headlink a.active{
	color:#e4b702
}
div#wrapper div#header ul#primaryNav li.headlink a {
	font-size:20px;
	color: #FFF;
	text-decoration: none;
	width: auto !important;
	height: auto !important;
	display:block !important;
	margin:0px;
	padding:10px 0px 14px 15px;

}
div#wrapper div#header ul#primaryNav li.headlink a:hover{
	background:transparent url(../../images/bg_primaryNav_firstLevel_hover.gif) repeat-x 3px 0px ;
	color:#FFF
}
/* Child lists and links */
div#wrapper div#header ul#primaryNav li.headlink ul {
	display: none;
	text-align: left;
	background-color:#cccccc;
	width:auto;
	border:1px solid #cccccc;
}

div#wrapper div#header ul#primaryNav li.headlink ul li{
	border:0px !important;
	margin:0px !important;
	width: 178px;
	height: 22px;
}
div#wrapper div#header ul#primaryNav li.headlink:hover ul {
	display: block;
}
div#wrapper div#header ul#primaryNav li.headlink ul li a {
	font-weight:bold;
	font-size:.9em;
	color:#666666;
	background:url(../../images/bg_primaryNav_submenu.gif) no-repeat top left #fef7de;
	text-decoration: none;
	width: auto !important;
	height: auto !important;
	display:block !important;
	padding:5px !important;
	margin:0px;
	border-bottom:1px solid #cccccc;
}
div#wrapper div#header ul#primaryNav li.headlink ul li a:hover {
	width:auto;
	background:url(../../images/bg_primaryNav_secondLevel_hover.gif) repeat-x top left #9d0a0a;
	color:#FFF;
}
/* Pretty styling */
div#wrapper div#header ul#primaryNav a {
	color: white;
}
div#wrapper div#header ul#primaryNav ul li a:hover {
	text-decoration: none;
}
div#wrapper div#header ul#primaryNav li.headlink {

}
div#wrapper div#header ul#primaryNav li.headlink ul {

}
/*

html>body div#wrapper div#header div#primaryNav .subMenu {
	margin-top:-7px;
}
div#wrapper div#header div#primaryNav .subMenu {
	border:1px solid #a7a7a6;
	width:180px;
	margin-right:1px;
}
div#wrapper div#header div#primaryNav dl {
	list-style-type: none;
	text-align:left;
	float: left;
	width:180px !important;
	height:40px !important;
	text-decoration:none;
	text-indent:25px;
}
div#wrapper div#header div#primaryNav dl dt, div#wrapper div#header div#primaryNav dl dd, div#wrapper div#header div#primaryNav dl dd ul, div#wrapper div#header div#primaryNav dl dd ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:left;
}
div#wrapper div#header div#primaryNav dl dd {
	display:none;
	padding:0px;
	margin:0px
}
div#wrapper div#header div#primaryNav dl dd ul {
	background:url(../../images/bg_primaryNav_submenu_bt.gif) no-repeat  left bottom;
	background-color:#a7a7a6;
}
html>body div#wrapper div#header div#primaryNav dl dd ul li {
	margin-bottom:0px;
	margin-right:2px !important;
}
div#wrapper div#header div#primaryNav dl dd ul li {
	margin-bottom:1px;
	margin-right:2px !important;
}
div#wrapper div#header div#primaryNav dl dd ul li a {
	font-weight:bold;
	font-size:.9em;
	color:#666666;
	background:url(../../images/bg_primaryNav_submenu.gif) no-repeat top left;
	text-decoration: none;
	width:180px;
	height:20px;
	display:block;
	padding-top:1px;
	margin:0px;
	border-bottom:1px solid white;
}
div#wrapper div#header div#primaryNav dl dt a {
	color: #FFF;
	text-decoration: none;
	width:180px;
	height:40px;
	display:block;
	padding:0px;
	margin:0px
}
div#wrapper div#header div#primaryNav dl dd ul li a:hover {
	display:block;
	color:#FFFFFF;
	width:180px;
	height:20px;
	background:url(../../images/bg_primaryNav_submenu_hv.gif) no-repeat top left;
	border-bottom:1px solid white;
}
div#wrapper div#header div#primaryNav dl dt a:hover {
	background:url(../../images/bg_primaryNav_firstLevel_new.gif) no-repeat top left;
	color:#FFF;
	width:180px;
	height:40px;
}
div#wrapper div#header div#primaryNav a.firstLevel {
	font-size:1.4em;
	color:#CCCCCC;
	padding-top:7px;
	margin:0px;
}
div#wrapper div#header div.welcome {
	float:right;
	text-align:right;
	margin:-40px 22px 0px 0px;
}
*/






/*** CONTENT: HOME + INTERNAL PAGES***/

div#wrapper div#content {
	padding:0;
	margin:0;
}

div#wrapper div#content div#main_banner{
	background: transparent url(../../images/new_banner_bg.jpg) no-repeat 0 0;
	width: 960px;
	height: 359px;
    position:relative;
}
div#wrapper div#content div#main_banner div.photo div#prevPhoto{
    position:absolute;
    top:305px;
    left:390px;
    width:21px;
    height:21px;
    background: transparent url('../../images/slide_btns.png') no-repeat 0px -21px;
}
div#wrapper div#content div#main_banner div.photo div#prevPhoto:hover{
    background-position:0px 0px;
    cursor:pointer;
}
div#wrapper div#content div#main_banner div.photo div#nextPhoto{
    position:absolute;
    top:305px;
    left:895px;
    width:21px;
    height:21px;
    background: transparent url('../../images/slide_btns.png') no-repeat -21px -21px;
}
div#wrapper div#content div#main_banner div.photo div#nextPhoto:hover{
    background-position:-21px 0px;
    cursor:pointer;
}
div#wrapper div#content div#main_banner div.photo div.photo_container{
    position:absolute;
    top:41px;
    left:440px;
    background: transparent url('../../images/ajax-loader.gif') no-repeat 200px 120px;
    width:427px;
    height:267px;
    z-index: 1;
    /*border:1px solid red*/
}
div#wrapper div#content div#main_banner div.photo img.photo_gloss{
	position:absolute;
    top:41px;
    left:440px;
    z-index: 2;
}

div#wrapper div#content div#main_banner div.text{
    position:absolute;
    top:100px;
    left:70px;
    width:315px;    
}
div#wrapper div#content div#main_banner div.text span.title{   
	font: bold 22px/24px 'Trebuchet MS', sans-serif;
	color:#870202;
    display:block;
}
div#wrapper div#content div#main_banner div.text span.description{
    font: normal 14px/18px 'Trebuchet MS', sans-serif;
    display:block;
    padding-top:5px;
    color:#60605f;
}
div#wrapper div#content div#main_banner ul.count{
    position:absolute;
    top:310px;
    left:75px;
    margin:0;
    padding:0;
}
div#wrapper div#content div#main_banner ul.count li{
    display:inline;
    float:left;
    width:6px;
    height:6px;
    background-color:#c6c6c6;
    margin-right:8px;
	border:0;
	padding:0;
}
div#wrapper div#content div#main_banner ul.count li.active{
    background-color:#efefee;
    border:2px solid #c6c6c6;
}
/*-------------------------------------*/
div#wrapper div#content h2#logoAtac {
	padding-bottom:-100px;
	display:none;
}
div#wrapper div#content div#flashcontent {
	background:url(../../images/flashBck.jpg) no-repeat;
	position:relative;
	top:0px;
	left:4px;
	padding:0px 6px 0px 8px;
	width:760px;
	height:228px;
}
div#wrapper div#content div#flashcontent img {
	padding-top:1px;
}





div#wrapper div#content div#homeNews {
	background-image:url(../../images/news_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:transparent!important;
	width:640px;
	float:left;
	margin:10px 6px 0px 3px;
	padding-bottom:0px !important;
	display:inline;
}
div#wrapper div#content div#homeNews div.inter {
	background-image:url(../../images/news_bck.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent !important;
	padding:60px 60px 0px 15px !important;
}
div#wrapper div#content div#homeNews img{
	margin-bottom:-5px !important;
}
div#wrapper div#content div#homeNews div ul {
	
	list-style-image: url(../../images/bulletNews.gif);
}
div#wrapper div#content div#homeNews div ul li {
	
	background-color: #fffae4;
    margin-bottom: 4px;
    margin-left: 50px;
    padding: 10px;
    color:#666666;
}
div#wrapper div#content div#homeNews div ul li h4{
	color:#330000;
	font-size: 1.5em
}

div#wrapper div#content div#homeNews div ul li span {
	font-size:0.9em;
	color:#996666;
	display:block;
}





div#wrapper div#content div#homeEvents {
	float:right;
	padding: 0px 10px 0px 0px !important;
	margin: 15px 0px 0px 0px !important;	
	text-align:left !important;
	
}

div#wrapper div#content div#homeEvents ul{
	list-style:none;
	width:auto !important;
	height:auto !important;
	padding:0px !important;
	margin:0px !important;
	
}

div#wrapper div#content div#homeEvents ul li{
	padding:0px !important;
	margin:0px !important;
	text-align:left;
	display:block !important;
	width:auto !important;
	height:60px !important;
}
div#wrapper div#content div#homeEvents ul li a{
	padding:0px !important;
	margin:0px !important;
	border:0px !important;
	background-color:transparent !important;

}
div#wrapper div#content div#homeEvents ul li a:hover{
	border:0px !important;
	background-color:transparent !important;
}




div#wrapper div#content object#sponsors {
	width:755px;
	margin-top:5px;
	margin-left:11px !important
}


div#wrapper div#content img#support_home{
float:right;	
margin:5px 10px 0px 0px;
}
div#wrapper div#content div#mainHead {
	width:748px;
	height:100px;
	margin:5px 0 0 4px;
	padding-bottom: 15px;
	display:block
}
div#wrapper div#content div#mainHead h1 {
	margin:0;
	padding:48px 0 0 30px;
	letter-spacing:.03em;
}
div#wrapper div#content div#bodyContent {
	width:690px;
	float:left;
	margin:10px 0px 0px 40px;
	padding:0px;
	display:inline;
}
div#wrapper div#content div#bodyContent p {
	padding-left:10px;
	text-align:justify;
	
}
div#wrapper div#content div#bodyContent p, li {
	line-height:15px;
}
div#wrapper div#content div#bodyContent ul {
	list-style-type:none;
	margin-left:15px;
	padding-left:0;
}
div#wrapper div#content div#bodyContent li {
	/*padding:0 0 10px 20px;*/
	background:url(../../images/bullet.gif) top left no-repeat;
}
div#wrapper div#content div#bodyContent div#mainImg {
	float:right;
	margin-left:10px;
}
table.meetResults {
	font-size:0.8em !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align:left;
	margin-bottom:20px;
}
table.meetResults td{
	padding:5px;
}
table.meetResults tr.header {
	background-color:#B8B8B8;
	color:#fff;
}
table.meetResults tr.header img {
	border:1px solid #B8B8B8;
}
table.meetResults tr.neg {
	background-color:#E9E6D6;
}
table.meetResults tr.team {
	background-color:#E9E3C1;
	font-weight:bold !important;
	color:#996633
}
table.meetResults div.chMark {
	width:14px;
	height:17px;
}
table.meetResults div.chMark a:link {
	background-image:url(../../images/chMark.gif);
	background-repeat: no-repeat;
	background-position:0px 7px;
	padding:7px;
}
table.meetResults div.chMark a:hover {
	background-image:url(../../images/chMark-over.gif);
	background-repeat: no-repeat;
	background-position:0px 7px;
	padding:7px;
	background-color:transparent
}
table.meetResults tr.pos {
	background-color:#F5F2DF;
}
a.pdfBtn {
	background-image:url(../../images/pdfBttn.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:1px 1px;
}
a.zipBtn {
	background-image:url(../../images/zipBttn.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:1px 1px;
	height:20px !important;
	line-height:normal;
	margin-bottom:10px;
}
div.slide {
	float:left;
	width:170px;
	margin:0;
	padding-right:10px;
	display:inline;
}
div#wrapper div#content div#secondaryContent {
	width:160px;
	float:right;
	margin:50px 20px 0px 0px;
	padding:0px;
	height:auto;
	display:inline;
}
div#wrapper div#content div#secondaryContent div.box {
	width:159px;
	padding:0px;
	margin-bottom:-5px;
	background:url(../../images/topSubMenuBack.gif) repeat-y;
}
div#wrapper div#content div#secondaryContent div.boxHide {
	display:none;
}
div#wrapper div#content div#secondaryContent div.box div.top {
	background:url(../../images/topSubMenuTop.gif) no-repeat top left;
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:bold;
	font-size:1.2em;
	color:#990000;
	height:27px
}
div#wrapper div#content div#secondaryContent div.box div.top img {
	margin-top:12px;
	margin-left:9px;
}
div#wrapper div#content div#secondaryContent div.box div.bottom {
	background:url(../../images/topSubMenuBottom.gif) no-repeat;
	width:158px;
	height:14px;
	margin:0px;
	padding:0px
}
div#wrapper div#content div#secondaryContent div.box ul {
	margin-left: 9px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
html>body div#wrapper div#content div#secondaryContent div.box a {
	width: 134px;
}
div#wrapper div#content div#secondaryContent div.box a {
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #FFF7C9;
	border-bottom: 1px solid #E0D9B2;
}
div#wrapper div#content div#secondaryContent div.box a:link, div#wrapper div#content div#secondaryContent div.box ul a:visited {
	color: #330000;
	text-decoration: none;
}
div#wrapper div#content div#secondaryContent div.box a:hover, div#wrapper div#content div#secondaryContent div.box a.active {
	color: #990000 !important;
	background-color: #E0D9B2;
}
div#wrapper div#content div#secondaryContent div.box p {
	margin:0 0 10px 0;
	padding: 4px 8px 4px 10px;
	line-height:15px;
}
html>body div#wrapper div#content div#secondaryContent div.boxGrey {
	margin-top:5px;
}
div#wrapper div#content div#secondaryContent div.boxGrey {
	width:159px;
	padding:0px;
	margin-bottom:-5px;
	background:url(../../images/middleSubMenuBack.gif) repeat-y;
}
div#wrapper div#content div#secondaryContent div.boxGrey div.top {
	background:url(../../images/middleSubMenuTop.gif) no-repeat top left;
	padding:8px 12px;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-weight:bold;
	font-size:1.2em;
	color:#990000;
}
div#wrapper div#content div#secondaryContent div.boxGrey div.bottom {
	background:url(../../images/middleSubMenuBottom.gif) no-repeat;
	width:158px;
	height:14px;
	margin:0px;
	padding:0px
}
div#wrapper div#content div#secondaryContent div.boxGrey ul {
	margin-left: 9px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
html>body div#wrapper div#content div#secondaryContent div.boxGrey a {
	width: 134px;
}
div#wrapper div#content div#secondaryContent div.boxGrey a {
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #E4E4E4;
	border-bottom: 1px solid #C9C9C9;
}
div#wrapper div#content div#secondaryContent div.boxGrey a:link, div#wrapper div#content div#secondaryContent div.boxGrey ul a:visited {
	color: #330000;
	text-decoration: none;
}
div#wrapper div#content div#secondaryContent div.boxGrey a:hover, div#wrapper div#content div#secondaryContent div.boxGrey a.active {
	color: #990000 !important;
	background-color: #C9C9C9;
}
div#wrapper div#content div#secondaryContent div.boxGrey p {
	margin:0 0 10px 0;
	padding: 4px 8px 4px 10px;
	line-height:15px;
}
div#wrapper div#content div#secondaryContent h5.contact {
	margin:0 0 4px 0;
	padding:0;
	color:#000;
}
div#wrapper div#content div#secondaryContent p.contact {
	line-height:1.4em;
	margin-bottom:14px;
}
div#wrapper div#content div#genericContent {
	width:715px;
	float:left;
	margin-left:20px;
	padding:0px;
	height:100%;
	/*border:1px solid red;*/
	display:inline;
}
/*** FORM STUFF***/

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #E0D9B2;
	color:#A20B08;
	background-color:#fafafa;
}
/* legend styling */
legend {
	font-weight: bold;
}
/* style for  labels */
label {
	font-weight:bold;
	display: block;
	color:#676767;
	font-size:.9em;
}
/* style for required labels */
.required {
	color:#CC0000;
	font-style:normal;
	font-size:.9em;
}
span.right {
	float:right;
}
input {
	/* width: 200px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:1px 0 6px 10px;
}
input.checkbox {
	width: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:10px 0 0 10px;
}
.submit {
	background:url(../../images/butn_submit_r.gif) no-repeat top right;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.9em;
	color:#6e2525;
	height:23px;
	margin:0 12px 0 12px;
	padding:0 16px 5px 0;
	display:inline;
	cursor:pointer;
}
div.button {
	float:left;
	margin-left:23px;
	height:23px;
	width:12px;
	background:url(../../images/butn_submit_l.gif) no-repeat top left;
	display:inline;
}
input.radio, input.submit {
	width: auto;
}
/* style form elements on focus */
input:focus, textarea:focus, select:focus {
	background: #fff;
}
input.radio {
	float: left;
	margin-right: 1em;
}
textarea {
	width: 300px;
	height: 100px;
	padding:5px;
	padding:2px;
	margin:1px 0 6px 10px;
}
select {
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	margin:1px 0 6px 10px;
}
select#timezone {
	width:130px;
}
select#besttime {
	width:130px;
}
/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
	text-indent: 2em;
}
/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
	text-indent: 0;
}
/* End the hack */
#advertisement {
	margin-top:8px
}
#advertisement img {
	margin:4px;
	border:0px;
	
}
#advertisement a:hover {
	background-color:#FFFFFF
}
/*** FOOTER ***/
div#wrapper div#footer {
	width:960px;
	height:100px;
	margin:0px;
	padding-top:30px;
	border-top:none;
	text-align:center;
	font-size:.85em;
	background:url(../../images/footerBck_new.gif) no-repeat top left #FFE100;
}
div#wrapper div#footer ul {
	margin:0;
	padding:0;
}
div#wrapper div#footer ul li {
	display:inline;
	list-style:none;
}

div#wrapper div#footer ul li a.active{
	color:#fff;
	text-decoration:none;
}
div#wrapper div#footer p {
	margin:0;
	padding:6px;
}
div#wrapper div#footer ul#footerlist {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	float:right;
	margin: 20px 40px 30px 0px;
}
div#wrapper div#footer ul#footerlist li {
	padding:0px 10px;
	border-right:1px solid #edba00;
	color:#edba00;
}
div#wrapper div#footer ul#footerlist li a {
	color:#edba00;
	text-decoration:none;
}
div#wrapper div#footer ul#footerlist li a:hover {
	color:#fff;
	text-decoration:none;
}
/***  MISC ***/
#highlight {
	/*position: relative;
	float: right;
	padding-top: 8px;
	right: 8%;
	width: 55%;*/
	margin:0;
	padding:0;
}
#highlight.testimonial {
	background-image: url("../../images/quote-l.gif");
	background-position: 25px 0;
	background-repeat: no-repeat;
	margin-bottom:25px;
}
#highlight.testimonial blockquote {
	padding-left:30px;
	padding-right:40px;
	padding-bottom:10px;
	margin-bottom:0;
	background-image: url("../../images/quote-r.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#highlight .source {
	padding:0 0 0 70px;
	font-weight:bold;
	display:block;
	color:#000;
}
#highlight .company {
	padding:0 0 0 70px;
	font-style:italic;
}
.mapLeft {
	float:left;
	margin-left:50px;
}
.mapRight {
	margin-left:400px;
}
.leftCol {
	float:left;
}
.rightCol {
	margin-left:260px;
}
.textblock {
	line-height:16px;
	padding-left:20px;
}
.textblock p {
	margin:0 0 15px 0;
}
.productName {
	font-weight:bold;
	font-style:normal;
}
.registered {
	font-size:.9em;
	position:relative;
	top:-3px;
}
.release {
	margin-left:20px;
}
.icon {
	position:relative;
	top:3px;
}
div.divider {
	clear:both;
}
img.left {
	float:left;
	margin-right:10px;
}
img.right {
	float:right;
	margin-left:10px;
}
p.left {
	float:left;
	margin-right:20px;
}
/*******************************************************************************************/




#loginForm {
	margin:40px 0px 0px 160px;
	border:1px solid #ccc;
	padding: 20px 20px 20px 60px;
	height:200px;
}
/********************************************************************************************/
#newscontent {
	padding:2px 0px 0px 20px;
	width:374px;
	height:101px;
	background:url("../../images/onlineFolder.png") no-repeat top left;
	font-size:0.9em;
}
/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
#newscontent #navlist {
	margin-top:10px;
	padding-left: 0;
	margin-left: 0;
	/*border-bottom: 1px solid #FFFFFF;*/
width: 240px;
}
#newscontent #navlist li {
	list-style: none;
	margin: 0;
	padding: 0.09em;
	border-bottom: 1px solid #B72421;
}
#newscontent #navlist li a {
	text-decoration: none;
	color:#FEE490
}
#newscontent #navlist li a:hover {
	color:#FFFFFF
}
a.faqAnchor:active, a.faqAnchor:visited, a.faqAnchor:link, a.faqAnchor:hover {
	color:#330000;
	background-color: white;
	text-decoration:none;
	cursor:auto;
	font-size:1.4em !important;
}

div.answer {display:none}
div.myTop {
	font-size:0.8em;
	margin-bottom:80px;
	border-top:1px dashed #d7d6d6;
	text-align:right
}
ul.myUl {
	margin-left:30px !important;
	background-color:#E4E5E5;
}
ul.myUl li {
	list-style-image:url("../../images/q.gif");
	padding:5px 10px;
	border-bottom:10px solid #fff;
	
	
}



/********************************************************************************************
New stuff - TODO: put all this crap in its right place*/

.myLocation{border:1px solid #EAE6CC; background-color:#F1EFE6;margin-top:20px; padding:10px; height:auto; display:block}
.myLocation img{float:left;margin-right:10px; border:1px solid black}
.clear{clear:both}
#tooltip {
          color: black;
		  font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
          font-weight: bold;
          background-color: white;
          /*white-space: nowrap;*/
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
		  width:150px
}


.infoContainer{
	width:350px !important;
	height:250px !important;
	padding-right: 10px;
	overflow:auto;
	
}
      .tooltip {
        background-color:#ffffff;
        font-weight:bold;
        border:2px #006699 solid;
      }


ol.showNumbers{
	list-style:decimal !important;
	margin-left:40px;
}
table.stripped td{
padding:5px 15px;	
}
table.stripped tr th, table.stripped tr.trHeader td{
	background-color:#999 !important;
	color:white !important;

}
div.newCoach{
	background-color:#eae6cb;
	border:1px solid #d4d1ba;
	padding:5px;
	width:114px !important;
	text-align:left !important;
	
}
div.newCoach:hover{
	background-color:#fff
}
div.newCoach span{font-size:80%; color:#86836e; text-align:left;}

div.program{
	padding:10px;
	
}

div.program table{
	margin-left:10px;
}
div.program div.coach{
margin-bottom:10px;
margin-left:10px;
}
div.program div.coach ul{
float:left !important;	
padding:0px !important;
margin:0px !important;
}
div.program table td, div.program table th{padding:5px 15px;}


#replacement-1 {
  width: 100px;
  height: 55px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../../images/btn_submit.png') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#replacement-2 {
  width: 100px;
  height: 55px;
  padding: 55px 0 0;
  margin: 0;
  border: 0;
  background: transparent url('../../images/btn_submit.png') no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
form>#replacement-2 { /* For non-IE browsers*/
  height: 0px;
}
div.submit-form p img{
	margin-top:10px;
}



/*-------------------------------------------------------------------------------*/
.calendarBG {
 background-color: #000; 
}

.calendarBlank { 
 background-color: #9DB7A7;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #000; 
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}





#timeStandars tr{
margin-bottom:1px;	
}
