/* ===== Layout ===== */
/*
1.GLOBAL
2.LAYOUT
3.NAVIGATION
4.SPECIAL
*/

/* -- 1.GLOBAL -- */
		
* {margin: 0; padding: 0;}
			
						
/* -- 2.LAYOUT -- */
.ad-container {
	display: none;
}
.breadcrumbs {
	display: none;
}
.buttons-wrapper {
	display: none;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;	
}
			
#header {
	background: none;
	border-bottom: double 3px #55B949;
	padding-bottom: 0;
			
}
			
#masthead {
	margin: 0;
	position: relative;		
}
			
#content {
	margin-top: 2em;
	background: none;
}
.mainbox-body {
	border-bottom: 1px solid #DADADA;
}
#pagination_contents div {
	display: none;
}
#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
}
#sidebar ul.menu-root-categories {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.menu-root-categories li {
	margin: 0;
	padding: 0;
}
ul.bullets-list, ul.arrows-list, ul.common-list, ul.tree-list, ul.bottom-list, ul.inside-list, ul.action-bullets, ul.menu-root-categories, ul.menu-subcategories, ul.sitemap-list, ul.menu-root-dynamic-categories-active, ul.menu-root-dynamic-categories {
	line-height:16px;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
#sidebar .sidebox-categories-wrapper ul.menu-subcategories {
	border-bottom:1px dotted #DADADA;
	font-size: .9em;
	margin: 0;
	margin-bottom:5px;
	padding: 0;
}
ul.menu-subcategories {
	margin: 0;
	padding: 0;
}
ul.menu-subcategories li {
	list-style-type: disc;
	margin: 0;
}
#main {
	float: right;
	width: 75%;
}
			
#footer {
	border-top: 1px #dadada solid;
	float: right;
	padding: 10px 0 0 0;
	margin-top: 10px;
	font-size: .9em;
	text-align: center;
	width: 100%;
}

#footer ul{ 
	display: none;
}
.ajax-loading-box {
	display: none;
}		
/* -- 3.NAVIGATION -- */

/* - Main Navigation - */
#main-nav { 
	display: none;
}

/* - Utility Navigation - */	
ul#utility-nav {
	display: none;
}			
/* -- 4.SPECIAL -- */
		
span.replace, #skip-nav { /* Image Replacement */
	display: none;
}
/* Clear fix */
.clear:after{
	clear: both;
	content: "."; 
	display: block; 
	height: 0;  
	visibility: hidden;
}
.clear{
	display: block;
}
/*  \*/
.clear{
	min-height:1%;
}
* html .clear{
	height:1%;
}
/*  */			
/* ===== CONTENT ===== */
/*
1.GENERAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GENERAL -- */
body {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

dl, ol, p, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
h1 {
	margin: 0 0 0.5em 0;
	font-size: 2em;
	line-height: 1.5;
}
h1.mainbox-title span {
	background-color: red;
	color:#5A5A5A;
	font-size:1em;
	font-weight:bold;
	margin: -10em 0;
	padding:0pt;
	text-transform:uppercase;
}

h2 {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .5em 0 .2em 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	font-size: 1em;
}
table caption {
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}

#content_description table {
	border-collapse: collapse;
}
#content_description table td {
	border: 1px #666 solid;
	padding: 4px;
}
/* -- 6.LINKS -- */
a {
	color: #2f761f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */

