/*
** Table of contents
**  1 - General (Page : SubPage)
**    1.0  Reset
**    1.1  #leftbox #category_menu
**    1.2  #rightbox #navigation
**    1.3  #rightbox #category_content
**
**  2 - Responsive Max Width: 640px
**    2.0  Reset
**    2.1  #leftbox #category_menu
**    2.2  #rightbox #navigation
**    2.3  #rightbox #category_content
**
**  3 - CSS for Print
*/

/*
**  1 - General
*/
/* 1.0 Reset */
header {
	padding: 16px 0px 0px 0px;
}

header .container-header .header-left {
	height: 145px;
}

header .container-header .header-right {
	margin-top: 10px;
}

#content {
	width: 100%;
	border-top: 4px solid #D03016;
	border-bottom: 4px solid #D03016;
	padding-top: 20px;
}

#main {
	width: 1000px;
	margin: 0px auto;
}

#leftbox {
	width: 260px;
	float: left;
}

#rightbox {
	width: 740px;
	float: right;
}

/* 1.1 #leftbox #category_menu */
#leftbox #category_menu {
	width: 100%;
}

#leftbox #category_menu .wrapper {
	width: 100%;
}

#leftbox #category_menu .wrapper .category_menu_title {
	width: 90%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 30px 0px;
	color: #016DAE;
	border-top: 2px solid #016DAE;
	border-bottom: 2px solid #016DAE;
}

#leftbox #category_menu .wrapper .category_menu_links {
	width: 90%;
	padding: 30px 0px 30px 0px;
	font-size: 1.1em;
	color: black;
}

#leftbox #category_menu .wrapper .category_menu_links .on {
	background: #016DAE;
	font-weight: bold;
	color: white;
	list-style-type: none;
}

#leftbox #category_menu .wrapper .category_menu_links .on a:visited {
	color: white !important;
}

#leftbox #category_menu .wrapper .category_menu_links .on a:link {
	color: white !important;
}

#leftbox #category_menu .wrapper .category_menu_links a:visited {
	color: black;
}

#leftbox #category_menu .wrapper .category_menu_links a:link {
	color: black;
}

#leftbox #category_menu .wrapper .category_menu_links li {
	padding: 20px 0px 20px 15px;
}

/* 1.2 #rightbox #navigation */
#rightbox #navigation {
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#rightbox #navigation .wrapper {
	width: 100%;
}

#rightbox #navigation .wrapper .menu-title {
	text-align: left;
	font-size: 1em;
	padding: 0px 0px;
}

/* 1.3 #rightbox #category_content */
#rightbox #category_content {
	width: 100%;
	background: white;
	color: black;
	margin-bottom: 90px;
	padding-bottom: 90px;
}

#rightbox #category_content .wrapper {
	width: 100%;
}

#rightbox #category_content .wrapper .category_content_title {
	width: 90%;
	text-align: left;
	margin: 15px 40px;
	border-bottom: 2px solid #016DAE;
}

#rightbox #category_content .wrapper .category_content_title h1 {
	line-height: 1.25;
	font-size: 1.75em;
	font-weight: bold;
	color: #016DAE;
	padding: 10px 0px;
}

#rightbox #category_content .wrapper .category_content_title h1 img {
	margin: 0px 5px -12px 0px;
}

#rightbox #category_content .wrapper .category_content_links {
	width: 90%;
	margin: 0px auto;
}

#rightbox #category_content .wrapper .category_content_links:after {
	clear: both;
}

#rightbox #category_content .wrapper .category_content_links ul li {
	float: left;
	font-size: 1.1em;
	padding: 12px 35px 3px 10px;
}

#rightbox #category_content .wrapper .category_content_links ul li img {
	margin-bottom: -2px;
}

#rightbox #category_content .wrapper .category_content_links a:visited {
	color: black;
}

#rightbox #category_content .wrapper .category_content_links a:link {
	color: black;
}

#rightbox #category_content .wrapper .category_content_block {
	width: 90%;
	margin: 0px auto;
}

