 /* CSS Document */
body, html{
	margin:0px;
	padding:0px;
	font-family: Verdana, Helvetica,sans-serif;
	background: #fff url(../../images/interface/bg.gif) left top repeat-y; 
  	font-size : 10px;
	color : #000000;
}
#wrapper {
	/*border-top:16px solid #fff;*/
	border-left:8px solid #fff;
	width: 880px;  
}
a img, img, div{
	border:none;
	margin:0;
	padding: 0;
}
/* Navigation */

#main_nav, #sec_nav {
	float:left;
	width:134px;
	padding: 0px 8px 0px 8px;
}
#main_nav ul, #sec_nav ul{
	padding: 0;
	margin: 0;
	width: 100%;
}
#main_nav ul{
		border-bottom:1px solid #d9d9d1;
}
#sec_nav ul{
		border-bottom:1px solid #fff;
}
#main_nav ul li, #sec_nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:13px;
	padding-top:6px !important;
	padding-top:5px;
	padding-bottom:5px;
}
#main_nav img, #sec_nav img{
	margin-left:13px;
	margin-bottom:16px !important;
	margin-bottom:15px;
	margin-top:140px;
	height:14px;
}
#main_nav a, #sec_nav a{
	text-decoration:none;
	color : #555555;
}
#main_nav a:hover{
	background-color: #f5f5f3;
}
#sec_nav a:hover{
	background-color: #fff;
}
#main_nav ul li{
	border-top: 1px solid #d9d9d1;
}
#sec_nav ul li{
	border-top: 1px solid #fff;
}
.sel{
	background: url(../images/arrow_bullet.png) 0px 7px no-repeat;
}
/* Content Section */

#content{
	width:462px;
	float:left;
}
#header{
	border-bottom:1px solid #fff;
	height:200px;
	width:450px;
	background-color:#A4E427;
}

}
#header2{
	border-bottom:1px solid #fff;
	height:201px;
	width:450px;
	background-color:#A4E427;
}

#visual_content{
	height:230px;
}
#visual_thumbs {
	height:250px;
	padding-bottom:12px;
}
#visual_content, #visual_thumbs{
	border-bottom:1px solid #fff;
	width:450px;
	background-color:#afafa6;
}
#visual_thumbs img{
	margin-left:8px;
	margin-top:8px;
}
#visual_content img{
	float:left;
}
#thumbs{
	margin-left:10px;
	width:129px;
	float:left;
	height:230px;
}
#thumbs img{
	margin-top:10px;
	height:100px;
}
#text_content{
/*	width:450px;*/
	line-height:16px;
	margin-top:22px;
}
#text_content img{
	margin-bottom:16px;
}
#text_content a{
	color:#a5b228;
	text-decoration:underline;
}
#text_content a:hover{
	text-decoration:none;
}
#main_text, #sec_text{
	float:left;
	display:inline;
	margin: 0px 10px 0px 10px;	
}
#main_text{
	width:280px;
}

#main_text h1{
	font: bold;
	font-size : 10px;
	color: #006d8c;
}

#sec_text{
	width:130px;
}
p{
	margin:0px;
	padding:0px;
	margin-bottom:16px;
}

/* Tertiary Navigation */
#ter_nav{
	float:left;
	width:87px;
	height:14px;
	margin-top:180px;
	margin-left:5px;
}
.list_table{
	width:282px;
	empty-cells: show;
	border-spacing:1px;
	background-color:#fff;
}
.title_title{
	width:208px;
	height:14px;
	background-color:#666666;
	color:#fff;
	padding-left:2px;
}
.list_title{
	width:208px;
	height:14px;
	background-color:#ebebe4;
	padding-left:2px;
}
.list_empty{
	width:24px;
	height:14px;
}
.title_web, .title_id, .title_print{
	color:#fff;
	text-align:center;
}
.list_web, .title_web{
	width:24px;
	height:14px;
	background-color:#ffa500;
}
.list_id, .title_id{
	width:24px;
	height:14px;
	background-color:#6492de;
}
.list_print, .title_print{
	width:24px;
	height:14px;
	background-color:#bfce30;
}
.list_web a, .list_id a, .list_print a{
	display:block;
	width:24px;
	height:14px;
	background:url(../../images/interface/dot.gif) center center no-repeat;
}
#copy{
	width:100%;
	font-size : 9px;
	margin-top:30px;
	margin-bottom:15px;
	color:#cbcbc9;
}