/* This is the main stylesheet for the Safty Related Ignition Processes Website */

/* general styles */

h1, h2, h3, h4, h5, h6 {
	color: rgb(46,47,130);
}

h1{
  font-size: 130%;
  font-weight: bold;
}

h2{
  font-size: 120%;
  font-weight: bold;
}

h3{
  font-size: 110%;
  font-weight: bold;
}
h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: rgb(46,47,130);
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	border:0;
	padding: 0;
	margin: 0;
}
body {
	margin-left: auto;
  	margin-right: auto;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 90%;
  	background-image: url("../images/backgroundfinal3.gif");
	background-size: 100%;
    background-repeat: repeat-x;
  	background-color: #E0E7ED;
  	padding-top: 5px;
  	
	
}
/*mainarea*/

.srip_main {
	background-color: white;
	border: 0px solid rgb(46,47,130);

}

/*page header */

#srip_header {
	width: 100%;
	float: left;
}
#srip_header a{
     color: white;
}
#srip_header_topline {
	/*background-image: url("../images/headertopline.png");
	height: 15px;
	width: 100%;
	background-repeat: no-repeat;*/
}

#srip_header #srip_header_image {
	background-image: url("../images/headermain.png");
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	/*background-color: #191970;/*rgb(205,222,236);*/

}
#srip_header #srip_header_image #srip_heading {
	padding-top: 0.3em;
	/*color: rgb(46,47,130);*/
	font-size: 150%;
}

#srip_header #srip_header_image #srip_heading h1{
	color: white;

}
#srip_header #srip_bread_crump{
	width: 100%;
	background-color: rgb(205,222,236);
	float: left;
}
#srip_header #srip_bread_crump span {
	padding-left: 2em;
	font-size: 80%;
}
#srip_header #srip_bread_crump a {
   color: rgb(46,47,130);
}
#srip_header #srip_header_linkarea{
	
	/*background-color: yellow;*/
	background-image: url("../images/headerbottomline.png");
	height: 40px;
	width: 100%;
	background-repeat: no-repeat;
	float: left;
	
}


#srip_header_links li {
	list-style: none;
    display: inline;
    padding-top: 0.6em ;
    padding-left: 2em;
    float: left;
}


/* styles for body */

#body_container {
	border-left: 0px solid rgb(46,47,130);
	border-right: 0px solid rgb(46,47,130);
	width: 1000px;
	background-color: rgb(205,222,236);
	float: left;
}

#body_container_inner {
	width: 992px;
	margin-right: 0.5em;
	float: left;
	background-color: rgb(205,222,236);
}

/* left column styles */

#left_column {
	width: 11em;
	background-color: rgb(205,222,236);
	padding-left: 0.5em;
	padding-right: 0.5em;
	float: left;
}
#left_column a {
	text-decoration: none;
}

/* main menu styles */

#left_column #main_menu {
  background-color: white;
  float: left;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;

}

#left_column #main_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #main_menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  background-color: white;
}

#left_column #main_menu ul li a {
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(225,225,225);
}


#left_column #main_menu ul li a.menu_link {  
}

#left_column #main_menu ul li a:hover {
  display: block;
  color: black;
  color: white;
  background-color: rgb(46,67,130);
}


#left_column #main_menu ul li a.menu_link_active {
  display: block;
  color: white;
  background-color: rgb(46,67,130);
}

/* Level 2 menu styles */

#left_column #menu_level2 {
  font-size: 90%;
  font-weight: normal;

}

#left_column #menu_level2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #menu_level2 ul li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  background-color: white;
}

#left_column #menu_level2 ul li a {
  display: block;
  padding-left: 1.5em;
  padding-right: 0em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(230,230,230);
}


#left_column #menu_level2 ul li a.menu_level2_link {  
}

#left_column #menu_level2 ul li a:hover {
  display: block;
  color: white;
  background-color: rgb(76,97,160);
}


#left_column #menu_level2 ul li a.menu_link_level2_active {
  display: block;
  color: white;
  background-color: rgb(76,97,160);
}

/* Level 3 menu styles */

