/*  ----------------------------------------------------------------------
  GENERAL REDECLARATIONS
  ---------------------------------------------------------------------- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #D7D7D7;/*light grey*/
	background: #77c14f;/*green*/
	background: #274580;/*blue*/
	background: #77c14f;/*green*/
	height: 100%;
	padding-bottom: 20px;
}

body, tr,
td, input,
select, textarea 	{font:  normal 11px/20px   Verdana, Helvetica, Arial, sans-serif; color: #333;}




a:link 			{color:#4d697a; text-decoration:none;outline: none;}
a:visited 		{color:#006699; text-decoration:none;outline: none;}
a:hover 		{color:#77c14f; text-decoration:none;outline: none;}
/*a:active 		{color:#000000; text-decoration:none;}*/




ul, ol	 		 	{margin:0 0 10px 25px;list-style-type: disc;color:#49687A;}
ol					{list-style-type: lower-roman; color:#49687A;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font: bold 17px/30px Arial, Verdana, Helvetica, Arial, sans-serif; color: #77c14f; margin:0 0 12px;}
h2 					{font: bold 15px Arial, Verdana, Helvetica, Arial, sans-serif; color: #4D697A; margin:12px 0;}
h3 					{font: bold 12px Verdana, Helvetica, Arial, sans-serif; color: #2BAAA4; margin:8px 0 5px;}

h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.left {float: left;}
.right {float: right;}
.disclaimer {font-size: 10px;background:#BDE1DE;padding: 5px;}
.aqua {color: #2BAAA4;}
.green {color: #77c14f;}
.blue {color: #49687A;}
.red {color: #FF0000;}
.lightblue {color: #BDE1DE;}

/*For TinyMCE*/
.redText {color: #FF0000 !important;}
.largerText {font-size: 20px !important;}
.largestText {font-size: 24px !important;}

h2.date { margin-bottom: 0px; }
h3.date { margin-top: 0px; font-size: 11px; }

img.left {
	margin:0 10px 10px 0;
}

#preload {
	float: left;
	text-indent:-9000px;	
}

.download { 
	position: relative;height: 31px;
	margin: 10px 20px;
}

.download img {
	float: left;
}

.download strong {
	float: left;
	height: 30px;
	margin: 5px 0 0 10px;	
}

.quote {
	/*margin-bottom:20px;*/
	background: url("../images/endquote.gif") no-repeat bottom right;
}

.quote .text {
	width:370px;
	margin: 0 0 40px 90px;
}

.quote h2 {
	text-align: right;
	
	}

.startquote {
	float: left;
	width: 80px;
	height: 55px;
	background: url("../images/startquote.gif") no-repeat 0 0;
}

.endquote {
	width: 80px;
	height: 55px;
	float: right;
	bottom: 0;
	right: 20px;
	background: url("../images/endquote.gif") no-repeat 0 0;
}

.images-table {
	margin-bottom: 0px;	
}

.images-table td {
	padding: 0px;	
}



/*  ----------------------------------------------------------------------
  STANDARD LAYOUT - changes to these may affect styles in section below.
  ---------------------------------------------------------------------- */

#wrapper {
	position: relative;
	background:#fff;
	width: 840px;
	margin: 20px auto;
	text-align: left;
/*	height:100%;*/
}

#content {
	position: relative;
	margin: 0px 0 0 20px;
	width: 800px;
	height:auto;
	background-color: #fff;
}

#content-main {
	position: relative;
	width: 425px;
	height: 100%;
	padding: 0px;
	margin-left:20px;
	padding-right: 10px;
	border-right: 1px dashed #49687A;

}

#content-side {
	float:right;
	width: 323px;
	padding: 0px;
	background-color: #fff;
	height:100%;

}

/*  ----------------------------------------------------------------------
  STYLES FOR DIFFERENT LAYOUTS
  ---------------------------------------------------------------------- */

/*  -- regular layout, 2 column, small column on right hand side, 60/40 split --- */

#columnnormal #content-main {
	width: 425px;
	margin-left:20px;
	padding-right: 10px;
}

#columnnormal #content-side {
	width: 323px;
}

/*  -- single column only. Anything in content-side is hidden (but should not have any content anyway --- */

#columnsingle #content-main {
	width: 780px;
	margin-left:20px;
	padding-right: 0px;
	border-right: 0px dashed #49687A;
}

#columnsingle #content-side {
	display:none;
}

/*  -- 2 column layout, with small column on left hand side, 25/75 split --- */

#columnleft #content-main {
	width: 545px;
	margin-left:220px;
	padding-right: 0px;
	padding-left: 30px;
	border-right: 0px dashed #49687A;
	border-left: 1px dashed #49687A;
}

#columnleft #content-side {
	float:left;
	width: 183px;
	margin-left: 10px;
	padding-right:10px;
}

/*  -- 2 column layout, with small column on right hand side, 75/25 split --- */

#columnright #content-main {
	width: 565px;
	margin-left:20px;
	padding-right: 10px;
}

#columnright #content-side {
	float:right;
	width: 183px;
}



/*  ----------------------------------------------------------------------
  NAVIGATION AND HEADER
  ---------------------------------------------------------------------- */

#header {
	position: relative;
	background-color:#fff;
	padding: 0px;
	margin-left: 20px;
	width: 800px;
	height:400px;
}

#logo {
 	position:relative;
    left: 0px;
    top: 20px;
}

