/* CSS Document */
h1,h2,h3,h4,h5,p,ul,li,img,form,label,input,fieldset,legend{
margin: 0px;
padding: 0px;
border: none;
list-style: none;
}
input {border:1px solid silver}
html{
	margin:0px;
	padding:0px;
	}
body{
	margin:0px; 
	padding:0px;
	background-color:#acb9c7;
	padding:11px 0px 30px 0px;
	}
h1{
	width:728px;
	height:161px;
	background:transparent url(img/header.jpg) no-repeat;
	text-indent:-999em;
	}
#headerflash{
	width:728px;
	height:161px;
	margin-bottom: -5px;
	}
input.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border:1px solid #00234b;
	background-color:#e40000;
	background-image:none;
	background-repeat:no-repeat;
	height:22px;
	padding:3px 3px 3px 3px;
	margin:5px 0px 7px 0px;
	cursor: pointer;
	}	
/* ----------------------------------------------------------------- */

#mainContainer{
	width:730px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	vertical-align:top;
	background-color:#8c9eb0;
	border:1px solid #6e7f92;
	padding:4px;
	}
#secondaryContainer{
	width:728px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	vertical-align:top;
	border:1px solid #425c7a;
	background-color:#fff;
	}
	
/* ----------------------------------------------------------------- */

#contentContainer{
	width:701px;
	background:transparent url(img/contentBG.jpg) repeat-x;
	padding:38px 9px 20px 18px;
	}

/* ----------------------------------------------------------------- */

#mainMenuB{
	width:149px;
	float:left;
	}
#mainMenuB ul{
	width:149px;
	padding:0px 0px 18px 0px;
	}
#mainMenuB li{
	border-bottom:1px solid #bbc0c5;
	}
#mainMenuB a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00234b;
	text-decoration: none;
	background:transparent url(img/arrow.gif) 7px 5px no-repeat;
	padding:0px 0px 0px 16px;
	}
#mainMenuB a:hover{
	color:#de0000;
	background:transparent url(img/arrow2.gif) 7px 5px no-repeat;
	}
#mainMenuB ul.submenu{
	width:149px;
	padding:0px 0px 0px 0px;
	}
#mainMenuB ul.submenu li{
	border-top:1px solid #e0e3e7;
	border-bottom:none;
	}
#mainMenuB ul.submenu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33557d;
	text-decoration: none;
	background:transparent url(img/arrow3.gif) 18px 5px no-repeat;
	padding:0px 0px 0px 27px;
	}
#mainMenuB ul.submenu li a:hover{
	color:#9aa3ae;
	background:transparent url(img/arrow3.gif) 18px 5px no-repeat;
	}
/* ----------------------------------------------------------------- */

#right_side{
	width:149px;
	float:right;
	}
#right_side ul{
	/* width:right; */
	padding:0px 0px 18px 0px;
	}
#right_side li{
	border-bottom:1px solid #bbc0c5;
	}
#right_side a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00234b;
	text-decoration: none;
	background:transparent url(img/arrow.gif) 7px 5px no-repeat;
	padding:0px 0px 0px 16px;
	}
#right_side a:hover{
	color:#de0000;
	background:transparent url(img/arrow2.gif) 7px 5px no-repeat;
	}
#right_side ul.submenu{
	width:149px;
	padding:0px 0px 0px 0px;
	}
#right_side ul.submenu li{
	border-top:1px solid #e0e3e7;
	border-bottom:none;
	}
#right_side ul.submenu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33557d;
	text-decoration: none;
	background:transparent url(img/arrow3.gif) 18px 5px no-repeat;
	padding:0px 0px 0px 27px;
	}
#right_side ul.submenu li a:hover{
	color:#9aa3ae;
	background:transparent url(img/arrow3.gif) 18px 5px no-repeat;
	}

/* ----------------------------------------------------------------- */

#signInForm{
	width:145px;
	border:1px solid #00234b;
	padding:1px;
	margin:0px 0px 10px 0px;
	}
#signInForm2{
	width:250px;
	border:1px solid #00234b;
	padding:5px;
	margin:0px 0px 10px 0px;
	}
#signInForm h2{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color:#144174;
	height:24px;
	padding:3px;
	text-align:center;
	}
#signInForm2 h2{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color:#144174;
	height:24px;
	padding:3px;
	text-align:center;
	}
#signInForm2 .fields{
	width:130px;
	padding:5px;
	}	
#signInForm .fields{
	width:130px;
	padding:5px;
	}
#signInForm label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}
#signInForm2 label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	}

