@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.container1
{
	height:375px;
	background-color:#2a2da0;
}

.content1
{
	width:1000px;
	margin:0 auto;
}
.logo
{
	float:left;
	padding:5px 0px 5px 0px;
}
.title
{
	float:right;
	padding-top:20px;
}

.header
{
	height:93px;
}
.online
{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
	position:relative;
}

.container2
{
	height:450px;
	background-image:url(Images/bg.jpg);
}
.containerbvsc
{
	height:450px;
	background-image:url(Images/bg.jpg);
}
.container-dairy
{
	height:450px;
	background-image:url(Images/bg.jpg);
}
.container-bfsc
{
	height:450px;
	background-image:url(Images/bg.jpg);
}
.content2
{	
	width:1000px;
	margin:0 auto;
}

.heading
{
	color:#014075;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	padding:20px 0px 10px 0px;
text-decoration:underline;
font-weight:bold;
}

.heading2
{
	color:#014075;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	padding:10px 0px 0px 0px;
}
.click
{
	height:85px;
	width:600px;
	padding-top:10px;
	padding-bottom:5px;
}
.click a
{
	text-decoration:none;
	font-size:14px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	padding:25px 0px 15px 10px;
}
 

.contact p
{
	 
	
	 
	font-size:13px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	line-height:20px;
	padding-bottom:10px;
}


.strong
{
font-weight:bold;
}
.left
{
	float:left;
padding-left:10px;  
}
.important p
{
	line-height:20px;
	color:#333; 
}
.important
{
	padding:20px 0px 20px 0px; 
}
.important2
{
	padding:6px 0px 7px 0px; 
font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.important2 a
{ 
	text-decoration:none;
	color:#333;
}
.important2:hover
{ 
	text-decoration:underline;
	color:#333;
}
.container3
{
	height:30px;
	background-color:#2a2da0; 
}

.content3
{	
	width:1000px;
	margin:0 auto;
	
	padding-top:10px;
 
}
.foot
{
		text-decoration:none;
		color:#FFF;
	font-size:12px;
font-family:Verdana, Geneva, sans-serif;
	 

}

.button
{
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #045DE4),
color-stop(1, #003E9C)
);
background-image: -o-linear-gradient(bottom, #045DE4 0%, #003E9C 100%);
background-image: -moz-linear-gradient(bottom, #045DE4 0%, #003E9C 100%);
background-image: -webkit-linear-gradient(bottom, #045DE4 0%, #003E9C 100%);
background-image: -ms-linear-gradient(bottom, #045DE4 0%, #003E9C 100%);
background-image: linear-gradient(to bottom, #045DE4 0%, #003E9C 100%);
border-radius: 4px;
padding: 10px 20px 10px 20px;
border:0px;
}
.button_font
{
	color:#e8e8e8;
	font-size:13px;
	font-weight:700;
}