/*GENERAL CSS*/

body 
{
    background:url(../img/body-bg-repeat.jpg) repeat #eeeeee;
    color:#000000;
    font-family:"Helvetica Neue",Arial,Helvetica,verdana,sans-serif;
}

.outer-container /*contains the header-bg repeat*/
{
    background:url(../img/header-bg-repeat.png) repeat-x top transparent;
    margin:0;
    padding:0;
}

.container /*contains the main body content*/
{
    min-height:820px;
    width:95%;   
    /*min-width:950px;*/
}


.span-24 
{
   width:100%; 
}

.full-width 
{
    width:100%;
}


.float-right 
{
    float:right;
 }

.float-left 
{
    float:left;
 }
 
.make-inline 
{
    display:inline;
}

.make-block 
{
    display:block;
 }

h2 
{
    color:#384247;
}
h3 
{
    color:#116e5a;
}

h4 
{
    color:#384247;
}

h5 
{
    color:#169091;
}

h6 
{
    color:#44b8b9;
}

p
{
color:#000000;
}

.bold-text 
{
    font-weight:bold;
}

a {
  color: #116e5a;
  text-decoration:none;
}

a:hover {
  color: #116e5a;
  text-decoration:underline;
}

a.linkstyle2 {
  color: #666666;
  text-decoration:none;
}

a.linkstyle2:hover {
  color: #09f;
  text-decoration:underline;
}

a.button-green {
  color: #fff;
  text-decoration:none;
  background:url(../img/green-btn-bg.jpg) repeat-x;
  padding:0;
  margin:0;
  padding:6px 10px 5px 10px;
  margin-top:5px;
  border:1px solid #00947b;	
}

a.button-green:hover {
  text-decoration:none;
  background:url(../img/green-btn-bg-hov.jpg) repeat-x;
}

.new-highlight
{
    background: url(../img/new.gif) no-repeat;
    width: 30px; 
    height: 18px;
    display: inline-block;
    vertical-align: text-top;
    margin-top:-4px;
    
}

/*VERTICAL & HORIZONTAL SPACERS-BORDERS:*/

hr 
/*Use this to create a transparent horizontal rule across a column; also use <hr />.*/
{
    background:#e6e6e6;
    color:#e6e6e6;
    clear:both;
    float:none;
    width:100%;
    height:.1em;
    margin:0;
    border:none;
    margin-bottom:5px;
}

hr.thick 
{
    background:#e6e6e6;
    color:#e6e6e6;
    clear:both;
    float:none;
    width:100%;
    height:5px;
    margin:0;
    border:none;
    margin-bottom:5px;
}

hr.space 
{
    background:#fff;
    color:#fff;
    visibility:hidden;
    height:10px;
    margin:0;
}

hr.space-8 
{
    background:#fff;
    color:#fff;
    visibility:hidden;
    height:8px;
    margin:0;
}

hr.space-5 
{
    background:#fff;
    color:#fff;
    visibility:hidden;
    height:5px;
    margin:0;
}
br 
 /*br is similar width as hr.space */
{
    
}
.vertical-seperator-with-line 
{
    margin:0 1.5em 0 0;
    border:1px solid #ff0000; 
    width:60px;
}

.vertical-gap-10 
{
    margin-top:10px;
}

.horizontal-gap-10 
{
    margin-right:10px;
}


/* HEADER */

#header-container 
{
    height:138px;
        
}

#branding
{
    
    height:138px;
       
}

#header-right
{       
    float:right;
    
  
}

h1 a 
{
	font-size:36px;
	text-indent:-9999px;
	display:block;
	height:138px;
	width:589px;
	background:url(../img/atomic-energy-regulatory-board-logo.jpg) top left no-repeat;	
}

/* HEADER HINDI*/

#header-containerH 
{
    height:138px;
        
}

#brandingH
{
    
    height:138px;
       
}

#header-rightH
{       
    float:right;
    
  
}

h1.hindih1 a 
{
	font-size:36px;
	text-indent:-9999px;
	display:block;
	height:138px;
	width:589px;
	background:url(../img/atomic-energy-regulatory-board-logoH.jpg) top left no-repeat;	
}
/* HEADER SECONDARY NAVIGATION */

#header-secondary-nav  
{
  
}

#header-secondary-nav ul {
	
	padding:0px;
	margin:0px;
	background:url(../img/header-secondary-link-bg.jpg) top no-repeat;
	width:131px;
	height:32px;
	padding-left:35px;
	
	
}

