      /* main CSS Document */
      /* general styling first */
      /* reset css styles individually instead of universal selector. */
      html, body{
      margin: 0;
      padding: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
      border-left:0;
      }
      div, span, applet, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      a, abbr, acronym, address, big, cite, code,
      del, dfn, em, font, img, ins, kbd, q, s, samp,
      small, strike, sub, sup, tt, var,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
      }
      body {
      line-height: 1;
      color: white;
      text-align:center;
      font-family: Verdana,Arial, Helvetica, sans-serif;
      }
      ol, ul {list-style: none;}       
      table {
      border-collapse: separate;
      border-spacing: 0;
      }
      caption, th, td {
      text-align: left;
      font-weight: normal;
      }       
      /* end reset styles */
      /* clearing technique *
      .clearfix:after {
      content:".";
      display:block;
      height:0;
      clear:both;
      visibility:hidden;
      }
      .clearfix {display:inline-block;}
      /* mac hide */
       * html .clearfix {height: 1%;}
      .clearfix {display: block;}
      /*........... do not change or amalgamate the above clearfix styles ......*/
      p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em; color:#FFF;}
      a img,img{border:none;display:block;}
      a{
      text-decoration:none;
      color:#fbd475;
      }       
      h1,h2,h3,h4,h5,h6{
      font-weight:bold;
	  padding-left:20px;
	  padding-right:20px;
      }
      h1{font-size:197%}/* 26px */
      h2{font-size:182%}/* 24px */
      h3{font-size:167%}/* 22px */
      h4{font-size:152%}/* 20px */
      h5{font-size:136%}/* 18px */
      h6{font-size:122%}/* 16px */
      body{
      font-size: 13px;
      text-align:center;
	  color:#FFF;
	  padding-top:20px;
	  padding-bottom:20px;
	  background-color:#1A3559;/* for ie5.+*/
      }


      #outer{
      width:935px;
	  height:auto;
      margin:auto;/* center the page*/
      text-align:left;
	  z-index:2;
	  border: 2px solid #fbd475;/* reset text back to left due to ie5.x fix */
      }
      #header{
      width:935px;
	  height:160px;
	  background-color:#000;
      }
	  .heading {
		color:#FFF;
		font-size:80px;
		padding-top:30px;
                padding-bottom:10px;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style:italic;
		font-weight:normal;
		text-align:center;
	  }
	  #navigation {
		  background-image:url(../images/d.png);
		  float:left;
		  width:935px;
		  height:64px;
		  border-left: 2px solid #fbd475;
          border-right: 2px solid #fbd475;
		  margin-left:-2px;
	  }
	  #contact {float:left; margin-top:20px; font-family:'Comic Sans MS', cursive; margin-left:45px;}
	  
#nav{
	width:714px;
	color:#FF6;
	font-family:"Comic Sans MS", cursive;
	font-size:21px;
	font-style:italic;
	}
	#nav-f{
		  float:right;
		  width:714px;
          height:34px;
	  }
#nav a{
	color:#FF6;
}
#nav ul{
	list-style-type:none;
	height:38px;
	width:714px;
	float:right;
}

#nav li{
	 display:inline;	
	 list-style-type: none;
	 height:40px;
	 width:150px;
	 padding: 0px 1px 0px 40px;
	 margin-right:-5px;
	 margin-top:5px;
}
#smalltop {
	width:714px; height:auto; margin-top:15px; 
}

#smalltop ul {	
 list-style:none;
 float:left;
 margin-left:5px;
 margin-top:2px;
 
}
#smalltop li {
	list-style-type:none;
	display:inline;
	padding: 5px 1px 0px 20px;
}

#tagline{
	height:13px;
	background-color:#cdbb2b;
}
#main{	
width:935px;
float:left;
background-image:url(../images/fond.jpg);
background-repeat:repeat-y;
height:auto;
min-height:300px;
margin-left:-2px;
border-left: 2px solid #fbd475;
border-right: 2px solid #fbd475;
}
#main p {
	padding:10px 5px 0px 5px;
	font-size:12px;
	color:#FFF;
}

#col1{
	width:200px;
	height:auto;
	float:left;
	color:#FFF;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:20px;
	padding-left:20px;

}
#maincol{
	width:660px;
	height:auto;
	float:right;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
        border-left: 1px solid #fff;
}

#maincolContact{
	width:660px;
	height:auto;
	float:right;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

#maincol li {
list-style-type:none;
display: inline;
}

#footer{
	float:left;
	width:935px;
	height:65px;
	background-image:url(../images/t_03.png);
	border-bottom:2px solid #fbd475;
	border-left: 2px solid #fbd475;
    border-right: 2px solid #fbd475;
	margin-left:-2px;

}
#nav-l{
		  float:right;
		  width:714px;
          height:34px;
		  background-image:url(../images/00.png);
		  
	  }
	  
	  #nav-f a {
		  color:#fbd475;
	  }
#small {
	
	 float:right; width:714px; height:30px; color:#FFF;
}

#small ul {	
 list-style:none;
 float:right;
 margin-top:10px;
 
}
#small li {
	list-style-type:none;
	display:inline;
	padding: 0px 20px 0px 1px;
}

/* Web App Pagination */





li.pag-next {
       padding-left: 5px;
}

hr {
color: #fbd475; 
*/ background-color: #fbd475; /*
height: 1px;
}

.cat_textbox_RN{
	width: 32px;
}


.faq-question {

font-family: tahoma;
font-size: 11px;
color: #ffc000;
line-height: 20px;
}
