/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#545454 url("../images/wrap-bg.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Arial", Trebuchet MS, Helvetica, sans-serif; 
	color:#4E4E4E;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}
em {font-style:italic;}

h1	{ font-size:1.0em; color:#31668A; }
	h1.index{ padding-top:130px; }
h2	{ font-size:1.4em; color:#31668A; }
h3	{ font-size:1.0em; color:#31668A; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#31668A; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#31668A; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

.back-to-top {
	text-align:right;
	display:block;
	padding:0px 0 20px 0;
	height:27px;
	background:url("../images/back-to-top.jpg") right no-repeat;
	}
	.back-to-top:hover{background:url("../images/back-to-top.jpg") right no-repeat;}
	.back-to-top span{display:none;}

p.read-more {
	text-align:right;
	display:block;
	padding-right:40px;
	}
	
	p.read-more a {
		color:#FFFFFF;
		}
		
.divider {
	background:url("../images/right-column-divider.jpg") no-repeat;
	height:86px;
	}	
	
.readmore {
	background:url("../images/read-more.jpg") right no-repeat;
	display:block;
	margin:15px 0px 0 320px;
	padding-bottom:20px;
	height:23px;
	width:89px;
	}
		
	.readmore:hover { background:url("../images/read-more.jpg") right no-repeat; }
	.readmore  span { display:none; }
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:268px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ABABAB;
	color:#000;
	width:263px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	background:url("../images/submit.jpg");
	width:89px;
	height:27px;
	cursor:pointer; 
	margin-top:19px;
	float:right;
	outline:none;
	border:none;
	position:absolute;
	display:inline;
	}

input.submit-contact-main { margin:95px 0 0 240px;} /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/submit.jpg");
	width:89px;
	height:27px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/wrap.jpg") repeat-y;
	width:794px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:113px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:34px;
		width:306px;
		top:60px;
		height:200px; 
		}
	#masthead a span {
		display:none;
		}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:url("../images/wrap-left.jpg") repeat-y;
	float:left;
	width:342px;
	}
	#column-left #subhead-left{
	background:url("../images/subhead-left-column.jpg");
	height:151px;
	}
		

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 20px;
		padding-top:150px;
		padding-bottom:0px;
		}

	#column-left form { margin-left:20px; padding-top:180px; } /* set form margin here */
	.logo {
		background:url("../images/img-logo.jpg") 34px 376px no-repeat;
		height:650px;
		}
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:none;
			padding-left:0px;  /* pushes text to the right to display bg img */
			float:left;
			width:342px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}


	.click-here, .extra {
		height:135px;
		width:308px;
		display:block;
		margin-left:34px;
		margin-top:28px;
		}
	
		.click-here {background:url("../images/column-left-atlanta.jpg"); }
		.click-here:hover { background:url("../images/column-left-atlanta.jpg") -308px -0px no-repeat; }
		.click-here  span { display:none; }

		.extra {background:url("../images/column-left-extra.jpg"); }
		.extra:hover { background:url("../images/column-left-extra.jpg") -308px -0px no-repeat; }
		.extra  span { display:none; }


/* -----------------------------------column-left-nav------------------------*/
	#column-left #question-nav { 
	background:url("../images/column-left-question-nav.jpg") top left no-repeat; 
	width:342px; 
	height:528px;
	margin:0;
	padding:0; 
	}
		
		#question-nav li span { display: none; }
		
		#question-nav li {
			float:left;
			list-style:none;
			}

		#question-nav li, #question-nav a { 
			height:100px;	/* Each button must have the same height, define it here */
			display:block;
			}
		
		/* margin-top to set where the nav should begin */
		#question-nav-01 { margin-top:0px; width:342px; }
		
		/* margin-top if there is a spacing between each nav button */
		#question-nav-02, #question-nav-03, #question-nav-04, #question-nav-05 { margin-top:0; width:342px; }
		
		#question-nav-01 a:hover { background:url("../images/column-left-question-nav.jpg") -342px  -0px no-repeat; }
		#question-nav-02 a:hover { background:url("../images/column-left-question-nav.jpg") -342px  -100px no-repeat; }
		#question-nav-03 a:hover { background:url("../images/column-left-question-nav.jpg") -342px  -200px no-repeat; }
		#question-nav-04 a:hover { background:url("../images/column-left-question-nav.jpg") -342px  -300px no-repeat; }
		#question-nav-05 a:hover { background:url("../images/column-left-question-nav.jpg") -342px -400px no-repeat; }

#contact-us {
	background:url("../images/contact_us.jpg") no-repeat;
	width:308px;
	margin-left:34px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:452px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 20px 20px;
		}
		
	#column-right p.first, #column-right h1.first {
		padding-top:90px;
		width:189px;
		}
	#column-right p.copyrights{ font-size:10px;}
	
	
	#subhead-right {padding-bottom:10px; }
		body#index #subhead-right {background:url("../images/subhead-right-column.jpg") no-repeat;}
		body#athletes #subhead-right {background:url("../images/subhead-right-column-athlete.jpg") no-repeat;  height:90px; }
		body#surgery #subhead-right {background:url("../images/subhead-right-column-pre.jpg") no-repeat; height:90px; }
		body#other-conditions #subhead-right {background:url("../images/subhead-right-column-other.jpg") no-repeat; height:90px; }
		body#thank-you #subhead-right {background:url("../images/subhead-right-column-thanks.jpg") no-repeat; height:90px; }
		body#contact #subhead-right {background:url("../images/subhead-right-column-contac.jpg") no-repeat; height:90px; }

	#subhead-right2 {
		background:url("../images/column-right-subhead2.jpg") no-repeat;
		height:99px;
		width:285px;
		float:right;
	}
		
	
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px;  }
		#column-right ul li {
			background:transparent url("../images/bullet.jpg") -2px 5px no-repeat; /* 0px = horizontal position for left, 5px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-top:5px;
			}


	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
		#column-right #women-top-right {
			background:url("../images/right-column-women-top.jpg");
			width:229px;
			height:272px;
			float:right;
			}
		#column-right #women-bottom-right {
			background:url("../images/right-column-female.jpg") no-repeat;
			width:167px;
			height:359px;
			float:left;
			}

#bikelogo {
margin:110px 0 35px 28px;
}
/* ------------------------ header framework ------------------------ */

#header-graphic {	
	height:276px;
	width:452px;
	background:url("../images/header-index.jpg");
	}



/* ------------------------ subhead framework ------------------------ */
#subhead { height:20px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-cap {
	background:url("../images/bottom-cap-repeating.jpg") repeat-y;
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	color:#FFF;
	}
	#bottom-cap .bg-image { background:url("../images/bottom-cap.jpg") no-repeat; }
	#bottom-cap p.first  {
		padding-top:180px;
		margin:0 30px 5px 368px;
	}
	#bottom-cap p.read-more  { padding-bottom:10px; }

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:163px;
	clear:both; /* important - do not remove */
	}
#footer-cap {
	background:url("../images/footer-cap.jpg");
	height:39px;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
	width:720px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; }
#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:none; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #FFFFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */


/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:794px; 
	height:34px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:34px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 69px; margin-left: 342px;}
#nav-02 { width: 153px;}
#nav-03 { width: 73px;}
#nav-04 { width: 145px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -342px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -411px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -564px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -637px -34px no-repeat; }



/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#32A295;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FFFFFF;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover{ 
	background-image:none;
	background-color:#3ABFB0;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:153px; }		
#nav-03 ul, #nav-03 li { width:90px; }
