body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d7d7d;
	margin: 13px 0px;
	padding: 0px;
	text-align: justify;
}
#index_box {
	width: 837px;
	border: 1px solid #000000;
	margin: 0 auto;
}
#whole {
	width: 760px;
	margin: 0 auto;
}
#header {
	width: 100%;
}
#logo {
	width: 299px;
	padding-left: 8px;
	float: left;
}
#download {
	float: right;
	width: 400px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	padding: 25px 0 0 0;
	color: #000;
}
#page {
	width: 100%;
	/*position: relative;*/
	background: url(../images/page_bg.gif) repeat-y;
}


/*=================================================== Banner =================================================*/
#banner_home {
	background: url(../images/banner_home.jpg) no-repeat;
	height: 490px;
	width: 100%;
	clear: both;
}


/*=================================================== Menu =================================================*/
#menu1 {
	width: 160px;
	padding: 40px 0 0 0px;
	margin-left: 22px;
	_margin-left: 22px;
	text-align: right;
}
#menu2 {
	width: 160px;
	padding: 4px 0px 0px 0px;
	text-align: right;
	margin-left: 22px;
	_margin-left: 11px;
	background-color:#e5e5e5;
	float: left;
	/*bottom: 0;
	top: 0;
	position: absolute;*/
}

#menu1 ul, #menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu1 li, #menu2 li {
	display: inline;
}
#menu1 a, #menu2 a {
	display: block;	
	text-decoration: none; 
	color: #000;
	padding: 6px 20px 6px 0;
	background:url(../images/empty.gif) no-repeat right center;
}
#menu1 a:hover, #menu2 a:hover, #menu1 a:active, #menu2 a:active {
	background: url(../images/bullet.gif) no-repeat right center;	
}

	#menu2 .a_sub_menu div{
		margin: 0px;
		padding: 0;
	}	
	#menu2 .span_sub_menu{
		background-color:#f6f6f6;
		padding: 10px 0;
	}
	#menu2 .a_sub_menu:link, #menu2 .a_sub_menu:visited{
		background-image:none;
		font-size:11px;
		padding: 3px 20px 3px 0;
		background:url(../images/empty.gif) no-repeat right center;
	}
	#menu2 .a_sub_menu:hover, #menu2 .a_sub_menu:active{
		background:url(../images/rbullet.gif) no-repeat right center;
		font-size:11px;
	}


/*=================================================== Content =================================================*/
#content {	
	padding:10px 40px 40px 40px;
	width: 480px;
	float: right;
}


/*=================================================== Classes =================================================*/
.clear {
	clear: both;
	padding: 0;
	height: 0px;
	margin: 0px;
	_margin: -13px 0 0 0;
}

/*Over-rides Google toolbar autofill bar Makes sure input fields are white and not yellow.*/
input { background-color: white ! important}

.h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #000;
	padding: 0 0 20px 0;
}

.link_display {
	height: 15px;
	color: #909090; 
	font-size: 11px;
	padding: 0 0 15px 0;
}

.link_display a:link, .link_display a:visited, .link_display a:hover {color: #909090; font-size: 11px}

.bodytext {
	width: 270px;
	float: left;
}
.bodypic {
	width: 190px;
	padding: 0 0 0 20px;
	float: left;
}

.ul, .no_padding{
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-image: none;
}
.ul li {
	padding: 1px 0;
	font-size: 11px;
	/*letter-spacing: -1px;*/
}
.ul_small {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
}
.ul_small li {
	padding: 1px 0 8px 0;
	font-size: 11px;
	/*letter-spacing: -1px;*/
}

.td_grey{
	padding:10px 10px 5px 10px;
	font-size: 11px;
	background-color: #e5e5e5;
	width: 330px;
}

.td_grey2{
	padding:10px 10px 5px 10px;
	font-size: 11px;
	background-color: #e5e5e5;
	width: 403px;
}

.sub_header {
	background: url(../images/line.gif) no-repeat bottom;
	padding: 30px 0 8px 0;
	color: #444;
	font-weight: bold;
	position: relative;
	width: 480px;
}
.right {
	color: #909090;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	right: 8px;
	top: 29px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat top;
	padding: 25px 0 30px 0;
	margin: 20px 0 0 0;
	_margin: 20px 0 0 0;
	color: #8c8c8c; 
	font-size: 11px;
}

#footer a:link, #footer a:hover, #footer a:visited {font-size: 11px;color: #909090;text-decoration: underline;}

.subtitle {color: #444444; font-size: 12px; font-weight: bold}
.subtitle2 {color: #444444; font-size: 11px; font-weight: bold}

a:link {text-decoration: none; color: #000000; font-size:12px}
a:visited {text-decoration: none; color: #000000; font-size:12px}
a:active {text-decoration: none; color: #000000; font-size:12px}
a:hover {text-decoration:underline; color: #000000; font-size:12px}

