/* @override http://modomint.dev/css/v3.css */

/* @group Normalise */

/* Eric Meyers Reset CSS rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, content, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end Reset CSS rules */


/* @end */

/* @group Layout */

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* ------------------------- Styling ------------------------- */

html { background: #fff;}

body { 
	font: 11px/1.50em Georgia, "Times New Roman", serif;
/* 	font: 11px/1.50em Helvetica, Arial, sans-serif ; */
}

html, body {height: 100%;}
		
p {
	border-style: none;
	color: #000;
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 118%;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 218%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	color: #6ab113;
}

h2 {
	font-size: 164%;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 145%;
	font-weight: bold;
	margin-bottom: 20px;
}

.panel-info h3 {
	color: #f6f6f6;
}

.branding p {
	text-indent: -9999px;
}

.make-point {
	color: #000;
	font-size: 145%;
	font-weight: bold;
}

.panel-info p {
	color: #000;;
}

.site-info p {
	color: #000;
}

p.warning {
	color: red;
}

p strong, ul strong {font-weight: bold;}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote p {
	font-size: 118%;
	font-weight: bold;
	color: #779548;
}

ul {
	font-size: 118%;
	margin-bottom: 20px;
}

ul li {
	padding: 0 12px 0 16px;
	background: url(../images/bg-bullet-blk.png) 2px 4px no-repeat;
}
.panel-info ul li {
	background: none;
	padding: 0;
	font-weight: normal;
	color: #b7c89d;
}

.panel-info ul li a {
	color: red;
	text-decoration: none;
}

ol {
	font-size: 118%;
	margin-bottom: 20px;
	margin-top: 10px;
}

ol li strong {
	font-weight: bold;
	color: #6699d2;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.font-type strong {
	color: #000;
}

em {
	font-style: italic;
}

a {
	color: #777C48;
}

a:hover {
	color: maroon;
}

/*div.branding {
	background: url(../images/logo.png) no-repeat;
	height:58px;
	margin-top: 20px;
}*/

div.divider {
	background: url(../images/divider.png) 10px bottom no-repeat;
	margin-bottom: 15px;
}

div.panel {
	background: url(../images/sub-panel.jpg) repeat-x;
	height: 247px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

.site-info {
	width: 960px;
	height: 155px;
	margin: 0 auto;
	color: #000;
	background: url(../images/grass.jpg) no-repeat;
}

.spacer {margin-bottom: 20px;}


.panel-info {
	color: #000;
	float: left;
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px; /* the bottom margin is the negative value of the footer's height */
}
.page-footer, .push {
	height: 145px; /* .push must be the same height as .footer */
}
.page-footer {
	width: 100%;
	background: #fff;
}

/* ------------------------- Table -------------------------*/

table th {
	font-weight: bold;
	padding: 3px;
	padding-right: 10px;
	background: #191919;
}

td {
	text-align: center;
}


/*------------------------- Form -------------------------*/

form {
	width: 220px;
	padding: 8px;
	/*border-top: 1px solid #333;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	background: #191919;*/
}

input {
	margin-bottom: 5px;
	font-size: 100%;
	background: #f6f6f6;
	width: 210px;
}

input.required {
	display: none;
}

label {
	color: #000;
	font-size: 118%;
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 3px;
}


ul.zemError {
	color: red;
	position: absolute;
	top: 0;
	left: 245px;
	margin: 0;
	background: #191919;
	width: 265px;
	border: 1px solid #f6f6f6;
}

ul.zemError li {
	background: none;
	padding-left: 5px;
}

textarea {
	width: 210px;
	font-size: 100%;
	background: #f6f6f6;
}

.zemThanks p {
	color: #779548;
	width: 220px;
}