@charset "utf-8";

/* CSS Document */
body {
background-color: #ffffff;
font-family:Arial;
font-size:12px;
margin:0;
padding:0;


}

p
{

color:#000000;
font:10 helvetica;
font-family:Arial,Helvetica;
text-align: left;
margin-top:5px;
margin-bottom:5px;
font-family:arial, helvetica;
font-size:12px;
}


blockquote {
background:#EFEFEF;
padding:10px;
border:1px;
border-color:#2d2c2c;
border-style:solid;
}

ol { 

margin-left: 10px; 
list-style-type:upper-latin;
color:#515151;
font:30 helvetica;
text-align: left;
font-size:12px;
font-weight:bold;
}



li {
margin-left: 10px; 
color:#515151;
font:30 helvetica;
text-align: left;
font-size:12px;
font-weight:bold;
}


b {
color:#515151;
font:12 helvetica;
text-align: left;
font-size:12px;
font-weight:bold;

}


strong {
font-family:arial, helvetica;
text-align: left;
font-size:12px;
font-weight:bold;
color:#0095DA;

}


h1 {

color:#0F0B0B;
font-family:'palatino linotype',palatino;
text-align:left;
font-size:20px;
text-decoration:underline;
text-transform:uppercase;
margin-top:5px;
margin-bottom:5px;
}

.contentheading {
color:#0095da;
font-family: Arial,Helvetica;
text-align:left;
font-size:16px;
text-decoration:underline;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
text-decoration:none;
}

h2 {
font-family: Arial,Helvetica;
font-weight:bold;
width:100%;
margin-top:1px;
margin-bottom:0px;
font-size:14px;
color:#0095da;
height:21px;
text-align:left;
padding:25px 4px 0px 0px;
}

h1 {
font-family: Arial,Helvetica;
font-weight:bold;
width:100%;
margin-top:1px;
margin-bottom:0px;
font-size:16px;
color:#0095da;
height:21px;
text-align:left;
padding:25px 4px 0px 0px;
text-decoration:none;
}

	
h3 {
font-family: Arial,Helvetica;
font-weight:bold;
width:100%;
margin-top:1px;
margin-bottom:0px;
font-size:14px;
color:#0095da;
height:21px;
text-align:left;
padding:25px 4px 0px 0px;
}

h4{
color:#000000;
font-family: Arial,Helvetica;
text-align:left;
font-size:12px;

}

h4 a {
color:#0F0B0B;
font-family: Arial,Helvetica;
text-align:left;
font-size:12px;
text-decoration:underline;
color:#0095DA;
}





a {
color:#1072af;
text-decoration:underline;
}




a:hover {
color:#1e93db;
text-decoration:underline;
font-family:Arial,Helvetica;

}

.clr
{
  clear:both;
}
/*--------------- body start --------------*/

#main {
height:inherit;
}

#mainlevel {
  list-style:none;
padding-left:5px;
}


#container {
width:985px;

background: #ffffff url(../images/bg-container.jpg) repeat-x;

}

#nheader {
width:990px;
height:90px;
background: #ffffff url(../images/nhead.jpg) ;
margin:0px;
}

#nlogo {
background:#ffffff url(../images/nlogo.png) ;
position:relative;
top:9px;
width:297px;
height:68px;
right:310px;
}

#ncontent {
width:990px;
margin:0px;
float
}

#nform {
width:738px;
height:307px;
background:url(../images/nform.jpg) no-repeat;
margin:0px;

}


#coltop {
background: transparent url(../images/ncoltop.jpg) ;
width:245px;
height:13px;
}

#colbot {
background: transparent url(../images/ncolend.jpg) ;
width:245px;
height:13px;
}

#nleft {
width:249px;
float:left;
background:url(../images/ncolfill.jpg) repeat-y;
background-position: 2px 4px;
margin:0px;

}

#nleft-pad {
padding:0px 0px 5px 10px;
margin:0px;
}

#nright {
width:738px;
float:right;
margin:0px;
}

#nfooter {
height:60px;
width:990px;
background-color:#dfdfdf;
}
	

.moduletable h3 {
width:200px;
}



#content-pad {
padding:0px;

}



#call-modules {
width:700px;
margin:0px;
float:right;
}

#left-col{
width:246px;
margin:0px;
float:left;
}

#left-col-pad{
padding-left:5px;

}

#right-col{
width:700px;
margin:0px;
float:right;
}

#footer{
width:959px;
background-color:#D8D8D;
margin-top:10px;
float:right;
border:1px;
border-style:dotted;
border-color:#000000;

}

