/* Import YUI Fonts and Reset CSS */
	
@import url("../../includes/css/reset.css");
@import url("../../includes/css/fonts.css");
@import url("../../includes/css/framework.css");
@import url("/includes/css/sIFR-screen.css");
	
/* Home-page-specific styles */

body { background:#dbd5cf url(../../images/background.gif) right top repeat-y; }

h1, h2, h3, h4, h5 { font-family:Georgia, "Times New Roman", Times, serif; }
h3 { color:#867666; font-weight: bold;}

h1 {
	font-size:136%; /*18pts*/
}

.clear { clear:both; }

/* Also has to be changed in framework.css to avoid a bug in IE7 */

/* @group Splash area */

div#splash {
	height:106px;
	background:url(../../images/home/splash.jpg) no-repeat left top;
	border-bottom:1px solid #ac9e8f;
}

div#splash h1, div#splash img {
	margin-left:355px;
	padding-top:30px;
	text-transform:uppercase;
	font-size:152%;
}

div#splash h3 {
	margin-left:378px;
	padding-left:48px;
	background:url(../../images/home/scroll-left-brown.gif) no-repeat left 5px;
	color:#000;
	font-size:122%;
}
	
/* @end */
	
/* @group Employees and Families gateways */

div#gateway {
	padding:20px;
	padding-bottom:0;
	background:#dcd4cd url(../../images/home/bg-gateway.gif) repeat-x left top;
}

div#gateway * { vertical-align:middle; }

div#empben {
	float:left;
	background:#fff url(../../images/home/cc_homepage_worklife.gif) no-repeat left top;
}

div#fam {
	float:right;
	background:#fff url(../../images/home/cc_homepage_families.gif) no-repeat left top;
	margin-left: 9px;
}
div#tut {
	float:left;
	background:#fff url(../../images/home/cc_homepage_tuitionadvisoryservice.gif) no-repeat left top;
	margin-left: 8px;
}

div#empben, div#fam, div#tut {
	min-height:242px;
	width:348px;
	border:1px solid #ac9e8f;
}

div#gateway h2 {
	
	margin:91px 0 12px 0;
	padding:7px;
	text-align:center;
	color:#fff;
	font-size:18px;
}
h4
{
font-size:9px;
}
div#gateway h4, div#gateway p {
	margin:0 10px 0 20px;

}
div#tut h4, div#tut p {
	margin:0 5px 0 10px;
}
div#fam h4, div#fam p {
	margin:0 5px 0 20px;
}


div#gateway h4 *, div#gateway p * {
        vertical-align:baseline;
}

div#gateway h4 {
	padding-bottom:5px;


}

div#gateway p {
	color:#666;
	font-size:12px;
}

div#gateway p.ctas {
	margin:15px 0 10px 0;
	text-align:center;
	text-transform:uppercase;
	font:77% Georgia, "Times New Roman", Times, serif;
}

div#gateway p.ctas * {
        vertical-align:middle;
}

div#gateway img.scroll {
	padding:0 5px;
}

div#empben h2 {	background-color:#57527e; font:22px  "Times New Roman", Times, serif;}
div#fam h2 { background-color:#3e647e;  font:22px  "Times New Roman", Times, serif;}
div#tut h2 { background-color:#235d37;  font:18px  "Times New Roman", Times, serif;}



div#empben h4 {
	color:#57527e;
}
div#fam h4 {
	color:#3e647e;
}

div#tut h4 {
	color:#579d5a;
}
div#tut p.ctas
{
	padding-left:3px;
	padding-right:2px;
}
div#gateway h4 { 	font-size:9px;}
	
/* @end */

