/* ============================== Site Stylesheet ==============================
Copyright (c) 2009-2010 Utah Physical Therapy Association, All Rights Reserved
Loaded styles: (reset.css, preset.css),buttons.css,columns.css,navigation.css,blobs.css,layout.css,footer.css,header.css,basic.css
============================================================================= */

/* ============================== reset.css ============================== */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* ============================== preset.css ============================== */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}


/* ============================== buttons.css ============================== */
a.buttonStyle1, a.buttonStyle1:link, a.buttonStyle1:active, a.buttonStyle1:visited {
	width:142px;
	height:27px;
	padding-top:6px;
	display:block;
	margin:auto;
	background:transparent url('images/buttonStyle1.gif') top left no-repeat scroll;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:Times New Roman,Times,serif;
	font-weight:bold;
	font-size:120%;
}

a.buttonStyle1:hover {
	color:white;
	text-decoration:underline;
}
/* ============================== columns.css ============================== */

/* ====== Column 1 ======= */
.columnStyle1 {
	border:0px solid #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
}

	 
		.columnStyle1>.columnTopLeft {display:none;} 
		
	
	.columnStyle1>.columnBody {
		position:relative;
		padding:0px 10px 50px 18px;
		background:none;
	}
	 
		.columnStyle1>.columnBottomLeft {display:none;} 
		
	
	.columnStyle1>.columnBody #printer{
		position:absolute;
		right:30px;
		height:30px;
		width:33px;
		background:transparent url('/images/printer.gif') top right no-repeat scroll;
		cursor:pointer;
	}

/* ====== Column 2 ======= */
.columnStyle2 {
	border:0px solid transparent;
	background:transparent url('images/left-nav-body-2.gif') top left repeat-y scroll;;
}

	 
		.columnStyle2 .columnTopLeft {display:none;}
		
	
	.columnStyle2 .columnBody {
		padding:0px 12px 0px 12px;
		min-height:235px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:235px;
		background:transparent url('images/left-nav-body-1.gif') top left no-repeat scroll;;
	}
	
			.columnStyle2 .columnBottomLeft {
			height:42px;
			background:transparent url('images/left-nav-body-3.gif') bottom left no-repeat scroll		} 
		.columnStyle2 .columnBottomRight {
			height:42px;
			background:none		}
			

/* ====== Column 3 ======= */
.columnStyle3 {
	border:0px solid #1D8E21;
	background:none;
}

	 
		.columnStyle3 .columnTopLeft {display:none;} 
		
	
	.columnStyle3 .columnBody {
		padding:5px 10px 0px 0px;
		background:none;
	}
	 
		.columnStyle3 .columnBottomLeft {display:none;} 
		
/* ============================== navigation.css ============================== */

/*--------------- Main Nav --------------------*/
#navigation {
	position:absolute;
	top:107px;
	left:0px;
		/*width:964px;*/
	width:100%;
	height:29px;
	font-size:76%;
	font-family:Times New Roman, Times, serif;
	font-weight:normal;
	background:#eee url('images/navigation-bg.gif') top left repeat-x scroll;
}
	#navigation>ul {
		margin-left:40px;
		padding-left:1px;
		height:29px;
		background:transparent url(images/navigation-bg-line.gif) left bottom no-repeat scroll;
	}
	/* Normal */
		#navigation>ul>li {
			position:relative;
			float:left;
			height:29px;
			width:135px;
			background:none;
		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				display:block;
				float:left;
				/*padding:5px 24px 0 24px;*/
				padding-top:5px;
				width:100%;
				height:24px;
				font-size:145%;
				
				text-decoration:none;
				color:#707070;
				background:url('images/navigation-bg-line.gif') bottom right no-repeat;
			}
			#navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#666;
				background:url('http://templates.sebomarketing.com/designs/alpha/navigation/navigation-hover-link.gif')   no-repeat;
			}
		
	/* Hover */
		#navigation>ul>li:hover {
			background:url('images/navigation-hover.jpg') bottom right repeat-x;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>i:hover>a:active {
				color:#666;
				text-decoration:underline;
				background:url('images/navigation-bg-line.gif') bottom right no-repeat;
			}
	
	/* Current */
		#navigation>ul>li.current {
			background:url('images/navigation-current.gif') bottom right repeat-x;
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active, #navigation>ul>li.current>a:hover {
				color:#666;
				text-decoration:underline;
				background:url('images/navigation-bg-line.gif') bottom right no-repeat;
			}
			
	/* Current Hover */
		#navigation>ul>li.current:hover {
			background:url('images/navigation-hover.jpg') bottom right repeat-x;
		}
			#navigation>ul>li.current:hover>a:link, #navigation>ul>li.current:hover>a:visited, #navigation>ul>li.current:hover>a:active, #navigation>ul>li.current:hover>a:active {
				color:#666;
				text-decoration:underline;
				background:url('images/navigation-bg-line.gif') bottom right no-repeat;
			}


