@charset "utf-8";

/* resets all styles */
@import url("reset.css");

/*

-------------------------------------
----------------SUMMARY--------------
-------------------------------------

- MAIN STYLES

- COLUMNS

- HEADER 

- MENU

- SLIDER

- TOP BOX

- MAIN CONTENT

- PAGINATION

- PORTFOLIO

- SIDEBAR

   -- TABBED CONTENT

   -- POPULAR POSTS

   -- SPONSORS

- FOOTER

- COPYRIGHT

- LOGIN

- COMMENTS

- FORMS

- NOTIFICATIONS



*/



/*---------------------------------
------------------------MAIN STYLES
---------------------------------*/

body {
	
	background: #ffffff url(images/bg.gif) repeat-x top center;
	color: #4b4b4b;
	font: 12px/18px "Arial", "MS Serif", "New York", serif;
	
}

a { 

	color: #0000FF;
	text-decoration: underline !important;

}

a:hover { color: #001100; }


.h2 { /*For Heading*/
font: bold 2em/1em "Arial", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
font-size:13px;
	color:#0066FF;
font-weight: bold;
}


.h1 { /* below Heading*/
color: #001100;
font-weight: bold;
font-family: Verdana;
}
.h4 {
text-shadow: #36c 1px 0.1em 3px ;
font: normal  2em/1em "Arial", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
text-align: left;
font-size: 18px;
color: #0000FF;
}
.h3heading
{

font: normal  2em/1em "Arial", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
text-align: left;
font-size: 23px;
color: #336699;

}
.h4sub {
text-shadow: #ccc 2px 0.1em 3px;
font: normal  2em/1em "Arial", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
text-align: left;
font-size: 15px;
color: #6699CC;
font-weight:700;
}

.style1 {color: red;}

.statusErr {
text-shadow: #ccc 2px 0.1em 3px;
font: normal  2em/1em "Arial", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
text-align: left;
font-size: 18px;
color: #00baff;
}

h1, h2, h3, h4, h6,
h1 a, h2 a, h3 a, h4 a, h6 a {
	

	color:#11c;
	font-weight:normal;
	text-decoration: none !important;
	
}
.h3
{
		color:#000000;	
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
}
h5, h5 a {
	
	color: #001100;
	font-weight: normal;
	
}

blockquote {
	
	background: url(images/blockquote.png) no-repeat top left;
	font-style: italic;
	margin: 20px 10px 30px 10px;
	padding: 0 0 0 45px;
	
}

#wrapper {
	
	margin: 0 auto;
	position: relative;
	width: 940px;
	
}



/*---------------------------------
----------------------------COLUMNS
---------------------------------*/

.divider {
	
	background: #EAEAEA;
	float: left;
	height: 1px;
	margin:30px 0 40px 0;
	overflow: hidden;
	width: 100%;
	
}

.x2 {
	
	float: left;
	margin: 0 40px 0 0;
	width: 450px;
	
}

.x3 {
	
	float: left;
	margin: 0 40px 0 0;
	width: 286px;
	
}

.x3_2 {
	
	float: left;
	margin: 0 40px 0 0;
	width: 612px;
	
}

.x4 {
	
	float: left;
	margin: 0 40px 0 0;
	width: 205px;
	
}

.x4_3 {
	
	float: left;
	margin: 0 40px 0 0;
	width: 695px;
	
}



/*---------------------------------
-----------------------------HEADER
---------------------------------*/

#header {
	
	background: #fffffff url(images/headerbg.gif) no-repeat top center;
	float: left;
	margin: 0 0 0 0;
	min-height: 126px;
/*	min-height: 50px; */
	padding: 24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 5;
	
}

#header_index {
	
	float: left;
	margin: 24px 0 0 0;
	position: relative;
	width: 100%;
	z-index: 5;
	
}


	#logo {
		
		float: left;
		margin:0px 0px 0px 11px;
		top:0px;
		
	}
	
	#header_info {
		
		color: #dadada;
		float: inherit;
		margin: 0px 0px 0px 0px;
		width: 100%;
		height:inherit;
		
	}

	
	.blog_info {
		
		margin: 55px 0 0 0 !important;
		
	}
	
	.blog #header_info {
		
	}
	
	#header_info1 a {
		
		color: #000000;
		
	}
	
	#header_info .left,
	#header_info .right {
		
		background:  RGB(187,225,246) url(images/not_INFO.png) repeat top left;
		padding: 7px 10px;
		color:#000000;	
		width:211px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
		
	}
	.test
	{
	background:  RGB(187,225,246)  repeat top left;
		padding: 7px 10px;
		color:#000000;	
		width:211px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border-radius: 7px;
	}




/*---------------------------------
-------------------------------MENU
---------------------------------*/
	
