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

/*CSS for IASINDIA.IN*/
/*Created by http://www.auroramedia.in*/
/*17th April 2009*/


body{
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background-color:#ffffff;
background-image:url(../images/pagebg.jpg);
background-repeat:repeat-x;
}


#container01{
width:980px;
margin:0px auto;
background-color:#999999;
border:1px solid #CCCCCC;
padding-top:10px;
padding-bottom:10px;
}

#container{
width:960px;
margin:0px auto;
background-color:#FFFFFF;
background-image:url(../images/containerbg.jpg);
background-repeat:repeat-y;
}

.spacer{
width:100%;
clear:both;
}

.holder{
width:100%;
clear:both;
margin-bottom:20px;
}

.holder2{
width:700px;
padding-top:10px;
padding-bottom:10px;
border:1px solid #CCCCCC;
clear:both;
margin:20px;
text-align:center;
}

#noticeholder{
width:700px;
height:30px;
margin:5px auto;
text-align:center;
vertical-align:top;
background-color:#CCCCCC;
border:1px solid #999999;
padding-top:5px;
clear:both;
}

#addresstable{
margin:10px;
background-color:#CCCCCC;
padding:10px;
border:1px solid white;
}

#header{
width:100%;
height:175px;
background-image:url(../images/iasbanner.jpg);
/*background-image:url(images/iasbanner.jpg);*/
background-position:center;
background-repeat:no-repeat;
}

#leftcolumn{
width:200px;
float:left;
clear:right;

}

#rightcolumn{
width:740px;
float:right;
padding-top:15px;
padding-bottom:15px;
}

#footer{
width:100%;
clear:both;
background-color:#CCCCCC;
}


/*******************************************/
/*            texts css                     /
/*******************************************/

.notice{
font-weight:bold;
font-size:18px;
color:#990000;
text-align:center;
margin:0px;
padding:0px;
}

.const{
text-align:center;
font-weight:bold;
}

.footertext{
font-size:x-small;
text-align:center;
}

h1{
font-size:18px;
font-weight:bold;
color:#03B81C;/*logo green*/
}

h2{
font-size:16px;
font-weight:bold;
color:#021F4A;/*logo blue*/
}

.textlinks {
color:#990000;
}

.address{
font-size:10px;
}

.address a:link{
text-decoration:none;
color:#000000;
}

.address a:hover{
text-decoration:none;
color:#990000;
}

/*****************menu**************************/

#nav{
list-style-type:none;
margin-left:10px;
margin-right:10px;
margin-top:10px;
padding:0px;

}

#nav li{
padding-top:10px;
padding-bottom:10px;
background-color:#CCCCCC;
border-top:1px solid white;
padding:5px;
}

a.menu:link{
font-weight:bold;
text-decoration:none;
color:#666666;
}

a.menu:visited{
font-weight:bold;
text-decoration:none;
color:#666666;
}

a.menu:hover{
font-weight:bold;
text-decoration:none;
color:#000000;
}

a.menu:active{
font-weight:bold;
text-decoration:underline;
color:#000000;

}

/********css for active links**************/
a.active:link{
font-weight:bold;
text-decoration:none;
color:#CC0000;
}

a.active:visited{
font-weight:bold;
text-decoration:none;
color:#CC0000;
}

a.active:hover{
font-weight:bold;
text-decoration:none;
color:#CC0000;
}

a.active:active{
font-weight:bold;
text-decoration:none;
color:#CC0000;

}

/*************************************/



.formleft{
width:100px;
float:left;
clear:right;
}

.formright{
width:250px;
float:right;
}

.inputwidth{
width:250px;
}

#contactform{
width:400px;
border:1px solid #CCCCCC;
margin-top:20px;
padding:20px;
}

/******************************************/

#validationholder{
width:250px;
margin:10px auto;
}

#validleft{
width:125px;
float:left;
clear:right;
}

#validright{
width:125px;
float:right;
}