#header-secondary-nav ul li {
	display:inline;
	
	
}


#header-secondary-nav ul li a {
	text-transform:capitalize;
	color:#116e5a;
	text-decoration:none;
	line-height:32px;
	font-size:13px;
	font-weight:bold;
	text-shadow: 0 1px 0 #fff;
	
}

#header-secondary-nav ul li a:hover {
	color:#000;
	
	
	
}

.header-secondary-nav-seperator {
	
	padding:0px;
	font-size:13px;
	width:10px;
	
}


/* HEADER INDIAN EMBLEM */

#indian-emblem
{
    float:right;
    
}

#indian-emblem img
{
    float:right;
}


/* MASTER NAVIGATION */

#mast-nav-container
{
    height:47px;
    padding:0;
    margin:0;
    
          
}

#mast-nav {
	height:34px;
	color:#fff;
	margin-top:13px;
		
}

#mast-nav ul {
	
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
	
}

#mast-nav ul li {
	
	float:left;
	margin:0;
	padding:0;
	
	
}

#mast-nav ul li a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	margin:0;
	/*vertical-align:middle;*/
	background:url(../img/mast-nav-bg.png) no-repeat top center; 
	font-weight:bold;
	text-shadow: 0 1px 0 #006868;
	line-height:36px;
	margin-right:0px;
	
		
}

#mast-nav ul li a.home{

	padding:10px 29px 9px 29px;

}
#mast-nav ul li a.homeHindi{

	padding:10px 27px 8px 27px;
	border-radius: 5px 5px 0px 0px;

}

#mast-nav ul li a.news {

	padding:10px 33px 8px 33px;
	
}

#mast-nav ul li a.contact-us{

	padding:10px 8px 8px 9px;
}

#mast-nav ul li a.site-map{

	padding:10px 19px 8px 20px;
	
}

#mast-nav ul li a.publication{

	padding:10px 8px 8px 9px;

}

#mast-nav ul li a.publicationHindi{

	padding:10px 20px 8px 20px;
	border-radius: 5px 5px 0px 0px;

}

#mast-nav ul li a.about-us{

	padding:10px 21px 8px 21px;

}
#mast-nav ul li a.faq{

	padding:10px 31px 8px 31px;

}


#mast-nav ul li a:hover,#mast-nav ul li a.active 
{
    color:#000;
	text-decoration:none;
	background:url(../img/mast-nav-bg-hov.gif) no-repeat bottom;
	padding-bottom:10px;
	text-shadow: 0 1px 0 #fff;
	line-height:34px;
	
}


.mast-nav-seperator 
{
    height:34px;
  /*  background:url(../img/master-nav-seperator.jpg) no-repeat right;   */

}

/* HEADER MASTER SEARCH */


#master-search
{
    margin-top:13px;
    float:right;
	
}

#master-search input {
	color:#333;
	text-decoration:none;
	padding:0 23px 0 10px;
	width:198px; /* bg width - padding left-padding right= 198+10+23=231 */
	height:31px;
	border:none;
	margin:0px;
	float:right;
	background:url(../img/search-bg-default.png) no-repeat #fff;
	line-height:31px;
	
}

#master-search input:hover,#master-search input:focus {

	background:url(../img/search-bg-hover.gif) no-repeat #fff;

}



/* BODY */

#body-container 
{
 
  background:transparent;
}


#body-container p 
{
    color:#0000;
    font-family:"Helvetica Neue",Arial,Helvetica,verdana,sans-serif;
    line-height:22px;
}

.rounded-right-top 
{
 background:url(../img/body-top-rounded.png) top right no-repeat #fff;
 height:9px; 
}

.rounded-left-bottom 
{
 background:url(../img/body-bottom-rounded-left.png) top left no-repeat;
 height:9px;     
 
}
.rounded-right-bottom 
{
 background:url(../img/body-bottom-rounded-right.png) top right no-repeat;
 height:10px;     
 
}

#body-main-container 
{
 background:#fff;
 
 
}

/* BREADCRUMB NAVIGATION */

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background:transparent;
  text-decoration:none;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration:none;
}

.breadcrumb li a 
{
  text-decoration:none;
}

.breadcrumb li a:hover {
  text-decoration:underline;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #666666;
  text-decoration:none;
}

