/* CSS Document */

/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	/* height:100%; */
	min-height:100%;
	position: relative;
}
body {
	font:0.75em/1.25 Arial, sans-serif;
	color:#000;
	background:#fff;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight: normal;
}
h1 {
	letter-spacing:0;
	padding:0 0 0.9em 0; 
	font-size:1.6em;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	letter-spacing:0;
	padding:0 0 0.5em 0;
	font-size:1.47em;
	font-weight:bold;
	text-transform:uppercase;
}
h3 {
	letter-spacing:0;
	padding:0 0 0.5em 0;
	font-size:1.27em;
	font-weight:bold;
	/*text-transform:uppercase;*/
}
h4 {
	letter-spacing:0;
	padding:0 0 0.5em 0; 
	font-size:1.1em;
	/*text-transform:uppercase;*/
}
/***** Common Formatting *****/

p {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol  {
	margin:0;
	padding:0 0 1.5em 2.5em;
	position:relative;
}
li {
	padding:0.2em 0 0 0;
}

blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}

small {
	font-size:0.9em;
}

img {
	border:0;
	/*margin:	0 0 -3px;*/
	vertical-align:bottom;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

strong, b {
}

hr {
	color: #c0c0c0;
	background: #c0c0c0;
	height: 1px;
	border-width:0px;
}
/***** Links *****/

a {
	color:#8ac83f;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}

input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}

textarea {
	width:100%;
	line-height:1.25;
	overflow:hidden;
}

label {
	cursor:pointer;
}

/***** Tables *****/

table {
	border:0;
	border-collapse:collapse;
	padding:0;
}

table tr td {
	padding:0px;
}

object {
	outline:none;
}


/***** Global Classes *****/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.clear      { clear:both; }
.clearing      { clear:both; font-size:0; line-height:0; height:0; }
.float-left    { float:left; }
.float-right   { float:right; }


.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}

.highlight     { background:#ffc; }

/*.wrap          { width:960px;margin:0 auto; }*/

.img-left      { float:left;margin:0 10px 4px 0; }
.img-right     { float:right;margin:0 0 4px 10px; }

.nodisplay     { display:none; }

.nopadding     { padding:0 !important; }
.noindent      { margin:0 !important;padding:0 !important; }
.nobullet      { list-style:none;list-style-image:none; }

.nodecoration {
	text-decoration:	none;
}
.nobackground {background:none;}
.noborder {border:none !important;}

.w100 {
	width:100%;
}
.w60 {
	width:60%;
}
.w50 {
	width:50%;
}
.w40 {
	width:40%;
}
.w33 {
	width:33%;
}
.w25 {
	width:25%;
}
.w20 {
	width:20%;
}
.w14 {
	width:14%;
}
.w10 {
	width:10%;
}
.w0 {
	width:0px !important;
}