#menu {
	
	float: right;
	
}

	#menu ul {
		
		background: url(images/menu_bg_left6.png) no-repeat top left;
		float: right;
		list-style: none;
		padding: 0 0 4px 4px;
		
	}
	
		#menu ul li {
			
			float: left;
			margin: 0;
			position: relative;
			
		}
		
		#menu ul li.border {
			
			background: url(images/menu_separator6.png) no-repeat top left;
			float: left;
			margin: 0;
			height: 36px;
			width: 2px;
			
		}
		
			#menu ul li ul {
				
				background: url(images/menu_submenu_bg.png) no-repeat bottom left;
				left: 0;
				padding: 0 0 7px 0;
				position: absolute;
				display:block;
				top: 36px;
				width: 232px;
				
			}
			
				#menu ul li ul li {
					color:#006600;
					position:relative;
					word-spacing:nowrap;
					display: block;
					float: left;
					padding: 0 20px;
					width: 152px;
					
				}
			
					#menu ul li ul li a {
						
						border-bottom: 1px solid #003366;
						border-top: 1px solid #003366;
						display: block;
						float: none;
						padding: 8px 0;
						
					}
					
					#menu ul li ul li a:hover,
					#menu ul li ul li a.hovered {
						
						background: none;
						text-decoration: underline !important;
						
					}
					
			#menu ul li ul li ul {
				
				background: #FFFFFF;
				left: 131px;
				padding: 0; 
				top: 0;
				
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				
				-webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7);
				-moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.7);
				box-shadow: 0px 4px 3px a(0, 0, 0, 0.7);
				
			}
		
		#menu ul li a {
			
			color: #FFFFFF;
			float: left;
			padding: 9px 20px 9px 20px;
			text-decoration: none !important;
			
		}
		
		#menu ul li a:hover,
		#menu ul li a.hovered{
			color:#003366;
			background: url(images/menu_hover6.png) repeat-x top left;
			
		}
		
	#menu #right_bg1 {
		
		background: url(images/menu_bg_right5.png) no-repeat top right;
		float: right;
		height: 40px;
		width: 4px;
		
	}



/*---------------------------------
-----------------------------SLIDER
---------------------------------*/

#slider {

	
	background: #FFFFFF; /*back color of menu  and slide white space*/
	height: 271px;
	left: -490px;
	position: absolute;
	top: 0;
	width: 1920px;
	
}

#slider ul {
	
	clear: both;
	position: relative;
	
}
	
	#slider ul li {
		
		display: none;
		height: 271px;
		overflow: hidden;
		position: absolute;
		text-align: center;
		width: 1920px;
		
	}
	
	#slider ul li.current {
		
		display: block;
		z-index: 2 !important;
		
	}
	
	#slider ul li.next {
		
		display: block;
		z-index: 3 !important;
		
	}
	
#slider_selector {
		/* code for next butto */
	color:#f00;
	height: 36px;
	float: right;
	position: absolute;
	top: 191px;
	right: 0;
	text-align: right;
	z-index: 5;
	
}

#slider_selector_right {
	
	background: url(images/slider_selector_bg_right.png) no-repeat top left;
	float: left;
	height: 36px;
	width: 6px;
	
}

#slider_selector ul {
	
	background: url(images/slider_selector_bg_left.png) no-repeat top left;
	float: left;
	list-style: none;
	padding: 10px 0 10px 6px;
	
}

#slider_selector ul li {
	
	background: url(images/slider_selector_off_button.png) no-repeat top left;
	cursor: pointer;
	float: left;
	height: 15px;
	margin: 0 3px;
	width: 15px;
	
}

#slider_selector ul li.current {

	background: url(images/slider_selector_on_button.png) no-repeat top left;

}

.clear {
	
	display: inline-block;
	
}


/*---------------------------------
----------------------------TOP BOX
---------------------------------*/

#top_box, #top_box_index {
	
	float: left;
	margin: 100px 400px 30px 00px;
	position: relative;
	width: 100%;

		
}

#top_box {
	
	margin-top: -45px;
	position: relative;
	z-index: 10;
}

#top_box_index {
	
	margin: 0px 0 0px 0;
	z-index: 5;
	
}

	#top_box .top_box_top, #top_box_index .top_box_top {
		
		background: url(images/top_box_top.png)  no-repeat top left;
		float: left;
		height: 10px;

		width: 100%;
		
		
	}
	
	#top_box .content, #top_box_index .content {
		
		background: url(images/top_box_bg.png) no-repeat bottom left;
		float: left;
		padding: 0px 30px 0px 30px;
		width: 100%;
		
	}