/*--------------- Drop Downs --------------------*/

#navigation ul li ul {
	display:none;
	position:absolute;
	top:29px;
	left:-1px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:none;
	border:solid #dbdbdb;
	border-width:0 1px 1px;
	z-index:5;
}
	#navigation ul li:hover ul {
		display:block;
	}
	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:-1px;
	}
	#navigation ul li ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:200px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		z-index: 5;
	}
	
		#navigation ul li ul li a {
			display:block;
			float:none;
			margin:0;
			padding:6px 0 6px 12px;
			height:auto; /* needed for firefox still? */
			width:188px;
			font-weight:normal; /* must be here to override parent bold-ness */ 
			font-size:120%;
			text-align:left;
		}
		
	/* Normal */
		#navigation ul li ul li{
			background:#fff;
		}
			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				color:#707070;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation ul li ul li:hover {
			background:#dbdbdb;
		}
			#navigation ul li ul li:hover a:link, #navigation ul li ul li:hover a:visited, #navigation ul li ul li:hover a:hover, #navigation ul li ul li:hover a:active {
				color:#666;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		#navigation ul li ul li.current {
			background:#dbdbdb;
		}
			#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:active {
				color:#666;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		#navigation ul li ul li.current:hover {
			background:#dbdbdb;
		}
			#navigation ul li ul li.current:hover a:link, #navigation ul li ul li.current:hover a:visited, #navigation ul li ul li.current:hover a:hover, #navigation ul li ul li.current:hover a:active {
				color:#666;
				text-decoration:underline;
				background:none;
			}
			
/*--------------- Left Nav --------------------*/

.blobStyleNav {
	background:none;
}
/* Top */
			.blobStyleNav .blobTopLeft { display:none; }
	/* Body */
	.blobStyleNav .blobBody {
		padding:7px 0px 0px 0px;
		background:none;
	}
/* Header */
	.blobStyleNav h2 {
		height:36px;
		padding-top:6px;
		padding-left:12px;
		text-align:Left;
		font-size:175%;
		color:#666;
		border:1px solid #b9b9b9;
		background:transparent url('images/left-nav-header.gif') top left repeat-x scroll;
	}
