@charset "UTF-8";
/* CSS Document */

html{
height: 100%;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.90em;
	background-color: #666666;
	background-image: url(images/bkgrndPat.gif);
	height:100%;
}
#mainContent p {
	line-height: 1.25;
	margin-bottom: .5em;
	margin-top: 0px;
}
.firstText {
	padding-top: 20px;
}
#navBar {
	background-image: url(images/navBkgrnd.png);
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 60px;
	margin: 0px;
	left: 0px;
	visibility: hidden;
}
#container {
	width: 55em;
	margin: 0 auto;
	text-align: left;
	background-color: rgb(153,204,204);
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/barn.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-width: 800px;
}
.lastText {
	padding-bottom: 30em;
}
#iPhoneTable {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#sideBar {
	background-repeat: no-repeat;
	float: right;
	width: 250px;
	margin-right: 70px;
	margin-left: 10px;
	height: 45em;
	margin-top: 20px;
	min-height: 450px;
}
#sideBar p  {
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.25;
	background-image: url(images/bkgrnd_middle.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1.25em;
	padding-right: 20px;
	padding-left: 20px;
	background-position: left top;
	background-repeat: repeat-y;
}
#sideBar  p.firstreview   {
	background-image: url(images/bkgrnd_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
#sideBar p.lastreview {
	background-image: url(images/sb_bkgrnd_lite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
}
#sideBar p.lite {
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 150px;
	margin-left: 0px;
}
#mainContent {
	margin-left: 70px;
	min-height: 975px;
}
.topCenteredBlock {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.textCenter {
	text-align: center;
	margin: 10px, 0;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	margin-top: 15px;
	margin-bottom: .5em;
	line-height: 1.25em;
}