.me
{
		background: url(images/content_item_comments_balloon.png) no-repeat;
width: 190px;
		
}	
	.top_box_block {
		float: left;
		margin: 0 35px 0 0;
		position: relative;
		width: 270px;
		
	}
	
	.top_box_block p {
		
		margin: 0;
		width: 175px;
		
	}
	
	.top_box_block h4 {
		
		border-bottom: 1px dotted #827b74;
		margin: 0 0 .5em 0;
		padding: 0 0 .5em 0;
		
	}
	
	.top_box_block .icon {
		
		position: absolute;
		right: 0;
		top: 0;
		
	}



/*---------------------------------
-----------------------MAIN CONTENT
---------------------------------*/

#content, #content_blog {
	margin:0px 0px 0px 131px;
 	float: left;
	padding: 0px 0 0px 0;
	position: inherit;
	min-width:75%;
	font-size:13px;
	min-height:521px; 
}

#contentp{
	float: left;
	padding: 0px 0 0px 0;
	position: inherit;
	font-size:13px;
}

#contentDetail {
	margin:0px 0px 0px 31px;
 	float: left;
	padding: 0px 0 0px 0;
	position: inherit;
	min-width:75%;
	font-size:13px;
	min-height:521px; 
	

	
}

.contentData1{

 	 
	border:3px ridge #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;



	
}
.contentDataReprt{
	float: left;
	padding: 0px 0 0px 0;
	position: inherit;
	width:100%;
	font-size:13px;
	min-height:521px; 
	border:3px ridge #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;



	
}

#contentMain{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
	width: 100%;
	
}
#content_blog {
	
	margin: 30px 0 50px 0;
	
}

	#left {
		
		float: left;
		margin: 0 40px 0 0;
		width: 620px;
		
	}
	
	#right {
		
		float: right;
		width: 280px;
		
	}
	
		#leftPage {
		width: 201px;
	    margin: 00px 0px 00px 0px;
	    float:none;	
		float: left;
		margin: 0 40px 0 0;


		
	}
	#leftPage  img
	{
	padding: 5px; border: 1px solid #ccc; background-color: #eee;
	}
	
	#rightpage{
		margin:00px 400px 00px 00px;
		float: right;
		width: 620px;
		
	}
	
	.content_item {
		
		float: left;
		position: relative;
		width: 100%;
		
	}
	
		#content h3, #content_blog h3 {
			
			margin: 0 0 .35em 0;
			
		}
		
		#content h5, #content_blog h5 {
			
			margin: 0 0 1em 0;
			
		}
		
		.content_item img {
			
			border: 1px solid #dedede;
			padding: 3px;
			
		}
		
		.content_item .read_more {
			
			float: left;
			font: bold 11px  "Arial", "MS Serif", "New York", serif;
			letter-spacing: 1px;
			margin: -8px 0 0 0;
			text-transform: uppercase;
			
		}
		
		.content_item .comments_balloon {
			
			background: url(images/content_item_comments_baloon.png) no-repeat top left;
			color: #6d6d6d;
			float: left;
			font: bold 14px "Arial", "MS Serif", "New York", serif;
			padding: 6px 0 15px 0;
			position: absolute;
			right: 0;
			text-align: center;
			text-decoration: none !important;
			top: 0;
			width: 34px;
			
		}
		
	.content_item_separator {
		
		background: url(images/abc.png) repeat-x top left;
		float: inherit;
		height: 10px;
		margin: 5px 0;
		width: 100%;
		
	}
	
	.about_author {
		
		background: #f6f6f6;
		border: 1px solid #c3c3c3;
		float: left;
		padding: 15px;
		width: 588px;
		
	}
	
		.author_link {
			
			background: url(images/author_icon.gif) no-repeat center left;
			font-weight: bold;
			padding: 0 0 0 16px;
			
		}



/*---------------------------------
-------------------------PAGINATION
---------------------------------*/

#pagination {
	
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	
}

	#pagination li {
		
		float: left;
		margin: 10px 5px 10px 10px;
		
	}
	
		#pagination li a {
			
			background: url(images/pagination_bg.html) repeat-x top left;
			color: #111111;
			font-size:31px;	
			font: bold 11px "Arial", "MS Serif", "New York", serif;
			text-decoration: none !important;
			text-transform: uppercase;
			padding: 40px 50px 30px 50px;
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			
			-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);

			
		}
	
		#pagination li.selected a,
		#pagination li a:hover {
			
			background: url(images/pagination_bg_hover.html) repeat-x top left;
			
		}



/*---------------------------------
--------------------------PORTFOLIO
---------------------------------*/

