@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6,  img {margin:0px; padding:0px; }
ul li p {margin:0px }
.main-contents p li {margin-left:5px;}
.main-contents li {margin-left:5px;}

body {
font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

h1,h2 {
	font-size: 1.25em;
}
h2 {
	text-align:left;
}
.curve-shadow {
	border: 2px solid #F0F0FF;

	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

.curve{
	border: 2px solid #F0F0FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}

#navigation {
	width: 972px;
	margin:0px;
}
.main-contents {
	font-size: .8em;
    display: inline-block;
    background-color: #dfeef1;
	margin-top:5px;
	width: 972px;
	border: 2px solid #F0F0FF;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
}

.main-contents:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

#left_contents {
   background-color: #FCFCFC;
	float: left;
	margin-left:10px;
	margin-top:10px;
	width: 25%;
	padding:5px;
       display: block;
       height:100%;
}

#right_contents {
   background-color: #FCFCFC;
	float: left;
	left:10px;
	margin-left:10px;
	margin-top:10px;
	width: 70%;
	padding:5px;
       display: block;
}

#copyrights {
    margin-bottom:5px;
    margin-top:5px;
    padding:0px;
    color: #000000;
    font-size: .75em;
    text-align: left !important;
    float: left;
    width: 100%;
}

#copyrights a {
   color: #000000;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    height:0px;
    clear:both;
}


a.button {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}


a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	background-color: transparent;
	background-image: url(../images/BG_buttonSpan_png.png);
	background-repeat: no-repeat;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.selected-item { color: #888888; padding:5px 10px;  font-size:14px; text-decoration:none; background-color:#f0f0f0}

.text_left_alignment{ text-align:left;}
