/* CSS Document */

/*--------------------------------------------------Body--------------------------------------------------------*/
body {
	margin-bottom: 0px;	margin-left: 0px; margin-right: 0px; margin-top: 0px;
}
#index_body {
	overflow: hidden;
}
/*--------------------------------------------------Index--------------------------------------------------------*/
#all_frames {
	overflow: hidden; position: relative; visibility: visible; z-index: 1;
	height: 600px; width: 800px;
	margin: 0px; padding: 0px;
}
#content_frame {
	margin: 0px; padding: 0px;
	height: 600px; width: 560px;
	position: absolute; visibility: visible; z-index: 2;
	left: 240px; top: 0px;
}
#content_iframe {
	height: 568px; width: 560px; left: 0px; top: 12px;
	position: absolute; overflow: hidden; z-index: 2;	
}
#content_bar_bottom {
	background-image: url(../images/content_frame_bottom.gif); background-repeat: no-repeat; background-position: left top;
	overflow: hidden; position: absolute; visibility: visible; z-index: 3;
	height: 20px; width: 560px; left: 0px; bottom: 0px;
	margin: 0px; padding: 0px;
}
#content_bar_top {
	background-image: url(../images/content_frame_top.gif); background-repeat: no-repeat; background-position: left top;
	overflow: hidden; position: absolute; visibility: visible; z-index: 3;
	height: 12px; width: 560px; left: 0px; top: 0px;
	margin: 0px; padding: 0px;
}
#content_cablepionts_top {
	overflow: hidden; position: absolute; z-index: 1;
	height: 4px; width: 540px; left: 0px; top: 0px;
	background-image: url(../images/content_cablepionts_top.png); background-repeat: no-repeat; background-attachment: scroll;
}
#content_cablepionts_bottom {
	overflow: hidden; position: absolute; z-index: 1;
	height: 8px; width: 540px;
	background-attachment: scroll; background-image: url(../images/content_cablepionts_bottom.png); background-repeat: no-repeat;
	left: 0px; top: 560px;
}
#navigation_frame {
	overflow: hidden; position: absolute; visibility: visible; z-index: 2;
	height: 600px; width: 240px;
	left: 0px; top: 0px;
	margin: 0px; padding: 0px;
}
/*--------------------------------------------------Iframe--------------------------------------------------------*/
.iframe_background {
	background-image: url(../images/content_bg.jpg); background-repeat: no-repeat; background-position: 0px 0px; background-attachment: fixed;
	width: 543px; top: 0px; left: 0px;
	position: absolute;
}
#content_box {
	position: relative;
	z-index: 2;
	visibility: visible;
	top: 0;
	vertical-align: bottom;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
/*--------------------------------------------------BigText--------------------------------------------------------*/
#content_bigtext_box_top {
	background-image: url(../images/content_bigtext_box_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	z-index: 3;
	height: 7px;
	width: 499px;
	left: 36px;
	top: 0px;
}
#content_bigtext_box_bottom {
	background-image: url(../images/content_bigtext_box_bottom.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
	height: 6px;
	width: 499px;
	left: 36px;
	background-position: left top;
}
#content_bigtext_box_frame {
	background-image: url(../images/content_bigtext_box_frame.gif);
	background-repeat: repeat-y;
	position: relative;
	z-index: 3;
	visibility: visible;
	width: 489px;
	left: 41px;
	padding: 5px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 100%;
	top: 0;
}
/*--------------------------------------------------Text--------------------------------------------------------*/
#content_text_box_top {
	background-image: url(../images/content_text_box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 3;
	height: 5px;
	width: 304px;
	left: 36px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#content_text_box_bottom {
	background-image: url(../images/content_text_box_bottom.png);
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
	height: 4px;
	width: 304px;
	left: 36px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
#content_text_box_frame {
	background-image: url(../images/content_text_box_frame.gif);
	background-repeat: repeat-y;
	position: relative;
	z-index: 3;
	visibility: visible;
	width: 294px;
	left: 41px;
	padding: 5px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 100%;
	margin: 0px;
	top: 0;
}
/*--------------------------------------------------TextLayout---------------------------------------------------*/
h6 {
	font-family: Verdana, Arial;	
	font-size: 12px; 
	font-weight: bold;
	margin: 0px;
	padding-top: 5px; padding-left: 0px; padding-right: 0px; padding-bottom: 5px;
}
h5 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px; padding-left: 0px; padding-right: 0px; padding-bottom: 5px;
}
A.content_button			{ color: #000000; text-decoration: none;}
A.content_button:link		{ color: #000000; text-decoration: underline; }
A.content_button:visited	{ color: #000000; text-decoration: underline; }
A.content_button:hover		{ color: #ff3f3f; text-decoration: underline; }

A.content_image				{ color: #000000; text-decoration: none;}
A.content_image:link		{ color: #000000; text-decoration: none; }
A.content_image:visited		{ color: #000000; text-decoration: none; }
A.content_image:hover		{ color: #ff3f3f; text-decoration: none; }

.UL {
	list-style-type: square; 
	list-style-image: url(../images/dot.gif); 
	list-style-position: inside;
}
.img {
	margin: 5px;
	position: relative;
	border: 1px solid #000000;
	z-index: 2;
	padding: 0px;
}
.img_borderno {
	position: relative;
	z-index: 2;
	padding: 0px;
}
/*--------------------------------------------------Image--------------------------------------------------------*/
#content_images_box_top {
	background-image: url(../images/content_images_box_top.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 5px;
	width: 176px;
	left: 358px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
#content_images_box_bottom {

	background-image: url(../images/content_images_box_bottom.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	height: 4px;
	width: 176px;
	left: 356px;
	top: 237px;
	margin: 0px;
	padding: 0px;
}
#content_images_box_frame {
	background-image: url(../images/content_images_box_frame.gif);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 4;
	visibility: visible;
	width: 169px;
	left: 361px;
	height: 233px;
	padding: 5px;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	top: 4px;
	margin: 0px;
}
#content_image_box_1 {
	height: 70px; width: 70px;
	border: 1px solid #000000;
	position: absolute;	z-index: 4;
	left: 9px; top: 2px;
}
#content_image_box_2 {
	height: 70px; width: 70px;
	border: 1px solid #000000;
	position: absolute;	z-index: 4;
	left: 89px; top: 2px;
}
#content_image_box_3 {
	height: 70px; width: 70px;
	border: 1px solid #000000;
	position: absolute;	z-index: 4;
	left: 9px; top: 80px;
}
#content_image_box_4 {
	height: 70px; width: 70px;
	border: 1px solid #000000;
	position: absolute;	z-index: 4;
	left: 89px; top: 80px;
}
#content_image_box_5 {
	height: 70px; width: 70px;
	border: 1px solid #000000;
	position: absolute;	z-index: 4;
	left: 9px; top: 159px;
}
#content_image_box_6 {
	height: 70px; width: 70px;
	border: 1px solid #000000;
	position: absolute;	z-index: 4;
	left: 89px; top: 159px;
}