#portfolio {
	
	float: left;
	list-style: none;
	margin: 25px 0 0 0;
	position: relative;
	width: 100%;
	
}

	#portfolio li {
		
		margin: 0;
		
	}
	
		#portfolio li ul {
			
			list-style: none;	
			margin: 0;
			
		}
		
			#portfolio li ul li {
				
				float: left;
				margin: 0 20px 20px 0;
				overflow: hidden;
				position: relative;
				
			}
		
			#portfolio li ul li a img {
				
				border: 1px solid #ffffff;
				padding: 3px;
				
			}
		
			#portfolio li ul li a {
				
				color: #ffffff;
				font-weight: bold;
				text-transform: uppercase;
				
			}
		
			#portfolio li ul li .portfolio_hover {
				
				background: url(images/foote_ptern2.png);
				display: none;
				left: 4px;
				padding: 64px 0;
				position: absolute;
				text-align: center;
				top: 4px;
				width: 292px;
				z-index: 5;
				
			}



/*---------------------------------
----------------------------SIDEBAR
---------------------------------*/

.sidebar_item {
	
	float: left;
	margin: 0 0 25px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	
}
#search1{
	

	float: left;
	width: 100%;
	
}


#search{
	
	background: url(images/sidebar_search_BG66.png) no-repeat top left;
	float: left;
	width: 100%;
	
}

#search input.search_field {
	
	border: none;
	background: none;
	height: 17px;
	padding: 5px 5px 9px 5px;
	width: 166px;
	
}

#search input.search_submit {
	
	background: none;
	border: none;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 151px;
	
}

#search1 input.search_field {
	
	border: none;
	background: none;
	height: 17px;
	padding: 5px 5px 9px 5px;
	width: 166px;
	
}

#search1 input.search_submit {
	
	background: none;
	border: none;
	cursor: pointer;
	height: 28px;
	position: absolute;
	right: 0;
	top: 0;
	width: 103px;
	
}



	/*---------------------------------
	---------------------TABBED CONTENT
	---------------------------------*/
	
	ul#tabs {
		
		background: url(images/tabbed_ul.gif) no-repeat top right;
		float: left;
		list-style: none;
		margin: 0;
		width: 100%;
		
	}
	
		ul#tabs li {
			
			cursor: pointer;
			float: left;
			margin: 0;
			padding: 10px 12px 9px 12px;
			
		}
		
		ul#tabs li:hover {
			
			text-decoration: underline;
			
		}
		
		ul#tabs li.current {
			
			background: #f6f6f6;
			border: 1px solid #c5c5c5;
			border-bottom: none;
			padding: 8px 12px 10px 12px;
			
		}
		
	ul#ctabs {
		
		list-style: none;
		float: left;
		position: relative;
		width: 100%;
		
	}
	
		ul#ctabs li {
			
			background: #f6f6f6;
			border: 1px solid #c5c5c5;
			border-top: none;
			display: none;
			float: left;
			margin: 0;
			padding: 8px 13px 0 13px;
			width: 252px;
			
		}
		
		ul#ctabs li.current {
			
			display: block;
			z-index: 2;
			
		}
		
		ul#ctabs li.next {
			
			display: block;
			z-index: 3;
			
		}
		
			ul#ctabs ul.ctabs_content {
				
				float: left;
				margin: 0;
				width: 100%;
				
			}
		
			ul#ctabs ul.ctabs_content li {
				
				background: none;
				border: none;
				display: block !important;
				padding: 0;
				position: relative;
				
			}
			
			ul#ctabs ul.ctabs_content li a {
				
				border-bottom: 1px solid #c3c3c3;
				color: #505050;
				float: left;
				padding: 7px 0;
				text-decoration: none !important;
				width: 100%;
				
			}
			
			ul#ctabs ul.ctabs_content li a:hover {
				
				text-decoration: underline !important;
				
			}



	/*---------------------------------
	----------------------POPULAR POSTS
	---------------------------------*/
	
	#popular_posts {
		
		float: left;
		list-style: none;
		height: 191px;
		position: relative;
		width: 280px;
		
	}
	
	#popular_posts li {
		
		float: left;
		left: -280px;
		margin: 0;
		position: absolute;
		width: 100%;
		
	}
	
	#popular_posts li.current {
		
		display: block;
		float: left;
		left: 0;
		margin: 0;
		position: absolute;
		top: 0;
		width: 100%;
		
	}
	
	
	
	#pop_nav {
		
		list-style: none;
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		
	}
	
		#pop_nav li {
			
			margin: 0 2px;	
			
		}
		
		#prev_pop, #next_pop {
			
			cursor: pointer;
			float: left;
			height: 22px;
			width: 23px;
			
		}
		
		#prev_pop {
			
			background: url(images/left_pop.png) no-repeat top left;
			
		}
		
		#next_pop {
			
			background: url(images/right_pop.png) no-repeat top left;
			
		}
		
			.popular_posts_content {
				
				float: left;
				list-style: none;
				margin-top: 1px;
				width: 100%;
				
			}
		
			#popular_posts li ul.popular_posts_content li {
				
				float: left;
				left: 0 ;
				margin: 0 0 15px 0 ;
				position: relative ;
				width: 100%;
				
			}
		

			
			.popular_posts_content li a.title {
				
				color: #827b74;
				display: block;
				font: bold 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				text-decoration: none !important;
				
			}



	/*---------------------------------
	---------------------------SPONSORS
	---------------------------------*/
	
	.sponsors {
		
		background: #f6f6f6;
		border: 1px solid #c4c4c4;
		float: left;
		padding: 10px 10px 3px 10px;
		
	}
	
	.sponsors a {
		
		float: left;
		margin: 0 7px 7px 0;
		
	}