/* Links */
	
	
	.blobStyleNav ul li {
		margin-bottom:5px;
	}
	.blobStyleNav ul li a {
		display:block;
		padding:5px 0px 5px 12px;
		font-family:Times New Roman, Times, serif;
	}
	/* Normal */
		.blobStyleNav>div>ul>li {
			background:#fff url('images/left-nav-link-box-2.gif') top right repeat-y scroll;
		}
			.blobStyleNav>div>ul>li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				padding-right:20px;
				color:#810000;
				text-decoration:none;
				border:1px solid #c6c6c6;
				background:transparent url('images/arrow.gif') 171px center no-repeat scroll;
			}
	/* Hover */
		.blobStyleNav>div>ul>li:hover {
			background:#fff url('images/left-nav-link-box-2-hover.gif') top right repeat-y scroll;
		}
			.blobStyleNav>div>ul>li:hover>a:link, .blobStyleNav>div>ul>li:hover>a:visited, .blobStyleNav>div>ul>li:hover>a:hover, .blobStyleNav>div>ul>li:hover>a:active {
				color:#999999;
				text-decoration:underline;
				background:transparent url('images/arrow-hover.gif') 171px center no-repeat scroll;
			}
	/* Current */
		.blobStyleNav>div>ul>li.current {
			background:#fff url('images/left-nav-link-box-2-hover.gif') top right repeat-y scroll;
		}
			.blobStyleNav>div>ul>li.current>a:link, .blobStyleNav>div>ul>li.current>a:visited, .blobStyleNav>div>ul>li.current>a:active {
				color:#999999;
				text-decoration:underline;
				background:transparent url('images/arrow-hover.gif') 171px center no-repeat scroll;
			}
	/* Current Hover */
		.blobStyleNav>div>ul>li.current:hover {
			background:#fff url('images/left-nav-link-box-2-hover.gif') top right repeat-y scroll;
		}
			.blobStyleNav>div>ul>li.current:hover>a:link, .blobStyleNav>div>ul>li.current:hover>a:visited, .blobStyleNav>div>ul>li.current:hover>a:hover, .blobStyleNav>div>ul>li.current:hover>a:active {
				color:#999999;
				text-decoration:underline;
				background:transparent url('images/arrow-hover.gif') 171px center no-repeat scroll;
			}
	
	/* Normal */
		.blobStyleNav ul ul{
			padding-left:10px;
			margin-top:-1px;
		}
		.blobStyleNav ul li.current ul li {
			background:url("images/left-nav-link-box-2.gif") repeat-y scroll right top #FFFFFF;
		}
			.blobStyleNav ul li.current ul li a:link, .blobStyleNav ul li.current ul li a:visited, .blobStyleNav ul li.current ul li a:active {
			background:url("images/arrow.gif") no-repeat scroll 161px center transparent;
			border:1px solid #C6C6C6;
			color:#810000;
			padding-right:20px;
			text-decoration:none;
			}
	/* Hover */
		.blobStyleNav ul li.current ul li:hover {
			background:url("images/left-nav-link-box-2-hover.gif") repeat-y scroll right top #FFFFFF;
		}
			.blobStyleNav ul li.current ul li:hover a:link, .blobStyleNav ul li.current ul li:hover a:visited, .blobStyleNav ul li.current ul li:hover a:hover, .blobStyleNav ul li.current ul li:hover a:active {
			background:url("images/arrow-hover.gif") no-repeat scroll 161px center transparent;
			color:#999999;
			text-decoration:underline;
			}
	/* Current */
		.blobStyleNav ul li.current ul li.current {
			
		}
			.blobStyleNav ul li.current ul li.current a:link, .blobStyleNav ul li ul li.current a:visited, .blobStyleNav ul li ul li.current a:active {
				background:url("images/arrow-hover.gif") no-repeat scroll 161px center transparent;
			color:#999999;
			text-decoration:underline;
			}
	/* Current Hover */
		.blobStyleNav ul li.current:hover ul li.current:hover {
			
		}
			.blobStyleNav ul li.current:hover ul li.current:hover a:link, .blobStyleNav ul li.current:hover ul li.current:hover a:visited, .blobStyleNav ul li.current:hover ul li.current:hover a:hover, .blobStyleNav ul li.current:hover ul li.current:hover a:active {
			
			}
/* Bottom */
			.blobStyleNav .blobBottomLeft { display:none; }
	
/* ============================== blobs.css ============================== */
/***************************************************************
Style Sheet for upta.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	padding-left:6px;
	margin-bottom:12px;
}
	.blobDefault h2 {
		font-size:130%;
		text-align:center;
	}

.blobTestimonial {
	margin-bottom:12px;
	padding:0 5px;
}
	.blobTestimonial h2{
		font-size:130%;
		text-align:center;
		color:#cc2223;
	}

.blobImage {
	margin-bottom:12px;
	padding:0;
	border:1px solid #c7cacd;
}
	.blobImage h2 {
		margin:0;
		padding:6px 0 5px 0;
		font-size:105%;
		text-align:center;
		border-bottom:1px solid #c7cacd;
		background:#ececec;
	}
	.blobImage img {
		float:left;
	}



/***************************************************************
Custom Blob Styles
***************************************************************/
	
.blobStyle1 {
	background:url('images/left-nav-style-2.gif') top left repeat-y scroll;
}
	.blobStyle1 .blobTopLeft {
		display:none;
	}
		.blobStyle1 .blobTopRight {
		
		}
			.blobStyle1 .blobTopRight h2 {
				
			}
	.blobStyle1 .blobBody {
		padding:10px 10px 0 10px;
		min-height:76px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:76px;
		background:url('images/left-nav-style-1.gif') top left no-repeat scroll;
	}
		.blobStyle1 .blobBody h2 {
			text-align:center;
		}
	.blobStyle1 .blobBottomLeft {
		height:9px;
		background:url('images/left-nav-style-3.gif') top left no-repeat scroll;
	}
		.blobStyle1 .blobBottomRight {
		
		}

	
/* ============================== layout.css ============================== */
body {
	min-width:964px;
	background:#fff;
}

#siteName {
	position:absolute;
	left:-999em;
}

#swoosh {
	position:fixed;
	top:0;
	left:0;
	width:29px;
	height:100%;
	background:url('images/site-bg.gif') top left repeat-y fixed;
	z-index:10;
}

