/* !CSS Reset courtesy of YUI (http://developer.yahoo.com/yui/reset/) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img { 
	border:0;
	}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
	}
	
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }

body:before
{
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }

body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-repeat: repeat;
	background: url(images/floor.jpg);
	color: #686868;
}

/* Tag */
	
#tag {
	background: url(images/tag.png) no-repeat bottom left;
	position: absolute;
	top: 16px;
	left: 0;
	width: 159px;
	height: 60px;
	z-index: 10;
	text-indent: -9999px;
}
		
#tag a {
	display: block;
	width: 159px;
	height: 65px;
}

#tag-grades {
	background: url(images/tag-grades.png) no-repeat bottom left;
	position: absolute;
	top: 71px;
	left: 0;
	width: 159px;
	height: 60px;
	z-index: 10;
	text-indent: -9999px;
}
#tag-grades a {
	display: block;
	width: 159px;
	height: 65px;
}

#tag-is {
	background: url(images/tag-is.png) no-repeat bottom left;
	position: absolute;
	top: 126px;
	left: 0;
	width: 159px;
	height: 60px;
	z-index: 10;
	text-indent: -9999px;
}
#tag-is a {
	display: block;
	width: 159px;
	height: 65px;
}

	
/* End Tag */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #2971a7; }

h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h4 { padding-top: 1.2em; font-size: 1.2em; line-height: 1; margin-bottom: 0.5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:link      { color: #ff7734; text-decoration: none; }
a:visited   { color: #ff7734; text-decoration: none; }
a:hover     { color: #ff7734; text-decoration: none; }
a:active    { color: #ff7734; text-decoration: none; }

a.orangecontainer:link { color: #FFF; text-decoration: none; background-color: #ff7734; padding-left: 4px; padding-right: 4px; padding-bottom: 1px; padding-top: 1px; -moz-border-radius: 2px; border-radius: 2px; }
a.orangecontainer:visited { color: #FFF; text-decoration: none; background-color: #ff7734; padding-left: 4px; padding-right: 4px; -moz-border-radius: 2px; border-radius: 2px; }
a.orangecontainer:hover { color: #333; text-decoration: none; background-color: #fff; padding-left: 4px; padding-right: 4px; -moz-border-radius: 2px; border-radius: 2px; }
a.orangcontainer:active 

a.imagelink:link {color: #fff; background-color: #fff; }
a.imagelink:visited {color: #fff; background-color: #fff; }
a.imagelink:hover {color: #fff; background-color: #fff; }
a.imagelink:active {color: #fff; background-color: #fff; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 .2em 0; font-style: italic; }
del         { color:#666; }

pre         { margin: 0 0 1em; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

p.center	{ text-align: center; }
h1.center	{ text-align: center; }
h2.center	{ text-align: center; }
address.center	{ text-align: center; }
pre.center	{ text-align: center; }

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

div.autosize > div { 
display: table-cell;
margin-right: auto;
margin-left: auto;
overflow:hidden;
}

/* Note Post */

.post.category-note .postContainer {
	width: 700px;
	padding-top: 5px;
	
}

.post.category-note .top {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	height: 63px;
	background: url(images/post-note-top.png) no-repeat;
	margin-bottom: 0px;
	margin-left: 40px;
	
}

.post.category-note .middle {
	padding-left: 55px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-top: 0px;
	background: url(images/post-note-middle.png) repeat-y;
	margin-right: auto;
	margin-left: 40px;
	color: rgba(0,0,0,.75);
}

.post.category-note .bottom {
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 15px;
	height: 57px;
	background: url(images/post-note-bottom.png) no-repeat;
	margin-top: 0px; 
	margin-left: 40px;
}

.post.category-cal .postContainer {
	width: 700px;
	padding-top: 5px;
	
}

.post.category-cal .top {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-left: 35px;
	height: 89px;
	background: url(images/post-cal-top.jpg) no-repeat;
	margin-bottom: 0px;
	margin-left: 40px;
	
}

.post.category-cal .middle {
	padding-left: 55px;
	padding-bottom: 20px;
	padding-right: 70px;
	padding-top: 0px;
	background: url(images/post-cal-middle.jpg) repeat-y;
	margin-right: auto;
	margin-left: 40px;
	color: rgba(0,0,0,.75);
}

.post.category-cal .bottom {
	padding-left: 35px;
	padding-bottom: 15px;
	padding-right: 35px;
	padding-top: 15px;
	height: 57px;
	background: url(images/post-cal-bottom.jpg) no-repeat;
	margin-top: 0px; 
	margin-left: 40px;
}

.post .clipTop {
	height: 18px;
	padding: 0;
	background: url(images/post-clip-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */
	margin-left: -57px;
	z-index: 10;
}

.post .clipMiddle { /* This is for browsers which don't understand multiple backgrounds yet. Shame on them! */
	background: url(images/post-clip-middle.png) repeat-y;
	z-index: 10;
}

.post .clipMiddle {
	max-width: 320px;
	background-image: url(images/paperclip2.png), url(images/post-clip-middle.png);
	background-repeat: no-repeat, repeat-y;
	background-position: top left, top left;
	padding-right: 70px;
	padding-left: 60px;
	padding-top: 0;
	padding-bottom: 12px;
	margin-left: -57px;
	z-index: 10;
}
.post .clipBottom {
	height: 18px;
	padding: 0;
	background: url(images/post-clip-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
	margin-left: -57px;
	z-index: 10;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }

#nav ul {
	position:relative; float:right; 
	margin: 0;
	margin-top: 6px;
	margin-left: -6px;
}
#nav ul li {
	position:relative; float:left; 
	list-style-type: none;
	margin-left: 6px;
	font-size: .9em;
}
#nav ul li a.selected {
	color: #FFF;
	text-decoration: none;
	background-color: #ff7734;
	background-color: #ff7734;
	-moz-border-radius: 2px; border-radius: 2px;
}

#nav ul li a.selected:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff7734;
	background-color: #ff7734;
	-moz-border-radius: 2px; border-radius: 2px;
}

#nav ul li a {
	text-decoration: none;
	color: #333;
	background-color: transparent;
	border: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#nav ul li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #fff;
	-moz-border-radius: 2px; border-radius: 2px;
}

.navslash {
	margin-right: 6px;
	color: #666666;
}
#banner1 {
	height:27px;
	width:775px;
	position:relative;
	margin:0px auto 0px auto;
	}

.kanji {
	margin-left: 12px;
	margin-top: 17px;
	position: absolute;
	z-index: 3;
	}

#banner2 {
	height:242px;
	width:775px;
	position:relative;
/*	background-color:#FFFFFF;
	background-repeat:no-repeat; */
	margin:0px auto 0px auto;
	z-index: 1;
	}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%;
	z-index: 2;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index: 2;
} 

#banner3 {
	height:40px;
	width:775px;
	position:relative;
	background-color:#FFFFFF;
	background-image:url(images/know-ones.png);
	background-repeat:no-repeat;
	margin:0px auto -1px auto;
	
	}

#mainsection1 {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 775px;
	position:relative;
	background-color: #FFFFFF;
	}
	
#mainsection404 {
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 775px;
	position:relative;
	background-color: #000000;
	}

#mainsectioninfo {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 725px;
	position:relative;
	background-color: #FFFFFF;
	}

#picture {
	text-align: center;
	display:block;
	margin:0 auto
	}

#footer {
	text-align: center;
	font-size: 10px;
	height:17px;
	width:775px;
	position:relative;
	margin:-1px auto -1px auto;
	background-color: #FFFFFF;
	z-index: 3}

#footergap {
	height:27px;
	width:775px;
	position:relative;
	margin:0px auto 0px auto;
	}

	
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
