/* - - - - home page flash - - - - */

#homepageFlash {
	width: 750px;
	height: 204px;
	clear: both;
	margin: 0px auto 14px auto;
	}


/* - - - - home page boxes - - - - */

#box1 {
	width: 240px;
	padding: 0;
	margin: 0 14px 0 0;
	float: left;
	}
	
#box2 {
	width: 240px;
	padding: 0;
	margin: 0 14px 0 0;
	float: left;
	}
	
#box3 {
	width: 240px;
	padding: 0;
	margin: 0;
	float: left;
	}

#boxTop1 {
	background: #9cc519 url(/images/interface/homepage_top1.gif) 0 0 no-repeat;
	width: 185px;
	height: 29px;
	margin: 0;
	padding: 9px 0 0 55px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#boxTop2 {
	background: #9cc519 url(/images/interface/homepage_top2.gif) 0 0 no-repeat;
	width: 185px;
	height: 29px;
	margin: 0;
	padding: 9px 0 0 55px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#boxTop3 {
	background: #9cc519 url(/images/interface/homepage_top3.gif) 0 0 no-repeat;
	width: 185px;
	height: 29px;
	margin: 0;
	padding: 9px 0 0 55px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	}
	
.boxContentRestrict {
	height: 170px;
	overflow: hidden;
	padding: 6px 16px;
	}
	
.boxContent {
	background: #fff url(/images/interface/homepage_box_bg.gif) bottom left no-repeat;
	width: 240px;
	margin: 0;
	padding: 4px 0 18px 0;
	}

.boxContent p {
	padding: 2px 0;
	margin: 0;
	color: #808080;
	}
	
.boxContent ul {
	padding: 0 18px 0 18px;
	margin: 0;
	}
	
.boxContent li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 1%;
	}
	
.boxContent li a {
	background: url(/images/interface/left_bullet_off.gif) 5px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 22px;
	margin: 0;
	height: 1%;
	}
	
.boxContent li a:hover {
	background: url(/images/interface/left_bullet_on.gif) 5px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 22px;
	margin: 0;
	}
	
.more-info-list li a {
	background: url(/images/interface/more_info_bullet.gif) 5px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 22px;
	margin: 0;
	}
	
.more-info-list li a:hover {
	background: url(/images/interface/more_info_bullet.gif) 5px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 22px;
	margin: 0;
	}
	
.video-list li a {
	background: url(/images/interface/film_bullet.gif) 5px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 22px;
	margin: 0;
	}
	
.video-list li a:hover {
	background: url(/images/interface/film_bullet.gif) 5px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 4px 2px 22px;
	margin: 0;
	}

/* - - - - links - - - - */

.linkFeatured
	{
	padding: 6px 0 6px 18px;
	color: #808080;
	text-decoration: underline !important;
	background: url('/images/interface/groweb_arrow.gif') no-repeat 4px 8px;
	margin: 0;
	}

a.linkFeatured:hover
	{
	color:#b8d949 !important;
	}

/* - - - - headings - - - - */

.largeTitle
	{
	/*margin: 25px 0px 10px 0px;*/
	padding: 25px 0px 10px 0px;
	display: none;
	}


h1
	{
	font-size: 20px;
	margin-bottom: 20px;
	display: none;
	}
h2{ 
	font-size: 2.2em;  
	margin: 0; 
	color: #b8d949;
	}
	
h6 { 
	font-size: 1.8em;  
	margin: 0px; 
	padding: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	}

/* - - - commmon elements - - - - */

p
{
	color: black;
}


/* - - - - page control elements - - - - */

.breadcrumbs, .leftnav{
	display: none;
	}

.leftIn
	{
	width: 750px;
	margin: 0px auto;
	padding: 0;
	}

.nav
	{
	background: #fff;
	width: 500px;
	}

.centerIn
	{
	background: #fff;
	padding: 0;
	width: 750px;
	clear: both;
	margin: 0px auto;
	}

#centralcontent {
	height: auto;
	}

.content{
	min-height: 100px;
	width: 750px;
	padding: 0;
	margin: 0 0 0 0;
	}

.rightpanel
	{
	background-image: none;
	padding: 0px !important;
	margin: 0px;
	float: left;
	background-image: url('/images/interface/bromak_rightpanel_home.gif');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 100% !important;
	min-height: 0px !important;
	display: none;
	}
	
#navcontainer {
	display: none;
	}
	
#navLeftTop {
	display: none;
	}
	
#navLeftBottom {
	display: none;
	}
	
/* - - - - Footer - - - - */

.footerall{
	text-align: left;
	margin: 20px auto 8px auto;
	padding: 0;
	height: 42px;
	}
	

	