#signInForm input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #78818c;	
	border:1px solid #686868;
	background:transparent url(img/inputBG.gif) 0 0 repeat-x;
	height:17px;
	padding:3px 0px 0px 5px;
	margin:0px 0px 7px 0px;
	}
#signInForm2 input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #78818c;	
	border:1px solid #686868;
	background:transparent url(img/inputBG.gif) 0 0 repeat-x;
	height:17px;
	padding:3px 0px 0px 5px;
	margin:0px 0px 7px 0px;
	}
#signInForm input.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border:1px solid #00234b;
	background-color:#e40000;
	background-image:none;
	background-repeat:no-repeat;
	height:22px;
	padding:3px 3px 3px 3px;
	margin:5px 0px 7px 30px;
	cursor: pointer;
	}
#signInForm2 input.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	border:1px solid #00234b;
	background-color:#e40000;
	background-image:none;
	background-repeat:no-repeat;
	height:22px;
	padding:3px 3px 3px 3px;
	margin:5px 0px 7px 30px;
	cursor: pointer;
	}
#mainMenuB a.lnkClear{
	background:none;
	padding:0px;
	}

/* ----------------------------------------------------------------- */

#box{
	width:535px;
	}
#box .topCap{
	width:535px;
	height:6px;
	overflow:hidden;
	background:transparent url(img/box_top_cap.gif) no-repeat;
	}
#box .boxBG{
	width:531px;
	padding:0px 2px 0px 2px;
	background:transparent url(img/boxBG.gif) repeat-y;
	}
#box .bottomCap{
	width:535px;
	height:17px;
	overflow:hidden;
	background:transparent url(img/box_bottom_cap.gif) no-repeat;
	}
#box h2{
	width:516px;
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	background-color:#d20000;
	padding:0px 0px 2px 10px;
	}
#box h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #304c6d;
	padding:0px 0px 5px 0px;
	}
#box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #304c6d;
	padding:0px 0px 10px 0px;
	}
#box .cnt{
	width:513px;
	padding:6px 16px 6px 6px;
	}

/* ----------------------------------------------------------------- */

#contentArea{
	width:535px;
	float:right;
	}
#contentArea2{
	width:700px;
	float:right;
	}
#contentArea2 .contentTxt h2{
	/*width:524px;
	height:49px;
	background:transparent url(img/welcome.gif) no-repeat;
	text-indent:-999em;*/
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #d20000;
	padding:0px 0px 3px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #dbdfe3;
	}
#contentArea2 .contentTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
#contentArea .contentTxt h2{
	/*width:524px;
	height:49px;
	background:transparent url(img/welcome.gif) no-repeat;
	text-indent:-999em;*/
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #d20000;
	padding:0px 0px 3px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #dbdfe3;
	}
h2.newsletter {
	/*width:524px;
	height:49px;
	background:transparent url(img/welcome.gif) no-repeat;
	text-indent:-999em;*/
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #d20000;
	padding:0px 0px 3px 0px;
	margin:0px 0px 15px 0px;
	border-bottom:1px solid #dbdfe3;
}
#contentArea .contentTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
.username {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
#contentArea .contentTxt p{
	font-weight: normal;
	padding:0px 0px 10px 0px;
	}
#contentArea .contentTxt a{ color:#CC0000}
/* ----------------------------------------------------------------- */

#bottomLinks{
	width:698px;
	padding:10px 15px 10px 15px;
	text-align:center;
	}
#bottomLinks p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height:18px;
	}
#bottomLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	}
#bottomLinks a:hover{ text-decoration:underline}

/* ----------------------------------------------------------------- */

#footerContainer{
	width:732px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	vertical-align:top;
	padding:15px 4px 4px 4px;
	text-align:center;
	}
#footerContainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #657586;
	padding:0px 0px 10px 0px;
	}
#footerContainer strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d5a69;
	padding:0px 0px 10px 0px;
	}

/* ----------------------------------------------------------------- */