#container {
	position:relative;
	top:0px;
			float:left;
		/*width:964px;*/
	width:100%;
	text-align:center;
	padding-top:107px;
}

#content {
	position:relative;
	padding:29px 0px 0 0px;
	/*width:964px;*/
	width:100%;
	text-align:left;
	background:transparent url('images/content-shadow.png') top left repeat-y scroll;;
}

#columnWrapper {
	position:relative;
	padding-top:20px;
	padding-left:40px;
	padding-right:0px;
	padding-bottom:0px;
	/*width:924px;*/
	
	
			min-height:300px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:300px;
		
	background:#fff url('images/column-wrapper-bg.gif') top left repeat-x scroll;
}

/* ============================== footer.css ============================== */


#footerWrapper {
	padding:0px 0px 0px 0px;
	width:100%;
	height:100px;
	background:white url('images/footer-bg.gif') top left repeat-x scroll;
}

#footer {
	position:relative;
	left:40px;
	padding-top:8px;
	height:92px;
	
	font-size:small;
	background:none;
}

			#footerLinks {
			position:absolute;
			top:0px;
			left:0;
			list-style:none;
		}
			#footerLinks li {
				float:left;
			}
				#footerLinks li.first a:link, #footerLinks li.first a:visited, #footerLinks li.first a:active, #footerLinks li.first a:hover {
					padding-left:5px;
				}
				#footerLinks li a:link, #footerLinks li a:visited, #footerLinks li a:active {
					float:left;
					padding-left:30px;
					padding-right:30px;
					font-size:12px;
					font-family:Times New Roman, Times, serif;
					font-weight:bold;
					text-decoration:none;
					color:#707070;
				}
				#footerLinks li a:hover {
					text-decoration:underline;
					color:#810000;
				}
				
			
		
	#footerCopyright {
		margin-top:25px;
		margin-bottom:0;
		color:#707070;
		font-size:x-small;
	}
	#footerSEO {
		color:#707070;
		font-size:x-small;
	}
		
/* ============================== header.css ============================== */

#headerWrapper {
	position:absolute;
	top:0;
	left:0;
	height:107px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background:#fff url('images/header-bg.jpg') top left repeat-x scroll;;
	/*width:964px;*/
	width:100%;
}	

#header {
	height:107px;
	/*width:964px;*/
	width:100%;
	background:transparent;
	position:relative;
}

	

			#siteLogo {
			position:absolute;
			/* top */
							top:0px;
						/* left */
							left:40px;
						
			height:107px;
			width:420px;
			z-index:5;
		}
		
	
	.headerCall {
		width:270px;
		float:right;
	}
	
		.headerCall h2 {
			font-family:Arial,Helvitica,sans serif;
			color:black;
			margin:0;padding:0;
			margin-bottom:4px;
		}
	
	
		
		
		
	
/* ============================== basic.css ============================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#707070;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#555;
}
a:visited, a:active {
	color:#777;
}
a:hover { 
	color:#810000;
	text-decoration:none;
}

h1 {
	margin-bottom:.6em;
	padding-bottom:.4em;
	font-size:220%;
	color:#707070;
	font-family:Times New Roman, Times, serif;
	border-bottom:1px solid #707070;
	font-variant:small-caps;
}

h2 {
	margin-bottom:.3em;
	font-size:155%;
	color:#810000;
	font-family:Times New Roman, Times, serif;
	font-variant:small-caps;
}

h3 {
	margin-bottom:.3em;
	font-size:130%;
	color:#810000;
	font-family:Times New Roman, Times, serif;
	font-variant:small-caps;
}

img {
	margin-bottom:.3em;
}

img.floatOpposite {
	margin-left:15px;
}

img.float {
	margin-right:15px;
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #707070;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #810000;
}

ul, ol {
	
}

.ulStyle1 {
	margin-bottom:1.2em;
	padding-left:0;
	list-style:none;
}
	.ulStyle1 li {
		padding-left:13px;
		padding-bottom:5px;
		background:transparent url('images/ulStyle1.gif') left 5px no-repeat scroll;
	}
	.ulStyle1 ul {
		margin:.3em 0;
		padding-left:20px;
		list-style:circle;
	}
		.ulStyle1 ul li {
			padding-left:0;
			background:none;
		}


ol {
	margin-bottom:.3em;
	padding-bottom:5px;
	padding-left:18px;
	list-style:decimal;
}
	ol li {
		margin-bottom:.3em;
		
	}
	ol ol {
		padding-left:20px;
	}

/* ============================== Errors ==============================

*/
