@charset "utf-8";
/* ------------------------------------ */
/*                                      */
/*               General                */
/*                                      */
/* ------------------------------------ */

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
padding: 0;
}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height: 15px;
	color: #4b4b4b;
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 40px 0px 0px 0px;
}

a:link {
	color: #01426b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #01426b;
}
a:hover {
	text-decoration: underline;
	color: #01426b;
}
a:active {
	text-decoration: none;
}

#container {
	width: 921px;
	position: relative;
	margin: 0px auto;
	padding: 0;
}

/* ------------------------------------ */
/*                                      */
/*                Header                */
/*                                      */
/* ------------------------------------ */

#logo { 
	float: left; 
	width: 171px; 
	height: 92px; 
	margin-top: 0px;
	text-align: left;
}

#topnavi { 
	float: left; 
	width: 750px; 
	height: 92px; 
	margin-top: 0px;
}

#flashheader {
	float: left; 
	width: 634px; 
	height: 154px; 
	margin-top: 0px;
	text-align: left;
}

#subnavi {
	float: right; 
	width: 287px; 
	height: 154px; 
	margin-top: 0px;
	text-align: right;
}

#headerbttm {
	float: left; 
	width: 921px; 
	height: 13px; 
	margin-top: 0px;
}

/* ------------------------------------ */
/*                                      */
/*               Content                */
/*                                      */
/* ------------------------------------ */

#contentleft {
	float: left; 
	width: 634px;
	position: relative;
	margin-top: 23px;
	text-align: left;
}

#contenttext {
	float: left;
	font-size:11px;
	width: 506px;
	text-align: justify;
	padding-left: 98px;
	padding-bottom: 23px;
	padding-top: 10px;
}

#contenttext ul {
    width: 496px;
    list-style: none;
	margin: 0 0 0 10px;
    padding: 0;
}
#contenttext li {
	display: block;
    padding: 0 0 10px 10px;
	margin: 3px 0 0 0;
    background: url(../images/bullet_grey.gif) 5px 5px no-repeat;
	background-position:0px 6px;
	text-align: justify;
}

#contentright {
	float: right; 
	width: 286px;
	height: 100%;
	position: relative;
	margin-top: 0x;
    padding-bottom: 0px;
	text-align: left;
	border-left: 1px solid #c2c2c2; /*dotted or dashed*/
    border-width: 0 0 0 1px ;
}

.contenttitle {
	font-size:12px;
	color: #0f5faa;
	font-weight: bold;
}

#clear{
clear:both;
}

/* ------------------------------------ */
/*                                      */
/*                Footer                */
/*                                      */
/* ------------------------------------ */
	
#footer {
	width: 921px;
	clear:both;
	margin: 0px auto;
	padding: 0;
}

#footertext {
	font-size:10px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #797979;
	margin-top: 0px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	}
	
#point {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#point ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#point ul.left {
    float: left;
    width: 49%; 
    margin: 0;
	padding:0;
	overflow:hidden;
}
#point ul.right {
    float: right;
    width: 49%; 
    margin: 0;
	padding:0;
	overflow:hidden;
}
#point li {
	font-size:11px;
	color:#666;
	display: block;
    padding: 4px 10px 10px 10px;
	margin: 1px 0 0 0;
    background: url(../images/arrow_grey.gif) 2px 3px no-repeat;
	background-position:0px 10px;
	border-bottom: 1px dotted #ccc;
    border-width: 1px 0;
}

.img_thumb{
	margin-right: 11px;
	margin-top: 10px;
	padding:2px;
	background:#81a8cf;
}