/* ------------- BEGIN main menu styles[updated] --------------------------- */
	 #mainMenuWrapper{
	width:718px;
	height:31px;
	padding:4px 0px 0px 10px;
	background:transparent url(img/menuBG.jpg) repeat-x;
		}
	
	/* level 1*/
		ul#mainMenu{
			width:708px;
			height: 31px;
		}
		
		ul#mainMenu li{
			height: 35px;
			float: left;
			padding:0px 0px 0px 0px;
			position:relative
			
		}
					
		ul#mainMenu li a{
			font-family: "Trebuchet MS";
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 0px 11px 0px 11px;
			height:21px;
			line-height: 24px;
			background:transparent url(img/separator.gif) 100% 0 no-repeat;
		}
		ul#mainMenu li a:hover{ color:#afcef2;}
		ul#mainMenu span.subnavTrigger{
			float: right;
			display: block;
			width: 20px;
			height: 27px;
			text-indent: -9999px;
			overflow: hidden;
			cursor: pointer
		}
			
		ul#mainMenu span.subnavTrigger.collapsed{background: url(img/arrow4.gif) 0% 50% no-repeat}	
		/*ul#mainMenu span.subnavTrigger.expanded{ background: url(img/icCollapse.gif) 0% 50% no-repeat}*/
		
		ul#mainMenu li.selected span.subnavTrigger{
			display: none; /* subnav trigger hidden for default selection */
		}
		
		ul#mainMenu li a.sMenu{
			font-family: "Trebuchet MS";
			font-size: 12px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding:0px 24px;
			background:transparent url(img/separator.gif) 100% 0 no-repeat;
			text-align:center;
			/*position:relative;
			z-index:1;*/
		}
	/* /level 1*/
	
	/* level 2 */
		ul#mainMenu ul.submenu{
			clear:both;
			width:136px;
			background-color:#174477;
			padding:0px 0px 0px 0px;
			display: none;/* subnav hidden by default */
			position:absolute;
			z-index:2;
			top:30px;
			left:0;
		}
		
		ul#mainMenu li:hover ul.submenu, ul#mainMenu li.sfHover ul.submenu{
			display: block;
		}
		
		ul#mainMenu li.selected ul.submenu{
			display: block; /* subnav shown for default selection */
		}
			
		ul#mainMenu ul.submenu li{
			float: none;
			height: auto;
			background:none;
			padding:0px 0px 0px 0px;
			vertical-align:top;
			border-left:none;
			border-bottom:1px solid #6c90b5;
			}
			
		ul#mainMenu ul.submenu li a{
			font-family: "Trebuchet MS";
			font-size: 11px;
			font-weight: bold;
			color: #afcef2;
			text-decoration: none;
			background:transparent url(img/arrow5.gif) 5px 9px no-repeat;
			display:block;
			float: none;
			padding:3px 0px 0px 14px;
			}
						
		ul#mainMenu ul.submenu li a:hover{ 
			color:#fff;
			background-color:#27568c;
			padding:3px 3px 0px 14px;
			}
			
			
		ul#mainMenu ul.submenu li.selected a{ /* sub nav default selection */
			color:#FD6C0C;
			font-weight: bold;
			cursor: default;
		}
	/* /level 2 */
/* ------------- END main menu styles[updated] --------------------------- */
	


/* ----------------------------------------------------------------- */
#form2 {
	padding: 3px;
}
.KT_th label {
	height: 20px;
}
#mainContainer #secondaryContainer #contentContainer #contentArea .contentTxt #form2 .KT_tngtable #package_1 {
	margin: 5px 0 0 0;
	padding: 0px;
	height: auto;
}
#mainContainer #secondaryContainer #contentContainer #contentArea .contentTxt #form2 .KT_tngtable #package_2 {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#mainContainer #secondaryContainer #contentContainer #contentArea .contentTxt #form2 .KT_tngtable label {
	margin-top: -5px;
}
#mainContainer #secondaryContainer #contentContainer #contentArea .contentTxt #form2 .KT_tngtable {
	width: 500px;
}
#mainContainer #secondaryContainer #contentContainer #contentArea .contentTxt #form2 .KT_tngtable label {
	margin: 5px;
	font-size: 12px;
}
#mainContainer #secondaryContainer #contentContainer #contentArea .contentTxt #form2 .KT_tngtable td#bottombutton {
	background-color: #FFFFFF;
}
.catalogitem {
	background-color:#FFFFFF;
	border: dashed 1px #999999;
}
.catalogitemover {
	background-color:#E9E9E9;
	border: dashed 1px #333333;
}
.separatorline {
	display: block;
	height:10px;
	border-bottom: 1px dashed #999999;
	margin-bottom: 3px;
}
.postedby {
	font-size: 10px !important;
	border-right: 1px solid #e9e9e9;
}
.trseparator {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
#viewcontent{
	width:535px;
	float:right;
	padding:0;
	margin:0;
}
#viecontent h2 {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #000000 !important;
	border: none;
	padding:0;
	margin:0;
}
h3#viewcontent {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #000000 !important;
}
h4#viewcontent {
	font-size: 11px !important;
	font-weight: bold !important;
	color: #000000 !important;
}