body#home #main
{
 	width:430px;
 	background-color:#eeeeee;
 	background-image: url(../../images/bg-home-content.gif);
 	background-position: bottom;
 	background-repeat: repeat-x;
 	padding: 25px 20px 0 20px; 
}
#main2
{
	width: 535px;
}

#homesidebar.column
{
	float: right;
	width: 191px;
	padding: 25px 14px 25px 14px;
	background-color: #ffffff;
	background-image: url(../../images/right-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: center;
	
}

.partnerlogos
{
	margin: 2px;
}

#homenav
{
	background-color: #eeeeee;
	background-image: url(../../images/bg-left-nav-corner.gif);
	background-repeat: no-repeat;
	/*padding: 30px 5px 10px 25px;*/
	
}


#homenav.column, #homenav.itemcolumn
{
	float: left;
	/*width: 171px;*/
	width: 271px;
	padding: 0 0 0 0;
	background-color:#eeeeee;
	margin-right: 3px;

}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.homeleft
{
	color: #747257;
	text-decoration: none;
}
.homeleft:hover
{
	color: #a99324;
	text-decoration: underline;
}


#navtable
{
	/*padding: 5px 5px 5px 5px;*/
}
#navfirst
{
	padding: 30px 12px 12px 20px;
	text-decoration: none;
}


#naveven
{
	padding: 12px 12px 12px 20px;
	background-color: #dddddd;
	text-decoration: none;
}

#navodd
{
	padding: 12px 12px 12px 20px;
	background-color: #eeeeee;
	text-decoration: none;
}

#navlast
{
	height: 130px;
	background-color:#eeeeee;
 	background-image: url(../../images/bg-home-content.gif);
 	background-position: bottom;
 	background-repeat: repeat-x;
}
.style2 {
	color: #A99325;
	font-size: 18px;
}

body#home .masthead
{
    clear: both;
		background: url(../../images/new-banner-gbh.gif) no-repeat;
    height: 219px;
		margin-bottom:2px;
    position: relative;
}

body#home .masthead h1
{
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 50px;
    left: 233px;
    width: 500px;
    font-weight: normal;
}

body#home .masthead h1 strong
{
    font-size: 32px;
    font-weight: normal;
    padding-right: 10px;
}

body#home .masthead h2
{
    color: #8E1417;
    font-size: 15px;
    position: relative;
    top: 43px;
    left: 395px;
    width: 270px;
    font-weight: normal;
}

/*column containing main content well*/

#content.column .modules
{
    float: left;
}

#content.column .modules .module
{
    float: left;
    width: 260px;
    height: 114px;
    padding-top: 10px;
}

#content.column .modules .module.a, #content.column .modules .module.c, #content.column .modules .module.e
{
    margin: 0 10px 10px 0;
}

#content.column .modules .module.a
{
    background: url(../../images/bg-home-module-a.jpg) no-repeat top left #fff;
}
#content.column .modules .module.b
{
    background: url(../../images/bg-home-module-b.jpg) no-repeat top right #fff;
}

#content.column .modules .module.c
{
    background: url(../../images/bg-home-module-c.jpg) no-repeat top left #fff;
}

#content.column .modules .module.d
{
    background: url(../../images/bg-home-module-d.gif) no-repeat top right #fff;
}

#content.column .modules .module.e
{
    background: url(../../images/bg-home-module-e.jpg) no-repeat top left #fff;
}

#content.column .modules .module.f
{
    background: url(../../images/bg-home-module-f.jpg) no-repeat top right #fff;
}

#content.column .modules .module.a .copy, #content.column .modules .module.c .copy, #content.column .modules .module.e .copy
{
    position: relative;
    left: 115px;
    width: 140px;
}

#content.column .modules .module.b .copy, #content.column .modules .module.d .copy, #content.column .modules .module.f .copy
{
    position: relative;
    left: 15px;
    width: 140px;
}

#content.column .modules .module h3
{
    color: #AC1C20;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}
#content.column .modules .module p
{
    font-size: 11px;
}

#content.column .modules .module.a, #content.column .modules .module.b, #content.column .modules .module.c, #content.column .modules .module.d,#content.column .modules .module.e, #content.column .modules .module.f {
	cursor:pointer;
}