/*---------------------------------
-----------------------------FOOTER
---------------------------------*/

#footer {
	
	background: url(images/footer_pattr.gif);
	float: left;
	padding: 35px 0;
	width: 100%;
	
}

	#footer_wrapper {
		
		margin: 0 auto;
		width: 940px;
		
	}
	
		#footer_content {
			
			background: url(images/fooer_bas.gif) repeat-y top left;
			float: left;
			width: 100%;
			
		}
	
			#footer_column_1 {
				
				float: left;
				margin: 0 82px 0 0;
				width: 140px;
				
			}
		
			#footer_column_2 {
				
				float: left;
				margin: 0 82px 0 0;
				width: 104px;
				
			}
		
			#footer_column_3 {
				
				float: left;
				margin: 0 82px 0 0;
				width: 63px;
				
			}
		
			#footer_column_4 {
				
				float: left;
				width: 387px;
				
			}
			
		#footer_content h6 {
			
			color: #;
			font: bold 11px/18px "Arial", "MS Serif", "New York", serif;
			margin: 0 0 .4em 0;
			text-transform: uppercase;
			
		}
		
			#footer_content ul {
				
				list-style: none;
				margin: 0;
				
			}
		
				#footer_content ul li {
					
					float: left;
					margin: 0;
					padding: 0;
					width: 100%;
					
				}
		
					#footer_content ul li a {
						
						color: #001100;
						float: left;
						font: normal 10px/18px "Arial", "MS Serif", "New York", serif;
						padding: .4em 0;
						text-decoration: none !important;
						text-transform: uppercase;
						width: 100%;
						
					}
					
			#footer_content a img {
				
				border: 3px solid #001100;
				float: left;
				margin: 8px 9px 2px 0;
			
			}



/*---------------------------------
--------------------------COPYRIGHT
---------------------------------*/

#copyright {
	
	background: #336699;
	float: left;
	width: 100%;
	
}

	#copyright_wrapper {
		
		color: #ffffff;
		font: normal 11px/18px "Arial", "MS Serif", "New York", serif;
		margin: 0 auto;
		padding: 10px 0;
		text-decoration: none !important;
		text-transform: uppercase;
		width: 940px;
		
	}
	
	#copyright_wrapper a {
		
		color: #ffffff;
		font-weight: bold;
		
	}
	
	#copyright_wrapper .right {
		
		margin: 0 8px 0 0;
		
	}
	
	#copyright_wrapper .left {
		
		margin: 0 0 0 -10px;
		
	}
	
		#copyright_wrapper ul {
			
			list-style: none;
			margin: 0;
			padding: 0 0 10px 0;
			
		}
	
			#copyright_wrapper ul li {
				
				float: left;
				margin: 0;
				
			}
	
			#copyright_wrapper ul li a {
				
				border-right: 1px solid #99CCFF;
				color: #ffffff;
				font: normal 11px/18px "Arial", "MS Serif", "New York", serif;
				padding: 0 10px;
				text-decoration: none !important;
				text-transform: uppercase;
				
			}



/*---------------------------------
------------------------------LOGIN
---------------------------------*/

#login_link1 a {
	
	background: url(images/login_icon.png) no-repeat center left;
	padding: 9px 20px 9px 32px !important;
	
}

#login_link1 a:hover {
	
	background: url(images/login_icon.png) no-repeat center left !important;
}