#header-photo {
	position: absolute;
	width: 800px;
	height: 223px;
	top: 145px;
	background: #274580;
	clear:both;
}

#header-photo h1 {
	width: 352px;
	height: 94px;
	margin: 15px 0 0 50px;
	text-indent: -9000px;
	background: url("../images/slogan-1.gif") no-repeat 0 0;	
}

#header-photo p,
#header-photo table,
#header-photo h2 {
	position: absolute;
	border: 0px solid red;
	width: 410px;
	top:120px;
	left: 30px;
	color: #fff;
}

#header-photo h2 {
	text-align: center;
	top: 98px;
	left: 20px;
}

#header-photo table {
	top: 130px;
	left: 20px;
}

#header-photo table td {
	color: #fff;
}

#header-photo img {
	float:right;
	width: 343px;
	height: 223px;
}





/*#sidemenu {
	color: #2BAAA4; 
}*/

#sidemenu ul {
	color: #2BAAA4;
	list-style-type: none;
	margin: 0px;
}

/*  ----------------------------------------------------------------------
  FOOTER STYLING
  ---------------------------------------------------------------------- */

#footer {
	clear:both;
	width: 800px;
	height:60px;
	padding: 10px 0 0 0 ;
	margin: 20px 0 0 20px;
	background:#fff;
	text-align: left;
	border-top: 5px solid #274580;

}

#footer #threeamlogo {
 	position: absolute;
 	margin-top: 8px;
 	margin-left: 600px;
 	width: 203px;
 	height: 34px;
}

#footer #podlogo {
 	position: absolute;
 	margin-top: 8px;
 	left: 20px;
}

#footertext {
	position: absolute;
	margin-top: 15px;
	margin-left: 100px;
	width: 700px;
	height: 20px;
}




/*  ----------------------------------------------------------------------
  FORM STYLING
  ---------------------------------------------------------------------- */


form {margin:15px 0;}

form br {clear:left;}	
#columnleft form br {clear: none; margin-top: 10px;}	
	
fieldset {
	float:left;
	margin:0px 0 10px 0;
	width:290px;
	border:none;
}

label, input, textarea{
	display:block;
	float:left;
	width:120px;
	margin-bottom:10px;
} 

input, textarea, select {
	background-color: #E7F4DF;
	border: 1px solid #284279;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	background-color: #E7F4DF;
	margin: 2px;
	padding: 2px;
}

input {
	width: 200px;
}

textarea {
	width: 290px;
	margin-bottom: 20px;
}

label {
	width:180px;
	text-align:right;
	padding-right:10px;
	margin-right: 20px;
	font-weight: bold;
}
	
label.radio-label {
	width:auto;
	padding-right:5px;
}
	
label.long-label {
	width:280px;
	text-align:left;
}
	
input.long-label {
	width:280px;
}
	
.radioinputs {
	padding-top: 10px;
	width: 400px;
}

.radioinputs label {
	float: left;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	width: 160px;
}

