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;
}

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;
}

input:focus, textarea:focus
{
	outline:none;
}

a, select
{
text-decoration:none;
outline:none;
}

body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}

/****************************************************************************
User Styles
*****************************************************************************/

#full-wrap-container {
	width: 100%;
	height: auto;
	clear: both;
	}

.center-align {
	width: 1024px;
	margin: 0px auto;
	}

.header {
	width: 1024px;
	height: 557px;
	background-image: url("../images/img1.png");
	background-repeat: no-repeat;
}

.section {
	width: 1024px;
	height: 211px;
	background-image: url("../images/img2.png");
	background-repeat: no-repeat;
}

a.btn1 {
	width: 205px;
  height: 66px;
  background-image: url("../images/btn1.png");
  background-repeat: no-repeat;
  float: left;
  margin-left: 320px;
  margin-top: 75px;
}

a.btn2 {
	width: 205px;
  height: 66px;
  background-image: url("../images/btn2.png");
  background-repeat: no-repeat;
  float: left;
  margin-left: 200px;
  margin-top: 75px;
}

.section1 {
	width: 96%;
	padding: 2%;
}

.ira {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.ira-left {
	width: 16%;
	float: left;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.ira-left a {
  color: #000;
}

.ira-right {
	width: 80%;
	float: right;
	font-size: 16px;
	color: #000;
}

a.home {
	float: right;
	width: auto;
	padding: 10px 20px;
	background-color: #3c8476;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 20px;
}

/****************************************************************************
   Inner page Styles
*****************************************************************************/



/****************************************************************************
   Inner page Styles ends here
*****************************************************************************/



/****************************************************************************
User Styles ends here
*****************************************************************************/

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }