/* CSS Document */

body {
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS;
}
#wrapper {
	width:1003px;
	margin:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Trebuchet MS;
	color:#FFFFFF;
}
#header {
	height:150px;
	padding:0px;
	margin:0px;
}
#logo {
	float:left;

}
#company_title {
	float:left;
	margin:90px 0px 0px 20px;	
}
#company_title .company_name {
	font-size:30px;
	font-weight:bold;
	color:#1B69A7;	
	font-family:Tahoma;
}
#company_title .company_sub {
	font-size:14px;
	font-weight:bold;
	color:#717171;	
}
#rightbox {
	float:right
}
.toplinks {
	float:right;
	font-size:14px;
	height:36px;
	padding-right:30px;
	padding-top:10px;
	color:#000000;	
	font-weight:bold;	
	text-align:right;
	/*border:1px solid #000*/
}
.toplinks a{
	clear:both;
	font-size:12px;	
	font-weight:bold;
	color:#1B69A7;
}
.my_ac_box {
	background-repeat:no-repeat;
	clear:both;
	float:right;
	margin-right:28px;
	color:#FF0000;
	font-weight:bold;
   }
.searchbox {
	background-image:url(images/searchbg.jpg);
	background-repeat:no-repeat;
	clear:both;
	float:right;
	height:30px;
	width:230px;
	margin-top:50px;
}
.searchbox input {
	background-color:transparent;
	border:none
}
.searchinput {
	float:left
}
.searchinput input {
	width:160px;
	height:20px;
	padding:5px 0px 0px 10px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#000;
}
.gobutton input {
	height:25px;
	width:20px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:5px 0px 0px 5px;
	font-family:Trebuchet MS;
}
.gobutton {
	float:left
}

.logininput {
	background-image:url(images/login_input_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
	height:34px;
	width:272px;
	margin-top:0px;
} 
.logininput input {
	background-color:transparent;
	border:none;
	width:266px;
	height:20px;
	padding:8px 0px 0px 10px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#1B69A7;	
	border:0px solid #000000;
}
.loginsubmit {
	background-image:url(images/login_sub_bg.jpg);
	background-repeat:no-repeat;
	clear:both;
 	height:30px;
	width:84px;
	margin-top:0px;
} 
.loginsubmit input {
	background-color:transparent;
	border:none;
	width:84px;
	height:30px;
	padding:0px 0px 0px 0px;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#A8A8A8;	
	border:0px solid #000000;
}


a {
	color:#818181;
	text-decoration:none
}
a:hover {
	color:#000000;
}
#navigation {
	height:50px;
	width:980px;
	margin:auto;
	margin-top:25px;
}
#navigation ul {
	float:left;
	margin:0;
	padding:15px 0 0;
}
#navigation ul li {
	float:left;
	list-style:none;
	padding-left:12px;
	color:#666666;
	font-size:13px;
}
#navigation ul li a {
	color:#666666;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
.txt-blue
{
	color:#1554A1;
	font-size:16px;
	font-weight:bold;
}
.txt-normal
{
	color:#222222;
}
h1
{
	color:#666666;
	font-size:20px;
	font-weight:normal;
}
p {
	margin:0px;
	padding:0px;
	line-height:18px;
	color:#666666;	
}
#footer {
	clear:both;
	text-align:center;
	margin-top:50px;
	margin-bottom:20px;
 
} 
.copyright {
	clear:both;
	color:#8E8E8E;
	font-size:12px;
}

.txt-white {
	color:#FFFFFF;
	font-size:12px;
}
.input-login
{
	background-color:#FFFFFF;
	border-bottom:1px;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#666666;
	border-top-style:solid;	
	border-left:1px;
	border-left-color:#666666;
	border-left-style:solid;		
	border-right:1px;
	border-right-color:#666666;
	border-right-style:solid;		
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
  	padding:1px
 }
.input-login:focus {
	border:1px solid #F5BB00;
	background: #F7F7F7;
}
input, textarea {font-size:1.01em;}

span.form_err{
	background:#FFFFFF;
	color:#cc0000;
	font-size:11px;
	padding:2px 4px 0px 0px;
  	border:1px dashed #cc0000;
	display:block;
 	margin:5px 5px 5px ;
	text-align:center
}

p.error{
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	background:#efefef;
	padding:3px 5px;
	border:1px dashed #cc0000;
	text-align:center; 
	margin-top:0px
}

p.success{
	color:#339900; 
	font-size:11px; 
	font-weight:bold; 
	background:#eee; 
	padding:3px 5px; 
	border:1px dashed #339900; 
	text-align:center; 
	margin-top:0px
} 
.redcaption
{
color:#FF0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

/************************
image styling
*************************/

img {
	border:none
}

img.framed{
	padding:5px;
	border:1px solid #ccc;
	background:#fff
}

img.framed2{
	padding:3px;
	border:1px solid #ccc;
	background:#fff
}
img.framed3{
	padding:4px;
	border:1px solid #FE8139;
	background:#FFF;
}

img.pubimg{
	display: block;
	border:1px solid #B5B5B5;
	/* margin:10px 0; */
	margin-left: auto;
	margin-right: auto;
	padding:5px
}

img.filtericon {
	vertical-align:middle
}	

.headM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	background-color:#DFDFDF;
	padding-left:5px;
	border-bottom:1px solid gray;
	border-top:1px solid gray;

}

 
		div#nifty{margin: 0 0;background-color:#FFFFFF;color:#FFFFFF}
		b.rtop, b.rbottom{display:block;background-color:#F1F1F1}
		b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background-color:#1B69A7}
		b.r1{margin: 0 5px}
		b.r2{margin: 0 3px}
		b.r3{margin: 0 2px}
		b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 3px}	

		div#nifty1{margin: 0 0;background-color:#FFFFFF;color:#FFFFFF}
		b.rtop1, b.rbottom1{display:block;background-color:#FFFFFF}
		b.rtop1 b, b.rbottom1 b{display:block;height: 1px;overflow: hidden; background-color:#FE8139}
		b.r1{margin: 0 5px}
		b.r2{margin: 0 3px}
		b.r3{margin: 0 2px}
		b.rtop1 b.r4, b.rbottom1 b.r4{margin: 0 1px;height: 3px}		

.link-home
{
	color:#000;
}
.link-home:a
{
	color:#000;
}
.link-home:hover
{
	color:#FF8139;
}