input.radio {
	width:auto;
	margin-right:5px;
	float: left;
	top:2px;
	background-color:transparent;
	border: 0px solid #284279;
}


input.button {
	width:auto;
	display:block;
	clear:both;
	position:relative;
	color: #fff;
	background: #274580;
}

input.inline-button {
	width:auto;
	display: inline;
	float: none;
	color: #000;
	background: #77c14f;
}
	
input.button-middle {
	width:auto;
	display:block;
	clear:both;
	position:relative;
	left:210px;
	color: #fff;
	background: #274580;
}
	
.form-error {
	float:left;
	width:295px;
	border: 1px solid #D90011;
	margin-bottom:10px;
	padding-top:10px;
	clear:both;
}
	

.contactform {
	float:none;
	clear:both;
}
	
p.form-bottom { clear:both; }

/*.mainform input, select {
	font: bold 15px Arial, Verdana, Helvetica, Arial, sans-serif; 
	color: #4D697A;
}*/

/*.mainform  {
	margin-left: 0px;width: 300px;

}
*/

/*  ----------------------------------------------------------------------
  TABLES
  Standard table styling.
  ---------------------------------------------------------------------- */
  
table {
  width:100%;
  margin-bottom:3em;
  border-collapse:collapse;
}

thead { 
  	background: url("../images/table-header.gif") repeat-x 0 0;
}

th {
  color:#fff;
  background: url("../images/table-header.gif") repeat-x 0 0;
}

th.number1 {width:100px;}
th.number2 {width:175px;}
th.number3 {width:175px;}
th.number4 {width:175px;}
th.number5 {width:175px;}

tr.list-line0{
  background: url("../images/table-row-0.jpg") repeat-x 0 0;
}

tr.list-line1 {
  background: url("../images/table-row-1.jpg") repeat-x 0 0;
  font-weight: bold;
}

tr.list-line1 td {
  font-weight: bold;
}

tr.list-line2 {
  background: url("../images/table-row-1.jpg") repeat-x 0 0;
}

tr.list-lineclear {
  background-color: white;
} 
  
td.head {
  background: url("../images/table-row-2.jpg") repeat-x 0 0;
  font-weight: bold;
  color: #47687A;
}

td, th {
  padding:3px 5px;
  text-align: center;

}


/*  ----------------------------------------------------------------------
  CLINICS PAGE STYLING
  ---------------------------------------------------------------------- */
  
.clinics-box {
	float: left;
	width: 365px;
	height: 140px;
	/*margin: 0 10px 10px 0;*/
	margin-bottom: 10px;
	padding:0px 10px 10px 10px;
	overflow: hidden;
	/*border: 1px solid red;*/
	background: url("../images/clinics-box-bg.gif") no-repeat;
}

.clinics-box h2 {
	font-weight: bold;
}

.moreinfo {
	float: right;
	margin-top: 6px;
	margin-right: 4px;
	clear: both;
}

.column1, .column2, .column3 {
	float: left;
	border: 0px solid red;
	margin: 5px 10px 0 0;
	height: auto;
}

.column1 {
	width: 60px;
	color: #2BAAA4;
}  

.column2 {
	width: 125px;
}  

.column3 {
	width: 135px;
}  

#clinics-page {
	width:250px;
}

#clinics-page .column2 {
	width:130px;
}

.clinics-staff {
	clear: both;	
}