#left_column #menu_level3 {
  font-size: 90%;
}

#left_column #menu_level3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #menu_level3 ul li {
  float: left;
  margin-bottom: 1px;
  background-color: white;
  
}

#left_column #menu_level3 ul li a {
  display: block;
  padding-left: 2.5em;
  padding-right: 0em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(235,235,235);
}


#left_column #menu_level3 ul li a.menu_level3_link {  
}

#left_column #menu_level3 ul li a:hover {
  display: block;
  color: white;
  background-color: rgb(96,117,180);  
}


#left_column #menu_level3 ul li a.menu_link_level3_active {
  display: block;
  color: white;
  background-color: rgb(96,117,180);
}

/* Level 4 menu styles */

#left_column #menu_level4 {
  font-size: 90%;
}

#left_column #menu_level4 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#left_column #menu_level4 ul li {
  float: left;
  margin-bottom: 1px;
  background-color: white;
  
}

#left_column #menu_level4 ul li a {
  display: block;
  padding-left: 3.5em;  
  padding-right: 0.5em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;             
  color: black;
  background-color: rgb(240,240,240);
}


#left_column #menu_level4 ul li a.menu_level4_link {  
}

#left_column #menu_level4 ul li a:hover {
  display: block;
  color: white;
  background-color: rgb(121,142,200);
}

#left_column #menu_level4 ul li a.menu_link_level4_active {
  display: block;
  color: white;
  background-color: rgb(121,142,200);
}

/* further left column styles */

#left_column #lc_info {
	float: left;
	margin-top: 1em;
	
	/*text-align: justify;*/
	font-size: 90%;
}

/* main content area styles */

#main_content_area {
  padding: 0.0em;
  margin-left: 0.1em;
  margin-right: -0.1em;
  padding-right: 1em;
  border-left: 12.0em solid rgb(205,222,236);
  background-color: white;
  border-right: 1px solid #959595;
  
}
#main_content_area a {
      color: rgb(46,47,130);
}

#main_content_area a:visited {
      color: rgb(66,87,150);
}

#main_content_area a:hover {
      color: rgb(66,87,150);
      text-decoration:none;
}

#main_content_area_inner_top {
	background-image: url("../images/contenttopWithBorder.png");
	height:16px;
	width:820px;
	background-repeat: no-repeat;
	
}

#main_content_area_inner_bottom {
	background-image: url("../images/contentdownShadow.png");
	height:16px;
	width:820px;
	
	background-repeat: no-repeat;
}

#main_content_area_inner {
	border-left: 1px solid #959595;
	padding: 0.5em;
	text-align: justify;
	min-height: 100%;
	color: black;
}


/* footer styles */

#footer {
  	width: 1000px;
  	height: 40px;
  	color: black;
 	float: left;
 	padding-top: 0.5em;
 	padding-bottom: 0.5em;
 	text-align: center;
 	font-size: 70%;
  	background-image: url("../images/bottomline.png");
	width: 100%;
	background-repeat: no-repeat;
}

#footer img {
  border: none;
}

.width_1200_pixel {
  width:1200px;
}
.width_1100_pixel {
  width:1100px;
}
.width_1000_pixel {
  width:1000px;
}
.width_900_pixel {
  width:900px;
}
.width_800_pixel {
  width:800px;
}
.width_700_pixel {
  width:700px;
}
.width_600_pixel {
  width:600px;
}
.width_500_pixel {
  width:500px;
}
.width_400_pixel {
  width:400px;
}
.width_300_pixel {
  width:300px;
}
.width_200_pixel {
  width:200px;
}
.width_100_pixel {
  width:100px;
}
.width_100_percent {
  width:100%;
}
.width_90_percent {
  width:90%;
}
.width_80_percent {
  width:80%;
}
.width_70_percent {
  width:70%;
}
.width_60_percent {
  width:60%;
}
.width_50_percent {
  width:50%;
}
.width_40_percent {
  width:40%;
}
.width_30_percent {
  width:30%;
}
.width_20_percent {
  width:20%;
}
.width_10_percent {
  width:10%;
}