@charset "utf-8";
/* CSS Document */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*background:#76A5D3;*/
	background:#053704;
	
}
#background {
background-image:url(../images/table-bg1.jpg);
background-repeat:repeat-x;
border:#CFDFF1 solid 1px;
padding-left:14px;
padding-right:14px;
padding-top:14px;
padding-bottom:14px;
background-color:#FFFFFF;
}

.text-button { font-size:12px; color:#13366A; text-decoration:none; }
.text-button a:link{ font-size:12px; color:#13366A; text-decoration:none; }
.text-button a:visited{ font-size:12px; color:#13366A; text-decoration:none; }
.text-button a:hover{ font-size:12px; color:#13366A; text-decoration:none; }


#border-button {
text-decoration: none;
border-bottom: 1px solid #bed5f3;
background:url(../images/point.jpg) no-repeat center left;
border-bottom:#BED5F3 solid 1px;
padding-left:15px;
margin-left:20px;
}

#border-button001 {

padding-left:5px;
}

#button2-bg {
background-image: url(../images/corbtop-bg.jpg);
background-repeat:repeat-x;
padding-left:17px; padding-right:2px;
}
#button2-border {
border-bottom:#9FB3F2 solid 2px;
}


.text-button2 {
font-family: Tahoma;
font-size:28px;
color:#397FB2;
}

#blue-bg {
background-image: url(../images/bluecorb-bg.jpg);
background-repeat:repeat-x;
padding-left:11px;
padding-top:7px
}
#gold-bg {
background-image: url(../images/goldcorb-bg.jpg);
background-repeat:repeat-x;
padding-left:11px;
padding-top:7px
}
.program {
font-size:15px;
color:#FFFFFF;
}
.text-box {
font-size:11px;
color:#FFFFFF;
}
.more { font-size:11px; color:#FFFFFF; text-decoration: underline; }
.more a:link{ font-size:11px; color:#FFFFFF; text-decoration: underline; }
.more a:visited{ font-size:11px; color:#FFFFFF; text-decoration: underline; }
.more a:hover{ font-size:11px; color:#FFFFFF; text-decoration: underline; }

#breen-bg {
background-image:url(../images/green-corb-bg.jpg);
background-repeat:repeat-x;
padding-left:4px;
padding-right:4px;
padding-top:7px
}
#box-3 {
	background-image: url(../images/gire-corb-bg.jpg);
	background-repeat: repeat-x;
	padding-left:4px;
	padding-right:4px;
	padding-top:7px
}
.Safety {
font-size:15px;
color:#333333;
}

.text-box3 {
font-size:11px;
color:#333333;
}
.more-box3 { font-size:11px; color:#333333; text-decoration: underline; }
.more-box3 a:link { font-size:11px; color:#333333; text-decoration: underline; }
.more-box3 a:hover { font-size:11px; color:#333333; text-decoration: underline; }
.more-box3 a:visited { font-size:11px; color:#333333; text-decoration: underline; }


.bottom-text { font-size:10px; color:#c8d6c8; text-decoration:none; }
.bottom-text a:link{ font-size:10px; color:#c8d6c8; text-decoration:none; }
.bottom-text a:visited{ font-size:10px; color:#c8d6c8; text-decoration:none; }
.bottom-text a:hover{ font-size:10px; color:#e4eee4; text-decoration:none; }


.body-text {
text-align:justify;
font-size:11px;
color:#333333;
line-height:18px;
}

#border-tp{ border-bottom:#C2D3E7 solid 1px;}


/*menucss added by jitendra on 1 december*/


.wireframemenu
{
	border-bottom-width: 0;
	width: 170px;
}

* html .wireframemenu
{ 
	width: 164px;
}

.wireframemenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu ul li a
{
	font: normal 12px Verdana;
	padding: 4px 6px;
	display: block;
	width: 100%; 
	color: #693e14;
	padding-left: 25px;
	text-decoration: none;
	border-bottom: 1px solid #bed5f3;
	background:url(../images/point.jpg) no-repeat left;
}

.wireframemenu a:visited
{
	color: #693e14;
}

html>body .wireframemenu a
{ 
	width: auto;
}

.wireframemenu a:hover
{
	background-color: #e7f1ff;
	color: #81552b;
}



