@charset "utf-8";
/* CSS Document */

html {
	background-color: #ffffff;
	height:100%;

}

body {
	padding: 0;
	margin: 0;
    height: 100%;
	font-family: "Verdana", Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 0px;
	height:100%;
}

/* begin of browser padding/text over ride */
h1, h2, h3 { padding-top: 0px; margin-top: 0px; font-family: "Helvetica", Verdana, sans-serif; color: #840005; font-size: 24px; font-weight: bold;  }
h2, h3 { font-size: 18px; color: #840005; }
h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #840005;
}
h4 { font-size: 15px; color: #C30; }

p {
	font-family: "Helvetica", Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	padding-right: 2px;
}

	/* link styles for individual links with no class applied */
	A:link {text-decoration: none; font-weight: none; color: #840005; outline: none; border: none; padding: 0px;}
	A:visited {text-decoration: none; font-weight: none; color: #840005; outline: none; border: none; padding: 0px;}
	A:active {text-decoration: none; font-weight: none; color: #840005; outline: none; border: none; padding: 0px;}
	A:hover {
				font-weight: none;
				color: #000000;
				outline: none;
				border: none;
				padding: 0px;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(images/bullet.jpg) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
	}

.header {
	width: 100%;
	background-image:url(images/topBG.jpg);
	height: 233px;
	margin-right: 0px;
	margin-left: 0px;
}

.headerL {
	width: 410px;
	width:0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0px;
	display: inline;
}

.headerR {
	width: 261px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: -118px;
}


.nav {
	clear:both;
	width: 798px;
	height: 38px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.container {
	width: 796px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.areaMainPic {
	width: 796px;
	height: 225px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 160px;
	z-index: 1;
}

.areaMain {
	width: 796px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 160px;
	z-index: 1;
}

.areaMain2 {
	width: 796px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 160px;
	z-index: 1;
}

.areaMain-Left {
	width: 210px;
	margin-left: 561px;
	margin-right: auto;
	position: absolute;
	display: inline;
	z-index: 2;
}

.areaMain-Sep {
	width: 28px;
	height: 500px;
	background-image: url(images/mainSep.png);
	background-repeat: repeat-y;
	margin-left: 530px;
	margin-right: auto;
	position: absolute;
	display: inline;
}

.areaMain-Sep2 {
	width: 28px;
	height: 500px;
	background-image: url(images/mainSep.png);
	background-repeat: repeat-y;
	margin-left: 530px;
	margin-right: auto;
	position: absolute;
	display: inline;
}

.areaMain-Right {
	width: 530px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	display: inline;
	/*word-break:break-all;*/
	word-wrap:break-word;
	white-space:normal;
}

.text-small {
	font-family: "Helvetica", Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 9px;
	padding-right: 2px;
	margin-top: 2px;
	position: absolute;
}

.quoteLink {
	font-family: "Helvetica", Verdana, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 16px;
	padding-right: 2px;
	position:relative;
}

.footer {
	font-family: "Verdana", Helvetica, sans-serif;
	font-weight: normal;
	position: relative;
	color: #333;
	font-size: 9px;
	height: 38px;
	background: #ffffff;
	border: 0px;
	vertical-align: middle;
	/*top: 100%;
	bottom:0%;*/
	
}

.footer A:link {text-decoration: underline; color: #C96;}
.footer A:visited {text-decoration: underline ;}
.footer A:hover {text-decoration: underline; color: red;}

/* Menu CSS */

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:24px;
z-index: 2;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #b8d6ea;
}

	table{
		padding:1px;
		table-layout:fixed;
	}
	tr{
	}
	td, th{
		/*border-width:1px 0 0 1px;*/
		padding:2px 3px;
		word-wrap:break-word;
		white-space:normal;

	}

        /*limited size 0327*/
        .areaMain-Right img
        {
            /*for FF*/
            max-width: 525px;
            max-height: 630px;
        }
        *html .areaMain-Right img
        {
            /*for low version IE*/
            
			/*width: expression(this.width > 525 && this.width > this.height ? 525 : this.width+ "px" );
            height: expression(this.height > 630 ? 630 : this.width+ "px" );*/
            width: expression(this.width > 525 && this.width > this.height ? 525 : true );
            height: expression(this.height > 630 ? 630 : true );
        }
