* { 
 margin: 0; 
 padding: 0; 
} 
/* standard link styles */
a:link {
	text-decoration: underline;
	color: #546900;

}
a:visited {
	text-decoration: underline;
	color: #546900;
}
a:hover {
	text-decoration: none;
	color: #838c4b;
}
a:active {
	text-decoration: none;
	color: #838c4b;
}
body { 
 background: #d7d6bd url('../images/page_bg.jpg') repeat-x top center;
 font: 11px Verdana, Arial, Helvetica, sans-serif; 
 text-align: center; 
 color: #333;
 margin:0px;
} 
p {
	padding-top: 10px; 
	padding-bottom: 10px;
	line-height:11pt;
}

/*
a:link, a:visited { 
 color: #546900; 
} 
a:hover { 
 color: #018b46; 
} 
*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #546900;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4c35;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #546900;
}
h4 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4c35;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 20px;
}
h5 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4b4c35;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 15px;
}
h6 { 
  	color: #d7d6bd;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	padding-top: 15px;
	padding-bottom:4px;
	padding-right: 10px;
	padding-left: 15px;
}

ul {
 padding-top: 10px; 
 padding-bottom: 10px;
}

.nobullet{
	list-style-type: none;
	line-height: 170%;
}
.leftbullet{
	list-style-type: none;
	line-height: 250%;
}
.bullet{
	list-style-type: disc;
	line-height: 170%;
}

#content {
	min-height:400px;
	text-align: left; 
	width:980px;
}
#page { 
 margin: 0 auto; 
 width: 980px;
 min-height:900px;
 background: #FFFFFF; 

} 
/* other */
.utilityBar {
	width:980px;
	margin:auto;
	height:27px;
	background:white url('../images/utilityBar_bg.gif') repeat-x;
	text-transform:uppercase;
	line-height:27px; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
	* html #footer {
		padding-top:7px; height:20px;
	}
	.utilityBar a, .utilityBar span {
		display:inline;
		text-decoration:none;
		font-weight:normal;
		color:#999999;
		margin-right:18px;
		height:27px;
	}
	.utilityBar a:hover {
		color:#3a3b21;
	}
	.utilityBar a:visited {
		color:#999999;
		text-decoration:none;
	}
	.utilityBar img {
		margin-right:15px;
		vertical-align:middle;
	}
#international {
	height:33px;
	background:white url('../images/internationalBar_bg.gif') repeat-x;
	top:0;
	line-height:33px;
	color:#ccc
}
	#international .logo {
		position:relative;
		top:-2px;
	}
#splashPanel {
	width: 980px;
	height: 250px;
	margin-top:22px;
}

#wrapper {
	width:980px;
	border:1px solid #FFF;
	margin:auto;
	background-color:white;
}



