@charset "UTF-8";
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#404040;
	margin:0;
	}
#pagemaster{
	width: 830px;
	margin:auto;
}
/****************** Common Style *******************/
h1, h2, h3{
	font-family: Arial,sans-serif;
}
h1 {
	font-size:24px;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-size:16px;
	margin-top:4px;
	margin-bottom:4px;
}
h3 {
	font-size:14px;
	margin-bottom:0;
	margin-top:0;
}
a {
	font-size: 14px; 
	font-family: Arial,sans-serif; 
	color: #0066CC; 
	font-weight:normal;
	text-decoration:none;
}
a:link {
	color: #0066CC; 
	text-decoration:none;
}
a:visited {
	color: #0066CC; 
	text-decoration:none;
}
a:active {
	color: #0066CC; 
	text-decoration:underline; 
}
a:hover {
	color: #0066CC; 
	text-decoration:underline; 
}
a.underline{
	text-decoration:underline; 
}
p{
    margin-top:0;
    padding-top:0;
}
.Normal, .NormalDisabled  /* for dnn html module */
{
	font-family: Arial,sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#404040;
}
.btn{
	height:30px;
	padding:0 15px;
	display:block;
	border-width:0;
	border-right:1px solid #395A6B;
	border-left:1px solid #98D4F6;
	background: #24A1E9 url(images/btn-bg.png) repeat-x;
	color:#fff;
	font-size:16px;
	font-family:"Lucida Sans",Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.clear{
	clear:both;
}

/****************** LAYOUT *******************/
#tbar{
	height:30px;
	border-bottom:1px solid #ddd;
	background-color:#F7F7F7;
	margin:0;
	padding:0 20px;
	font-size:11px;
}
	#tbar li{
		list-style:none;
		display:inline;
	}
	#tbar li a{
		line-height:30px;
		padding: 0 10px;
		color:#666;
		font-size:11px;
		font-weight:bold;
	}
#header{
	height:138px;
	position:relative;
}
	#header h1 a{
		height:84px;
		width:405px;
		position:absolute;
		top:36px;
		left:0;
		display:block;
		background: url(images/logo.gif) no-repeat;
		text-indent:-9999px;
		overflow:hidden;
	}
	#search{ 
		width:300px; 
		height:30px; 
		position:absolute;
		top:88px;
		right:0;

	}
	#search .inner{}
	#search .NormalTextBox{
		border:1px solid #DADADA;
		border-right-width:0;
		height:23px;
		width:185px;	
		font-size:16px;
		position:absolute;
		left:0;
		top:0;
		padding:5px 0 0 5px;
	}
	#search a{
		width:85px;
		text-align:center;
		position:absolute;
		right:0;
		top:0;
		line-height:30px;
		color:#fff;
		text-decoration:none;
	}
	#menu{}
#breadcrumb{
	margin-bottom:10px;
}
	#breadcrumb a{
		text-transform:capitalize;
	}
#banner{
	height:194px;
	background: url(images/b-tvm.jpg) no-repeat;
	margin-bottom:12px;
	position:relative;
}
    .top_pane{
		width:230px;
		height:140px;
		padding:17px 20px 0 20px;
		position:absolute;
		left:0;
		top:20px;
		background-color:#25A1E9;
		overflow:auto;
	}
	.top_pane .Normal, .top_pane .NormalDisabled  /* for dnn html module */{
	    color:#fff;
    }
	.top_pane .p {
	    margin-bottom: 0.5em;
    }
#content{
	margin-bottom:10px;
}
	.content_pane{
		width:530px;
		float:left;
		min-height:420px;
	}
	.right_pane{
		width:280px;
		float:right;
	}
	.bottom_pane{
		margin-top:12px;
	}
#footer{
	position:relative;
	margin-bottom:20px;
}
	ul#bottomnav{
		padding:0 0 20px 0;
		margin:0;
		position:absolute;
		right:0;
		top:0;
	}
	ul#bottomnav li{
		list-style:none;
		display:inline;
	}
	ul#bottomnav li a{
		padding-left:15px;
		font-size:12px;
		text-decoration:underline;
	}
	
