@charset "utf-8";
/* CSS Document */

body {
  background:url('/images/blue-bg.jpg')top center repeat; 
  font-family:Tahoma, Geneva, sans-serif;
  margin:0px;
  padding:0px;
  font-size:12px;
  line-height:1.5em;
  color:#000;
  min-height:1100px;
  overflow-x: hidden;
 
  
  
}
img {
  border:none;
}
a {
  text-decoration:none;
  font-size:14px;
  color:#000;
}
a:hover {
  text-decoration:underline;
}
ul {
  list-style:none;
}
p {
  margin:0px;
}
.float_left {
  float:left;
}
#main {
  min-width:1050px;
}
#wrapper {
  width:100%;
  background-image: url('../images/blue-bg.jpg') repeat; 
}
.ss_wrap {
  width:100%;
}

#top_panel, #header, #main_menu, #banner, #first_modules, #second_module, #main_content, #bottom_side, #footer, #extra {
  width:990px;
  margin:0px auto;
}
#inner_top_panel, #inner_header, #inner_menu, #inner_banner, #inner_first_modules, #inner_module,  #inner_bottom_side,  #inner_extra {
  width:990px;
}
#inner_main_content {
  background: url('../images/Cloud-background.png') top center repeat;
  color:#000;
  width:97.9%;
  min-height:1050px;
 z-index:9999;
   

}
#inner_main_content {
 padding-left:10px;
  padding-right:10px;
  text-align:justify;
}

/*Top Panel Start */
#ss_top_panel {
}
.top_panel_left {
  width:50%;
}
#top_panel_right {
  width:50%;
}
/*Top Panel End*/
/*Header Start */
#ss_header {
 
}
#logo {}
.ss_logo {
  background:url(logo.png);
  height:100px;
  width:70%;
}
#search{}
.ss_search {
  width:30%;
}
/*Header End */
/*Menu Start */
#ss_main_menu {
  margin-top:-4px;
}
#inner_menu {
 background: #0A3D92; /* Old browsers 
background: -moz-linear-gradient(top,  #8d1b1a 0%, #b71616 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d1b1a), color-stop(100%,#b71616)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #8d1b1a 0%,#b71616 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #8d1b1a 0%,#b71616 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #8d1b1a 0%,#b71616 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #8d1b1a 0%,#b71616 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1b1a', endColorstr='#b71616',GradientType=0 ); /* IE6-9 */
*/
}

ul.menu {
  margin:0px;
  padding:0px;
}
ul.menu li {
  float:left;
  padding:10px 10px;
  
}
ul.menu li a {
  padding:10px 10px;
  color:#FBF1CD;
  
}
ul.menu li a:hover {
  background:#4CAADF;
  color:#000000;
  
}
/*Menu End*/
/*Banner Start */
#ss_banner {}
#inner_banner {
}
/*Banner End*/
/*First Module Area*/
#ss_first_modules {}
#module1{}
#module2{} #module3{}
#module4 {}
.ss_module1, .ss_module2, .ss_module3, .ss_module4 {
  width:25%;
}
/*First module End*/
/*Second Module Start */
#ss_second_module { }
#module5 {}
#module6 {}
.ss_module5, .ss_module6 {
  width:50%;
}
/*Second Module End */
/*Content Area Start*/
#ss_main_content {}
#leftside {
  width:25%;
}
#component {
  min-height:370px;
}
.ss_component {
  width:50%;
}
#right_side {
  width:25%;
}
/*Content Area End*/
/*Extra Field Required*/
.ss_module7 {
  width:100%;
}
/*End*/
/*Bottoom Module Start */
#ss_bottom_side {}
#module7{}
#module8{}
#module9{}
#module10 {}
.ss_module8, .ss_module9, .ss_module10{
  width:33%;
}
/*Bottom Module End*/
    Save & Close  
/*Footer Start */
#ss_footer {}
#inner_footer {
  background:none repeat scroll 0 0;
  padding:0px;
  width:99%;
}
/*Footer End*/
.one_third {
  width:33%;
}
.half {
  width:50%;
}
.third_fourth {
  width:75%;
}
.full {
  width:100%;
}