#sub-nav
{
	height: 37px;
	padding: 0;
	width: 692px;	
	clear: both;
	background-image: url(../img/top-menu-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 25px;	
	text-align: center;	
}

#sub-nav ul, #sub-nav li
{
	margin: 0;
	padding: 0;	
}

#sub-nav ul
{
	padding-top: 3px;
	padding-left: 24px;	
}

#sub-nav ul li
{
	list-style-type: none;
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 10px 2px 30px;
	float: left;
	height: 16px;
	margin-top: 6px;
}

#sub-nav ul li.first
{
	padding-left: 10px;
}

#sub-nav ul li.last
{
	border-right: none;
	padding-right: 0px;	
}

#sub-nav ul li a
{
	font-family: Tahoma, Arial, Helvetica, Clean, Sans-Serif;	
	display: block;	
	text-decoration: none;
	color: #666;		
	font-size: 14pt;
	height: 24px;	
	padding-left: 0px;
	padding-right: 18px;
	margin-right: 1px;
	margin-top: -5px;	
}

body.IE6 #sub-nav ul li a
{
	float: left;
}

#sub-nav ul li a:hover
{
	color: #333;	
}

#sub-nav ul li a.selected
{
	color: #066AB5;	
	font-weight: bold;
}

h1.pgCaption
{
	color: #066AB5;
	font-weight: normal;
	font-size: 26px;
	margin: 10px 0 15px 0;
	border-bottom: 1px solid #C0C0C0;
}

img.resimg
{
	display: block;
	margin: 0 auto;
}

/* Form related CSS */

div.formRow
{
	clear: both;
	margin-top: 3px;
	padding-top: 3px;
}

div.formRow label
{
	display: block;
	float: left;
	width: 220px;
	text-align: left;
	padding-top: 3px;
}

div.formRow div.formElement
{
	float: left;
	padding-right: 5px;
	text-align: left;
	padding-left: 5px;
}

span.astrix
{
	font-size: 12px;
	color: Red;
}

.textbox
{
	background-image: url(../img/text-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #ccc;	
	padding: 2px;
	background-color: #FFF;
}

.disabled
{
	border: 1px solid #ccc;	
	padding: 2px;
	background-color: #DCDCDC;
}

.textarea
{
	background-image: url(../img/text-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #ccc;	
	padding: 2px;
}

.button
{
	background-image: url(../img/button-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	height: 22px;
	padding: 2px;
	cursor: pointer;
}

.checkbox
{
	margin: 0 3px 0 1px;
}

.combobox
{
	background-image: url(../img/text-bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #ccc;	
	padding: 2px;
}

.errText
{
	color: #FF0000;
	font-weight: bold;
}

.successText
{
	color: #02793B;
	font-weight: bold;
}

#cmdSubmit
{
	background-image: url(../img/submit-but.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 83px;
	height: 32px;
	float: left;
	cursor: pointer;
}

#cmdReset
{
	background-image: url(../img/reset-but.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 72px;
	height: 32px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#dv-buttons
{
	margin-top: 10px;
}

#dvAppForm
{
	background-image: url(../img/from-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 417px;
	overflow: hidden;
	width: 708px; 
	margin: 25px auto;
	
}			

#frmApplicantForm
{
	padding: 25px 10px 20px 40px;
}

div.acc-ele p a
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div.acc-ele p a:link
{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div.acc-ele p a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#dvContactUs
{
	background-image: url(../img/cont-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	height: 442px;
	width: 726px;
	margin: 15px auto;
	margin-top: 30px;
}

#dvContactUs div.contactus00, #dvContactUs div.contactus01, #dvContactUs div.contactus02, 
#dvContactUs div.contactus10, #dvContactUs div.contactus11, #dvContactUs div.contactus12
{
	position: absolute;
	padding: 0;
	width: 200px;
	height: 130px;
	line-height: 1.3em;
}

#dvContactUs div.contactus00
{
	left: 40px;
	top: 40px;
}

#dvContactUs div.contactus01
{
	left: 250px;
	top: 40px;
}

#dvContactUs div.contactus02
{
	left: 500px;
	top: 40px;
}

#dvContactUs div.contactus10
{
	left: 40px;
	top: 210px;
}
#dvContactUs div.contactus11
{
	left: 250px;
	top: 210px;
}

#dvContactUs div.contactus12
{
	left: 500px;
	top: 210px;
}

div.contactus13
{
	position: absolute;
	width: 100%;
	top: 370px;
	text-align: center;
}

#dvContactUs span
{
	color: #066AB5;
	font-weight: bold;
}