/*  Genthod HOMEPAGE  */

#openingPageBanner {
	background:#EFAD7C url(images/headerGradient.gif) repeat-y;
	height: 70px;
}

#leadImage {
	float:right;
	padding:0 0 12px 0;
}

#homeText {
	padding: 5px 15px 0 20px;
}

#homeText .title {
	font: 21px Tahoma, Arial, Helvetica, sans-serif;
	color:#B67E0C;
	padding: 0;
	margin:0 0 10px 0;
}

#homeText .text {
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #51565A; 
	padding: 0;
	margin:0;
	text-decoration : none;
}
DIV.subtitle {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #5E6787;
	margin:0 0 10px 0;
	padding:0;
}

DIV.homeText  {
	padding: 6px 10px 0 4px;
}

.homeText {
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4A5D65; 
	text-decoration : none;
}

.homeText A:link, .homeText A:visited {
	color: #748B5E;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
}

.homeText A:hover {
	color: #DD865B;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
} 

/* container for 3 linked images and jumplinks */
#imageLinks {
	margin: 15px 0 15px 0;
	padding: 15px 0 15px 0;
	background-color : #E8E5DC;
}

.jLink {
	background-color: #B6B39B;
}

/* jumplinks under the 3 images on the homepage  */
A.boxJumplink {
	padding: 3px 30px 3px 8px;
	background: url(images/linkArrowHome.gif) no-repeat right;
	display: block;
}

.boxJumplink {
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FEFEFE;
}

.boxJumplink A:link {
	color: #FEFEFE;
	text-decoration : none;
}

.boxJumplink A:visited {
	color: #FEFEFE;
	text-decoration : none;
}

.boxJumplink A:hover {
	color: #AF362A;
	text-decoration : none;
} 

/*  styles for  the bottom of the home page  */

#homeBase {
	background: url(images/home_mdlLogo.gif) no-repeat bottom;
	margin-bottom: 4px;
	/*padding-bottom:60px;*/
}

#navButtons {
	float: right;
	padding: 0 88px 0 0;
}

#navButtons DIV {
	margin-bottom:10px;
}

#mdlLink{
	height: 60px;
	width: 170px;
	margin-left:300px;
}

#mdlLink A{
	display: block;
	height: 60px;
	width: 170px;
}

/* 
use comment hack in background image to hide the style from IE 5 
only when display: inline
not needed when display: block
*/