#login_wrapper {
margin:50px 130px 300px 70px ;

	width: 533px;
	
}

	#login_top {
		
		background: url(images/login_bg_top.png) no-repeat top left;
		float: left;
		height: 5px;
		width: 100%;
		
	}

	#login_bottom {
		
		background: url(images/login_bg_bottom.png) no-repeat bottom left;
		float: left;
		height: 5px;
		width: 100%;
		
	}

	#login {
		
		background: #d3d3d3 url(images/login_bg_gradient.gif) repeat-x top left;
		float: left;
		padding: 30px;
		width: 473px;
	}
	
		.login_block {
			
			float: left;
			margin: 0 20px 0 0;
			width: 161px;
			
		}
	
		.login_block_submit {
			
			float: left;
			margin: 17px 0 0 0;
			width: 104px;
			
		}
		
		#modlgn_username {
			
			background: url(images/login_username.png) no-repeat top left;
			border: none;
			padding: 7px 5px 5px 36px;
			height: 18px;
			width: 120px;
			
		}
		
		#modlgn_passwd {
			
			background: url(images/login_password.png) no-repeat top left;
			border: none;
			padding: 7px 5px 5px 36px;
			height: 18px;
			width: 120px;
			
		}
		
		#login_submit {
			
			background: url(images/login_submit.png) no-repeat top left;
			border: none;
			cursor: pointer;
			height: 30px;
			margin: 0;
			width: 104px;
			
		}
		
		#login_wrapper .not_login_info {
			
			background: url(images/login_bg_not.gif) repeat-x top left;
			color: #ffffff;
			float: left;
			font-weight: bold;
			margin: 1em 0 1.3em 0;
			padding: 7px 10px 9px 10px;
			width: 446px;
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			
		}
		
			#login_wrapper .not_login_info a {
				
				background: url(images/login_not_icon.png) no-repeat center right;
				color: #fff;
				padding: 0 25px 0 0;
				
			}
		
		#login_wrapper .not_info, #login_wrapper .not_error, #login_wrapper .not_warning, #login_wrapper .not_success {
			
			float: left;
			margin: 0;
			width: 396px;
			
		}



/*---------------------------------
---------------------------COMMENTS
---------------------------------*/

#comments h3 {
	
	margin: 0 0 1.5em 0;
	
}

#comments ol {
	
	list-style: none;
	margin: 0;
	
}

	#comments ol li {
		
		margin: 0 0 0px 0px;
		position: relative;
		
	}
	
	#comments ol li p.content {
		
		background: #f6f6f6;
		border: 1px solid #000000;
		padding: 15px 15px 15px 85px;
		margin: 0;
		
	}
		#comments ol li p.contentDetail {
		
		background: #f6f6f6;
		border: 1px solid #
		;
		padding: 0px 0px 0px 0px;
		margin: 0;
		
	}
	
	.comment_image {
		
		border: none !important;
		left: -15px;
		padding: 0;
		position: absolute;
		top: -15px;
		
	}
	
	#comments .author {
		
		background: url(images/author_icon.gif) no-repeat center left;
		font-size: 10px;
		font-weight: bold;
		margin: 0 20px 0 0;
		padding: 0 0 0 15px;
		
	}
	
	#comments .date {
		
		background: url(images/comment_date.gif) no-repeat center left;
		font-size: 10px;
		margin: 0 20px 0 0;
		padding: 0 0 0 15px;
		
	}
	
	#comments .reply {
		
		background: url(images/comment_reply.gif) no-repeat center left;
		font-size: 10px;
		font-weight: bold;
		padding: 0 0 0 15px;
		position: absolute;
		right: 15px;
		text-transform: uppercase;
		
	}
	
	#comments .time {
		
		background: url(images/comment_time.gif) no-repeat center left;
		font-size: 10px;
		padding: 0 0 0 15px;
		
	}
		#comments .invalid {
		
		background: url(images/invalid.gif) no-repeat center left;
		font-size: 10px;
		font-weight: bold;
		padding: 0 0 0 15px;
		position: absolute;
		right: 15px;
		text-transform: uppercase;
		
	}
	
		#comments ol li ol {
			
			border: 1px dashed #333333;
			border-top: none;
			padding: 15px;
			
		}
	
	#comments ol li ol li {
		
		float: none;
		margin: 0 0 0 0px;
		position: relative;
		
	}



/*---------------------------------
------------------------------FORMS
---------------------------------*/

.data
{
color: #6699CC;
	font: bold 13px/19px "Arial", "MS Serif", "New York", serif;
	margin-bottom: 5px;
	text-transform: none;
}

.label1 tr label { 

	color: #6699CC;
	font: bold 13px/19px "Arial", "MS Serif", "New York", serif;
	margin-bottom: 5px;
	text-transform: none;

}

.label1 tr  { 

	color: #000000;
	font: bold 11px/18px "Arial", "MS Serif", "New York", serif;
	margin-bottom: 5px;


}

label1 em {
	
	font-size: 10px;
	
}

