html, body {
	background-color: #DDDDDD;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
}

body {
	background-image: url('/images/layout/background.png');
	min-height: 500px;
}

/*
	HEADER
*/

#hd {
	position: relative;
	height: 394px;
	background-image: url('/images/layout/logo-background.png');
	background-repeat: no-repeat;
	display: block;
}


.logo {
	position: absolute;
	left: 10px;
	top: 15px;
}

/*
	NAVIGATION
*/

.nav {
	position: absolute;
	right: 0;
	top: 40px;
}

.nav ul {
	margin: 0;
}

.nav li {
	float: left;
	list-style: none;
	padding: 10px;
}

.nav li a {
	height: 38px;
	background-image: url('/images/layout/nav-sprite02.png');
	text-indent: -99999px;
	display: block;
}

.nav li.home a 				{ width: 64px; background-position: 0 0;}
.nav li.home a:hover 		{ width: 64px; background-position: 0 -50px;}
#home .nav li.home a  		{ width: 64px; background-position: 0 -100px;}

.nav li.about a 			{ width: 67px; background-position: -150px 0;}
.nav li.about a:hover 		{ width: 67px; background-position: -150px -50px;}
#about .nav li.about a 		{ width: 67px; background-position: -150px -100px;}

.nav li.services a 			{ width: 94px; background-position: -300px 0;}
.nav li.services a:hover 	{ width: 94px; background-position: -300px -50px;}
#services .nav li.services a{ width: 94px; background-position: -300px -100px;}

.nav li.faqs a 				{ width: 52px; background-position: -450px 0;}
.nav li.faqs a:hover		{ width: 52px; background-position: -450px -50px;}
#faqs .nav li.faqs a 		{ width: 52px; background-position: -450px -100px;}

.nav li.contact a 			{ width: 119px; background-position: -600px 0;}
.nav li.contact a:hover		{ width: 119px; background-position: -600px -50px;}
#contact .nav li.contact a 	{ width: 119px; background-position: -600px -100px;}

.nav li.affiliations a 					{ width: 124px; background-position: -750px 0;}
.nav li.affiliations a:hover			{ width: 124px; background-position: -750px -50px;}
#affiliations .nav li.affiliations a 	{ width: 124px; background-position: -750px -100px;}
  


/*
	HEADER BAR
*/

.bar {
	position: relative;
	top: 127px;
	height: 266px;
	display: block;
	background-image: url('/images/layout/header-bar-tagline.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#after-photo {
	background-image: url('/images/layout/after-picture-background.png');
	background-repeat: no-repeat;
	padding: 16px 0 0 16px;
	margin: 0;
	width: 290px;
	height: 260px;
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 100;
}

#before-photo {
	background-image: url('/images/layout/before-picture-background.png');
	background-repeat: no-repeat;
	padding: 16px 0 0 16px;
	margin: 0;
	width: 290px;
	height: 260px;
	position: absolute;
	right: 240px;
	top: 13px;
	z-index: 90;
	
}

/*
	BODY
*/


#bd {
	background-image: url('/images/layout/body-background.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 25px 40px;
}

#home #bd {
	padding: 20px 15px;
}

#caliberinfo,
#caliberdifference,
#caliberaffiliations {
	font-size: 93%;
	padding: 10px;
	position: relative;
}

#caliberinfo {
	width: 430px;
}

#caliberdifference,
#caliberaffiliations {
	width: 195px;
	height: 395px;
}

#caliberinfo.alternate,
#caliberdifference.alternate,
#caliberaffiliations.alternate {
	background-color: #DDDDDD;
}

#caliberinfo h2 {
	width: 450px;
}

#caliberinfo h2,
#caliberdifference h2,
#caliberaffiliations h2 {
	height: 39px;
	text-indent: -9999px;
	background-image: url('/images/layout/home-header-sprite2.png');
	background-repeat: no-repeat;
	margin: -10px -10px 10px -10px;
	padding: 0;
}

#caliberdifference h2 				{	background-position: -500px 0; }
#caliberaffiliations h2 			{	background-position: -750px 0; }
#caliberinfo.alternate h2 			{	background-position: 0 -50px; }
#caliberdifference.alternate h2 	{	background-position: -500px -50px; }
#caliberaffiliations.alternate h2 	{	background-position: -750px -50px; }

#caliberinfo img {
	background-image: url('/images/layout/home-picture-background.png');
	background-repeat: no-repeat;
	padding: 15px 20px 25px 20px;
}

#caliberdifference .more,
#caliberaffiliations .more {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #8B8C8F;
	display: block;
	text-align: center;
	width: 215px;
	padding: 10px 0;
}

#caliberdifference .more a,
#caliberaffiliations .more a{
	color: #FFFFFF;
	text-decoration: none;
}

#caliberaffiliations li {
	list-style-type: square;
}

/*
	FOOTER
*/

#ft {
	padding: 10px 25px;
	font-size: 78%;
}

#ft .copyright {
	float: left;
}

#ft .yastech {
	float: right;
}
#ft .yastech a {
	text-decoration: none;
}
