/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */

/*@import url(layouts.css);*/







/* #######################  GENERAL SETTINGS ############################ */

html.body{

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

	margin-top: 0px;

	background-color: #CCCCFF;

	background:#FFFFFF url(../images/body_main_bg.jpg) repeat-y scroll center center;

}



body {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	font-size: 12px;

	color: #000;

	margin: 0px;

	background-color: #FFFFFF;

	background:#FFFFFF url(../images/body_main_bg.jpg) repeat-y scroll center center;

	}



/*  Global Formatting */

h1 {font-size:16px;line-height: 1em;font-weight: 900;}

h2 {font-size:15px;line-height: 1em;font-weight: 900;}

h3 {font-size:14px;line-height: 1em;font-weight: 900;}

h4 {font-size:13px;line-height: 1em;font-weight: 900;}

h5 {font-size:12px;line-height: 1em;font-weight: 900;}

h6 {font-size:11px;line-height: 1em;font-weight: 900;}

td{font-size: 12px;}

th{font-size: 12px;}

a{color:#0079DF; text-decoration:none;}

a.image, a.image:hover  {border:0;}





/* Clears Divs */

.clr{clear: both;}



/* #######################  END GENERAL SETTINGS ############################ */

#contentwrap {

	background-color:#FFFFFF;

	display:block;

	margin-left:auto !important;

	margin-right:auto !important;

	overflow:hidden;

	padding-bottom:10px;

	width:900px;
border-left:#E2E2E2 1px solid;
border-right:#E2E2E2 1px solid;
}

#contentwrap #header {

	background-color:#FFFFFF;

	overflow:hidden;

	width:100%;

}

#contentwrap #header #header_left{

	float:left;

	padding-left:15px;

	width:360px;

}

#contentwrap #header #header_right{

	float:right;

	padding-right:2px;

}

#contentwrap #header #header_right #livezilla_div{

	float:right;

	height:80px;

	width:100%;

}

/*============= top small menu========================*/

#contentwrap #header #header_right #top_small_menu{

	float:right;

	width:100%;

}

#top_small_menu ul {

	float:right;

	margin:0;

	padding:0;

}

#top_small_menu ul li {

	color:#FC6200;

	float:left;

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	padding-left:4px;

	padding-right:4px;

}

#top_small_menu ul li a {

	color:#FC6200;

	font-family:Arial,Helvetica,sans-serif;

	font-size:11px;

	font-weight:bold;

	text-decoration:none;

}

/*============= End top small menu========================*/



#contentwrap #topmenucontainer {

	background-color:#FFFFFF;

	overflow:hidden;

	width:100%;

}

.topmenu_div {
background: url(../images/menu_image.jpg) repeat-x;
	//background-color:#FFFFFF;

	margin-left:auto;

	margin-right:auto;

	padding:5px 0;

	text-align:center;

	width:100%;

}

.topmenu_div ul {

	background-image:url(../images/menu_bg.jpg);

	background-repeat:repeat-x;

	margin:0 auto;

	padding:7px 0;

	width:900px;

}

.topmenu_div ul li {

	display:inline;

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	margin-left:5px;

	margin-right:5px;

}

.topmenu_div ul li a {

	color:#000000;

	font-family:arial;

	font-size:12px;

	font-weight:normal;

	text-decoration:none;

}

.topmenu_div ul li a:hover {

	color:#Ea2500;

}

.topmenu_div ul .separator{

	color:#000000;

}

/*==========End of topmenu============*/



#back_buttons{

	width:760px;

	padding-left:10px;

	padding-right:10px;

}

#back_buttons #home_div{

	width:50%;

	float:left;

}

#back_buttons #profl_div{

	width:50%;

	float:left;

}

.contentarea {

	border-top:1px solid #A8A89E;

	overflow:hidden;

	width:780px;

	background-image: url(../images/contentareafull_bg.jpg);

	background-repeat: repeat-y;

	background-position: center;

}

.contentarea #contentarea_left{

	width:158px;

	padding:10px;

	float:left;

}

