body {
background-color:#666666;
}

td {
	font: 12px Tahoma, Arial;
	color: #000000;
}

h1, h2, h3, h4, h5 {

    color: #5a768d;
   
}


h1 {
    font-size: 35px;
}

h2 {
    font: normal tahoma, arial 24.45px;
}


h3 {
    font-size: 14px;
}

#left-table:a{
color:#66FF33;
}


 a:hover {

font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color:#F4F4F4;
}

.white-text{
color: #ffffff;
text-decoration: none;

}
a.b1
{
font:  14px tahoma, Arial;
color: #fffea0;
text-decoration: none;
padding: 15px;

}
.p
{
padding: 0 0 0 20px;
}
.p1
{
padding: 0 0 0 30px;
}
.p2
{
padding: 30px 50px 30px 30px;
}
.bg1
{
background: #000000 url(../images/index_10.gif) top no-repeat;
}
.bg2
{
background: #000000 url(../images/index_10.gif) top no-repeat;
}
.bord
{
border: 1px solid #c5d85a;
}
.menu 
{
background:url(../images/menubg.jpg) no-repeat center;
}

#sub_via{
	 background:url(../images/sub.gif) no-repeat center bottom;
	 border:none; 
	 height:25px; 
	 width:87px;
	 color:#FFFFFF;
	 font-size:11px;

}


.blye-text-underline {
color: #5a768d;
text-decoration: underline;
}

.blye-text-regular {
color: #5a768d;
text-decoration: none;
}

.yellow-text-regular {
color: #ffb400;
text-decoration: none;
}

.yellow-text-underline {
color: #ffb400;
text-decoration: underline;
}

.orange-text-regular {
color: #fe6b1d;
text-decoration: none;
}

.orange-text-underline {
color: #fe6b1d;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8c247b;
text-decoration: none;
}

.red-text-underline {
color: #8c247b;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #a5b66e;
text-decoration: none;
}

.green-text-underline{
color: #a5b66e;
text-decoration: underline;
}


#bodystyle{
width:990px;
height:250px;


}
#intro{
width:340px;
padding-top:10px;
padding-left:10px;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
}

#leftnav{
width:140px;
padding-top:10px;
padding-left:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
background:#FFFFFF;
}
#container{
width:1000px;
background: #ffffff;
}

#right-side{
float:right;
padding-top:10px;
width:470px;
}
#footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
}
#network{

background-color:#ffffff;
/*background: #11100f url(../images/templatemo_footer_top.jpg) top repeat-x;*/
/*margin-top:200px;*/
}


#footer_inner{
background-color:#000000;


}

#flag{
padding-top:8px;
padding-left:710px;



}
#group{
padding-top:5px;
background-color:#33353b;

}
#search{
     padding-top:15px;
     padding-left:760px;    
	font: 100%/140% Arial, Helvetica, sans-serif;
	height:40px;	

}

.footerlink a{
color:#FFFFFF;
}

/* search form 
-------------------------------------- */
.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 150px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.txt_bx{
   -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 5px;  
}


#banner{

height:auto;
-webkit-border-radius:10px;  
         -moz-border-radius:10px;         

}
/*#part1{
margin-left:310px;
margin-right:600px;
background-color:#41546b;
width:1px;
height:200px;
}
*/
#header1{
background:url(../images/header_1.jpg) no-repeat top;
height:60;
}
#nav_menu{
padding-right:8px;
}

#left-table{
float:left;
width:200px;
background-color:#000000;
}

#right-table{
float:right;
width:800px;
background-color:#FFFFFF;


}
#vtop-left{
	vertical-align:top;
}
#searcg_bg{
padding-top:4px;
padding-bottom:3px;
width:200px;
height:24px;
background-image:url(../images/search_bg.jpg);
}

.myclass:hover{
 color:#FFFFFF;
}

table { margin: auto; }


.search{
background:url(../images/searchBg.png) no-repeat top center;
width:240px;
height:40px;
padding-left:25px;
padding-right:10px;
padding-top:5px;
padding-bottom:6px;
}

.txt input{
	border:1px solid #b0c5a4;		
	width:130px;
	height:24px;
	float:left;
}
.searchBt input{
	background:url(../images/searchBtBg.png) no-repeat center bottom;
	width:72px;
	height:25px;
	color:#ffffff;
	border:none;
	position:absolute;
	/*text-transform:uppercase;*/
	vertical-align:middle;
	padding-right:20px;
	padding-top:4px;
	padding-bottom:4px;	
	float:right;
	font-size:12px;
	left:895px;
	top: 320px;
	right:auto;
}


/*.style20 {
	color: #FF0000;
	font-size: 10px;
}
.style24 {font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style24 a {
			color:#000000;
}
.style25 {color: #333333;
}
*/

/* button 
---------------------------------------------- */
.button_menu {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .4em .4em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width:6.9em;
}
.button_menu:hover {
	text-decoration: none;
	color:#FFFFFF;
}
.button_menu:active {
	position: relative;
	top: 1px;
	color:#FFFFFF;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/* gray */
.gray {
	color: #ffffff;
	border: solid 1px #ADADAD;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#8F8F8F), to(#7F7F7F));
	background: -moz-linear-gradient(top,#8F8F8F,#7F7F7F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {    
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* button 
---------------------------------------------- */

#about{
    background:#FFFFFF;
	height:750px;
}
#aboutus{
	float:right;
	background:#FFFFFF;
	left: 277px;
	top: 367px;
}
#aboutleft{
   width:200px;
   float:left;
   height:300px;
   background:#FFFFFF;
}
#nvis{
color:#0099FF;
}

a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