.breadcrumb 
{
    background-color:#fff;
    background:none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding:0;
    font-size:11px;
    margin-left:5px;
    margin-bottom:5px;
}
#breadcrumb
{
	margin-left: 1%;
}

/* BODY SECONDARY CONTAINER NEW*/

#body-secondary-container
{
   margin-left:5px;
   float: left;
   width: 225px; /*Width of left column*/
   margin-right:-230px;
  
}

#secondary-nav-body
{
    
}

#secondary-nav-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 228px; /* Width of Menu Items */
	
	}
	
#secondary-nav-body ul li {
	position: relative;
	}
	
li.sub ul{
	position: absolute;
	left: 226px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background:url(../img/info-link-arrow.png) no-repeat left top;
	}

/* Styles for Menu Items */
#secondary-nav-body ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
	text-transform:capitalize;
	background: #fff;  /*IE6 Bug */
	background:url(../img/body-secondary-nav-bg.png) no-repeat #00775e;
	height:20px;
	padding:6px 0 6px 16px;
	letter-spacing:.01em;
	text-shadow: 0 1px 0 #006868;
	font-size:13px;
	text-align:left;
	border-bottom:1px solid #fff;  /*IE6 Bug */
	
	}
	
#secondary-nav-body ul li a:hover {
	display: block;
	text-decoration: none;
	color:#fff;
	text-transform:capitalize;
	background: #fff;  /*IE6 Bug */
	background:url(../img/body-secondary-nav-bg-hov.png) no-repeat #59cacb;
	padding:6px 0 6px 16px;
	letter-spacing:.01em;
	text-shadow: 0 1px 0 #006868;
	font-size:13px;
	border-bottom:1px solid #fff;  /*IE6 Bug */
	
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.submenuhide, .sub .submenuhide
{
   display:none;
}

.sub:hover>.submenuhide
{
   display:block;
   left:228px;
   top:0;
   position:absolute;
   z-index:1000;
}

/* INDIAN PORTAL */

#indian-portal
{
  
}

#indian-portal a
{
  	text-indent:-9999px;
	display:block;
	height:95px;
	width:225px;
	background:url(/AERBPortal/pages/commonTemplate/img/national-portal.jpg) top left no-repeat;	
}

#indian-portal a:hover
{
  	background:url(../img/national-portal-hov.jpg) top left no-repeat;	
}
/*hindi INDIAN PORTAL*/
#indian-portalH
{
  
}

#indian-portalH a
{
  	text-indent:-9999px;
	display:block;
	height:95px;
	width:225px;
	background:url(/AERBPortal/pages/commonTemplate/img/national-portalH.jpg) top left no-repeat;	
}

#indian-portalH a:hover
{
  	background:url(../img/national-portal-hovH.jpg) top left no-repeat;	
}

/* BODY DATA CONTAINER */

#body-primary-container-index-page
{
  /*width:50%;*/
  margin: 0 240px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  float:left;
}

#body-primary-container-inner-page
{
  /*width:77%;*/ 
  margin: 0 5px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  float:left;
}

#aerb-mission
{


}

/* old font style
#aerb-mission h2
{
    padding:0;
    margin:0;
    font-size:19px;
    font-family:"Times New Roman";
    color:#116e5a;
    text-align:justify;
    margin-bottom:15px;
    font-style:italic;
 
}*/

#aerb-mission h2
{
    padding:0;
    margin:0;
    font-size:16px;
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#116e5a;
    text-align:justify;
    margin-bottom:15px;
    font-style:italic;
    line-height:160%;
    font-weight:normal;
    text-shadow: 0 1px 0 #f1f1f1;
 
}

#aerb-mission img
{
    float:left;
    padding-right:5px;
    
}

/* BODY PRIMARY CONTAINER */

#news-section
{
    float:left;
}

#news-section h2
{
    font-size:20px;
    color:#384247;
    text-transform:uppercase;
    letter-spacing:.01em;
    padding:0;
    margin:0;
    margin-bottom:6px;
    font-weight:normal;
}

#news-section h4
{
    color:#53989c;
    font-size:12px;
    padding:0;
    margin:0;
    margin-top:10px;
}

#news-section ul
{
    text-decoration:none;
	list-style:none;
	margin:0;
	padding:0;
}

#news-section ul li {
	margin:0;
	padding:0;
	cursor:pointer;
}

#news-section ul li:hover {
 /*background:#f6f6f6;*/
}

#news-section ul li a {
	
		
}