#rightbox #category_content .wrapper .category_content_block h2 {
	font-size: 1.5em;
	font-weight: bold;
	background: #EDF8FB;
	border-left: solid 10px #016DAE;
	padding: 15px 30px;
	margin: 30px 0px;
	clear: both;
	color: black !important;
}

#rightbox #category_content .wrapper .category_content_block h3 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: solid 1px #016DAE;
	padding: 5px 0px;
	margin: 20px 0px;
	clear: both;
}

#rightbox #category_content .wrapper .category_content_block img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 640px) {
	#rightbox #category_content .wrapper .category_content_block p img {
		width: 100%;
	}
}

#rightbox #category_content .wrapper .category_content_block .acrobat {
	border: 1px solid #D03016;
	padding: 10px;
}

#rightbox #category_content .wrapper .category_content_block .acrobat img
	{
	margin-top: 10px;
}

#rightbox #category_content .wrapper .category_content_block .aligncenter
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-right: auto;
}

#rightbox #category_content .wrapper .category_content_block .alignleft
	{
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#rightbox #category_content .wrapper .category_content_block .alignright
	{
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-right: auto;
}

#rightbox #category_content .wrapper .category_content_block a:link {
	color: #016DAE;
}

#rightbox #category_content .wrapper .category_content_block a:visited {
	color: #016DAE;
}

#rightbox #category_content .wrapper .category_content_block .graphtitle
	{
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0px;
	margin: 20px 0px;
}

#rightbox #category_content .wrapper .category_content_block p {
	margin-bottom: 10px;
	text-indent: 0.5em;
	line-height: 1.5;
}

#rightbox #category_content .wrapper .category_content_block ul {
	list-style-type: disc;
	margin-left: 40px;
	line-height: 1.5;
}

#rightbox #category_content .wrapper .category_content_block ol {
	list-style-type: decimal;
	margin-left: 40px;
	line-height: 1.5;
}

#rightbox #category_content .wrapper .category_content_block ul ul,
	#rightbox #category_content .wrapper .category_content_block ol ul {
	list-style-type: circle;
}

#rightbox #category_content .wrapper .category_content_block ol ol ul,
	#rightbox #category_content .wrapper .category_content_block ol ul ul,
	#rightbox #category_content .wrapper .category_content_block ul ol ul,
	#rightbox #category_content .wrapper .category_content_block ul ul ul {
	list-style-type: square;
}

#rightbox #category_content .wrapper .category_content_block li {
	display: list-item;
	text-align: -webkit-match-parent;
}

#rightbox #category_content .wrapper .category_content_links ol,
	#rightbox #category_content .wrapper .category_content_links ul {
	list-style: none;
	-webkit-padding-start: 40px;
	margin: 0;
	padding: 0;
}

#rightbox #category_content .wrapper .category_content_block table {
	width: 100%;
	text-align: left;
	color: black;
	border: solid 1px #000000;
	border-collapse: collapse;
	margin-bottom: 6px;
}

#rightbox #category_content .wrapper .category_content_block table caption
	{
	padding: 5px 0px;
}

#rightbox #category_content .wrapper .category_content_block th {
	width: 35%;
	background: #EDF8FB;
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 15px 10px;
}

#rightbox #category_content .wrapper .category_content_block td {
	background: white;
	border: solid 1px #000000;
	border-collapse: collapse;
	padding: 15px 10px;
}

/*
** 2 - Responsive
**     Max Width: 640px
**
*/

