/* @group containers */

body {
	background-color: #fff;
	color: #777777;
	line-height: 140%;
	font-family: "ff-meta-web-pro", "Lucida Sans Unicode", sans-serif;
	text-rendering: optimizeLegibility !important;
	font-style: normal;
	font-weight: 400;
	font-size: 13.5px;
	}

#wrapper {
	position: relative;
	clear: both;
	text-indent: 0;
	max-width: 640px;
	margin: 50px auto;
	padding-bottom: 30px;
	}
	
header {
	padding-bottom: 80px;
	margin-top: -30px;
	}

#headerarea {
	/*padding-bottom: 20px;*/
	}

#foot {
	clear: both;
	display: block;
	white-space: nowrap;
	overflow: visible;
	/*position: relative;*/
	text-indent: 0;
	max-width: 640px;
	margin: 60px auto;
	padding: 30px auto 30px auto;
	}
			
#foot {
	font-size: 12px;
	font-family: "ff-meta-serif-sc-web-pro", Georgia, Garamond, serif !important;
	letter-spacing: .1em;
	text-transform: lowercase;
	color: #999999 !important;
	}

#footitem1 {
	color: #999999 !important;
	padding-right: 6px;	
	}

#footitem {
	color: #999999 !important;
	padding-left: 6px;
	padding-right: 6px;	
	}

#footseparator {
	color: #999999 !important;
	padding-left: 2px;
	padding-right: 2px;	
	}

#footeritems {
	padding-top: 10px;
	}

footer>hr {
	color: #999999;
	opacity: 0.75;
	noshade: "noshade";
	}

#contentdiv {
	margin-top: -40px;
	}

/*#main {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}*/

#ppcontent {
	padding-top: 30px;
	}

#formarea {
	margin-top: 30px;
/*	padding-top: 10px;*/
	}

#response {
	font-family: "ff-meta-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	}

::selection {
	background: rgba(157,193,200,.5);
	}

/* @end */
	
/* @group h1-h6 */

h2, h3, h4, h5 {
	line-height: 120%;
	margin-top: 40px;
	}

h1	{
 	margin-top: 2em;
	margin-bottom: 25px;
	color: #777777;
	font-size: 35px;
	}

h2	{
	margin-top: 4em;
	font-size: 25px;
	letter-spacing: .5px;
	padding-bottom: 2px;
	color: #777777;	
	}

h3	{
	margin-top: 1.5em;
	margin-bottom: .5em;
	color: #777777;	
	font-size: 20px;
	}
	
h4	{
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 16px;
	color: #777777;
	}

h5	{
	margin-top: 2em;
	margin-bottom: .5em;
    padding: 0;
	font-size: 14.5px;
	font-weight: bold;
	color: #777777;
	letter-spacing: 1.25px;
	}


h6 {
	color: #ea6503;
	letter-spacing: 1px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	word-spacing: 1px;
	font-size: 11px;
	}
	

p {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 140%;
    }


/* @end */

/* @group links */
/* ------------------------------------------------ */

a img { 
	border: none !important;
	}

a:link {
	color: #999999 !important;
	text-decoration: none !important;
	border: none !important;
	}

a:visited {
	color: #999999 !important;
	text-decoration: none !important;
	border: none !important;
	}

a:hover {
	color: #f60 !important;
	text-decoration: underline;
	border: none !important;
	}
	
a:active {
	color: #f60 !important;
	text-decoration: underline;
	border: none !important;
	}

/* @end */

/* @group code */

* html code	{
	font-size: 101%;
	}

* html pre {
	font-size: 101%;
	}

pre, code {
	font-size: 12px; 
	font-family: courier, consolas, monaco, monospace;
	line-height: 150%;
	letter-spacing: .5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

pre {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #c7cfd5;
	background: #f1f5f9;
	margin: 20px 0;
	padding: 8px;
	text-align: left;
	}

#righthr {
	color: #777777;
	size: 1;
	margin-left: 37px;
	width: 220px;
	text-align: left;
	noshade: "noshade";
	/*opacity: 0.5;*/	
	}

/*#colhr>hr {
	color: #777777;
	size: 1;
	width: 250px;
	text-align: left;
	noshade: "noshade";
	opacity: 0.5;
	}*/

/* @end */

/* @group columns */

	
.col1 {
	column-count: 1;
	-webkit-column-count: 1; /* Safari and Chrome */
	-moz-column-count: 1; /* Firefox */
	/* not supported in IE9 and earlier */

	float: left;
	padding-bottom: 10px;
	height: auto !important;

	}


.col2 {
	column-count:1;
	-webkit-column-count:1;
	-moz-column-count:1;
	/* not supported in IE9 and earlier */

	column-width: 250px;
	-webkit-column-width: 250px;
	-moz-column-width: 250px;
	/* not supported in IE9 and earlier */

	float: left;
	padding-bottom: 10px;
	height: auto !important;
	}

/*.col2 {
	column-count: 2;
	-webkit-column-count: 2; /* Safari and Chrome *!/
	-moz-column-count: 2; /* Firefox *!/
	/* not supported in IE9 and earlier *!/
	}*/


