* { padding: 0; margin: 0; }

body {
 margin: 5px 0 5px 0;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 13px;
 color: #333;
 background: url(images/background.gif);
}

hr {
 height: 1px; 
 border: none 0; 
 border-top: 1px solid #000;
 margin: 10px 5px;
 clear: both;
}

img {
 border: 0;
}

ul {
 padding: 15px 10px 15px 33px;
}

p {
 padding: 10px 10px 10px 0;
/* clear: both;*/
}

#wrapper {
 margin: 0 auto;
 width: 780px;
 height: auto;
 background: #FFF;
 border: 1px solid #000;
}

#header {
 margin: 1px; 
 padding: 0;
 width: 778px;
 background-color: #000066; 
 height: 108px;
 border-bottom: 6px solid #000066;  /* bottom border header color */
}

* html div#header { 
 width: 100%;
}

#header h1 a {
 float: left;
 margin: 0;
/* padding: 30px 10px 0 14px;*/
 padding: 17px 10px 0 25px;
 font-size: 30px;
 color: #99CCFF;
 clear: both;
 text-decoration: none;
 text-align: center;
}

#logo {
 display: inline;
 float: left;
/* padding-bottom: 10px;*/
 width: 778px;
 height: 108px;
 background: url(images/pageBanner.jpg) no-repeat; /* logo image */
 background-position: top right;
}

#tagline {
 margin: 0;
 padding-left: 145px;
 height: 1%;
 font-size: 14px;
 color: #FFF;
 clear: both; 
}

#content {
 padding: 10px;
 width: auto;
 height: auto;
}

#intro { 
 width: auto;
 height: auto;
 padding: 10px;
}

#intro h1 {
 margin-bottom: 20px; 
 font-size: 22px;
 font-weight: bold;
 text-align: center;
}
#topPsideImage {
	float: left;
	margin: 15px 10px 5px -20px;
	border-bottom: 3px solid #000099;
}
.signature {
}

.reviewbox { 
 /*display: table;*//*causes firefox to randomly shift inner floats below .reviewtext*/
 display: inline-block;/*without something to replace the above, reviewboxes with shorter review text will overlap*/
 padding: 10px;
 width: 736px;
}

.reviewtext { 
 display: block;
 float: left;
 width: 430px;
 height: auto; 
 margin: 0; 
 padding: 8px;
 padding-left: 0px;
}

a.revtitle {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 18px;
 font-weight: bold;
 color: #0000CC;
 text-decoration: underline;
}

.reviewimage {
 display: block;
 float: right;
 width: 252px;
 height: auto; 
 margin: 0 auto; 
 padding: 10px;
 background: #DDD; 
 border: 1px solid #000;
}

.reviewimage img {
 border: 1px solid #000;
}

.reviewrating {
 float: right;
 width: 270px;
 height: 50px; 
 margin-top: 6px; 
 padding: 10px 0 10px 0;
 font-size: 10px;
 font-weight: bold;
 background: #FFF; 
}
.reviewrating hr {
 margin: 7px 0px;
}

.quote {
 float: right;
 background: url(/images/lower_quote.jpg) no-repeat;
 padding: 10px 0px 0px 35px;
 width: 237px;
 /*width: 270px;*/
 margin-top: 17px;
}
html>/**/body .quote { 
	margin-top: 10px;
}

.quotecredit {
 /*width: 270px;*/
 width:235px;
 text-align:right;
 float:left;
 padding: 7px 0 0px 0;
 background: #FFF; 
}

#resource-box {
 margin: 20px auto;
 padding-bottom: 6px;
 width: 780px;
 background: #FFF;
 border: 1px solid #000;
}

#resource-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 text-align: center;
 border-bottom: 0px solid #CCC;
 background: #FFF;
}

ul#resource-list {
 padding: 0;
 list-style-type: none;
 text-align: center;
}

a.resource-link {
 display: block;
 padding: 6px;
 border-top: 0px solid #FFF;
 border-bottom: 0px solid #CCC;
 color: #000099;
 background: #FFF;
}

* html ul#resource-list li {
 display: inline;
 height: 1%;
}

#footer {
 margin: 20px auto; 
 padding-top: 6px;
 width: 780px;
 height: 24px;
 font-size: 12px;
 font-weight: bold;
 color: #FFF;
 text-align: center;
 background: #000099; 
 border: 1px solid #000;
}

* html div#footer { 
 padding: 8px 0 6px 0;
}

#footer a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 font-weight: bold;
 color: #FFF;
 text-decoration: underline;
}

#copyright {
 margin: 20px auto; 
 padding: 6px 0 6px 0;
 width: 780px;
 height: 15px;
 text-align: center;
 font-size: 10px;
 color: #000;
 background: #DDD; 
 border: 1px solid #000;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

