
/*---------------Global------------------ */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,ol,li,sup,dl,dd,select,input,button {
	margin: 0;
	padding: 0; 
	}
body {
	background: #fff url(/images/body_bg.gif) left top repeat-x;
	width:100%;
	height: 100%;
	font-family:Arial;
	font-size: 12px;
	color:#666;
	text-align: center;
	}
img {
	border: 0;
	vertical-align: middle;
	}

h1   { 
	margin: 0px;
	font-size: 24px;
	letter-spacing: -1px; 
	position:relative;
	color: #fff;
	background: #4ab5ef;
	padding: 5px;
	font-weight: normal;
	}
h1 a{
	color: #fff;
	text-decoration: underline;

}	
h2{
	padding: 0px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	}

h3{
	color: #fff;
	padding: 7px 5px 7px 15px;
	font-size: 15px;
	font-weight: normal;	
	}
	
	
h4,
h5{
	padding: 0px 0 5px 0;
	}

h4{
	color: #3366cc;
	background:url(/images/dotted.gif) left bottom repeat-x;
	margin: 0 0 5px 0;
	font-size: 13px;
	}
h5{
	font-size: 16px;
	font-weight: normal;
	color: #3a66b3;
	}
	
p{
	line-height: 16px;
	padding: 0px 0 20px 0;
	}
p strong{
	color: #003366;
	}	
a {
	color: #3399cc;
	color: #4ab5ef;
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
ul.inline{
	list-style: none;
	}
ul.inline li {
	display: inline;
	}
ul.block,
ul.block li {
	list-style: none;
	display: block;
	}	
textarea {
	font-size:13px;
	font-family: "Lucida Grande", Arial;
	padding:2px;
	}
td,th {
	vertical-align: middle;
	}
input.button,
button {
	vertical-align: middle;
	padding: 2px 4px;
	font-family: "Lucida Grande", Arial;
	width: auto;
	overflow: visible;
	}
input.big {
	vertical-align: middle;
	font-size: 20px;
	}
input.small,
select.small {
	width: 50px;
	}
input.medium,
select.medium {
	width: 130px;
	}	
	
input.large,
select.large {
	width: 500px;
	}	
			
* html li a {
	height: 1%;
	}
.clear {
	visibility:hidden;
	clear: both;
	height:0px;
	line-height:0;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0px;
	background: #ccc;
	}
.clear-dotted {
	clear: both;
	background:url(/images/dotted.gif) left top repeat-x;
	padding: 0 0 5px 0;
	}	
.sep {
	visibility:visible;
	border-bottom:1px dotted #ccc;
	padding-top:10px;
	margin-bottom:10px;
	font-size:1px;
	}	
a.hoverfix,
a.hoverfix:hover {
	padding: 0;
	text-decoration: none;
	background: none;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	}
html .clearfix {
	height: 1%;
	}

/***** Global Classes *****/
 

.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; } 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }	
	
/*=========================================================
	Layout Styles
=========================================================*/
div.wrap {
	width: 782px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	}
	
div#branding {
	background: #00a5de;
	font-size: 36px;
	color: #fff;
	padding: 15px 10px;
	}
    
.pad5{
	padding: 5px;
	}
.pad10{
	padding: 10px;
	}
div.left{
	float: left;
	width: 530px;
	}
.left_pad{
	padding: 10px 0 10px 10px;
	}
div.right{
	float: right;
	width: 230px;
	}
.right_bg{
	background:url(/images/right_col_bg.gif) left top no-repeat;
	}
.right_pad{
	padding: 10px 5px 10px 20px;
	}
.twocols_rt{
	float: right;
	width: 230px;
	}
.twocols_lt{
	width: 530px;
	float: left;
	}
	
div.action{
	background:#f2fcce;
	border: 1px solid #dce3c1;
	padding: 7px 5px;
	margin: 10px 0;
}	
/*=========================================================
	Indication Primary Navigation
=========================================================*/


/*=========================================================
	Indication Secondary Navigation
=========================================================*/



/*=========================================================
	Landing page Styles
=========================================================*/		
#container ul.block{

	}

#container li{
	background:url(/images/icons/org_bul.gif) left 1px no-repeat;
	padding: 0 0 15px 20px;
	line-height: 16px;
	}
#container li b{ 
	display: block;
	padding: 0 0 5px 0;
	}


table{
	background:#eaeaea;
	width: 100%;
	margin: 10px auto;
}

th,td{
	padding: 7px 5px;
}

th{
	background: #dbf3fb;
	font-size: 15px;
}
td{
	background: #fff;
}

.nowrap {
	white-space: nowrap;
	width: 1%;
	}	

td select,
td input,
td textarea{
	width:120px;
}

/* My Comment */


.thankyou  { 
	background: #9bde6f;
	padding: 10px;
	clear:both;
	border: 1px solid #27a02f;
	margin: 5px 0px;
	}	
	
.thankyou h2{
	color:#27a02f;
	padding: 8px 25px;
	background: #fff url(/images/icons/confirm.gif) left center no-repeat ;
	font-size: 16px;
	font-weight:bold;
	}
	
	
.thankyou p{
	padding:5px 25px;
	color: #333;
	margin: 0;
	background: #fff
	}

.statusErr {
	padding:10px;	
	color:#ff0000;
	border:1px solid #f00;
	background:#FFCCCC;
	margin: 5px 0px;
	color:#CC0000;
	}