#news-section ul li a:hover,#news-section ul li a.active 
{
    text-decoration:none;
    color:#000;
	
}

#news-section h3
{
    color:#53989c;
    font-size:14px;
    padding:0;
    margin:0;
    margin-bottom:5px;
    margin-top:5px;
    background:url(../img/arrow-grey.png) left no-repeat;
    padding-left:18px;	
    
}

#news-section h3:hover
{
    color:#000;
    font-size:16px;
    padding:0;
    margin:0;
    margin-bottom:5px;
    margin-top:5px;
    background:url(../img/arrow-grey.png) left no-repeat;
    padding-left:18px;	
    
}

/*#news-section h3 a
{
   text-decoration:none;
   background:#fff;
   padding:5px 5px 5px 5px;
   	
   
}

#news-section h3 a:hover
{
    text-decoration:none;
    color:#000;
    background:#f1f1f1;
    padding:5px 5px 5px 5px;
    
}
*/
#news-section p
{
    padding:0;
    margin:0;
}


/* QUICK LINKS CONTAINER*/

.direct-links{
	
	margin:0 auto;
}

.direct-links td {
	
	margin:0;
	padding:0;
}

.direct-links td a {
	margin:0;
	min-width:120px;
	height:102px;
	width:120px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
	
}

.direct-links-sep 
{
    width:7%;
}

.direct-links-sep-inner 
{
    width:14%;
}

.newsletters a
{
    background: url(../img/newsletters.jpg) no-repeat center;
    min-width:120px;
	height:102px;
	width:120px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
}

.newsletters a:hover{

	background: url(../img/newsletters-hov.jpg) no-repeat center;
	min-width:120px;
	height:102px;
	width:120px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
    
}
.newslettersH a
{
    background: url(../img/newslettersH.jpg) no-repeat center;
    min-width:120px;
	height:102px;
	width:120px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
}

