@charset "utf-8";
body {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fefef6 url(images/bg1.jpg) repeat-x top;
	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: #000000;
}
h1 {
	font-size: 29px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: large;
}
.pslap #container {
	width: 995px;
	background: transparent url(images/pslapro_03.jpg) repeat-y top;
	margin: auto auto auto auto ;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pslap #mainContent {
	padding: 140px 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent url(images/pslapro_01.jpg) no-repeat top;
}
.pslap #footer { 
	padding: 0 100px 0 100px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent url(images/pslapro_04.jpg) no-repeat bottom;
	height: 30px;
	text-align: center;
	
} 
.pslap #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.pslap #legal {
	text-align: center;
	font-size: x-small;
}
.topnav, table.topnav, td.topnav, a.topnav, a.top:link {
	color: #fff;
	font-weight: bold;
}
a.topnav:hover {
	color: #fdf9ca;
	font-weight: bold;
}
a.topnav:visited {
	color: #f8fcff;
	font-weight: bold;
}
.leftbar {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fefef6;
	border: 1px solid #9d948b;
	vertical-align: top;
	text-align: left;
}
.legal {
	font-size: x-small;
}
.rightbar {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fffffb;
	border: 1px solid #9d948b;
	vertical-align: top;
	text-align: center;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.rightbarheader {
	background-image: url(images/header-orange1.jpg);
	background-repeat: no-repeat;
	height:35px;
	width:225px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

.rightbarblueheader {
	background-image: url(images/header-blue1.jpg);
	background-repeat: no-repeat;
	height:35px;
	width:225px;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

.rightbarblue {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f8fcff;
	border: 1px solid #9d948b;
	vertical-align: top;
	text-align: left;
	padding: 8px;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.main {
	padding-left: 15px;
	vertical-align: top;
	text-align: left;
}
.blue {
	color: #3300CC;
}

.bluetex {
	color: #8FB5C0;
}

.blurbleft {
	border: #AFC4EE solid 1px;
	float: left;
	margin: 5px;
	padding: 3px;
	width: 165px;
}

.blurbleftivory {
	background-color: #FFF9E4;
	padding: 3px;
	width: 159px;
	border: 1px solid silver;
}

.blurbp {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	text-align: left;
}

.blurbright {
	border: #AFC4EE solid 1px;
	float: right;
	margin: 5px;
	padding: 3px;
	width: 165px;
}

.blurbrightsmall {
	border: #AFC4EE solid 1px;
	float: right;
	margin: 1px;
	padding: 3px;
	width: 100px;
}

.blurbul {
	margin-left: 180px;
	padding: 0px;
}

.box {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 25px;
}

.container {
	border-left: 1px solid #E4E0EA;
	border-right: 1px solid #E4E0EA;
}

.dashedborderblue1 {
	background-color: #FFFFFF;
	border-bottom: 2px dashed #5F6891;
	border-left: 2px dashed #5F6891;
	border-right: 2px dashed #5F6891;
	border-top: 2px dashed #5F6891;
	color: #353C52;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.deepbluetext {
	background-color: transparent;
	color: #003366;
}

.deepredbg {
	background-color: #A80B17;
	color: #E4EAF5;
}

.deepredtext {
	background-color: transparent;
	color: #A80B17;
}
.goldtext {
	background-color: transparent;
	color: #797147;
}

.heading {
	background-color: transparent;
	color: #002E70;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.input {
	background-color: #FFFFFF;
	border: 1px inset #CCCCCC;
	color: #333333;
	font: normal normal 8pt/10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.ivory {
	background-color: #FFF9E4;
	padding: 10px;
	color: Black;
	font: normal normal 10pt/12pt Arial, Helvetica, sans-serif;
}

.ivorybottom {
	background-color: #FFF9E4;
	background-image: url(goldtable/lbtableR3C2.jpg);
	background-repeat: repeat-x;
}

.ivoryleft {
	background-color: #FFF9E4;
	background-image: url(goldtable/lbtableR2C1.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 23px;
}

.ivoryright {
	background-color: #FFF9E4;
	background-image: url(goldtable/lbtableR2C3.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 30px;
}

.ivorytop {
	background-color: #FFF9E4;
	background-image: url(goldtable/lbtableR1C2.jpg);
	background-repeat: repeat-x;
}
.package {
	background-image: url(images/plat_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 625px;
}
.review {
	background-image: url(images/reviews_02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 625px;
}
td.packagecontent{
	padding-left: 8px;
	padding-right: 8px;
}
.txthighlight {
	background-color: rgb(253, 232, 127);
	color: rgb(0, 0, 0);
	font-weight: bold;
}
.rightnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #0A01BC;
}
.redsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #990000;
}
.thmb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
