* { padding: 0; margin: 0; outline: 0; }



body {
 font-family: Georgia, serif;
font-size: 13px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;

overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;

height: 100%;
width: 100%;

}







#wrapper { 
 margin: 0 auto;
 width: 922px;


}








#faux {

 background: url(leftmiddright.gif);

 margin-bottom: 5px;
 overflow: auto; 
 width: 100%;
}








#header {
  width: 922px;
 padding: 0px;
 height: 108px;
 margin: 0px 0px 0px 0px;


   position: relative;


}





.bannerimage {
  width: 922px;
  height: 108px;
  width: expression(this.width > 922 ? "922px" : true);
  height: expression(this.height > 108 ? "108px" : true);
}














#banner3
{       

   -moz-transform: rotate(-30deg);                
    -o-transform: rotate(-30deg);                   
    -webkit-transform: rotate(-30deg);              
    -ms-transform: rotate(-35deg);		       
        transform: rotate(-30deg);                      
    background-color:transparent;




-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.81915204, M12=0.57357644, M21=-0.57357644, M22=0.81915204,sizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.81915204, M12=0.57357644, M21=-0.57357644, M22=0.81915204,sizingMethod='auto expand');









-moz-transform:  matrix(0.86602540, -0.50000000, 0.50000000, 0.86602540, 0, 0);
-webkit-transform:  matrix(0.86602540, -0.50000000, 0.50000000, 0.86602540, 0, 0);
-o-transform:  matrix(0.86602540, -0.50000000, 0.50000000, 0.86602540, 0, 0);

   z-index:2; 

   width: 50px;

  position: absolute;
 
  top: 3px;
 
  left: -2px;

  padding : 0px 0px 0px 0px;

  margin: 0px 0px 0px 0px;

font-size:10px;
	color: #FFFFFF;
	 font-family: georgia,serif;
 
}












#onlinemedia
{       
     width: 250px;

    position: absolute;
	top:5px;
            left: 50px;
    z-index:2; 


    padding : 0px 0px 0px 0px;


font-size:12px;
	color: #FFFFFF;
	 font-family: georgia,serif;





}


















#navigation {
 padding: 0px;
 margin: 0px 0px 0px 0px;
	width: 922px;
	height: 40px;


position:relative;
z-index:1;
top:0px;
left:0px;
padding:0px 0px 0px 0px;


}




.bannernavigationimage {
  width: 922px;
  height: 30px;
  width: expression(this.width > 922 ? "922px" : true);
  height: expression(this.height > 30 ? "30px" : true);


}





#navigationtable {

 margin: 0px 0px 0px 0px;
	width: 460px;
	height: 40px;

font-color:#ffffff;

font-family: georgia,serif;
font-size: 13px;

 font-variant: small-caps;


position:relative;
z-index:1;
top:-37px;
left:490px;
padding:0px 0px 0px 0px;

}









#search {
 padding: 10px;
 margin: 0px 0px 5px 0px;

}










#leftcolumn { 
 display: inline;
 color: #333;
 margin:10px;
 padding:0;
 width: 195px;
 float: left;


//background:#E6F7F9;


}







#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding:0;
 width: 460px;
 display: inline;
 position: relative;



}


















#publishedtimefont { 

 font-weight:bold;
 font-family: georgia,serif;
 font-size: 18px;
 color: #0000CD;



}




















#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding:0;
 width: 195px;
 float: right;

//background:#E6F7F9;




}







.rightimage2 {
  width: 90px;
  height: 30px;
  width: expression(this.width > 90 ? "90px" : true);
  height: expression(this.height > 30 ? "30px" : true);
}





















#footer { 
 width: 920px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}







.clear { clear: both; background: none; }











.save{
background:url(imgs/save.gif) no-repeat;
cursor:pointer;
width: 80px;
height: 25px;
color: #FFFFFF;
font-size:15px;
font-weight: bold;
border: none;
}

.reset{
background:url(imgs/reset.gif) no-repeat;
cursor:pointer;
width: 80px;
height: 25px;
color: #FFFFFF;
font-size:15px;
font-weight: bold;
border: none;
}

















/*Button Start */


.classname {
	-moz-box-shadow:inset -1px 1px 7px -1px #dcecfb;
	-webkit-box-shadow:inset -1px 1px 7px -1px #dcecfb;
	box-shadow:inset -1px 1px 7px -1px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:5px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 44px;
	text-decoration:none;
	text-shadow:1px 1px 5px #4584bf;
	
	width: 60px;
	height: 20px;

}


.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}



.classname:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

/* Button End*/













/*Clickhere Button Start*/
.clickhere {
	-moz-box-shadow:inset -1px 0px 5px -11px #caefab;
	-webkit-box-shadow:inset -1px 0px 5px -11px #caefab;
	box-shadow:inset -1px 0px 5px -11px #caefab;
	background-color:#77d42a;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:4px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:8px 17px;
	text-decoration:none;
	text-shadow:1px 0px 4px #aade7c;
}

.clickhere:hover {
	background-color:#5cb811;
}


.clickhere:active {
	position:relative;
	top:1px;
}
/*Clickhere Button end*/



/*intersested text start*/


.interesedtext{
text-align:center;
font-size:12px;
color: #093078;
font-family:Arial, Helvetica, sans-serif;
}



/*intersested text end*/












.MOut1
{
	text-align:right;
	height:10px;
	text-decoration:none;
	font-size:12px;
	color: #FFFFFF;
	 font-family: georgia,serif;


}









/* for caption */








#captchaimgdiv {

position: relative;
	top:0px;
            left: 130px;

}




#captchaimgdiv1 {

position: relative;
	top:0px;
            left: 130px;

}




.err
{
 font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
	color: red;
}

/* end for caption */ 
















/* Thank you*/



.thankyou
{
 font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
	color: blue;



position: relative;
	top:50px;
            left: 10px;


}


/*end Thank you*/