.col3{
	column-count: 3;
	-webkit-column-count: 3; /* Safari and Chrome */
	-moz-column-count: 3; /* Firefox */
	/* not supported in IE9 and earlier */
	}

#col100 {
	column-width: 100px;
	-webkit-column-width: 100px;
	-moz-column-width: 100px;
	/* not supported in IE9 and earlier */
	}

#col200 {
	column-width: 200px;
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
	/* not supported in IE9 and earlier */
	}

#col300 {
	column-width: 300px;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	/* not supported in IE9 and earlier */
	}

#block {
	display: block;
	}


/* @end */

/* @group lists */

#list {
	width: 350px !important;
	}

#listhead {
	padding-left: 36px;
	max-width: 350px;
	font-size: 90% !important;
	}	
	
ul	{
	list-style: square outside;
	margin: 0 0 0 30px;
	padding: 0 0 12px 6px;
	font-size: 75%;
	font-family: "ff-meta-web-pro","Helvetica","Arial",sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	}


ul.col2 {
	padding-top: -30px;
	}

#pplist {
	max-width: 730px !important;
	text-transform: capitalize !important;
	font-family: "ff-meta-web-pro","Helvetica","Arial",sans-serif !important;
/*	font-family: "ff-meta-serif-web-pro", Georgia, Garamond, serif !important;*/
/*	font-weight: 500 !important;*/
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	letter-spacing: 0px !important;
	padding-top: 2px;
	padding-bottom: 24px;	
	}

/*ul#pplist {
	padding-top: 20px;
	padding-bottom: 20px;	
	}*/
	
li	{
	margin-top: 7px;
	}
	        
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0 30px;
	padding: 0 0 12px 6px;
	}
	
ol ol {
	list-style-type: lower-alpha;
    list-style-position: outside;
	margin: 7px 0 0 30px;
	padding: 0 0 0 10px;
    }

ul ul {
	margin-left: 40px;
	padding: 0 0 0 6px;
	}

li>p { display: inline }
li>p+p { display: block }
li>a+p { display: block }

/* @end */

/* @group tables */

table {
	padding-top: 30px;
/*	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;*/
	border-spacing: 0;
	}
	
table th {
	padding: 6px 8px 6px 8px;
/*	border-bottom: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;*/
	letter-spacing: 1px;
	background-color: #888888;
	color: #FFFFFF;
	text-shadow: .5px -1px 0 hsl(0, 0%, 0%);
	text-transform: uppercase;
	}

table th p {
	font-weight: bold;
	margin-bottom: 0px; 
	}
	
table td {
	padding: 8px;
/*	border-bottom: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;*/
	font-size: 12px;
	vertical-align: top;
	}

table td p {
	margin-bottom: 0px; 
	}

table td p + p  {
	margin-top: 5px; 
	}

table td p + p + p {
	margin-top: 5px; 
	}

dt {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
	}

dd {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
	font-weight: normal;
	}

#tbl, #tcell {
	border: none !important;
	}
/* @end */

/* @group forms */

form {
	margin: 0;
	}

button {
	margin: 3px 0 10px 0;
	}

input {
	vertical-align: middle;
	padding: 0;
	margin: 0 0 5px 0;
	}

select {
	vertical-align: middle;
	padding: 0;
	margin: 0 0 3px 0;
	}

textarea {
	margin: 0 0 10px 0;
	width: 100%;
	}

#logo {
	margin-left: -8px;
	margin-bottom: -60px;
	}

#left {
	float: left;
	width: 300px;
	padding-bottom: 20px;
	}

#right {
	float: left;
	width: 300px;
	font-size: 110%;
	letter-spacing: .1ex;
	font-weight: bold;
	}

#outer {
	width:100%;
	height:25px;
	background:#B83B25
	}

#col2 {
	float:left;
	width:0%;
	background:#B83B25;
	height:50px;
	}

.clearer {
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top:-1px;
	}

html, body {
	margin:0 !important;
	padding:0 !important;
	}
/* @end */

/* @group slider */

.div1, .div2 {
	width:700px;
	margin:0 auto;
	}

.div1 {
	margin-top:30px;
	margin-bottom:60px;
	text-align:center;
	line-height:20px;
	}

.div1 P {
	font-size:18px;
	}

.div1 a, .div2 a {
	color:#07C; 
	}

.div1 a {
	margin:0 8px;
	}

.div1 a.current {
	color:black; 
	text-decoration:none;
	}

.div2 {
	margin-top:70px;
	}

.div2 li {
	padding-top:6px;
	padding-bottom:6px;
	}

.green {
	color:Green;
	}

.cn {
	font-family: "Courier New", Georgia;
	}

#status {
	display:inline-block; 
	margin-left:26px;
	line-height:50px;
	height:50px;
	vertical-align:middle;
	}

.code {
    border: dashed 1px #BCBCCB; 
    padding:8px 12px; 
    background-color: #F3F3F9; 
    white-space:pre; 
    font-family:"Courier New", Georgia, monospace;
    font-size:12px; 
    margin:6px 0;
    overflow:auto; 
	}
	
/* @end */

/* @group misc */

img#logo {
	text-decoration: none;
	}

/* @end */
	