body#home #main
{
 	width:430px;
 	padding: 25px 20px 0 20px;

 	/* background-image: url(../../images/bg-home-content.gif);*/
	
	background-color:#f8f4f4;
	border-width:1px;
	background-image: url(../../images/cell-bg-grad.jpg);
	background-position: bottom;
 	background-repeat: repeat-x;
	border-top: solid;
	border-color: #888888;
	border-bottom: none;
	border-left: none;
	border-right: none;

 	 
}
#main2
{
	width: 535px;
}

#homesidebar.column
{
	float: right;
	width: 191px;
	height: 350px;
	padding: 25px 14px 25px 14px;
	text-align: left;

	background-color:#f8f4f4;
	
	background-image: url(../../images/cell-bg-grad.jpg);
	background-position: bottom;
 	background-repeat: repeat-x;
	border-width:1px;
	border-top: solid;
	border-color: #888888;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
}

.partnerlogos
{
	margin: 2px;
}

#homenav
{
	background-color:#f8f4f4;
	border-width:1px;
	background-image: url(../../images/cell-bg-grad.jpg);
	background-position: bottom;
 	background-repeat: repeat-x;
	border-top: solid;
	border-color: #888888;
	border-bottom: none;
	border-left: none;
	border-right: none;
	
}


#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: #555555;
	text-decoration: none;
}
.homeleft:hover
{
	color: #c42525;
	text-decoration: underline;
}


#navtable
{
	/*padding: 5px 5px 5px 5px;*/
}
#navfirst
{
	padding: 30px 12px 12px 20px;
	text-decoration: none;
}


#naveven
{
	padding: 12px 12px 12px 20px;

	text-decoration: none;
}

#navodd
{
	padding: 12px 12px 12px 20px;
	
	text-decoration: none;
}

#navlast
{
	height: 130px;
	
 	/* background-image: url(../../images/bg-home-content.gif); */
 	background-position: bottom;
 	background-repeat: repeat-x;
}
.style2 {
	color: #c42525;
	font-size: 18px;
	
}
.right-text
{
	font-size: 12px;
	color: #555555;
}

body#home .masthead
{
    clear: both;
    /* background: url(../../images/big-banner.jpg) no-repeat; 
    background: url(../../images/rot-banner.gif) no-repeat;	
    background: url(../../images/soundstructureevent.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;
}
