/* CSS Document */
*{
	margin:0;
	padding:0;
}
html{ height:100%;} 
body {
	color: #333333;
	margin-top:0px;
	height:100%;
	font: 100% "Times New Roman", Times, serif;
	background-color: #E9EAE3;
}
body > #wrapper{height:auto;}
img {border:0px;}
/*page top*/
h1{
	color:#cc0033;
	height: 80px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 80px;
	font-weight: 700;
	padding-left: 15px;
	text-shadow: 2px 2px 4px #999;
}
h2{color:#C33;font: bolder 115%/25px "Palatino Linotype", "Book Antiqua", Palatino, serif;}
h3{color:#C33;text-align: left;font: bold 83%/30px Arial, Helvetica, sans-serif;}
h4 a{font-family:Arial, Helvetica, sans-serif;font-size:80%;font-weight:bold; text-decoration:underline;}
h5{color:#555; font:bold 100%/14px Arial, Helvetica, sans-serif; margin-top: 5px;}
H6{color:#333; font: bold 80%/14px Arial, Helvetica, sans-serif;margin-top: 5px;margin-bottom: 10px;}
strong{font-size:70%:}
.stylelselect{color:#F30;font-size: 88%;font-weight:bold;margin-left: 30px;margin-bottom: 5px;padding-bottom: 5px;}
.style1 {font-size:10px; color:#555555;font-family:Arial, Helvetica, sans-serif;text-decoration:none;margin-left:2px;line-height:1.1em;}
/*--used in table text--*/
.style1 a {color:#333333;}
.style1 a:hover {color:#3399CC;}
.style2 {color: #282828;font-weight:bold}
.style3 {font-size: 88%;line-height: 1.1em;color:#333333;margin-top:10px;}/*--used in table text--*/
.style4 {font-family:Arial, Helvetica, sans-serif;font-size:77%;font-weight:bold;line-height: 35px;margin-left: 10px;}  
.styleleft{color: #333;margin-bottom: 10px;font: 88% Arial, Helvetica, sans-serif;}
.stylelong{margin-bottom: 11px;font-family: "Century Schoolbook", Garamond, "Times New Roman";margin-right: 5px;margin-left: 5px;}
#new {background-color:#6b6b6b;width:100%;height:auto;}
#new p{padding:7px 20px; color:#FFF;font-family: Arial, Helvetica, sans-serif;font-size:88%;}
#new .new {
	padding:5px 10px 5px 0px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
}
#new .click{text-align:right;padding:5px 0px 5px 10px;color:#FF6;font-family: Arial, Helvetica, sans-serif;font-size:90%;font-weight:bold;}
#new .click a{padding:5px 5px 5px 20px;color:#FF6;font-family: Arial, Helvetica, sans-serif;font-size:100%;font-weight:bold;text-decoration:underline;}
a {font-family: Arial, Helvetica, sans-serif;}
a:link {text-decoration: none;color: #444444;}
a:visited {text-decoration: none;color: #444444;}
a:hover {text-decoration: none;color: #cc0000;}
a:active {text-decoration: none;color: #cc0000;}

#wrapper {
	height: 100%;
	min-height:100%;
	position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
	
}
#banner {
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #dcdfd4;
	background-color: #FFF;
}
#banner img {
	float:left;
	position:relative;
	vertical-align:middle;
	clear: left;
}

#left {
	float: left;
	clear: left;
	margin: 20px 18px 60px 7px;
	height: auto;
	width: 205px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:88%;
}
#leftmenu ul li {
	color: #900;
	height: 50px;
	width: 205px;
	font: bold 11px/50px Arial, Helvetica, sans-serif;
	list-style: none;
	clear: left;
	margin-top: 3px;
	margin-bottom: 5px;
}
#leftmenu ul li img {
	float: left;
	margin-right: 10px;
}
#left #leftmenu ul li {
	background: #dcdfd4;
	height: 50px;
	width: 203px;
	border: 1px solid #dcdfd4;
}


#container {
	float: right;
	height: auto;
	width: 548px;
	margin: 20px 0px 60px;
	clear: right;
}

#footer {
	position:absolute;
	bottom:0;
	font-size: 70%;
	padding-top: 5px;
	width: 100%;
	padding-bottom: 15px;
	height: 30px;
	font-variant: normal;
	color: #999;
	text-align: center;
	margin-top: 10px;
	background: #fff;
	border-top: 1px solid #dcdfd4;
	}
#footer p{margin-top:7px;margin-bottom:7px;}
#clear  {clear: both;}
#keypad {float:left;width:205px;float: left;height: auto;clear: left;margin-top: 5px;margin-bottom: 5px;border: 1px solid #dcdfd4;background: #ffffff;text-align: center;}
#keypad ul {
    display:block;
	height: 30px;
	width: 200px;
	list-style-type: none;
	padding: 0px;
	margin: 3px 2px 2px 2px;
}
#keypad li {
	display:block;
	height: 30px;
	list-style-type: none;
	width: 40px;
	font-family:Arial, Helvetica, sans-serif 14px;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(image/keypad_gray.gif);
	background-repeat: no-repeat;
	float: left;
}
#keypad a{
    font-family:Arial, Helvetica, sans-serif 100%;
    display:block;
    width:40px;
    height:30px;
	color:#333333;
	text-decoration:none;}

#keypad a:hover{
    font-family:Arial, Helvetica, sans-serif 100%; color:#CC0000;
	background-image:url(image/keypad_red.gif);}

/*START NAVI STYLE*/
#navi {
	width: 100%;
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	background: #DCDFD4 url(image/Patt_lightgreen.gif) repeat;
}
#navi ul {
	height: 26px;
	width:90%;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 2px;
}
#navi li {
	height: 26px;
	width:30%;
	text-align: left;
	display: inline;
	position: relative;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: bold;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-size: 115%;
}
#navi li img {
	height: 20px;
	position: relative;
	float: left;
	clear: left;
	padding-top: 5px;
}
#navi a {
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:58%;
	text-decoration:none;
	display:block;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}
