* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-style: normal;
}

body {
	background-color: #fff;
	font-family: Tahoma;
	font-size: 10px;
	color: #2E5070;
}
#content a{
	color: #2E5070;
}
#wrap {
	margin: 50px auto 10px auto;
    width: 760px;
}
#footer{
color:#999;text-align:right;padding-right:55px;
}
#footer a{
color:#999;
}
#main {
	background: url("images/biggrad.jpg") no-repeat;
	height: 570px;
    width: 760px;
	float: left;
}



/*
 *		Left Column
 */

#leftcol {
	float: left;
	width: 200px;
}

#leftcol #logo {
	padding: 26px 0px 0px 26px;
}

#leftcol #nav {
	margin: 60px 0px 25px 26px;
	float: left;
}

#home, #services, #apply, #about, #contact  {
	display: block;
	clear: both;
}

#nav li#home a {
	display: block;
	height: 14px;
	width: 44px;
	float: left;
	background: url("images/css_home.gif") no-repeat top left;
}

#nav li#home a:hover {
	background-position: 0px -14px;
}
a:hover {
	text-decoration:none;
}

#nav li#services a,#nav li#apply a, #nav li#about a, #nav li#contact a {
	display: block;
	height: 22px;
	width: 99px;
	float: left;
	margin-top: 3px;
}

#nav li#services a {
	background: url("images/css_service.gif") no-repeat top left;
}
#nav li#apply a {
	background: url("images/css_apply.gif") no-repeat top left;
}
#nav li#about a {
	background: url("images/css_about.gif") no-repeat top left;
}

#nav li#contact a {
	background: url("images/css_contact.gif") no-repeat top left;
}

#nav li#services a:hover,#nav li#apply a:hover, #nav li#about a:hover, #nav li#contact a:hover {
	background-position: 0px -22px;
}

/*hide the text for modern browsers*/
#home a span, #services a span, #apply a span, #about a span, #contact a span {
	display: none;	
}

#leftcol #contactSection {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 315px 0px 0px 26px;
}

#contactSection2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#leftcol #contactSection #phone, #leftcol #contactSection #email {
	padding-top: 1em;
}

#leftcol #contactSection #email a {
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	color: #2E5070;
	font-size: 11px;
}



/*
 *		Right Column
 */

#rightcol {
	float: right;
	width: 474px;
}

#rightcol #subnav {
	margin-top: 5px;
}

#rightcol #subnav a {
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	color: #2E5070;
	font-weight: bold;
}

#rightcol #content {
	padding: 30px 0px 0px 30px;
	width: 385px;
}

#rightcol #content p {
	padding-top: 1em;
}

#rightcol #content .firstPara {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	padding-top: 0em;
}

#rightcol #content ul {
	margin: 2em 0em 0em 1em;
}
#rightcol #content li {
	margin-left:10px;
	list-style-position: outside;
	list-style-image: url(images/arrow_dark.gif);
}

#rightcol #nextButton {
	margin: 25px 75px 0px 0px;
}

#rightcol #nextButton a {
	display: block;
	width: 40px;
	height: 7px;
	background: url("images/css_next.gif") no-repeat top left;
	float: right;
}

#rightcol #nextButton a:hover {
	background-position: 0px -7px;
}

#rightcol #nextButton span {
	display: none;
}
.fieldy {	
	font-family: Tahoma;
	font-size: 10px;
	color: #2E5070;
}
.secondPara {
	font-size: 11px;
	font-weight: normal;
	padding-top: 0em;
}
.secondPara:hover {
	text-decoration:none;
}
.thirdPara {

	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding-top: 0em;
}
