@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/************* #container style *************/
#container {
	width: 790px;
	margin: 0px auto;
	background-color: #ffffff;
} 

/************* #header style *************/
#header {
	margin: 0px auto;
	background-color: #000000;
	position:relative;
	height:60px;
} 

span.title
{
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color:#f3d576;
	margin-left: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

span.subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	position:absolute;
	left: 8px;
	top: 40px;
}

span.subtitle2
{
font-size:14px;
font-weight:bold;
}

#headNav ul
{
	float:right;
	margin:4px 0px 0px 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

#headNav ul li { 
	display: inline;
}

#headNav ul li a
{
	padding: 0px 16px 0px 0px;
	text-decoration: none;
	color:#ffffff;
}

#headNav ul li a:hover
{
	text-decoration: underline;
}


/************* #cell02 style (Key Image) *************/
#cell02 {
	clear:left;
	float:left;
	width: 580px;
	margin: 4px 0px 0px 0px;
} 

/************* #cell03 style *************/
#cell03 {
	float:left;
	width: 200px;
	margin: 4px 0px 0px 0px;
	border:0px;
	padding:0px;
} 

/************* #cell04 style *************/
#cell04 {
	clear:both;
	float:left;
	width: 790px;
	background-color: #ffffff;
	margin: 4px 0px 0px 0px;
	border:0px;
	padding:0px;
} 

/************* #large top gray button style *************/

.lgGrayNav ul
{
	padding: 0px;
	margin:0px;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height:20px;
	list-style:none;
	font-size:18px;
}

.lgGrayNav ul li {
	display:block;
}

.lgGrayNav ul li a
{
	display:inline-block;
/*	background: url(images/testblock.png) no-repeat 0px 2px;*/
	background-image: url(images/lg_top_btn_backgd01.png);
	width:196px;
	height: 74px;
	color:#000000;
	text-decoration: none;
	border: none;

}

.lgGrayNav ul li a:hover
{
	background-image: url(images/lg_top_btn_backgd02.png);
}

/************* #large middle gray button style *************/

.midGrayNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height:20px;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}


.midGrayNav ul li { 
	display: block;
	
}

.midGrayNav ul li a
{
	display:inline-block;
	width:196px;
	height: 73px;
/*	background-image: url(images/testblock.png);*/
	background-image: url(images/lg_mid_btn_backgd01.png);
	width:196px;
	text-decoration: none;
	color:#000000;
	text-decoration: none;
	border: none;

}

.midGrayNav ul li a:hover
{
	background-image: url(images/lg_mid_btn_backgd02.png);
}

/************* #large bottom Gold button style *************/

.goldNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height:20px;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}


.goldNav ul li { 
	display: block;
	
}

.goldNav ul li a
{
	display:inline-block;
	width:196px;
	height: 74px;
/*	background-image: url(images/testblock.png);*/
	background-image: url(images/lg_bottom_btn_backgd01.png);
	width:196px;
	text-decoration: none;
	color:#000000;
	text-decoration: none;
	border: none;
}

.goldNav ul li a:hover
{
	background-image: url(images/lg_bottom_btn_backgd02.png);
}

/************* #large button text placement style *************/

span.text_place1
{
	position: relative;
	top:14px;
	left:0px;
}

span.text_place2
{
	position: relative;
	top:14px;
	left:0px;
}

span.text_place3
{
	position: relative;
	top:14px;
	left:0px;
}

/************* #first small button style *************/

.navcontainer ul
{
	margin: 4px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height:40px;
	font-family: Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	left: 133px;
	top: 292px;
}

.navcontainer ul li { display: inline;

}

.navcontainer ul li a
{
	display: inline-block; 
	width:154px;
	height: 40px;
	background-image: url(images/sm_btn_backgd01.png);
	text-decoration: none;
	padding:0px;
	color:#000000;
}

.navcontainer ul li a:hover
{
	background-image: url(images/sm_btn_backgd02.png);
}

/************* #Footer style *************/

#footList ul
{
	margin: 2px;
	padding: 4px;
	list-style-type: none;
	text-align: left;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footList ul li { display: block;
}

#footList ul li a
{
	text-decoration: none;
	padding:0px;
	color:#000000;
}

#footList ul li a:hover
{
	text-decoration: underline;
}

.group1
{
	clear:none;
	float:left;
	position:relative;
	left:20px;
}

.group2
{
	clear:none;
	float:left;
	position:relative;
	left:80px;
}

.group3
{
	clear:none;
	float:left;
	position:relative;
	left:120px;
}

.group4
{
	clear:none;
	float:left;
	position:relative;
	left:120px;
}

#bottom
{
clear:left;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding: 6px 0px 6px 8px;

}

