@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,

/* Eric Meyer's Reset Stylesheet: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img { vertical-align:middle; }
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear:both;
}

html {
	font-size:87.5%;	
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
a { color:#36c; }
a:hover { color:#c63; }
#page {width:960px;

	margin:0 auto;
	background-color:#fff;
box-shadow:0 0 4px #ccc;}
#header {height:100px;}
#logo-box {
	width:200px;
	height:100px;
	float:left;
}
#slogan-box {
	width:760px;
	height:100px;
	float:left;
	font-size:2rem;
}
#slogan-box .small {
	font-size:1rem;
}
.nav, .nav li { list-style:none; }
.nav {
	height:29px;
}
#top-menu, #bottom-menu {
	margin:10px 0;
}
#top-menu .nav, #bottom-menu .nav { float:left; }
.nav li {
	float:left;
	position:relative;
	display:table-cell;
}
.nav a {
	display:block;
	padding:0 10px;
	height:29px;
	line-height:29px;
	white-space:nowrap; 
}
#top-menu a:hover, #top-menu a.open, #top-menu a.selected {
	background-color:#ddd;
}
#top-menu .dropdown { margin:-1px 0 0 0; min-height:100%; position:absolute; z-index:2; top:100%; left:0; display:none; background-color:#ddd; }
#top-menu .dropdown li { display:block; float:none; }
#top-menu .dropdown .dropdown { top:0; left:98%; border:1px solid #fff; }
#top-menu .dropdown li:last-child a { background:none; }

#top-menu h3, #bottom-menu h3 {
	display:none; 
}

#main {
	width:100%;
	position:relative;
}
#center-box {
	width:100%;
	float:left;
}
#left {
	width:200px;
	float:left;
	margin-left:-100%;
}
#left .nav {
	width:auto;
	height:auto;
}
#left .nav li {
	float:none;
	display:list-item;
}
#left ul ul {
	padding-left:2rem;
	font-size:0.9rem;
	list-style:circle outside;
	display:block;
}
#left ul ul li {
	list-style-type:circle;
}
#left .nav a {
	display:inline;
	padding:0;
}
#top-menu #search-box, #bottom-menu #search-box {
	width:200px;
	float:right;
}

#content {
	margin-left:220px;
	padding-bottom:40px;
}
#footer {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding:10px;
}
#footer-left {
	width:50%;
	float:left;
}
#footer-right {
	width:50%;
	float:right;
	text-align:right;
}
#w {
	padding-left:22px;
	background:url(images/w.png) 0 50% no-repeat;
}
h1, h2, h3 {
	font-size:2rem;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.6rem;
}
h3 {
	font-size:1.3rem;
}
h4 {
	font-weight:bold;
}
#content p {
	margin-bottom:1em;
}
#content ul, #content ol {
	list-style:disc outside;
	padding-left:3em;
	margin:1em 0;
}
#content ul ul {
	list-style-type:circle;
}
#content ol {
	list-style:decimal outside;
}

#content table {
	border-top:2px solid #ccc;
	margin:1em 0;
}

#content table th {
	font-weight:bold;
	font-size:0.8rem;
	text-transform:uppercase;
}
#content table td, #content table th {
	padding:4px 8px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}
#content tr:nth-child(even) td {
	background-color:#f5f5f5;
}
#breadcrumbs {
	font-size:0.8rem;
	margin-bottom:1rem;
}
input, textarea, button {
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    padding: 0.428571rem;
	vertical-align:middle;
}
input[type="checkbox"], 
input[type="radio"], 
input[type="file"], 
input[type="hidden"], 
input[type="image"], 
input[type="color"] {
    border: 0 none;
    border-radius: 0 0 0 0;
    padding: 0;
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    cursor: pointer;
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #D2D2D2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    color: #7C7C7C;
    font-size: 0.785714rem;
    font-weight: normal;
    line-height: 1.42857;
    padding: 0.428571rem 0.714286rem;
}h1 {}