/* Max Width: 640px */
@media only screen and (max-width: 640px) {
	/* 2.0 Reset */
	#content {
		width: 100%;
		background: #F7F9F9;
		border-top: 6px solid #016DAE;
		border-bottom: 6px solid #016DAE;
		padding-top: 20px;
	}
	#main {
		width: 100%;
		margin: 0px auto;
	}
	#leftbox {
		
	}
	#rightbox {
		width: 100%;
		float: none;
	}

	/* 2.1 #leftbox #category_menu */

	/* 2.2 #rightbox #navigation */
	#rightbox #navigation {
		padding: 0px 0px 10px 0px;
	}
	#rightbox #navigation .wrapper {
		
	}
	#rightbox #navigation .wrapper .menu-title {
		font-size: 3.5vw;
		padding: 0px 20px;
	}

	/* 2.3 #rightbox #category_content */
	#rightbox #category_content {
		
	}
	#rightbox #category_content .wrapper {
		width: 100%;
	}
	#rightbox #category_content .wrapper .category_content_title {
		margin: 15px 20px;
		border-bottom: 4px solid #016DAE;
	}
	#rightbox #category_content .wrapper .category_content_title h1 {
		font-size: 7vw;
		color: #016DAE;
		padding: 10px 0px;
	}
	#rightbox #category_content .wrapper .category_content_links {
		width: 95%;
	}
	#rightbox #category_content .wrapper .category_content_links ul {
		
	}
	#rightbox #category_content .wrapper .category_content_links ul li {
		font-size: 4vw;
		padding: 15px 35px 5px 10px;
	}
	#rightbox #category_content .wrapper .category_content_links ul li img {
		
	}
	#rightbox #category_content .wrapper .category_content_links a:visited {
		
	}
	#rightbox #category_content .wrapper .category_content_links a:link {
		
	}
	#rightbox #category_content .wrapper .category_content_block .text {
		margin-bottom: 6px;
	}
	#rightbox #category_content .wrapper .category_content_block {
		width: 95%;
	}
	#rightbox #category_content .wrapper .category_content_block h2 {
		font-size: 5.5vw;
		font-weight: bold;
		padding: 20px 30px;
	}
	#rightbox #category_content .wrapper .category_content_block h3 {
		font-size: 4vw;
		font-weight: bold;
		border-bottom: solid 2px #016DAE;
		padding: 7px 0px;
	}
	#rightbox #category_content .wrapper .category_content_block .graphtitle
		{
		font-size: 4vw;
		font-weight: bold;
		padding: 7px 0px;
	}
	#rightbox #category_content .wrapper .category_content_block .block_01 {
		width: 100%;
		clear: both;
	}
	#rightbox #category_content .wrapper .category_content_block .block_01 .text
		{
		width: 100%;
	}
	#rightbox #category_content .wrapper .category_content_block .block_02 {
		width: 100%;
		clear: both;
	}
	#rightbox #category_content .wrapper .category_content_block .block_02 .text
		{
		width: 48%;
		float: left;
	}
	#rightbox #category_content .wrapper .category_content_block .block_02 .image
		{
		width: 50%;
		float: right;
	}
	#rightbox #category_content .wrapper .category_content_block .block_02 .image img
		{
		width: 100%;
	}
	#rightbox #category_content .wrapper .category_content_block .block_03 {
		width: 100%;
		clear: both;
	}
	#rightbox #category_content .wrapper .category_content_block .block_03 .text
		{
		width: 48%;
		float: right;
	}
	#rightbox #category_content .wrapper .category_content_block .block_03 .image
		{
		width: 50%;
		float: left;
	}
	#rightbox #category_content .wrapper .category_content_block .block_03 .image img
		{
		width: 100%;
	}
	#rightbox #category_content .wrapper .category_content_block .block_04 {
		
	}
	#rightbox #category_content .wrapper .category_content_block .block_04 .image
		{
		
	}
	#rightbox #category_content .wrapper .category_content_block .block_04 .image img
		{
		width: 100%;
	}
	#rightbox #category_content .wrapper .category_content_block .block_05 {
		
	}
	#rightbox #category_content .wrapper .category_content_block .block_05 table
		{
		
	}
	#rightbox #category_content .wrapper .category_content_block .block_05 th
		{
		
	}
	#rightbox #category_content .wrapper .category_content_block .block_05 td
		{
		
	}
}

/*
**  3 - CSS for Print
*/
@media media print {
}

/*
**  4 - Additional CSS
*/
@media only screen and (min-width: 641px) {
	#content {
		min-width: 1000px;
	}
}