.statusErr p{
	background:#fff url(/images/icons/alert.gif) 5px center no-repeat;
	padding:8px 8px 8px 35px;
	margin:0;
	border: none;
	}

.alert {
	padding:10px;	
	border:1px solid #beba66;
	background:#fcf798;
	margin: 5px 0px;
	color:#8b8615;
	}
.alert p{
	background:#fff url(/images/icons/alert.gif) 5px center no-repeat;
	padding:8px 8px 8px 35px;
	margin:0;
	border: none;
	}

.alert p.buttons{
	background: none;
	}

.alert p.buttons input{
	margin-right: 10px;
	}

	
/*=========================================================
	sitemap page Styles
=========================================================*/		
.sitemap .left{
	width: 760px;
}
div.sitemap{
	
}
div.sitemap ul.level1{
	padding: 0;
	margin: 0;

	}

div.sitemap li{
	display: block;
	list-style: none;
	}
	
div.sitemap ul.level1 li{ 
	padding: 0;
	margin: 0 0 5px 0;
	background: none;
	}
	
div.sitemap ul.level1 li a{ 
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 10px;
	background: #f5f3f3;
	background-image: none;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	}
	
div.sitemap ul.level1 li a span{ 
	display: block;
	padding: 0 0 0 20px;
	background: url(/images/icons/box_arrow.gif) left center no-repeat;
	}	

div.sitemap ul.level1 li a:hover,
div.sitemap ul.level2 li a:hover,
div.sitemap ul.level3 li a:hover{
	text-decoration: underline;
	}	
		
div.sitemap ul.level2{
	padding: 0;
	margin: 0 15px;
	list-style: none;
	background: #fff;
	}
div.sitemap ul.level2 li{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}	
div.sitemap ul.level2 li a{
	padding: 7px 0 7px 25px;
	background-color: none;
	background: url(/images/icons/arr_left.png) left center no-repeat;
	background: url(/images/icons/box_arrow.gif) 5px center no-repeat;
	border: none;
	font-weight: normal;
	color: #6699cc;
	}
	
div.sitemap ul.level2 li.submenu{
		border: none;
	}
div.sitemap ul.level2 li a.true{
	margin: 0 0px 0 0 ;
	background: url(/images/icons/box_arrow.gif) 5px center no-repeat;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}		
div.sitemap ul.level3{
	margin: 0 10px 10px 10px;
	list-style: none;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background:#fc0;*/
	}
div.sitemap ul.level3 li{
	padding: 0 0 0 15px;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background:#fff;
	margin: 0;
	}	
div.sitemap ul.level3 li a{
	padding: 7px 0 7px 15px;
	color: #333;
	background-color: none;
	background:url(/images/icons/arr_left.png) left center no-repeat;
	border: none;
	}			
	

/*=========================================================
	Footer Styles
=========================================================*/		
#footer{
	background: #f8f8f8;
	font-size: 11px;
	color: #999;
	vertical-align: middle;
	padding: 5px 0px;
	border-top: 1px solid #f0f0f0;
	}
#footer a.paperplane{
	float: right;
}	
#footer p{
	padding: 8px 0 0 0;
	float: left;
	width: 574px;
	}
	
/*==============================================================
Softpop up and Vidoe styles and washout Layer 
=========================================================*/	
.white_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-color: black;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);	  
}

.white_content {
	display: none;
	position: absolute;
	width: 700px;
	z-index:1002;
	overflow: hidden;
	text-align: left;
	background-color: white;
	border: 2px solid #999999;
	/*background: url(/img/global/form_bg.gif) center center no-repeat;*/

}
 iframe{
}
div.video_title,
div.video_body{
	float: left;
	}

div.video_title{
	text-align: left;
	width:322px;
	padding:0 0 5px 0;
	vertical-align: middle;
}

div.video_title h2{
	margin: 0;
	padding:0px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	width: 202px;
}

div.video_title a.closeform{
	display: block;
	float: right;
	padding: 0 18px 0 0;
	color: #fff;
	background: url(/images/icons/close.gif) right center no-repeat;
}


#blackout { position: absolute; width: 100%; z-index:1001; background-color: black; -moz-opacity: 0.8; opacity:.80; filter:alpha(opacity=80);}


/* Styles for loaderDiv*/
#loaderDiv {position:absolute;left:0px; top:0px;display:none;z-index:2003; width:100%;}
/**html #loaderDiv{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../images/x.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}*/
	
/* Styles for loaderContentHolder */
#loaderContent{
	border:1px solid #ececec;
	position:absolute;
	z-index:100;
	padding:5px 5px;
	
	width:200px;
	background-color:#FFFFFF;	
}

#loaderContent table{
	height:100%;
	width:100%;
	}
#loaderContent table td p{
	text-align:center;
	}
#loaderContent img{ border: none;}

/*------------Class for RSS UL --------------------*/
ul.rssList{
	list-style:none;
	text-align:left;
	margin:0px 0 10px 0;
	padding:10px 0  20px 10px;
	
	display:block;
}

ul.rssList li{
list-style:none;
text-align:left;
	margin:0px;
	padding:0 0 5px 0;
}
ul.rssList li img{
	display:block;
	padding:0 15px 0 0;
}

hr{
border-bottom:1px solid #ccc;
}