/* CSS Document */
html{height:100%;}
body{background-color:#bbb; height:100%; margin:0 auto; padding:0px; font-family:Helvetica, Verdana, Arial; text-align:center; }
.content{width:800px; height:680px; text-align:left;}
.contentSub{width:800px; text-align:left; background:#fff;}
a img{border:none;}

.homeBanner{height:397px; overflow:hidden;}
.subBanner{height:250px; overflow:hidden;}

.nav{font-size:16px; text-transform:uppercase; padding:5px 10px; margin:0px; overflow:hidden; text-align:center; background:#bbb;}
.nav a{color:black; text-decoration:none;}
.nav a:hover{text-decoration:underline;}

.home{background-color:white; width:780px; height:191px; padding:10px;}
.home .content{width:240px; height:189px; float:left;}
.home .contentMid{float:left; width:280px; height:189px; padding:0 10px;}

.contact{font-weight:bold; margin:20px 0;}

.sub{background-color:white; width:770px; height:auto; padding:15px; position:relative;}
.sub .left{width:510px; float:left; padding-right:15px;}
.sub .right{width:200px; padding-left:15px; border-left:2px solid #bbb; float:left; }
.sub .thumb{padding-top:20px; cursor:pointer;}
.sub h1{color:#c11237; font-size:32px; font-weight:normal; margin:0; padding:0;}
.sub p{font-size:10pt;}
.sub .right p{font-size:10pt;}
.sub a{color:#10499f; text-decoration:none; font-size:10pt;}
.sub a:hover{text-decoration:underline;}
.sub .answer{margin-top:15px;}

.footer{font-size:15px; text-transform:uppercase; padding:5px 10px; margin:0px; overflow:hidden; text-align:center; background:#bbb;}