input.bg-internal,textarea {
	
	background: #fff url(images/input_bg.gif) repeat-x top left;
	border: 1px solid #c3c3c3;
	color: #888888;
	display: block;
	font: italic 1em "Arial", "MS Serif", "New York", serif;
	margin: 0px 0px 11px 0px;
	padding: 3px 3px;
	width: 75%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
select
{
	background: #fff url(images/input_bg.gif) repeat-x top left;
	border: 1px solid #c3c3c3;
	color: #888888;

	font: italic 1em "Arial", "MS Serif", "New York", serif;
	margin: 0px 0px 11px 0px;
	padding: 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input:focus, textarea:focus, {
	
	border: 1px solid #8a8a8a;
	color: #616161;
	font-style: normal;
	
}

.alert {
	
	border: 2px solid #FB6064;
	
}

select {
	
	background: #ffffff;
	
}

.medium { width: 50%; }

.short { width: 30%; }

input.submit, input.reset {
	
	display: block;
	float: left;
	width: 71px;
	margin: 0 20px 8px 0;
	padding: 7px 0px 7px 0px;
	font: bold 1.1em "Arial", "MS Serif", "New York", serif;
	text-transform: uppercase;
	cursor: pointer;
	
}

input.btnsubmit{
	width: 71px;
	margin: 0 20px 8px 0;
	padding: 7px 0px 7px 0px;
	font: bold 1.1em "Arial", "MS Serif", "New York", serif;
	text-transform: uppercase;
	cursor: pointer;
}

input.submit1  {
	
	display: block;
	float: left;
	width: 71px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	font: bold 1.1em "Arial", "MS Serif", "New York", serif;
	text-transform: uppercase;
	cursor: pointer;
	
}

input.checkbox1 {
	
	float: left;

	padding: 0;
	width: 50px;
	height:25px;
	
}




	/*---------------------------------
	----------------------NOTIFICATIONS
	---------------------------------*/
	
	.not_info, .not_success, .not_error, .not_warning {
		
		font: bold 11px "Arial", "MS Serif", "New York", serif;
		padding: 7px 30px 7px 40px;
		position: relative;
	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
			
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
		
	}
	
	.not_info {
		
		background: url(images/not_INFO.png) repeat-x top left;
		color: #1b6088;
		
	}
	
		.not_info .img {
			
			background: url(images/not_info_img.gif) no-repeat top left;
			height: 19px;
			left: 9px;
			position: absolute;
			top: 5px;
			width: 18px;
			
		}
	
	.not_success {
		
		background: url(images/not_success.png) repeat-x top left;
		color: #1b883a;
		
	}
	
		.not_success .img {
			
			background: url(images/not_success_img.gif) no-repeat top left;
			height: 13px;
			left: 11px;
			position: absolute;
			top: 9px;
			width: 16px;
			
		}
	
	.not_error {
		
		background: url(images/not_error.png) repeat-x top left;
		color: #88411b;
		width:87%;
		
		
		
	}
	.floatError
	{
	margin:00px 0px 00px -11px;
	}
	
		.not_error .img {
			
			background: url(images/not_error_img.gif) no-repeat top left;
			height: 19px;
			left: 1px;
			position: absolute;
			top: 5px;
			width: 19px;
			
		}
	
	.not_warning {
		background: url(images/not_warning.png) repeat-x top left;
		color: #88751b;
		
	}
	
		.not_warning .img {
			
			background: url(images/not_warning_img.gif) no-repeat top left;
			height: 19px;
			left: 8px;
			position: absolute;
			top: 5px;
			width: 19px;
			
		}
		
	.not_info .close, .not_success .close, .not_error .close, .not_warning .close {
		
		background: url(images/not_close.png) no-repeat top right;
		cursor: pointer;
		height: 12px;
		right: 9px;
		position: absolute;
		top: 8px;
		width: 12px;
		
	}
	
	 .close1{
		
		background: url(images/ot_close.png) no-repeat top right;
		cursor: pointer;
		height: 12px;
		right: 9px;
		position: absolute;
		top: 8px;
		width: 12px;
		
	}
	
	
	
	
	
	.boilerinfo {
	width: 440px;
	float: left;
	margin: 10px 0 0 0;

}

.boilerinfo ul li {
     font-size:12px;
    font-family: Verdana;
    line-height:1.4em;
    padding:8px;
    
}

.boilerinfo ul {
    list-style:none outside none;
}



.boilerinfo h2#usefulinfo {
		width: 901px;
		height: 25px;
		font-family: Verdana;
                font-size: 14px;
                font-weight: bold;		
		margin: 0 0 0 20px;
                text-shadow: #ccc 2px 0.1em 3px;
                color: #cf0a0a;
              	}
				
				
/* css for map*/	
#map-text{
margin:0;
padding:34px 0 0 0;
width:233px;
float:right;
}
#boiler-image{
margin:0;
padding:0 0 0 0;
}
#map{
margin:0;
padding:0 0 0 0;
width:264px;
float:left;
}



#region{
margin:0;
padding:5px 0 0 0;
}