.newslettersH a:hover{

	background: url(../img/newsletters-hovH.jpg) no-repeat center;
	min-width:120px;
	height:102px;
	width:120px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
    
}
.codes-guides a{

	background: url(../img/codes-guides.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
    
 
}

.codes-guides a:hover{

	background: url(../img/codes-guides-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.codes-guidesH a{

	background: url(../img/codes-guidesH.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
    
 
}

.codes-guidesH a:hover{

	background: url(../img/codes-guides-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.monographs a{

	background: url(../img/monographs.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    

}

.monographs a:hover {

	background: url(../img/monographs-hov.jpg) no-repeat center;
    width: 120px;
    height: 102px;
}
.monographsH a{

	background: url(../img/monographsH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    

}

.monographsH a:hover {

	background: url(../img/monographs-hovH.jpg) no-repeat center;
    width: 120px;
    height: 102px;
}
.annual-reports a{

	background: url(../img/annual-reports.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    
}

.annual-reports a:hover {

	background: url(../img/annual-reports-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    
}
.annual-reportsH a{

	background: url(../img/annual-reportsH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    
}

.annual-reportsH a:hover {

	background: url(../img/annual-reports-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    
}
.news-letters a{

	background: url(../img/news-letters.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
   
}

.news-letters a:hover {

	background: url(../img/news-letters-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
	
}
.news-lettersH a{

	background: url(../img/news-lettersH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
   
}

.news-lettersH a:hover {

	background: url(../img/news-letters-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
	
}
.about-aerb a{

	background: url(../img/about-aerb.jpg) no-repeat 50%;
    width: 120px; 
    height: 102px;
 
}

.about-aerb a:hover {

	background: url(../img/about-aerb-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.about-aerbH a{

	background: url(../img/about-aerbH.jpg) no-repeat 50%;
    width: 120px; 
    height: 102px;
 
}

.about-aerbH a:hover {

	background: url(../img/about-aerb-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.press-releases a{

	background: url(../img/press-releases.jpg) no-repeat 50%;
    width: 120px; 
    height: 102px;
 
}

.press-releases a:hover {

	background: url(../img/press-releases-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
}
.press-releasesH a{

	background: url(../img/press-releasesH.jpg) no-repeat 50%;
    width: 120px; 
    height: 102px;
 
}

.press-releasesH a:hover {

	background: url(../img/press-releases-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
}
.committees a{

	background: url(../img/committees.jpg) no-repeat 50%;
    width: 120px; 
    height: 102px;
 
}

.committees a:hover {

	background: url(../img/committees-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
 
}
.committeesH a{

	background: url(../img/committeesH.jpg) no-repeat 50%;
    width: 120px; 
    height: 102px;
 
}

.committeesH a:hover {

	background: url(../img/committees-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
 
}
.news-aerb a{

	background: url(../img/news-aerb.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
 
}

.news-aerb a:hover {

	background: url(../img/news-aerb-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.news-aerbH a{

	background: url(../img/news-aerbH.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
 
}

.news-aerbH a:hover {

	background: url(../img/news-aerb-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.activities-aerb a{

	background: url(../img/activities-aerb.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
 
}

.activities-aerb a:hover {

	background: url(../img/activities-aerb-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.activities-aerbH a{

	background: url(../img/activities-aerbH.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
 
}

.activities-aerbH a:hover {

	background: url(../img/activities-aerb-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;

    
}
.safety-awards a{

	background: url(../img/safety-awards.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
 
}

.safety-awards a:hover {

	background: url(../img/safety-awards-hov.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    
}
.safety-awardsH a{

	background: url(../img/safety-awardsH.jpg) no-repeat center;
    width: 120px; 
    height: 102px;
 
}

.safety-awardsH a:hover {

	background: url(../img/safety-awards-hovH.jpg) no-repeat center;
	width: 120px; 
	height: 102px;
    
}

/* BODY TERITARY CONTAINER */

#body-teritary-container{

    float:left;
    margin-right:5px;
    width: 225px; /*Width of right column*/
    margin-left: -230px; /*Set left marginto -(RightColumnWidth)*/
    background: #fff;
	
}

h3.container-heading{
    background: url(../img/title-bg.png) no-repeat;
    margin:0;
    padding:0;
    height:31px;
    width:220px;
    display:block;
    line-height:31px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    padding-left:5px;
    text-transform:uppercase;
    float:right;
    
}

.info-box
{
    border-left:#ebebeb 1px solid;
    border-right:#ebebeb 1px solid;
    width:218px;
    margin:0;
    padding:5px 0 5px 5px;
    float:right;
    
    
    
}
.info-box-bottom
{
    background: url(../img/info-box-bottom-rounded-bg.png) no-repeat top left;
    height:10px;
    display:block;
    width:225px;
    float:right;
    
}

#teritary-section .info-box{
    width:223px;
    padding:0;
    padding-bottom:5px;	
    float:right;

}

#teritary-section  {
	

}

#teritary-section ul {
	
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding:0px;
}

#teritary-section ul li {
	margin:0;
	padding:0;
	
}

#teritary-section ul li a {
    color:#384247;
    border-bottom:1px solid #ebebeb;
    /*background: url(../img/info-link-arrow.png) no-repeat right;*/
    display:block;
    line-height:29px;
    padding-left:10px;
       
		
}

#teritary-section ul li a:hover {
    color:#116e5a;
    text-decoration:none;
    /*background: url(../img/info-link-arrow-hov.png) no-repeat right #ebebeb;*/
	background:#ebebeb;
	text-shadow: 0 1px 0 #fff;
}

/* FREQUENTLY USED LINKS CONTAINER */

#frequently-used-links-container{

	
}



/* FOOTER */

#footer-container /*contains the footer-bg repeat*/
{
    background:#fff;
    background:url(../img/footer-bg-repeat.png) repeat-x bottom transparent;
    height:79px;
    vertical-align:baseline;
    color:#fff;
    margin-top:10px;
}

#footer-container-inner
{
    /*width:950px;*/
    width:95%;
    margin:0 auto;
    
  
}

#copyright p 
{
  color:#fff;
  font-size:11px; 
  margin-top:10px; 
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  line-height:20px;
}
  
#footer-navigation
{
  	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}

#footer-navigation ul {
	
	padding:0;
	background:transparent;
	margin:0 auto;
	text-align:center;
		
	
}

#footer-navigation ul li {
	display:inline;
	text-align:center;
}

#footer-navigation ul li a {
	text-transform:capitalize;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#footer-navigation ul li a:hover {
	text-decoration:underline;
	
}

.footer-navigation-seperator {
	
	padding:0 35px;
	font-size:11px;
	color:#01a88b;
	
}  


/* INNER PAGE CSS */

#body-primary-container-inner-page p img 
{
    border:1px solid #ccc;
    padding:5px;
    margin:0;
    margin-right:15px;
    float:left;
}

