@charset "utf-8";
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-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bgindex.jpg);
	background-position: top center;
	background-repeat: no-repeat;
} 
.thrColFixHdr #container2 {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	height: 265px;
} 
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 10px;
	margin: 30px 0px 15px 30px;
	height: 175px;
	display: inline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 30px 25px 0px 0px;
	height: 175px;
	display: inline;
}
.thrColFixHdr #info1 {
	width: 570px;
	float: left;
	display: inline;
	margin: 0px 0px 15px 0px;
}
.thrColFixHdr #info2 {
	float: right;
	width: 230px;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	background-image: url(images/info2.jpg);
}
.thrColFixHdr #mainContent {
	margin: 0px 275px 0px 395px;
	padding: 30px 0px 0px 0px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.contentheader {
	background-image: url(images/contentheader.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px 8px 0px 8px;
}
.contentbody {
	padding: 0px 22px 15px 22px;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(images/contentbody.gif);
	margin: 0px 8px 0px 8px;
	background-color: #FFFFFF;
}
.contentfooter {
	background-image: url(images/contentfooter.jpg);
	height: 30px;
	padding: 0px 22px 0px 22px;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px 8px 15px 8px;
}
.contentportfolio {
	padding: 5px 5px 5px 5px;
	overflow: auto;
	background-color: #FFFFFF;
	height: 175px;
}
.taba {
	margin: 0px 0px 25px 55px;
	width: 315px;
	height: 135px;
	border: 1px solid #000000;
	float: left;
}
.tabb {
	margin: 0px 280px 0px 400px;
	padding: 0 10px;
	border: 1px solid #000000;
}
.tabc {
	border: 1px solid #000000;
	float: right;
	width: 160px;
	padding: 0px 10px 15px 20px;
}
.firstletter {
	float: right;
	margin: 0px 0px 0px 20px;
}
.firstletter2 {
	float: left;
	margin: 0px 0px 0px 0px;
}
.fltrt { 
	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;
}
.tabone {
	width: 114px;
	height: 150px;
	display: inline;
	background-image: url(images/up.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.web a {
	text-decoration: none;
}
.web a:hover {}
.web a:visited {}
.class1 a {
	color: #003399;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	
	
}
.class1 a:hover {
	color: #FF6600;
}
.class2 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	background-image: url(images/ball_blue.gif);
	background-repeat: no-repeat;
	font-size: 10pt;
}
.class2 a:hover {
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	background-image: url(images/ball_green.gif);
	background-repeat: no-repeat;
}
.class3 a {
	color: #02283F;
	text-decoration: none;

}
.class3 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
.menu {
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	color: #666666;
}
.menu2 {
	margin: 5px 0px 5px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 15px;
	color: #FF0000;
	border-bottom: 2px dotted #ff0000;
	border-top: 1px dotted #ff0000;
}
.cutline {
	padding: 10px 275px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	height: 30px;
	text-align: right;
}
.animation {
	color: #FFFFFF;
	height: 200px;
	padding: 12px 0px 0px 6px;
}
.headera {

}
.headerb {
	margin: 0px 0px 5px 0px;
	color: #FFFFFF;
	text-align: center;
	padding: 12px 0px 10px 0px;
}
.tabcontent {
	height: 70px;
	padding: 0px 5px 5px 10px;
}
.tabfooter {
	padding: 6px 25px 15px 85px;
	text-align: center;
	font-size: 14px;
}
.smallheader {
	font-weight: bold;
	font-size: 17px;

}
.largeheader {
	font-size: 22pt;
	font-weight: normal;
}
.tablistcontent {
	padding: 0px 0px 3px 0px;
	width: 130px;
	float: left;
	display: inline;
}
.price {
	width: 70px;
	float: right;
	height: 70px;
}
 img, div { behavior: url(iepngfix.htc) }
.gdp {
	padding: 5px 0px 0px 0px;
	text-align: right;
	margin: 5px 0px 0px 0px;
	border-top: 1px dotted #cfcfcf;
}
.footerformat {
	border-top: 1px dotted #cfcfcf;
	padding: 5px 15px 0px 15px;
	color: #999999;
	font-size: 8pt;
	text-align: right;
}
.info2header {
	border-bottom: 2px solid #0E70AF;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	display: inherit;
}
.info2listing {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 8px 0px;
}
.test {
	background-image: url(images/contentbody.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.itemheader {
	color: #114B63;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #114b63;
	text-align: center;
}
.itemtext {
	font-size: 8pt;
	line-height: 10pt;
}
.specaltext {
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
	color: #1B6D9F;
}
.specaltext2 {
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: #1B6D9F;
	text-align: right;
}
.legal {
	font-size: 7pt;
	color: #999999;
}
.owner {
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	text-align: right;
}



div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancybox/fancy_title_right.png') repeat-x;
}
