/* CSS Document */

body {
	background-image: url(home/images/background_pink.jpg); background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #FBECED;*/
}
a:link {
	color:#339900;
	text-decoration: none;

}

  
a:visited {
	color:#339900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
	color: #690;
}
a:active {
	text-decoration: underline;
}

p	{
	font-size:12px;
	}
.navgrey {
	font-family: Arial;
	font-size: 12px; font-weight: bold;
	color: #666;
}
.navblack {
	font-family: Arial;
	font-size: 12px; font-weight: bold;
	color: #000;
}
.navgreen {
	font-family: Arial;
	color: #390;
	font-weight: bold;
	font-size: 12px;
}
.more {
	font-family: Arial;
	font-size: 12px; font-weight: bold;
	color: #000;	
}
.body {
	font-family: Arial;
	font-size: 12px; font-weight: normal;
	color: #333333;
}
	.bodyblack {
	font-family: Arial;
	font-size: 12px; font-weight: normal;
	color: #000;
}
	.pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: normal;
	color: #ec008c;
}
.bodybold {
	font-family: Arial;
	font-size: 12px; font-weight: bold;
	color: #333333;
	}
.bodygreenbold {
	font-family: Arial;
	color: #390;
	font-weight: bold;
	font-size: 12px;
	}
.bodypinkbold {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ec008c;
}
.bodyblackbold {
	font-family: Arial;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.greensmall {
	font-family: Arial;
	color: #390;
	font-weight: bold;
	font-size: 10px;
}
.whitesmall {
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
.blacksmall {
	font-family: Arial;
	color: #000;
	font-weight: bold;
	font-size: 10px;
}
.graysmall {
	font-family: Arial;
	color: #666;
	font-weight: bold;
	font-size: 10px;
}
.headline, #appearance-right .headline {
	font-family: Arial;
	color: #363 !important;
	font-weight: bold;
	font-size: 12px;
}
.PinkDark {
	font-family: Arial;
	color: #a47f82;
	font-weight: bold;
	font-size: 12px;	
}
.white {
	font-family: Arial;
	color: #fff;
	font-weight: normal;
	font-size: 12px;	
}
#container {
    width: 830px;
    margin: -8 auto;
    text-align: center;
	padding: 0 0px 0px 0px; /* Reads top right bottom left */ 
}
.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999966;
}
.headline2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #363;
}
.PinkDark16 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.giantblack {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.copyright {
	font-family: Arial;
	color: #999;
	font-weight: normal;
	font-size: 9px;
}

div#container {margin: -8px auto -8px auto; background-color:#FFF; width:835px; vertical-align:top; position:relative;


}
div#shadow { /*background: transparent url(home/images/shadow.jpg) repeat-y;*/ width:830px; margin: -8px auto -8px auto; position:relative;

	display: block;
	padding: 0;
	z-index: 1;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0em 0;
	line-height: 2;
	float: left;
	list-style-type: none;
	background-image:url(home/images/nav_background.jpg); 
	text-align: center;	
}
#nav a {
	display: block;
	width: 100px;
	/* this is where the color of the visible text in the nav menu text can be placed, it will be inherited */
	text-decoration: none;
	padding: 0;
}
#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
	padding: 0;
	color: #1964b1;
}
#nav li ul { /* second-level lists */
	float: left;
	text-align:left;
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	margin: 0 0 0 0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	float: left;
	padding-left: 0.2em;
	padding-bottom: 0.5em;
	padding-right: 0.2em;
	text-align:left; /*text-indent: 20px;   this will indent text in the drop menu */
	width: 150px;
	background-image:url(home/images/drop_back.jpg); /* this is the background in the drop menu */
	text-decoration: none;
}
#nav li li {
	width: 150px;
}

#nav li ul a {
	width: 150px;
}

