/*@font-face
{
    font-family: LSANSD;
	src: url('../LSANSD.eot');
    src: local(LSANSD), url('../LSANSD.TTF') format('opentype');
}*/
a{
	color:#000;
}
a:hover{
	color:#000;
	text-decoration:none;
}
body {
	margin:0px;
	padding:0px;
	background-color:#00FF00;
/*	background-image:url(../images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#body-wrapper {
	width: 616px;
	margin:0 auto;
	border-top:1px solid #0000ff;
	border-left:1px solid #0000ff;
	border-right:1px solid #0000ff;
	}
#top-sec {
	height: 110px;
}
#logo {
	float: left;
	height: 110px;
	width: 177px;
	background-color:#013334;
	margin:0 auto;
}
#top-right {
	background-color: #6699FF;
	height:76px;
    width:422px; 
	padding:34px 0 0 17px;
	float:right;
}
#header-sec {
	float: right;
	height:110px;
	width:439px;
}
#top-img{
	width:616px;
	position:absolute;
	height:22px;
	background-image:url(../images/img.png);
	background-position:center top;
	background-repeat:repeat-x;
	margin:0 auto;
	z-index:1000;
}
.left-sec {
	float: left;
	padding-top: 46px;
	width:177px;
/*	background-image:url(../images/logo-bottom.jpg);
	background-position:left top;
	background-repeat:repeat-x;*/
}
#main-content {
	float: right;
	padding:17px 10px 0 0;
	width:410px;
}

#footer {
	background-color: #003333;
	width:616px;
	height:23px;
	text-align:center;
	padding:15px 0 7px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	clear:both;
	margin:0 auto;
	border-left:1px solid #0000ff;
	border-right:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
}
#content-wrapper {
	width: 616px;
	display:table;
	background-color:#FFFF99;
}
h2{
	font-size:21px;
	font-weight:normal;
	color:#333333;
	text-transform:uppercase;
	padding-bottom:16px;
	margin:0;
}
h1 {
	color:#000000;
	font-family:'Lucida Sans',Arial,Helvetica;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	text-align:center;
}

h3{
	font-size:13px;
	color:#003333;
	margin:0;
}

h5 {
	color:#000000;
	font-family:'Lucida Sans',Arial,Helvetica;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

.thank-you{
	text-align:center;
}
/*tabs*/
ul.tabs {
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 27px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 90%;
	font-size:12px;
	font-weight:bold;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: .9em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.tab_container {
    background: none repeat scroll 0 0 #FFFFFF;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
    clear: both;
    float: left;
    width: 90%;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	font-size:11px;
}
.tab_content {
    font-size: 1.2em;
    padding: 20px 20px 0 20px;
}

.tab_content a{
	font-size:14px;
	color:#000000 !important;
}

.tabs-table{
	float:left;
	width:60%;
}
.input-15 {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    font: 13px/16px Arial,sans-serif !important;
    padding: 4px 6px;
    position: relative;
    width: 210px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #9e9e9e) );
	background:-moz-linear-gradient( center top, #d1d1d1 5%, #9e9e9e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#9e9e9e');
	background-color:#d1d1d1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#696469;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #d6d6d6;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e9e9e), color-stop(1, #d1d1d1) );
	background:-moz-linear-gradient( center top, #9e9e9e 5%, #d1d1d1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#d1d1d1');
	background-color:#9e9e9e;
}.myButton:active {
	position:relative;
	top:1px;
}
#main-content-1 {
	float: right;
	padding:17px 50px 0 0;
	width:460px;
}
.smallError
{
	color:#FF0000;
	font-size:14px;
	text-align:center;
}

.smallSuccess
{
	color:#669900;
	font-size:14px;
	text-align:center;
}

/*starts of 06-may-2012*/
.social-media{
	clear:both; 
	width:177px; 
	float: left;
	margin:15px 3px;
}
.social-media span{
	float:left;
}
.social-media span a{
	padding:0;
	margin:0 10px;
}