#navi a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	height: 26px;
	line-height: 26px;
}
/*END NAVI STYLE*/

/*Example for a Menu Style*/
.menu {
	height:30px;
	width:546px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdfd4;
	background: #dcdfd4;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	display: inline;
	width: 320px;
	height: 30px;
}
.menu li {
	display:inline;
	height: 30px;
}
	
.menu li a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#993333;
	font-weight:bold;
	text-decoration:none;
	background-color: #ffffff;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dcdfd4;
	border-right-color: #dcdfd4;
	border-left-color: #dcdfd4;
	line-height: 30px;
}
.menu li a.tabactive {
	font-weight:bold;
	color:#993333;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dcdfd4;
	border-right-color: #dcdfd4;
	border-bottom-color: #FFFFFF;
	border-left-color: #dcdfd4;	
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
	background-color:#FFFFFF;
	width:545px;
	text-align:left;
	height:auto;
	padding-top: 15px;
	font: 90%/1.4em Arial, Helvetica, sans-serif;
	border-right: 1px solid #dcdfd4;
	border-bottom: 1px solid #dcdfd4;
	border-left: 1px solid #dcdfd4;
}
#tabcontent1 .indexmenu {
	margin: 5px 0px 10px;
	float: left;
	width: 18%;
	clear: none;
	overflow: visible;
	height: 130px;
	padding-left: 10px;
	font-size: 80%;
	color: #333;
	padding-top: 10px;
}
 #tabcontent1 .indexmenu img{margin-bottom:5px; border:solid #eee 1px;}

.bottomlink{
	background-color:#dcdfd4;
	background-image: url(image/image_collage.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 35px;
	width: 100%;
	line-height: 35px;
	text-align: left;
	clear: left;
}
#socialbookmark {
	height: auto;
	width: 205px;
	text-align: left;
	float: left;
	color: #000099;
}
#socialbookmark ul{
	width:100%;
	height:auto;
}
#socialbookmark li{
	list-style:none;
	padding-right: 2px;
	padding-left: 2px;
	font: 78% Arial, Helvetica, sans-serif;
	height: 20px;
	color: #999999;
}
#socialbookmark a{font-family: Arial, Helvetica, sans-serif;}
#socialbookmark a:link {text-decoration: none;color:#999999;}
#socialbookmark a:visited {text-decoration: none;color: #999999;}
#socialbookmark a:hover {
	text-decoration: none;
	color:#999999;
	text-decoration:underline;
}
#subtitle {
	width: 512px;
	line-height: 25px;
	height: 25px;
	margin-bottom: 15px;
}
#smallselection {
	width: 100%;
	margin-top:20px;
	margin-bottom:20px;
	height: auto;
}
#smallselection .box {
	height: 50px;
	width: 480px;
	padding: 5px;
	margin: 1px 5px 10px 30px;
	clear: right;
	border-top: 3px solid #dcdfd4;
	border-bottom: 1px solid #dcdfd4;
}

#smallselection .box img {
	float: right;
	border: 1px solid #cccccc;
	margin-left: 5px;
}
#tabcontent1 ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#tabcontent1 li {
	line-height: 1.5em;
	color: #5e5e5e;
	margin-left: 30px;
	font-size: 80%;
	list-style: disc;
	padding: 2px;
}
#tabcontent1 li a{
 color:#5e5e5e;
 }
#tabcontent1 li a:hover{
 color:#993333;
 text-decoration:underline;
}
#tabcontent2 dl {
	padding: 30px;
	height: auto;
}
#tabcontent2 dt {
	font-size: 100%;
	font-weight: bold;
	color: #F30;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tabcontent2 dd {
	font-size: 90%;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-left: 15px;
}
#tabcontent1 .contact {
	padding-right: 20px;
	padding-left: 30px;
}
