﻿@import url("ShowFlyerTable.css");
@import url("SummaryTable.css");

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background: #00BFFF url('../Images/Clouds_bg.jpg') 100% 100% no-repeat;
	background-position:0 0;
	/*position:fixed;*/
	position:relative;
	
			

	
}



#column_l {
	width: 180px;
	top:0;
	float:left;
	margin-right:15px;
	/*left:0;*/
	text-align:justify;
	/*position:absolute;*/
	/*height: 475px;*/

}


#column_r {
	width: 100px;
	top:0;
	float:right;
	margin-right:35px;
	/* relative   */
	/*height: 475px;*/
	/*padding-top:170px;*/
}


#tabContainer{ /*position:absolute;*/ /* width: 650px;  left:265px;  left:135px;*/
top:0; 
	max-width:75em;
	min-width:75em;
	margin-left:195px;
/*	float:left;
	margin-right:210px;
	width:675px;
*/	

	

} 


#tabMenu{ position:relative; height:30px;  } 
#tabFooter{ position:relative; height:30px;  } 

#tabContent{ 
	position:relative; 
	height:475px;
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:#444444; 
	border:1px solid #000000; 
	/*border-bottom:10px solid #000000;*/
	
	overflow:auto; 
} 
#tabContent .content{ display:none; } 
#tabContent .active{ padding:5px 10px; display:block; }



.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('../images/topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('../images/topMenuImages.png') 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url('../images/topMenuImages.png') 100% -30px no-repeat;}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url('../images/topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('../images/topMenuImages.png') 100% -90px no-repeat;}

.footer{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('../images/topMenuImages.png') repeat-x;}


.summary .label {
		  display:block;
		  float: left;
		  width: 150px;
		  text-align: right;
		  margin-right: 5px;
		}

.summary label.error {
		  width: 25px;
		  display: block;
		  float: left;
		  color: red;
		  padding-left: 10px;
		}

	
	

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #CCAA77;
	line-height:130%;
	

}
h1 {
	font-size: 2em;
	color: #393939;
}

h2 {
	font-size: 1.75em;
	color: #469;
}


		.style1 {
			text-align: center;
		}
		.style1a {
			text-align: justify;
		}

		.style2 {
			float:right;
		}
		.style3 {
			font-family: "Times New Roman";
		}
		.style4 {
			font-weight: normal;
		}
		.style5 {
			font-variant: small-caps;
			/*text-decoration: underline;*/
			font-weight: bold;
		}
		.style5a {
			font-variant: small-caps;
			text-decoration: underline;
			font-weight: bold;
			text-align:center;
		}
		
		.style5b {
			font-variant: small-caps;
			font-weight: bold;
		}


		.style7 {
			text-align: center;
		}
		.style8 {
			font-size: xx-small;
		}
		.style9 {
			text-align: center;
			font-family: "Comic Sans MS";
		}
		.readOnly {
			font-weight:bold;
			background-color:#C0C0C0;
		}
		
		.readOnlyDisClaimer {
			font-weight:bold;
			background-color:#C0C0C0;
			text-align:justify;
		}

		
		.left-input{text-align:left; margin-left:20px; float:left;}
		.right-input{text-align:right; margin-right:125px; float:right;}

		
		.form-div {
		  width: 600px;
		  margin-left:10px;
		}
		.form-div .form-row {
		  padding: 5px 0;
		  clear: both;
		  width: 600px;
		}
		.form-div .label {
		  display: block;
		  float: left;
		  width: 125px;
		  text-align: left;
		  margin-right: 5px;
		}
		.form-div label.error {
		  width: 250px;
		  display: block;
		  float: right;
		  font-size:12px;
		  color:navy;
		  padding-left: 10px;
		  background-image:url('../images/arrow.gif');
    	  background-position:left center;
          background-repeat:no-repeat;
		}
		
	/*	
		.form-div input[type=text], select, textarea {
		  width: 200px;
		  float: left;
		}
		
	*/	
	
		
		.form-div input[type=text],select {
		  width: 200px;
		  float: left;
		}
		
	
		.agree-row {
		  padding: 5px 0;
		  clear: both;
		  width: 60em;
		}
		.agree-row .label {
		  display: block;
		  float: left;
		  width: 275px;
		  text-align: right;
		  margin-right: 5px;
		}
		.agree-row label.error {
		  width: 250px;
		  margin-right:25px;
		  display: block;
		  float: right;
		  font-size:12px;
		  color:navy;
		  padding-left: 10px;
		  background-image:url('../images/arrow.gif');
    	  background-position:left center;
          background-repeat:no-repeat;
		}