/*  ----------------------------------------------------------------------
  NAVIGATION
  ---------------------------------------------------------------------- */

	#nav {
		position: absolute;
		top: 46px;
		left: 200px;
		width: 600px;
		height: 64px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#nav li {
		position: absolute;
		display:inline;
		margin:0;
		padding:0;
	}
	
	#nav a {
		position: absolute;
		top: 0px;
		display:block;
		text-indent:-9000px;
		overflow:hidden;
		width: 120px;
		height: 32px;
	}
	
	
	/* ------------------------------------------------------------- */		
	

	#nav_home a {
		left: 0px; top: 0px; 
		background: transparent url(../images/navigation/home.gif) no-repeat 0 0;
	}
	
	#nav_home a:hover {
		background: transparent url(../images/navigation/home_f2.gif) no-repeat 0 0;
	}
	
	#nav_home_down a {
		left: 0px; top: 0px;
		background: transparent url(../images/navigation/home.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	

	
		
	#nav_news a {
		left: 120px; top: 0px; 
		background: transparent url(../images/navigation/news.gif) no-repeat 0 0;
	}
	
	#nav_news a:hover {
		background: transparent url(../images/navigation/news_f2.gif) no-repeat 0 0;
	}
	
	#nav_news_down a {
		left: 120px; top: 0px;
		background: transparent url(../images/navigation/news.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	
		


	#nav_foot-conditions a {
		left: 240px; top: 0px; 
		background: transparent url(../images/navigation/foot-conditions.gif) no-repeat 0 0;
	}
	
	#nav_foot-conditions a:hover {
		background: transparent url(../images/navigation/foot-conditions_f2.gif) no-repeat 0 0;
	}
	
	#nav_foot-conditions_down a {
		left: 240px; top: 0px;
		background: transparent url(../images/navigation/foot-conditions.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	

	
	#nav_footwear-facts a {
		left: 360px; top: 0px; 
		background: transparent url(../images/navigation/footwear-facts.gif) no-repeat 0 0;
	}
	
	#nav_footwear-facts a:hover {
		background: transparent url(../images/navigation/footwear-facts_f2.gif) no-repeat 0 0;
	}
	
	#nav_footwear-facts_down a {
		left: 360px; top: 0px;
		background: transparent url(../images/navigation/footwear-facts.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */		




	#nav_walking-guide a {
		left: 480px; top: 0px; 
		background: transparent url(../images/navigation/walking-guide.gif) no-repeat 0 0;
	}
	
	#nav_walking-guide a:hover {
		background: transparent url(../images/navigation/walking-guide_f2.gif) no-repeat 0 0;
	}
	
	#nav_walking-guide_down a {
		left: 480px; top: 0px;
		background: transparent url(../images/navigation/walking-guide.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */		

		
	#nav_about a {
		left: 0px; top: 32px; 
		background: transparent url(../images/navigation/about.gif) no-repeat 0 0;
	}
	
	#nav_about a:hover {
		background: transparent url(../images/navigation/about_f2.gif) no-repeat 0 0;
	}
	
	#nav_about_down a {
		left: 0px; top: 32px;
		background: transparent url(../images/navigation/about.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	
		


	#nav_testimonials a {
		left: 120px; top: 32px; 
		background: transparent url(../images/navigation/testimonials.gif) no-repeat 0 0;
	}
	
	#nav_testimonials a:hover {
		background: transparent url(../images/navigation/testimonials_f2.gif) no-repeat 0 0;
	}
	
	#nav_testimonials_down a {
		left: 120px; top: 32px;
		background: transparent url(../images/navigation/testimonials.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	




	#nav_employment a {
		left: 240px; top: 32px; 
		background: transparent url(../images/navigation/employment.gif) no-repeat 0 0;
	}
	
	#nav_employment a:hover {
		background: transparent url(../images/navigation/employment_f2.gif) no-repeat 0 0;
	}
	
	#nav_employment_down a {
		left: 240px; top: 32px;
		background: transparent url(../images/navigation/employment.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	




	#nav_clinics a {
		left: 360px; top: 32px; 
		background: transparent url(../images/navigation/clinics.gif) no-repeat 0 0;
	}
	
	#nav_clinics a:hover {
		background: transparent url(../images/navigation/clinics_f2.gif) no-repeat 0 0;
	}
	
	#nav_clinics_down a {
		left: 360px; top: 32px;
		background: transparent url(../images/navigation/clinics.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */	


	
	#nav_contact a {
		left: 480px; top: 32px; 
		background: transparent url(../images/navigation/contact.gif) no-repeat 0 0;
	}
	
	#nav_contact a:hover {
		background: transparent url(../images/navigation/contact_f2.gif) no-repeat 0 0;
	}
	
	#nav_contact a {
		left: 480px; top: 32px;
		background: transparent url(../images/navigation/contact.gif) no-repeat 0 0;
	}
	
	/* ------------------------------------------------------------- */		
  