/*end of map CSS*/
/* FOR DYNAMIC PAGE*/
#not_login_info1 {
			background: url(images/login_bg_not.gif) repeat-x top left;
			color: #000000;
			float: left;
			font-weight: bold;
			margin: 1em 0 1.3em 0;
			padding: 7px 10px 9px 10px;
			min-width:97%;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			
		}
		
		
		
.list {
margin:00px 00px 00px 100px;
line-height:22px;
}
table{
margin:0;
padding:0;

}
.allcompany {
    background-image:url(images/bar.jpg);
    width: 785px;
    height: 38px;
	border:1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}
div.pagination a
 {

	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background: #336699 url(../images/image1.gif);
}

div.pagination a:hover, div.pagination a:active {
	border:1px solid #0066FF;
	color: #FFF;
	background: #66CCFF url(../images/image2.gif);
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #AAD83E;
  	font-weight: bold;
	background: #66CCFF url(../images/image2.gif);
	color: #FFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #000000;
}

.invalidLead
{
color:#CC0066;

}
.PinvalidLead
{
color:#FF0000;

}
.change
{
font-size:19px;
}

.borderbottom
{
border-bottom: 1px solid #666666;

}
.question {
position: absolute;
display: inline;
text-align: center;
width: 174px;
height: 78px;
font-size: 13px;
line-height: 1.5em;
background: url('images/bubble.png') left top no-repeat;
padding: 10px 0 0 0;
text-shadow: 0px 1px 0px #fff;
margin-left: -7em;
margin-top: -6em;
opacity: 0;
}

.yes{
margin-top: .5em;
margin-right: .5em;
cursor: pointer;
display: inline-block;
width: 63px;
height: 21px;
color: #434d17;
text-shadow: 0px 1px 0px #fff;
background: url('images/buttony.png') left top no-repeat;
}
.cancel {
margin-top: .5em;
margin-right: .5em;
cursor: pointer;
display: inline-block;
width: 63px;
height: 21px;
color: #fff;
text-shadow: 0px 1px 0px #000;
background: url('images/buttonn.png') left top no-repeat;
}
	
#paging-table {
	float: right;
	margin: 0 4px 0 0;
}	
.page-far-left	{
	background: url(images/table/paging_far_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 4px 0 0;
	width: 24px;
	}
.page-left	{
	background: url(images/table/paging_far_left.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	}
.page-far-right	{
	background: url(images/table/paging_far_right.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 4px 0 4px;
	width: 24px;
	}
.page-right	{
	background: url(images/table/paging_far_right.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	}
#page-info	{
	float: left;
	line-height: 16px;
	padding: 3px 12px 0 12px;
	}	
#step-holder {
font-family: Tahoma;
	height:39px;
	margin-bottom: 20px;
}	
.step-no {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
}

.step-no-off {
	float:left;
	height:29px;
	width:18px;
	font-size: 18px;
	line-height: 18px;
	padding:10px 0 0 0;
	text-align: center;
	color:#cbcbcb;
}

.step-dark-left {
	float:left;
	 
	background: url(images/forms/step_dark_left.gif) no-repeat;
	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-left a{
	 
	font-size: 13px;
	color:#fff;
	font-weight: bold;
}

.step-dark-right {
	float:left;
	width:12px;
	background: url(images/forms/step_dark_right.gif) no-repeat;
	height:39px;
}
.step-dark-round {
	float:left;
	width:8px;
	height:39px;
	background: url(images/forms/step_dark_round.gif) no-repeat;
}

.step-light-left {
	float:left;
	 	height:27px;
	padding:13px 15px 0 25px;
	font-size: 13px;
	background: url(images/forms/step_light_left.gif) no-repeat;
	height:39px;
	color:#cbcbcb;
	font-weight: bold;
}

.step-light-left a{
	 
	 
	font-size: 13px;
 
	color:#cbcbcb;
	font-weight: bold;
}
.step-light-right {
	float:left;
	width:12px;
	background: url(images/forms/step_light_right.gif) no-repeat;
	height:39px;
}
.step-light-round {
	float:left;
	width:8px;
	height:39px;
	background: url(images/forms/step_light_round.gif) no-repeat;
}	
a.icon-2	{
	background: url(images/table/table_icon_2.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
	}
a:hover.icon-2	{
	background: url(images/table/table_icon_2.gif) 0 -24px;
	}	
a.icon-1	{
	background: url(images/table/table_icon_1.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
	}
a:hover.icon-1	{
	background: url(images/table/table_icon_1.gif) 0 -24px;
	}	
a.icon-3	{
	background: url(images/table/table_icon_3.gif) no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	width: 24px;
	}
a:hover.icon-3	{
	background: url(images/table/table_icon_3.gif) 0 -24px;
	}	