.contentarea #contentarea_mid{

	padding:10px;

	width:404px;

	float:left;	

}

.contentarea #contentarea_mid #contentarea_mid_inner{

	overflow:hidden;

}

.contentarea_mods{

	overflow:hidden;

	padding-bottom:10px;

	width:100%;

}

.contentarea #contentarea_right{

	width:158px;

	padding:10px;

	float:left;	

}

#footer_div{

	width:100%;

	border-top:2px solid #ff8000;

	padding-top:10px;

}

#copyright_div{

	width:100%;

	text-align:center;

}

#bottom_div{

	width:760px;

	padding:10px;

	padding-bottom:10px;

}

#footer_div span, #devp_div span {

	color:#8c4a46;

		text-align:center;

}

#devp_div{

	width:100%;

	text-align:center;

	padding-top:10px;

}

/*=======Css for left/right menu===================*/

.module_left, .module_right{

	margin:0px;

	padding:0px;

}

.module_left h3, .module_right h3{

	padding:0px;

	color:#D2003B;

	font-size:14px;

	padding-left:5px;

}

.module_left ul, .module_right ul{

	margin:0px;

	padding:0px;

}

.module_left ul li, .module_right ul li{

	list-style:none;

	padding-bottom:5px;

}

.module_left ul li a, .module_right ul li a{

	background-color:#F3F3F3;

	border:1px solid #E8E8E8;

	color:#616161;

	display:block;

	font-size:11px;

	font-weight:bold;

	padding:4px 8px;

}

.module_left ul li a:hover, .module_right ul li a:hover{

	background-color:#FFFFFF;

	color:red;

}

/*=======End left/right menu===================*/

/*=======CSS for Green Module===================*/

.module_green{

	margin:0px;

	padding:0px;

	border:1px solid #c5c5c5;

	margin-top:10px;

}

.module_green h3{

	color:#51001B;

	font-size:12px;

	font-weight:bold;

	background-color:#e1ffa7;

	padding:5px;

	margin-top:0px;

	border-bottom:1px solid #c5c5c5;

}

.module_green ul{

	margin:0px;

	padding:0 0 10px 20px;

}

.module_green ul li{

	color:#000;

}

/*=======End Green Module===================*/



/*=======Lagnashagun Center================*/

.dist_title{

	border:1px solid #e8e8e8;

	padding:6px;

	background-color:#ff5a00;

	color:#fff;	

	text-align:right;

}

.dist_head{

	background-color:#f3f3f3;

	border:1px solid #e8e8e8;

	padding:3px;

	text-align:right;

	width:115px;

}

.dist_details{

	border:1px solid #e8e8e8;

	padding:3px;

}

.contentpaneopen fieldset{

	background-color:#fff;

	margin-bottom:5px;

	border:1px solid #e8e8e8;

}

.center_location{

	width:400px;

	padding:0px;

	margin:0px;

}

.center_location li{

	float:left;

	list-style:none;

	padding-left:3px;

	padding-right:3px;

	width:175px;

	border:1px solid #e8e8e8;	

	margin:5px;

	padding:5px;

	background-color:#f4f4f4;

}

.center_location li a{

	text-transform:uppercase;

	color:#000;

	font-weight:bold;

	text-align:center;

	display:block;

}

.center_city_list{



}

.center_city_list .sectiontableheader{

	padding:6px;

	font-weight:bold;	

	color:#fff;

	background-color:#fd5c15;	

}

.center_city_list .sectiontableheader a{

	font-weight:bold;	

	color:#fff;

}

.center_city_list .sectiontableheader img{

	border:0px;

	padding-left:10px;

}

.center_city_list .center_city_arr{

	margin-right:10px;

	background-color:#E1FFA7;

	color:#000;

	border:1px solid #E9E9E9;	

}

.center_city_list .center_city_name{

	padding:10px;

	background-color:#fff;

	color:#000;

	border:1px solid #E9E9E9;	

}