/*
	#splashPanel .left {
		width:340px;
		padding-left:10px;
		vertical-align:top;
	}
	#splashPanel .centre {
		width:339px;
		padding-left:10px;
		vertical-align:top;
	}
	#splashPanel .right {
		width:300px;
		vertical-align:top;
	}
	
	#splashPanel .break {
		height:10px;
		padding-top:1px;
	}
	#splashPanel .adMarker {
		height:1px;
	}
		#splashPanel .adMarker p {
			display:block;
			width:300px;
			margin-bottom:-10px;
			float:right;
			position:relative;
			top:-12px;
			text-align:center;
			font:9px Verdana, Arial, Helvetica, sans-serif;
			color:white;
		}
	
	#splashPanel h3 {
		margin-top:4px;
		font-size:10px;
	}
	
	#splashPanel table.subscribe {
		width:300px;
		background-color:#303237;
	}
	
	#splashPanel table.login {
		width:300px;
		background-color:#666666;
	}
	
	#splashPanel table.subscribe td, #splashPanel table.login td {
		padding:5px 10px;
		text-align:right;
		vertical-align:middle;
		color:white;
	}
*/
	#splitter {
	width:980px;
	height:11px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear:both;
	background: url('../images/footer_bg.gif') repeat-x;
}
	#splitter-left {
	width:980px;
	height:11px;
	margin-top: 24px;
	margin-bottom: 1px;
	clear:both;
	background: url('../images/footer_bg.gif') repeat-x;
}
/* end other */
#header {
	width:980px;
	margin:auto;
	height:144px;
	background-color:white;
}
#header-right { 
 float: right; 
 width:280px;
 height: 110px;

} 
#header-left { 
 float: right; 
 width:700px;
 height: 110px; 

} 
#home { 
 float: left;
 background: #FFF;
 clear:both;
} 
#home-primary { 
 float: left;
 background: #FFF url('../images/box8.jpg') no-repeat;
 width: 700px;
 margin-top:2px;
 margin-bottom: 15px;
} 
#home-primary p { 
  	padding-top: 55px;
	padding-right: 20px;
	padding-left: 20px;
} 
#home-secondary { 
 float: left;
 background: #FFF url('../images/gallery-box.jpg') no-repeat;
 width: 700px;
 margin-top:-10px;
 margin-bottom: 15px;
} 
#home-secondary p { 
  	padding-top: 55px;
	padding-right: 20px;
	padding-left: 20px;
} 
#home-left { 
 float: left; 
 background: #FFF url('../images/box5.jpg') no-repeat;
 width: 350px; 
 margin-bottom: 20px;

} 
#home-left ul { 
  	padding-top: 10px;
	padding-left: 20px;
}
#home-middle { 
 float: right; 
 background: #FFF url('../images/box6.jpg') no-repeat;
 width: 350px; 
 margin-bottom: 20px;
} 
#home-middle p { 
  	padding-top: 10px;
	padding-right: 15px;
	padding-left: 20px;
} 
#home-right { 
 float: right; 
 clear: right;
 margin: 0px;
 padding: 0px;
 background: #4b4c35 url('../images/right-bg.gif') repeat-x top center;
 width: 280px;
 height: 225px;
 color:#FFFFFF;
} 
#home-right p { 
  	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
} 
#home-right a:link {
	text-decoration: underline;
	color: #838c4b;
}
#home-right a:hover {
	text-decoration: none;
	color: #546900;
}

#home-bottom-right { 
 float: right; 
 clear: right;
 margin: 0px;
 padding: 0px;
 background: #5d710d url('../images/right-bottom-bg.gif') repeat-x top center;
 width: 280px;
 height: 145px;
 color:#FFFFFF;
} 
#home-bottom-right p{ 
  	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
} 
#home-bottom-right a:link {
	text-decoration: underline;
	color: #d7d6bd;
}
#home-bottom-right a:hover {
	text-decoration: none;
	color: #e8e8d8;
}
#home-bottom-right a:active {
	text-decoration: none;
	color: #d7d6bd;
}
#home-bottom-right a:visited {
	text-decoration: underline;
	color: #d7d6bd;
}
#content-primary { 
 float: left; 
 margin-left: 15px;
 margin-top: 10px;
 margin-bottom: 20px;
 width: 750px; 
} 
#content-primary p { 
 padding-right:5px;
} 
#content-primary ul { 
  	padding-top: 0px;
	padding-left: 15px;
}
#content-primary photo { 
 float: right; 
 padding-left: 20px; 
 padding-top: 10px; 
 padding-bottom: 10px;
} 
#content-left { 
 float: left; 
 background: #FFF url('../images/box-left.jpg') no-repeat;
 width: 200px; 
 margin-top: 5px;

} 
#content-left p { 
  	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
} 
#content-left h6 { 
  	color: #838c4b;
	padding-left: 20px;
} 
#content-left h5 { 
  	padding-left: 20px;
} 
#content-left ul { 
  	padding-top: 20px;
	padding-right: 15px;
	padding-left: 25px;
} 
#noleft
	 { 
	width: 945px;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;

} 
.img {
	text-align:right;
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	text-align:center;
	line-height:27px;
}
.utilityBar {
	width:980px;
	margin:auto;
	height:27px;
	background:white url('../images/utilityBar_bg.gif') repeat-x;
	text-transform:uppercase;
	line-height:27px; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif
}
	* html #footer {
		padding-top:7px; height:20px;
	}
	.utilityBar a, .utilityBar span {
		display:inline;
		text-decoration:none;
		font-weight:normal;
		color:#999999;
		margin-right:18px;
		height:27px;
	}
	.utilityBar a:hover {
		color:#5d710d;
	}
	.utilityBar img {
		margin-right:15px;
		vertical-align:middle;
	}
