@charset "utf-8";

body {
	font-family:"Tahoma", Arial, Helvetica;
	font-size:12px;
	line-height:22px;
	color:#343434;
	background-image:url(/images/bg_body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#d9d3dd;
	margin:0;
	padding:0;
}
.Layout {
	width:800px;
	margin:auto;
	padding:8px 0 8px 0;
}
.NavSetting {
	width:798px;
	border-right:1px solid #b3b5b8;
	border-left:1px solid #b3b5b8;
	background-color:#cccccc;	
	text-align:center;
}
ul.Nav {
	list-style-type:none;
	padding:0;
	margin:0;
}
ul.Nav li {
	display:inline;
	padding:0;
	margin:0;
}
.ContentSetting {
	width:798px;
	border-right:1px solid #b3b5b8;
	border-left:1px solid #b3b5b8;
	background-image:url(/images/bg_content.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#ffffff;
	padding:1px 0 0 0;
}
.ContentIndex {
	background-image:url(/images/photo_index.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.ContentAbout {
	background-image:url(/images/photo_services.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.ContentPrac {
	background-image:url(/images/photo_prac.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.ContentFacility {
	background-image:url(/images/photo_facility.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.ContentQual {
	background-image:url(/images/photo_qual.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.ContentServices {
/*	background-image:url(/images/photo_services.jpg);
	background-position:top right;
	background-repeat:no-repeat;*/
	padding:10px 20px 1px 20px;
}
.ContentResource {
/*	background-image:url(/images/photo_locate.jpg);
	background-position:top right;
	background-repeat:no-repeat;*/
	padding:10px 20px 1px 20px;
}
.ContentResource u {
	text-decoration:none;
}
.ContentContact {
	background-image:url(/images/photo_contact.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.ContentLocate {
	background-image:url(/images/photo_locate.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 20px 1px 20px;
}
.BtnWrapper {
	padding:0 5px;
}
.FooterLinksSetting {
	width:798px;
	font-size:11px;
	border-top:1px solid #b3b5b8;
	border-right:1px solid #b3b5b8;
	border-left:1px solid #b3b5b8;
	background-color:#ececec;
	text-align:center;
	padding:9px 0 0 0;
}
ul.FooterLinks {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.FooterLinks li {
	display:inline;
	background-image:url(/images/bg_footerlinks.gif);
	background-position:center right;
	background-repeat:no-repeat;
	padding:0 5px 0 6px;
	margin:0;
}
ul.FooterLinks li.First {
	padding:0 5px 0 0;
}
ul.FooterLinks li.Last {
	padding:0 0 0 5px;
	background-image:none;
}
.FooterTextSetting {
	text-align:center;
	font-size:11px;
	color:#7c7e80;
	line-height:10px;
}
.FooterTextSetting p {
	margin:7px 0 0 0;
	padding:0;
}

.PhotoFill_1 {width:260px;height:34px;}
.PhotoFill_2 {width:254px;height:34px;}
.PhotoFill_3 {width:244px;height:34px;}
.PhotoFill_4 {width:234px;height:24px;}
.PhotoFill_5 {width:220px;height:24px;}
.PhotoFill_6 {width:202px;height:24px;}
.PhotoFill_7 {width:175px;height:24px;}
.PhotoFill_8 {width:155px;height:20px;}
.PhotoFill_9 {width:120px;height:20px;}
.PhotoFill_1, .PhotoFill_2, .PhotoFill_3, .PhotoFill_4, .PhotoFill_5, .PhotoFill_6, .PhotoFill_7, .PhotoFill_8, .PhotoFill_9 {
	clear:right;
	margin:0;
	padding:0;
}
h1 {
	font-size:14px;
	color:#004990;
	margin:0;
	padding:0;
}
h2 {
	font-size:13px;
	color:#2b2b2b;
}
h3 {
	font-size:13px;
	color:#ab6a41;
}
h4 {
	font-size:11px;
	margin:0;
	padding:0;
}

fieldset {
	border:1px solid #ab6a41;
	padding:10px 20px 10px 20px;
}
fieldset.Prosthetics {
/*	background-image:url(/images/bg_pro_services.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
fieldset.Orthotics {
	background-image:url(/images/bg_orth_services.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
legend {
	font-size:11px;
	color:#ab6a41;
	font-weight:bold;
	padding:0 5px 0 5px;
	background-image:url(/images/bg_legend.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#ffffff;
	border:1px solid #ab6a41;
}

/* --- POSITIONING --- */
.Back {
	float:left;
}
.Forward {
	float:right;
}
.Block {
	display:block;
}
.Inline {
	display:inline;
}
.ClearFloat {
	clear:both;
	line-height:0px;
	height:0;
}
.ClearRight {
	clear:right;
}
.Margin {margin:10px;}
.NoMargin {margin:0;}
.MarginTop {margin-top:20px;}
.MarginRight {margin-right:10px;}
.MarginBottom {margin-bottom:10px;}
.MarginLeft {margin-left:10px;}

.Padded {padding:10px;}
.NoPad {padding:0;}
.PadTop {padding-top:10px;}
.PadRight {padding-right:10px;}
.PadBottom {padding-bottom:10px;}
.PadLeft {padding-left:10px;}

.Border {
	border:1px solid #5a5b5c;
}
.Rule {
	height:35px;
	background-image:url(/images/bg_rule.gif);
	background-repeat:repeat-x;
}

p.List {
	background-image:url(/images/bg_checkmark.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px 0 5px 35px;
}

/* --- LINKS --- */

a, a:link {
	color:#004990;
	text-decoration:none;
}
a:active, a:hover {
	color:#ab6a41;
}
ul.Nav li a, ul.Nav li a:link {
	padding:4px 8px;
	color:#004990;
	text-decoration:none;
}

ul.Nav li a.On, ul.Nav li a.On:link, a.On, a.On:link {
	color:#0065c8;
}
ul.Nav li a:active, ul.Nav li a:hover {
	/*background-color:#ffffff;*/
	color:#ab6a41;
}
/*
.FooterLinks li a, .FooterLinks li a:link {
	text-decoration:underline;
}
.FooterLinks li a:active, .FooterLinks li a:hover {
	text-decoration:none;
}
*/