@charset "utf-8";
/* tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #434343;/*background-color: #e4e3de;*/
}
a {
	color:#00a4b2;
	text-decoration:none;
}
/* layout */
div#wrap {
	background-image: url(../images/wrap.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 775px;
	margin: 0 auto;
	position: relative;
}
div#main {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* header */
div#masthead a, div#quotebtn a {
	border-bottom:0;
}
a.nav1 img, a.nav2 img, a.nav3 img, a.nav4 img {
	background-repeat: no-repeat;
	background-position: top;
}
a.nav1 img {
	background-image: url(../images/menu1.jpg);
}
a.nav2 img {
	background-image: url(../images/menu2.jpg);
}
a.nav3 img {
	background-image: url(../images/menu3.jpg);
}
a.nav4 img {
	background-image: url(../images/menu4.jpg);
}
a.nav1:hover img, a.nav2:hover img, a.nav3:hover img, a.nav4:hover img {
	background-position: bottom;
}
/* content */
#content {
	padding-right: 80px;
	padding-left: 110px;
	padding-top: 15px;
	min-height: 650px;
	z-index: 2;
}
img.sari {
	position: absolute;
	left: -60px;
}
img.sari {
	z-index: 99;
}
#slideimage_01 {
	bottom: 704px;
}
#slideimage_02 {
	bottom: 282px;
}
#slideimage_03 {
	bottom: 160px;
}
div#twinphantoms {
	margin-left: 50px;
}
a.homequotebtn {
	position: absolute;
	top: 300px;
	left: 170px;
	z-index: 100;
	border: 0;
}
a.quotebtn {
	margin-left: 60px;
}
div.col1, div.col2 {
	width: 275px;
}
div.col1 {
	float: left;
}
div.col2 {
	float: right;
}
.slideimage_margin {
	margin-left: 120px;
	clear: both;
}
div#content h1, div#content h2, div#content h3, div#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #434343;
	font-weight: normal;
}
div#content p, div#content ul, div#content ol {
	font-size: 11px;
}
div#content p, div#content ul li, div#content ol li {
	padding-bottom: 10px;
}
div#content p {
	line-height: 14px;
}
img.bullet {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
div.images {
	clear: both;
}
.attention {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px !important;
	border: 2px dotted #00a4b2;
	padding: 5px;
	text-align: center;
	color: #00a4b2;
	line-height: normal !important;
}
div#content p,
div#content ul li {
	line-height: 16px;
}
div#content ul li {
	list-style-position: inside;
}
div#content ul li a.header {
	font-weight: bold;
	font-size: 110%;
}
div#content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
}
div#content ul img {
	margin-bottom: 1em;
}
div#content ul li:before {
	content: "\00BB \0020";
}

div#content ul li a.header:hover {
	color: #3ea7bf;
	border:0;
}
/* footer */
div#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
	background-color: #FFF;
	min-height: 191px;
}
div#footer ul li {
	color: #a5a5a5;
	list-style: none;
	float: left;
	margin-right: 5px;
	line-height: normal;
	font-size: 10px;
}
#footer a.designedby {
	float: right;
	font-size: 10px;
}
div.copyright {
	text-align: center;
	font-size: 10px;
	background-image: url(../images/copyright.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 58px;
	padding-top: 22px;
	margin-bottom: 30px;
	color: #a5a5a5;
}
/* misc */
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearboth {
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* tables */
table.listtab {
width:100%;
clear:both;
border-collapse:collapse;
font-size: 10px;
}

table.listtab td,table.listtab th {
padding:.5em !important;
}

table.listtab th {
font-weight:bold;
}

table.listtab thead th {
color:#826056;
background-color: #e4e3de;
border-bottom:1px solid #434343;
}

table.listtab tfoot th {
color:#826056;
background-color: #e4e3de;
border-top:1px solid #434343;
}

table.listtab tbody tr.even {
background:#FFF;
}

table.listtab tbody tr.odd {
	background-color: #F9F9F7;
}

table.listtab tbody td {
border:1px solid #e4e3de;
}

table.listtab tbody td.bottom {
border-bottom:1px solid #e4e3de !important;
}

table.listtab td,table.listtab th {
text-align:left;
}

table.listtab td.numeric,
table.listtab th.numeric {
text-align:right;
}

table.listtab th.fitcontent,
table.listtab td.fitcontent {
white-space:nowrap;
width:1%;
}

