@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/body-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#1d8caa;
	margin:0 0 0 0;
	font-family: tahoma;
	font-size: 11px;
	color: #141414;	
}

a { color:#073c4b; text-decoration:none; }
a:hover { color:#073c4b; text-decoration:underline; }
h1 { font-family:Trebuchet MS; margin-top:0px; margin-bottom:10px; font-size:18px; font-weight:bold; color:#073c4b; }
h2 { font-size:12px; font-weight:bold; color:#000000; }

#toppart {
	position:absolute;
	width:780px;
	height:76px;
	background-image:url(../images/top-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	z-index:1;
}

#logo {
	position:absolute;
	left:10px;
	top:12px;
	width:266px;
	height:48px;
	z-index:1;
}

#primarynav {
	position:absolute;
	top:79px;
	width:780px;
	height:28px;
	background-image:url(../images/primary-nav-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	z-index:10;
}

#main-banner {
	position:absolute;
	top:108px;
	width:780px;
	height:159px;
	background-image:url(../images/main-banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:1;
	background-color: #8ECFEB;
}

#applicationform-head {
	position:absolute;
	left:-1px;
	top:-27px;
	width:238px;
	height:27px;
	background-image:url(../images/links-head.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:1px #073c4b solid;
	background-color:#073c4b;
	z-index:1;
}
#applicationform {
	position:absolute;
	top:470px;
	width:238px;
	padding:10px 0 10px 0;
	background-image:url(../images/form-bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px #cddee2 solid;
	z-index:1;
}

#opening-para {
	position:absolute;
	top:268px;
	width:510px;
	height:135px;
	line-height:16px;
	padding:10px 10px 10px 260px;
	z-index:1;
	background-color: #97d5ef;
	text-align:justify;
}
#opening-para p {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#content {
	position:absolute;
	left:270px;
	top:442px;
	width:520px;
	line-height:16px;
	text-align:justify;
	z-index:4;
}
#content h2 {
	margin:0 0 14px 0;
}
#content p {
	margin:0 0 14px 0;
	padding:0 0 0 0;
}
#content ul {
	margin:0;
	padding:0;
	list-style:none;
}
#content ul li {
	background-image:url(../images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:18px;
}


#ads {
	width:520px;
	height:130px;
	margin:40px 0 0 0;
	background-image:url(../ads/1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#footer-links .adcode {
	position:absolute;
	width:760px;
	text-align:center;
	line-height:30px;
	height:30px;
	top:-35px;
	z-index:100;
}

#footer-links a {
	color:#141414;
	text-decoration:none;
	margin:0 10px 0 10px;
}
#footer-links a:hover {
	color:#073c4b;
	text-decoration:underline;
	margin:0 10px 0 10px;
}

#footer a {
	color:#ffffff;
}

/* OTHER CLASSES */

.txtbox1 {
	width:110px;
	font-size:11px;
	font-family:tahoma;
	padding:1px;
	border:1px #a8c8e1 solid;
}
.txtbox2 {
	font-size:11px;
	font-family:tahoma;
	padding:2px;
}
.button {
	padding:1px 4px;
	color:#FFFFFF;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	background-color:#073c4b;
	border:1px #073c4b solid;
}
.mandatory {
	color:#FF0000;
}
