/* Homepage Styles */

body {
	background:url(../../../images/home/bg-page.jpg) repeat-x;
}

#menuTop {
	background: url(../../../images/home/bg-menu.jpg) no-repeat;
}

#contentRight h1 {
	height: 80px;
}

#contentRight p#faqLink {
	font-weight:bold;
	background:url(../../../images/faq/icon.jpg) left no-repeat;
	padding:0 0 0 32px;
	margin:30px 0 0 18px;
}

#contentRight p#faqLink a {
	margin-top:2px;
	display:block;
	width:120px;
	line-height:13px;
}

h2 {
	background: url(../../../images/home/headings/sub-nav.gif) no-repeat;
}

#contentLeft h2 {
	background: url(../../../images/home/headings/main.gif) no-repeat;
}

ul#latestNews {
	list-style-type: none;
	margin: 0 0 0 18px;
	width: 164px;
	padding: 4px 0 0 0;
	}
	
ul#latestNews li {
	padding: 2px 0 22px 0;
	background: url(../../../images/home/grey-underline.gif) 0 0;
	}

ul#latestNews a {
	display: block;
	
	line-height: 20px;
	text-decoration: none;
	}
	
ul#latestNews a:hover {
	color: #3CB878;
	}

ul#homeOptions {
	list-style-type: none;
	margin: 8px 0 0 0;
	}
	
ul#homeOptions li.one, ul#homeOptions li.two, ul#homeOptions li.three {
	float: left;
	width: 155px;
	display: block;
	height:170px;
	padding: 99px 10px 0 10px;
	}
	
ul#homeOptions li a {
	text-decoration:none;
	display:block;
	width:100%;
	height:91px;
	overflow:hidden;
	}
	
ul#homeOptions li ul {
	padding-top:0;	
	height:91px;
	overflow:hidden;	
	}
	
ul#homeOptions li ul li {
	background:url(../../../images/other-pages/bullet.gif) no-repeat 0 0.7em;
	padding:0 0 0 7px;
	float: none;
}

ul#homeOptions li.one {
	background: url(../../../images/home/panels/option-one-bg.jpg) no-repeat;
	}
	
ul#homeOptions li.one a:hover, ul#homeOptions li.one span {
	color: #B81C24;
	}

ul#homeOptions li.two {
	background: url(../../../images/home/panels/option-two-bg.jpg) no-repeat;
	}
	
ul#homeOptions li.two a:hover, ul#homeOptions li.two span { /*, ul#homeOptions li.two li {*/
	color:#006494;
	}
	
ul#homeOptions li.two a {
	display:inline;
	}
	
ul#homeOptions li.three {
	background: url(../../../images/home/panels/option-three-bg.jpg) no-repeat;
	}
	
ul#homeOptions li span {
	/*font-weight:bold;*/
	}
	
ul#homeOptions li span a {
	display:inline;
	}

ul#homeOptions li.three a {
	width: 58px;
	height:20px;
	display: block;
	float: left;
	margin: 20px 5px 0 0;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	}

ul#homeOptions li.three a.login {
	background-image: url(../../../images/home/butt-login.gif);
	}

ul#homeOptions li.three a.apply {
	background-image: url(../../../images/home/butt-apply.gif);
	}
	
ul#homeOptions li.three a.info{
	background-image: url(../../../images/home/butt-info.gif);
	}
	
/* faq list */
ul#faqlist {
	list-style-type: none;
	margin: 20px 0 0;
	}
	
div#footerContainer {
	margin: 0;
	}