/* Main Sections 
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
/*	border: 1px solid #CCCCCC;	*/
}

body {
	background-color: #EEEEEE;
	font-family: Arial;
	width: 930px;
	margin: 0 auto;
	font-size: 13px;
}

img {
	border: 0px;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	border: 0px;
}

a:link,a:visited {
	color: #3333FF;
}

a:hover,a:active {
	color: #FF3333;
}

.errors {
	font-weight: bold;
	color: #FF0000;
}

/* General
------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
}

.dummy {
}

.invisible {
	display: none;
}

/* Page
------------------------------------------------------------------------- */
#Page {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/* GlobalNavi
------------------------------------------------------------------------- */
#GlobalNavi {
	background-color: #EEEEEE;
	background-image: url("images/menu_back.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 53px;
}

#GlobalNavi .left {
	float: left;
	width: 275px;
}

#GlobalNavi .right {
	float: right;
	width: 650px;
}

#GlobalNavi li {
	float: right;
}

#GlobalNavi .right img {
	vertical-align: bottom;
	margin-bottom: 2px;
}

#GlobalNavi .right a:hover {
	border-bottom: 2px solid #2e676b;
}

/* MainIndex
------------------------------------------------------------------------- */
#MainIndex {
	clear: both;
	height: 386px;
	background-image: url("images/mainimage_index.png");
	background-position: left top;
	background-repeat: no-repeat;
}

/* LeftIndex
------------------------------------------------------------------------- */
#LeftIndex {
	float: left;
	padding: 15px 0px 0px 15px;
	width: 465px;
}

/* RightIndex
------------------------------------------------------------------------- */
#RightIndex {
	float: left;
	padding: 15px 0px 0px 10px;
	width: 420px;
}

/* FeatureIndex
------------------------------------------------------------------------- */
#FeatureIndex {
	clear: both;
	background-color: #f0efe7;
	width: 890px;
	padding: 10px;
	margin: 0 auto;
	overflow: auto;
}

#FeatureIndex .caption {
	margin-bottom: 10px;
}

#FeatureIndex .left {
	float: left;
}

#FeatureIndex .right {
	float: left;
	text-align: center;
}

#FeatureIndex .right p {
	padding: 15px 0px 0px 15px;
}

/* NewsRelease
------------------------------------------------------------------------- */
#NewsRelease {
	margin-bottom: 10px;
}

#NewsRelease h2 {
	margin-bottom: 5px;
}

#NewsRelease li {
	padding: 3px 0px 3px 5px;
	border-bottom: solid 1px #EEEEEE;
}

/* BannerIndex
------------------------------------------------------------------------- */
#BannerIndex {
	margin-bottom: 10px;
	text-align: center;
}

/* ServiceIndex
------------------------------------------------------------------------- */
#ServiceIndex {
	background-color: #eaedda;
}

#ServiceIndex dt {
	background-image: url("images/menuitem_small.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 10px 0px 15px;
	padding: 0px 0px 0px 20px;
	height: 25px;
	line-height: 25px;
	border-bottom: solid 1px #4b2d03;
}

#ServiceIndex dd {
	clear: both;
	padding: 0px 10px 0px 20px;
	color: #333333;
}

#ServiceIndex .left {
	float: left;
}

#ServiceIndex .right {
	float: right;
}

#ServiceIndex input {
	width: 100px;
	height: 20px;
	margin-top: 2px;
}

#ServiceIndex img {
	vertical-align: top;
}

#ServiceIndex p {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

/* Information
------------------------------------------------------------------------- */
#Information {
	border: 1px solid #DDDDDD;
}

#Information li {
	clear: both;
	background-image: url("images/menuitem_tiny.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border-top: solid 1px #DDDDDD;
	padding: 5px 0px 5px 25px;
	overflow: auto;
}

#Information .left {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #4b2d03;
	width: 90px;
}

#Information .right {
	float: left;
	margin: 0px 0px 0px 15px;
	width: 330px;
}


/* Footer
------------------------------------------------------------------------- */
#Footer {
	clear: both;
	padding-top: 20px;
}

#CopyRight {
	padding: 3px;
	background-color: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
