﻿* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
/* Main custom rules
------------------------------ */
html {
	background: #ABABAB;
	background-image:url('../Images/bg.jpg');
	background-repeat:repeat-x;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
}
body {
	padding: 0;
}
/* Link */
a {
	color: #BD3E13;
	text-decoration:none;
}
a:visited {
	color: #BD3E13;
		text-decoration:none;
}
a:hover {
	color: #BD3E13;
		text-decoration:underline;
}
a:active {
	color: #BD3E13;
		text-decoration:none;
}

/* Link */
.sitemap{
	padding: 0 8px;
		color: #666666;
}
.sitemap a {
	color: #666666;
	text-decoration:none;
}
.sitemap a:visited {
	color: #666666;
		text-decoration:none;
}
.sitemap a:hover {
	color: #666666;
		text-decoration:none;
}
.sitemap a:active {
	color: #666666;
		text-decoration:none;
}

/* Content elements
------------------------------ */
h1, h2, h3, h4,h5 {
	font: 1.7em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	color:#0C306E;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: .9em;
		font-weight: bold;
	color:#F04F21;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	color:#F04F21;
}
h5 {
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
	line-height: 1.3em;
}
ul li, ol li {
	margin-bottom: .2em;
}
p, ul, ol, table, blockquote, pre, .columns, img {
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
blockquote {
	margin-left: 10em;
	padding-left: 1em;
	border-left: 2px solid #ccc;
}
pre, code {
	font: 1.2em/1.8 "Courier New", Courier, monospace;
	border: 1px dashed #aaa;
	padding: 1em;
	background: #eee;
}
code {
	padding: .2em .5em;
}
.icons a, .icon {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
/* Text align & Float
------------------------------ */
.a-left {
	text-align: left;
}
.a-center {
	text-align: center;
}
.a-right {
	text-align: right;
}
.a-justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.thin {
	font-weight: lighter;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.highlight {
	background: #ffc;
}
.fancy {
	color: #666;
	font-style: italic;
}
.caps {
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 2px;
}
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background: #ff0;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
div.space{
	height:8px;
}

.bolder {
	border:1px #D4D4D4 solid;
	border-top:0px;
}

/*	Columns
------------------------------ */
.columns {
	width: 100%;
	overflow: hidden;
}
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 {
	float: left;
	overflow: hidden;
}
.col-content {
	padding: 0 6px;
}
.col-first {
	padding-left: 0!important;
}
.col-last {
	padding-right: 0!important;
}
.w-5 {
	width: 5%;
}
.w-10 {
	width: 10%;
}
.w-15 {
	width: 15%;
}
.w-20 {
	width: 20%;
}
.w-25 {
	width: 25%;
}
.w-30 {
	width: 30%;
}
.w-35 {
	width: 35%;
}
.w-40 {
	width: 40%;
}
.w-45 {
	width: 45%;
}
.w-50 {
	width: 50%;
}
.w-55 {
	width: 55%;
}
.w-60 {
	width: 60%;
}
.w-65 {
	width: 65%;
}
.w-70 {
	width: 70%;
}
.w-75 {
	width: 75%;
}
.w-80 {
	width: 80%;
}
.w-85 {
	width: 85%;
}
.w-90 {
	width: 90%;
}
.w-95 {
	width: 95%;
}
.w-100 {
	width: 100%;
}
.w-33 {
	width: 33%;
}
.w-66 {
	width: 66%;
}
.w-38 {
	width: 38%;
}
.w-62 {
	width: 62%;
}
/* Images
------------------------------ */
.content img {
	padding: 5px;
	border: 1px solid #ccc!important;
	margin-top: .4em;
}
.content img.null-image {
	padding: 0!important;
	border: none!important;
	margin: 0!important;
}
img.f-left {
	margin-right: 1em;
}
img.f-right {
	margin-left: 1em;
}
/* Inputs
------------------------------ */
/***** Global Classes *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
.nopadding {
	padding: 0;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}
input {
	vertical-align: middle;
}