/*=======end Lagnashagun Center================*/

/*=======Lagnashagun News and events================*/

.event_disp_head{

	display:table-cell;

	float:left;

	padding-right:20px;

	text-align:right;

	vertical-align:middle;

	width:80px;

	font-weight:bold;

	background-color:#e1ffa7;

	border:1px solid #e9e9e9;

	margin-right:10px;

}

.event_disp_desc{

	display:table-cell;

	float:left;

	background-color:#f3f3f3;

	border:1px solid #e9e9e9;	

	margin-bottom:5px;

	width:360px;

}

.event_disp_head p, .event_disp_desc p{

	margin:0px;

	padding:10px;

}

.event_disp_extra{

	padding:10px;

	background-color:#ffffff;	

	border:1px solid #e9e9e9;

}

.headingrow .contentheading{

	text-align:center;

	padding:10px;

	font-weight:bold;	

	background-color:#ffffff;	

	border:1px solid #e9e9e9;	

}

.headingrow .contentheading span, .ev_td_heading{

	padding:6px;

	font-weight:bold;	

	background-color:#fd5c15;	

	margin:5px;

	color:#fff;

	border:1px solid #e9e9e9;	

} 

.icon_labels td, .iconic_td{

	border:1px solid #e9e9e9;	

	vertical-align:middle;

	background-color:#F3F3F3;

}

.ev_table{

border-top:1px solid black;

}
/*bhavana css*/
.form1{
color:#777777;
font-weight:bold;
font-size:12px;
}
.descr{
color:#000000;
font-size:12px;
font-weight:normal;
}
.adver{
border-bottom:1px solid #000000;
float:right;
font-size:18px;
font-weight:bold;
padding-bottom:8px;
width:540px;
}
.welcome{
color:#000000;
font-size:12px;
font-weight:normal;
}

/*=======end Lagnashagun news and events================*/


/*=======Lagnashagun Seal================*/

.dearmem{
color:#000000;
font-weight:bold;
}

.whatisseal{
color:#0079DF;
font-size:11px;
text-decoration:none;

}
.step1message{
background-color:#F4F4F4;
border:1px solid #E8E8E8;
color:#616161;
font-weight:bold;
padding:5px 7px;
width:565px;

}
.allfieldsarecomp{
color:#FF3300;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
.textlable{
color:#777777;
font-size:12px;
font-weight:bold;
}

.textlable em{
color:#FF3300;
margin-right:4px;
}

#ff_div218{
padding-left:8px;
}
#ff_div221{
padding-left:8px;
}
.formtext{

}

.notetext{
color:#FF3300;
font-family:arial;
font-size:12px;
text-decoration:none;
}

.notetext li{
color:#FF3300;
font-family:arial;
font-size:12px;
list-style-image:none;
list-style-position:inside;
list-style-type:inherit;
padding-bottom:5px;
text-decoration:none;
}

.row1{
background-color:#F4F4F4;
border:1px solid #E8E8E8;
color:#616161;
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
width:578px;
}

.row1 .p{
padding-left:5px;
padding-right:95px;


}

.row1 .u{
padding-left:0;
padding-right:93px;


}

.row1 .s{
padding-right:5px;



}

.button_bg{
background-color:#F4F4F4;
border:1px solid #E8E8E8;
color:#616161;
font-weight:bold;
height:30px;
width:578px;
}
#ff_elem225,.button{

}

.ortext{
color:#C2C2C2;
font-family:Tahoma;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
.firstline{
padding-bottom:20px;

}
.address li{
list-style-type:none;
padding-bottom:5px;
}
/*======= End Lagnashagun Seal================*/


/*==========Accordian Content css===============*/


ul#lgcenters, ul#lgcenters ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#lgcenters a {
  display: block;
  text-decoration: none;	
}

ul#lgcenters li {
  margin-top: 1px;
}

ul#lgcenters li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul#lgcenters li a:hover {
  background: #000;
}

ul#lgcenters li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#lgcenters li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

/*============================================*/


