@charset "utf-8";
/* CSS Document */

div.title{
	background: #9EDAD1 url(images/title.gif) no-repeat 18px 100%;
	padding: 0 20px;
	height: 40px;
	text-indent: -9999px;
	border-top: 2px solid #DDDDDD;
	border-color: #53BBAB;
}


#tab{
	background: #FFFFFF url(images/tab.gif) no-repeat 0px -50px;
	height:45px;
	position:relative;
	margin: 0 0 5px 0;
}
#tab ul{
	margin:0;
	padding:0;
}
#tab li{
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	text-indent: -8888px;
	height:32px;
	width:138px;
}
#tab li#tab1{
	left:6px;	
}

#tab li#tab2{
	left:136px;	
}
#tab li a{
	display:block;
	height:30px;
	width:125px;
}
#tab li#tab1 a{
	background: #FFFFFF url(images/tab.gif) no-repeat -6px 0px;
}

#tab li#tab2 a{
	background: #FFFFFF url(images/tab.gif) no-repeat -136px 0px;
}
#tab li#tab1 a:hover{
	background: #FFFFFF url(images/tab.gif) no-repeat -6px -50px;
}

#tab li#tab2 a:hover{
	background: #FFFFFF url(images/tab.gif) no-repeat -136px -50px;
}
#tab li#tab1 a.s{
	background: #FFFFFF url(images/tab.gif) no-repeat -6px -50px;
}

#tab li#tab2 a.s{
	background: #FFFFFF url(images/tab.gif) no-repeat -136px -50px;
}





div.box{
	border: 1px solid #DDDDDD;
	margin: 0 0 10px 0;
	position: relative;
	border-color: #F7BDCD;
	padding: 0px;
	
}

div.box h2{
	margin: 0;
	padding: 3px 110px 3px 5px;
	background-color: #E8F4F3;
	color: #E3003D;
	font-size: 100%;
	font-weight: normal;
	
}
div.box h2 a{
	color: #15828A;
	
}

div.box h3{
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	margin: 0;
	right: 1px;
	top: 1px;
	color: #E3003D;
	padding: 3px;
	
}

#main div.box p{
	margin:0 10px 10px;
	line-height: 150%;
}
#main div.box p.title{
	margin:5px 10px;
	font-size: 120%;
	font-weight: bold;
}

#main div.box img{
	float:left;
	margin: 10px 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}




div.white{
	margin: 0;
	position: relative;
	padding: 5px 110px 5px 5px;
	border-top: 1px dashed #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
	border-color: #FF95B3;
	
}

div.white h2{
	margin: 0 0 5px 0;
	color: #666666;
	font-size: 100%;
	display: block;
	
}
div.white h2 a{
	color: #15828A;
	
}

div.white h3{
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	margin: 0;
	right: 1px;
	top: 4px;
	color: #E3003D;
	padding: 3px;
	
}


#main div.white p.title{
	margin:0 0 10px 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 110%;
}


div.color{
	margin: 0;
	position: relative;
	padding: 5px 110px 5px 5px;
	background-color: #E8F4F3;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

div.color h2{
	margin: 0 0 5px 0;
	color: #666666;
	font-size: 100%;
	display: block;
	
}

div.color h2 a{
	color: #15828A;
	
}

div.color h3{
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	margin: 0;
	right: 1px;
	top: 4px;
	color: #E3003D;
	padding: 3px;
	
}


#main div.color p.title{
	margin:0 0 10px 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 110%;
}




#side div#newrss{
	padding: 0px;
	margin: 10px 0;
	border: 1px solid #E8F4F3;
	border-color: #FF9900;
	
}
#side div#newrss h2{
	padding: 3px 5px;
	margin: 0 0 10px 0;
	background-color: #FFD3AC;
	font-size: 90%;
	color: #DE711A;
	font-weight: normal;
	
}

#side div#newrss ul{
	margin:0;
	padding: 0 10px;
	
}


#side div#newrss li{
	margin: 0 0 10px 0;
	background: url(images/rss.gif) no-repeat;
	list-style-type: none;
	padding: 0 0 0 23px;

}





#side div.twitter{
	background: url(images/bg_twitter.gif) repeat-y 0% 100%;
	padding: 0;
	margin: 0;
	width: 355px;
	
}
#side div.twitter h2{
	background: url(images/twitter.gif) no-repeat 0% 0%;
	padding: 0;
	margin: 0;
	text-indent:-9999px;
	height: 50px;
	
}

#side div.twitter ul{
	margin:0;
	padding: 0px 20px 50px;
	background: url(images/bg_twitter2.gif) no-repeat 0% 100%;
}


#side div.twitter li{
	list-style-type: none;
	padding: 0 0 10px 0;
	clear: left;

}
#side div.twitter p{
	margin: 5px 20px;
}
#side div.twitter img{
	margin: 0 10px 0 0;
	float: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