/****************** ADMIN MENU *******************/
.admin_menu_bar {
	height:16px;
}
.admin_menu_rootitem  { /*TD if menu option for using tables is on*/
	color: #000; 
	font-size: 11px; 
	text-align:left;
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.admin_menu_icon {
	text-align: center; 
}
.admin_menu_submenu {
    font-size:11px;
	background-color: #F4F2E9;  
	z-index: 999999; 
	border: 1px solid #ccc;
}
.admin_menu_submenu td{
    padding:5px;
}
.admin_menu_itemhover{
    background-color:#ececec;
}

/****************** HouseMenu structural CSS *******************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}
#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}
#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}
#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}
#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}
#houseMenuH li ul { /* second-level lists */
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}
#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}
#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}
#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}
#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}
.ArrowPointer{
	cursor: default;
}
*:first-child+html #houseMenuH li { /* fix IE7 sub-menu doesn't hide */
height: 1%;
}
/****************** HouseMenu VIRT CSS *******************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	background: url(images/menu-bg.png) repeat-x bottom;
	height:36px;
	border-bottom: 18px solid #000;
	padding: 0 0 0 18px;
}
#houseMenuH li { /* all list items */
	width: auto;
}
#houseMenuH li li { /* all items under the top level */
	width: auto;
}
#houseMenuH a { /* all links within the menu wrapper */
	font-size: 12px;
	text-decoration : none;
	color : #000;
	background-color: transparent;
	padding: 6px 18px 0 18px;
	line-height:30px;
	width: auto;
	text-transform:uppercase;
}
#houseMenuH li li a { /* all item links under the top level */
	font-size: 12px;
	font-weight:normal;
	line-height:30px;
	padding: 0 0 0 15px;
	width: 240px;
	border-bottom:1px solid #C8C8C8;
	text-transform:capitalize;
}
#houseMenuH li a:hover {
	color: #000;
	padding: 6px 18px 0 18px;
}
#houseMenuH li li a:hover {
	color: #000;
	background-color: #E4E4E4; 
	padding: 0 0 0 15px;
	width: 240px;
	border-bottom:1px solid #C8C8C8;
	text-transform:capitalize;
}
#houseMenuH li ul { /* second-level lists */
	width: 255px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #ADADAD;
	margin: 0 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	height: auto;
	background-color:#fff;
}
#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -33px 0 0 250px;
	border: solid 1px #ADADAD;
	z-index: 21112
}
/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuHParentItem a
{ /* all links under the parent item (li) */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}
#houseMenuH a#houseMenuHParentLink
{ /* parent link itself */
	color: #333; 
	background-color: transparent; 
	text-decoration: none;
}
#houseMenuH li#houseMenuHCurrentItem {
    background: url(images/menu-on-left.png) no-repeat left top; 
    height:36px;
}
#houseMenuH a#houseMenuHCurrentLink
{ /* current link itself */
    /* width:135px;*/
    text-align:center;
	padding: 0 18px 0 18px;
	color: #fff;
	font-size:13px;
	line-height:36px;
	background: url(images/menu-on-right.png) no-repeat right top; 
}
#houseMenuH li li a#houseMenuHCurrentLink
{ /* current link itself */
	width: 240px;
	padding: 0 0 0 15px;
	background-image:none;
	background-color: #E4E4E4; 
	color: #000;
	font-size:13px;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid #C8C8C8;
}

/* Contact us form */
.contact{
    background:#DADADA url(images/contact-bg.png) no-repeat scroll -8px top;
    padding:65px 12px 8px;
}

.contact .go{
    padding-right:10px;
}

.contact .btn{
    height:25px;
    display:inline;
    font-size:12px;
    border-width: 0 1px 1px 0;
    border-bottom:1px solid #395A6B;
}