#footer-old { 
 clear: right; 
 height: 150px; 
 background: #3A3B21 url('../images/footer-old_bg.gif') repeat-x;
 font-size: 10px; 
 line-height: 1em; 
 text-shadow: 1px 1px 1px #333; 
 color: #fff; 
} 
#footer-old a:link { 
 color: #838c4b; 
}     
#footer-old p { 
 text-align: center;
 color:#666666;
 padding: 40px 20px 0 20px; 
} 
.clear { 
 clear: both; 
}
/* menu /*
/* Style tab & main menu containers */
#mainMenu {
	width: 980px;
	position: absolute;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	z-index:2;
	clear:both;
}
	
	#mainMenu { top: 143px; }

/*  Style the first item for both menus  */
/* (Spacer for tabs, home icon for main) */
#mainMenu div.first {
	height:24px;
	width:134px;
	display:block;
	float:left;
	line-height:24px;
}


#mainMenu div.first {
	background:white url('../images/navigation/mainmenuBackgroundWhite.gif') repeat-x;
}

/* Setup the list and list items for both menus */
#mainMenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#mainMenu {
	background-repeat:no-repeat;
	background-position:0 0;
}

#mainMenu li {
	position:relative;
	float:left;
	text-align:center;
}

/* style the top level links */
#mainMenu a {
	height:24px;
	display:block;
	line-height:24px;
	text-decoration:none;
	text-transform:uppercase;
}
#mainMenu a:visited {
	height:24px;
	display:block;
	line-height:24px;
	text-decoration:none;
	text-transform:uppercase;
}


#mainMenu a, #mainMenu a:visited {
	background:white url('../images/navigation/mainmenuBackgroundWhite.gif') repeat-x top;
	color:#666
}

/* style the top level hover */
#tabMenu a:hover {
	background:url('../images/navigation/mainmenuHightlightBlack.gif');
}
#tabMenu :hover > a {
	background:url('../images/navigation/mainmenuHightlightBlack.gif');
}

#mainMenu a:hover {
	color:#fff;
	background:url('../images/navigation/mainmenuHightlightWhite.gif');
}

#mainMenu :hover > a {
	color:#fff;
	background:url('../images/navigation/mainmenuHightlightWhite.gif');
}
#mainMenu a:active {
	color:#fff;
	background:url('../images/navigation/mainmenuHightlightWhite.gif');
}

#mainMenu :active > a {
	color:#fff;
	background:url('../images/navigation/mainmenuHightlightWhite.gif');
}

/***********************/
/* End tab menu styles */
/***********************/

/* Set text alignment for 2nd level (and deeper) list items */
#mainMenu li ul li {
	text-align:left;
}
	
/* hide the sub levels and give them an absolute position so that they take up no room */
#mainMenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	t\op:24px;
	left:-1px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#mainMenu table {
	position:absolute;
	top:0;
	left:0;
}
		
/* style the second level links */
#mainMenu ul ul a {
	border-left:1px solid black; border-right:1px solid black; border-top:0px solid black; border-bottom:0px solid black; background:#ebebeb; color:#777;
	height:auto;
	line-height:1em;
	width:125px;
	w\idth:125px;
	padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px
}
#mainMenu ul ul a:visited {
	border-left:1px solid black; border-right:1px solid black; border-top:0px solid black; border-bottom:0px solid black; background:#ebebeb; color:#777;
	height:auto;
	line-height:1em;
	width:125px;
	w\idth:125px;
	padding-left:10px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

/* put black border on top and bottom of submenus */
#mainMenu li .first {
	border-top:1px solid black;
}
#mainMenu li .last {
	border-bottom:1px solid black;
}

/* style the second level hover */

#mainMenu ul ul a:hover {
	background:#fff;
	color:#557f1f;
}

#mainMenu ul ul :hover > a {
	background:#fff;
	color:#557f1f;
}
/*
#mainMenu ul ul a:hover {
	background:#f6ffd3;
	color:#8ebc02;
}

#mainMenu ul ul :hover > a {
	background:#f6ffd3;
	color:#8ebc02;
}
*/
/* make the second level visible when hover on first level list OR link */
	#mainMenu ul :hover ul{visibility:visible; }

 

	

