body {
	margin: 0;
	padding: 10px;
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "MS Gothic", "Verdana", "sans-serif";
	font-size: 12px;
	color: #101010;
	background-color: #CCCCCC;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
}

#small {
	font-size: 11px;
	color: #666666;
}

#copyright {
	clear: both;
	margin: 0;
	padding: 6px 10px 8px 10px;
	background-color: #E8E8E8;	
	color: #666666;
	border-top: 5px solid #606060;
	font-size: 11px;
	text-align: center;
}


/* Banner: banner at top of window */
#banner {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 110px;
	background: url(images/banner7_J.jpg) no-repeat top left;
}
.BannerTextStyle  {
	color: #FFFFFF;
	text-shadow: 0px 1px 3px #000000;
	text-indent: 0px;
	left: 10px;
	position: relative;
	font: normal bold 26px "Hiragino Kaku Gothic Pro", "Osaka", "MS Gothic", "sans-serif";
	display: none;
}
/* End Banner */

#pageframe {
	position: relative;
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
#body {
	float: left;
	padding: 20px 30px;
	width: 720px;
	background-color: #FFFFFF;
}
#body a {
	color: #0000A0;
}
#body a:hover {
	color: #333333;
}
#body h1 {
	font-size: 20px;
	margin:10px 0 10px;
	color: #000000;
}
#body h2 {
	font-size: 15px;
	margin: 40px 0 20px;
	color: #000000;
	padding-top: 2px;
	border-bottom: 2px solid #B0B0B0;
	clear: both;
}
#body h3 {
	color: #101010;
	margin: 20px 0 10px;
	font-size: 14px;
	top: 15px;
	text-align: center;
}
#body h3.graybg {
	color: #101010;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	top: 15px;
	background: url(images/Titlebar_Gray.jpg) left top;
	text-align: center;
}
#body h4 {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0;
	color: #101010;
}
#body p {
	line-height: 150%;
	text-align: justify;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
}
#body p.wide {
	line-height: 150%;
	text-align: justify;
	margin-left: 0px;
	margin-right: 20px;
}
#body p.tight {
	line-height: 150%;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
}
#body p.centered {
	text-align: center;
}
#body p.em {
	font-size: 13px;
}
#body ul {
	list-style: disc;
}
#body li {
	padding-bottom: 6px;
	line-height: 150%;
}
#body ul.ticks {
	list-style-image: url(images/tick.gif);
	line-height: 150%;
}
#body ul.tri {
	list-style-image: url(images/tri.gif);
	line-height: 150%;
}
#body p.quote {
	margin: 0 10px 0 10px;
}
#body p.client {
	font-size: 11px;
	font-style: italic;
	padding: 0 0 20px 0;
	margin: 0 10px 0 30px;
}
.smallgray {
	font-size: 10px;
	color: #606060;
}
.step {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	left-margin: 0px;
	color: #303030;
}
a.step {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #303030;
}
a.map {
	text-decoration: none;
}
#body .backtotop {
	text-align: right;
	margin-bottom: 50px;
}


/*Navigation Menu*/
#menu {
	float: left;
	width: 100%;
	border-bottom: 5px solid #606060;
	background-color: #E2E5FF;
	font-size: 13px;
}
#menu img.flag {
	vertical-align: middle;
	float: right;
	margin: 0px 3px 0px 0px;
	position: relative;
}
#menu h3 {
	display: none;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	border-right: 1px solid #606060;
	padding: 6px 18px 5px 18px;
	background-color: #E2E5FF;
}
#menu li:hover {
	background-color: #99CCFF;
}
#menu li.active {
	background-color: #606060;
	color: #99CCFF;
	font-weight: bold;
}
#menu a {
	color: #000000;	
	text-decoration: none;
	/* for IE 5 */
	float: left;
}
/* fix for IE 5 */
#menu a { float: none; }
/* End fix */

/*Sub-Menu*/
#subMenu {
	float: left;
	width: 778px;
	background-color: #606060;
	border-top: 1px solid #606060;
	border-bottom: 1px dotted #FFFFFF;
	padding: 1px;
}
#subMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#subMenu li {
	display: block;
	float: left;
	margin: 0;
	border-right: 1px solid #FFFFFF;
	padding: 1px 12px 1px 12px;
	background-color: #606060;
}
#subMenu li:hover {
	background-color: #999999;
}
#subMenu li.active {
	background-color: #606060;
	color: #FFFFFF;	
	font-weight: bold;	
}
#subMenu a {
	color: #FFFFFF;	
	text-decoration: none;
	/* for IE 5 */
	float: left;
}
/*End Sub-Menu*/


/*MiniMenu*/
#body ul.minimenu {
	margin: 25px 0 20px;
	padding: 0;
	list-style: none;
	float: left;
	border: solid #FFFFFF;
	border-width: 1px 0 1px 1px;
	width: 100%;
	clear: both;
}
#body ul.minimenu a {
	color: #000000;
	text-decoration: none;
}
#body ul.minimenu li:hover {
	background: url(images/minimenu_bg_active_blue.jpg) right no-repeat;
}
#body ul.minimenu li {
	float: left;
	padding: 5px 0;
	text-align: center;
	background: url(images/minimenu_bg_blue.jpg) right no-repeat;
}
#body ul.minimenu li.active {
	background: url(images/minimenu_bg_active_blue.jpg) right no-repeat;
}
#Menu5Items li { width: 20%; }
#Menu4Items li { width: 25%; }
#Menu3Items li { width: 240px; }
/*End MiniMenu*/

/*Footer Menu*/
#footerspace {
	float: left;
	width: 28%;
	border-bottom: 3px solid #FFFFFF;
	padding: 0;
}
#footer {
	float: left;
	width: 72%;
	background-color: #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	padding: 0;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer li {
	display: block;
	float: left;
	margin: 0;
	border-right: 1px solid #CCCCCC;
	padding: 0px 12px 0px 12px;
	background-color: #FFFFFF;
}
#footer li:hover {
	background-color: #E8E8E8;
}
#footer li.active {
	background-color: #FFFFFF;
}
#footer a {
	color: #333333;	
	text-decoration: none;
}
/*End FooterMenu*/
