@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
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: #000000;
	background-color: #81B3CC;
	background-image: url(../pics/page-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 979px;
	text-align: left;
	margin-top: 28px;
	margin-right: auto;
	margin-bottom: 28px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../pics/container-back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #C7DFF9;
	margin: 0px;
} 
#header #header-top {
	background-image: url(../pics/header-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
}
#header #header-top #topnavigation {
	float: right;
	width: 700px;
	font-size: 24px;
	color: #CE9836;
	text-align: center;
	margin-right: 20px;
	margin-top: 4px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#header #header-animation {
	background-image: url(../pics/header-animation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 297px;
	position: relative;
}
#header-animation #prolandAddress {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	position: absolute;
	left: 16px;
	top: 123px;
	width: 200px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #header-animation #myAnimation {
	height: 297px;
	width: 753px;
	z-index: 100;
	background-color: #477992;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#myAnimation #testimonials {
	height: 160px;
	width: 200px;
	position: absolute;
	top: 22px;
	z-index: 1000;
	left: 534px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#myAnimation #animationText {
	margin-top: 80px;
	color: #FFFFFF;
}




.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../pics/sidebar-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 226px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#mainContent #contentHeader {
	float: none;
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC9900;
	text-align: center;
	width: 700px;
	margin-left: 20px;
	background-image: url(../pics/title-back.gif);
	height: 40px;
	padding-top: 13px;
}
#mainContent #sideContent {
	float: right;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
}


#mainContent #theContent {
	padding: 0px;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 18px;
}
#theContent .cbox-content {
	background-image: url(../pics/cbox-back.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding-right: 12px;
	padding-left: 12px;
}
#sideContent .sbox-content {
	background-image: url(../pics/sbox-back.gif);
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 16px;
	color: #990000;
	padding-right: 12px;
	padding-left: 12px;
}


.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #FFFFCB;
} 
#footer #footer-top {
	background-image: url(../pics/footer-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
}
#footer #footer-content {
	background-image: url(../pics/footer-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 11px;
	color: #81B3CC;
	text-align: center;
}
#footer #footer-content a {
	font-size: 11px;
	color: #E0EFF6;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer #footer-content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#footer #footer-bottom {
	background-image: url(../pics/footer-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 8px;
}
#disclaimer {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	width: 979px;
}
#disclaimer a {
	color: #003399;
	text-decoration: none;
}
#disclaimer a:hover {
	color: #C9A044;
	text-decoration: none;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1 #sidebar-header {
	background-image: url(../pics/header-animation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 297px;
	position: relative;
}
#sidebar-header #prolandAddress {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
	position: absolute;
	left: 16px;
	top: 123px;
	width: 200px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header-bar {
	font-size: 16px;
	font-weight: bold;
	background-color: #022C45;
	letter-spacing: .1em;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C39839;
	border-bottom-color: #C39839;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
}
.header-bar2 {
	font-size: 16px;
	font-weight: bold;
	background-color: #C39839;
	letter-spacing: 0.1em;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #022C45;
	border-bottom-color: #022C45;
	color: #022C45;
	line-height: 22px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
}
.boxContent ol {
	margin-left: 24px;
	list-style-position: outside;
}
.boxContent .imgLeft {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.boxContent .imgRight {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
.boxContent a {
	color: #990000;
	text-decoration: none;
}
.boxContent a:hover {
	color: #C69842;
	text-decoration: none;
}
.boxContent .star {
	background-image: url(../pics/star.gif);
	float: left;
	height: 23px;
	width: 34px;
	margin-right: 12px;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding-top: 9px;
}
.boxContent .landtable td {
	padding: 3px;
}
.boxContent .landtable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-left-color: #CC9900;
}

.landtable .landHeader {
	background-color: #022C45;
	font-weight: bold;
	color: #CC9900;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	text-align: center;
}
.landtable .landData {
	color: #000066;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	text-align: center;
}

.boxContent .land {
	position: relative;
}
.boxContent .land .landImg {
	float: left;
	width: 160px;
	font-size: 11px;
	text-align: center;
}
.boxContent .land .landText {
	margin-left: 180px;
	font-weight: bold;
	color: #000066;
	line-height: 20px;
}
.boxContent table td {
	padding: 4px;
}
.boxContent ul {
	margin-left: 30px;
}
.boxContent ol {
	font-weight: bold;
}
.boxContent h1 {
	font-size: 16px;
	color: #3B6D86;
	font-weight: bold;
}
#AutoNumber1 {
	border: 1px solid #CC9900;
	background-color: #E0EDF3;
}
#AutoNumber1 td {
	padding: 3px;
}
#AutoNumber1 input {
	border: 1px solid #81B3CC;
}
.hot {
	background-color: #D0E4ED;
	padding: 6px;
	border: 2px solid #990000;
	font-size: 14px;
	font-weight: bold;
}
#bottomLand table td {
	text-align: center;
	padding: 4px;
	background-color: #CC9900;
	margin: 2px;
}
#mainContent #bottomLand {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 2px solid #13455E;
	background-color: #D6E7EF;
}

#bottomLand table td a {
	text-align: center;
	padding: 4px;
	background-color: #CC9900;
	margin: 2px;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
}
#bottomLand table td a:hover {
	background-color: #13455E;
	color: #FFFFFF;
}
.boxContent #myGraph {
	width: 290px;
	background-image: url(../pics/ss-index.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #20526B;
	font-size: 11px;
	line-height: 16px;
	float: right;
	margin-left: 18px;
	padding: 6px;
	border: 1px solid #86B2C8;
}
#myGraph .myGraphButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	border: 1px solid #CC9900;
	text-align: center;
	padding: 2px;
}
#myGraph .myGraphButton a {
	color: #FFFFFF;
	text-decoration: none;
}
.boxContent .myTCell {
	border: 2px solid #CC9900;
	background-color: #FFFFFF;
	background-image: url(../pics/diploma.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 175px;
	font-size: 18px;
	font-weight: bold;
	color: #295D75;
	padding-top: 4px;
}
.boxContent .myTCell2 {
	border: 2px solid #CC9900;
	background-color: #FFFFFF;
	background-image: url(../pics/nestegg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 175px;
	font-size: 18px;
	font-weight: bold;
	color: #24566F;
	padding-top: 4px;
}