#nav li ul ul {
float: left; 
	position: absolute;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	margin: -2em 0 0 150px; /*this aligns the 2nd drop menu */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	left: auto;
	background-image:url(home/images/drop_highlight.jpg); /* this changes the hover color on the drop down menu */
}
#content {
	clear: left;
}
div#tom {margin:auto; width:830px; text-align:left; vertical-align:top; clear: center;

}
li#katakana { list-style: circle ; list-style-position:outside; 
}
li#arrow { list-style-image: url(home/images/list_arrow.png); list-style-position:inside;
}
li#arrow2 { list-style-image: url(home/images/list_arrow.png); list-style-position:outside;
}
ul#numbers { list-style-type: decimal ; list-style-position:outside; font-weight:bold;
}
#tab_link {
width: 20px; text-align: left;
position: absolute; top:236px; left:835px;
}
#tab_text {
padding-left:5px;
}
#overlay {
width:200px; text-align:left;
position: absolute; top:375px;
z-index:1000;
}
#indent {
position: relative;
width: 440px;
padding-left: 10px;
padding-right: 10px;
top: 0px;
left: 0px;
}
#indent2 {
padding-left: 10px;
padding-right: 10px;
top: 0px;
left: 0px;
}
#press {
position: relative;
width: 305px;
height: 100%;
padding-left: 10px;
padding-right: 10px;
top: 0px;
left: 0px;
}
#press2 {
position: relative;
width: 600px;

padding-left: 40px;
padding-right: 40px;
top: 0px;
left: 0px;
}
#view {
position: relative;
width: 600px;
padding-right: 20px;
top: 190px;
float: left;
}
#about {
padding: 10px;
top: 0px;
left: 0px;
line-height: 140%;
height: 190px;
width: 320px;
}
#appearance-holder {
	border-bottom:1px #A47F82 solid;
	float:left;
	line-height: 140%;
	margin-bottom:20px;
	min-height: 60px;
	padding-bottom:20px;
	position:relative;
	width: 100%;
	}
#appearance-holder img {
	text-align:center;
	}
#appearance-left {
	color:#000000;
	float:left;
	font-weight:bold;
	line-height: 140%;
	min-height: 40px;
	position:relative;
	width: 25%;
	}
#appearance-right {
	color:#333333;
	float:right;
	line-height: 140%;
	min-height: 40px;
	position:relative;
	width: 70%;
	}
ul {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	margin:5px 0 5px -40px;
	position:relative;
	width:100%;
	}
ul#lst {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin:5px 0 5px -40px;
	position:relative;
	width:100%;
	}
ul#lst li {
	color:#666666;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	min-height:20px;
	margin:0;
	position:relative;
	width:100%;
	}
ul strong, ul#lst strong {
	color:#000000;
	}
ul#lst li a {
	border-top:1px dotted #fcf;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:3px 5px;
	position:relative;
	text-decoration:none;
	width:95%;
	}
ul#lst li a:hover {
	background:#eeeeee;
	}
	
	
#holder {
	float:left;
	min-height:50px;
	position:relative;
    width:100%;
	}	





/* ---------------------------------- homepage blog area ----------------------------------- */

ol.features-image {
	height:auto;
	list-style:none outside none;
	margin:0 !important;
	padding:10px !important;
	width:97%;
	}
ol.features-image li {
	border-right:1px dotted #FFCCFF;
	float:left;
	margin:0 1% 0 0;
    overflow:hidden;
	padding-right:1%;
	width:48%;
	}
ol.features-image li.second {
	border-right:0;
	float:right !important;
	margin-right:0 !important;
	padding-right:0 !important;
	}
ol.features-image li div.feature-image {
	overflow:hidden;
	position:relative;
	}
ol.features-image li div.feature-image a span {
	padding:10px;
	}
ol.features-image li div.feature-image a span.img {
	border:4px solid #339933;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
	float:left;
	height:110px;
	overflow:hidden;
    padding:0;
	position:relative;
	width:40%;
	}
ol.features-image li div.feature-image a:hover {
	cursor: pointer;
    text-decoration:none !important;
	}
ol.features-image li div.feature-image a span.img img {
	height:auto;
	width:auto;
	}
ol.features-image li div.feature-image a:hover span.img img {
	opacity:0.5;
	filter:alpha(opacity=50);
	}
ol.features-image li div.feature-image a:hover span.img {
	border:4px solid #33cc33;
	}
ol.features-image li div.feature-image a span.text p.title {
    color:#339933;
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	position:relative;
	text-decoration:none !important;
	width:100%;
	}
ol.features-image li div.feature-image a span.text p.date {
    color:#EC008C;
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0 0 5px;
	position:relative;
	text-decoration:none !important;
	width:100%;
	}
ol.features-image li div.feature-image a span.text {
    color:#333333;
	float:right;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
    font-weight:normal;
	margin-bottom:10px;
	min-height:75px;
    padding:0 0 10px;
	position:relative;
	text-align:left;
	text-decoration:none !important;
	width:56%;
	}
	


		
		
	
/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}


a {
	outline: none;
}