#footer a {
color:#000000;
padding:10px;
}

#footer a:hover{
color:#9C0200;
}

#footer-pad{
padding:10px;
}

#footer2{

}



/*-----------------Menu ---------------------*/


#menu
{
position:relative;
width:230px;
height:275px;
float:left;
margin:0px;
}

#menu-pad
{
margin:0px;
}

#menu ul {
  padding-left:0px;
  margin:auto;
  height:33px;
  width:220px;
}

#menu li {
  margin:0;
  float:left;
  list-style:none;

}

#menu li a
{
text-decoration:none;
}

#menu span
{
padding-top:9px;
}

#menu li a span
{
  background: url(../images/abutton.png);
  font:bold 12px  helvetica;
  font-family:'Trebuchet MS', Helvetica, sans-serif;
  float:left;
  text-transform:uppercase;
  height:25px;
  width:220px;
  color:#ffffff;
  margin-top:4px;
  text-decoration:none;
  text-align:center;
  paddding-top:20px;
  overflow:hidden;
}

#menu  li a:hover span
{
  background-image:url(../images/overbutton.png);
  color:#232d53;
}


#menu li a
{
  color:#ffffff;

}

#menu #active_menu span
{
  background-image:url(../images/menu-hoover.png);
  color:#ffffff;
  margin:auto;
}

/*-----------------End Menu ---------------------*/

#menu li.item201 a span
{
background-image:url(../images/topactive.png);
height:24px;
color:#ffffff;
float:left;
}

#menu li.item201 a:hover span
{
background-image:url(../images/bottomover.png);
height:24px;
color:#232d53;
float:left;
}

#menu li.item1 a span
{
background-image:url(../images/bottomactive.png);
height:24px;
color:#ffffff;
float:left;
}

#menu li.item1 a:hover span
{
background-image:url(../images/topover.png);
height:24px;
color:#232d53;
float:left;
}

/*-----------------End Custom Ends ---------------------*/





#nform-content{
width:300px;
marin:0px;
}

#ChronoContact_mini_form {
margin-top:10px;
margin-right:0px;
position:relative;
height:300px;
width:300px;
right:10px;
}

#form-wrap {
float:right;
}

#form-wrap td {
padding:0px;
}

#ChronoContact_mini_form tr td {
background-color:transparent;
width:330px;
}


.rm-info {
font-family:tahoma,arial;
font-size:19px;
color:#1173b0;
font-weight:normal;
}

#wewant {
width:300px;
}

.Please1 {
font-family:tahoma,arial;
color:#ffffff;
font-size:25px;
font-weight:normal;
}

.your1 {
font-size:30px;
font-weight:normal;
font-family:tahoma,arial;
color:#1173b0;
line-height:1em;
}



#name_mini {
padding:3px 3px 1px 3px;
border:0px;
width:280px;
height:15px;
font-size:11px;
background-image:url(../images/form-back.jpg);
}

#mini_number{
padding:3px 3px 1px 3px;
border:0px;
width:280px;
height:15px;
font-size:11px;
background-image:url(../images/form-back.jpg);
}

#mini_email{
padding:3px 3px 1px 3px;
border:0px;
width:280px;
height:15px;
font-size:11px;
background-image:url(../images/form-back.jpg);
}

#details_mini {
padding:3px 3px 1px 3px;
font-family:arial;
font-size:12px;
border:1px;
border-color:#dfdfdf;
border-style:solid;
width:278px;
height:100px;
font-size:11px;
}





#ver1 img {
width:60px;
height:19px;
float:right;
margin:0px;
position:absolute;
}

#ver1 {
width:180px;
height:20px;
float:right;
margin-right:15px;
}

#ver2 {
width:60px;
height:14px;
float:right;
font-family:arial;
font-size:12px;
font-weight:bold;
color:#ffffff;
margin-right:10px;
margin-top:3px;

}




.bbb {
position:relative;
background:transparent url(../images/f-submit.jpg) no-repeat scroll left top;
width:50px;
float:right;
margin-left:2px;
width:80px;
height:20px;
border:0px;
font-size:0px;
position:relative;
top:8px;
right:-175px;
}


.ffix {
margin-top:5px;
width:300px;
height:50px;

}


#chrono_verification {
float:left;
margin:0px 0px 0px 2px;
padding:3px 3px 1px 3px;
background-image:url(../images/form-back.jpg);
border:0px;
font-size:11px;
height:15px;
width:100px;
}





.search {
margin-top:5px;
}

#cta {
width:700px;
float:left;
}





