/* reset */
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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    color: #000000;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* layout */
body {
	font-family: Helvetica, arial, sans-serif;
	color: #333;
	font-size: 75%;
	line-height: 1.5;
	/*12/18*/
}

a:link,a:visited {
	color: #0d83c7;
}

a:hover {
	color: #35749D;
	text-decoration: none;
}

a.grn:link,a.grn:visited {
	color: #438315;
	text-decoration: none;
}

.ylw {
	background-color: #faf6c6;
}

.clone,.no-js-block,.dead,.filterTags .widget li.dead {
	display: none;
}

.no-js .no-js-block {
	display: block;
}

.alignright {
	float: right;
}
/* type */
h1,h2,h3,h4,h5,h6 {
	position: relative;
}

h1,h2 {
	line-height: 24px;
}

h1,h2,h3,h4 {
	
}

h3,h4,h5,h6 {
	line-height: 18px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

p,pre,address {
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

abbr,code,kbd,samp,small,var {
	line-height: 15px;
}

ul,ol,dl {
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

li ul,li ol,ul ul,ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

form,legend,label {
	font-size: 13px;
	line-height: 18px;
}

legend {
	position: relative;
}
/* forms */

legend {
	background: #eee;
	padding: 10px;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

label {
	padding-top: 5px;
	margin: 0;
	float: left;
	display: block;
	font-weight: bold;
}

label span {
	font-weight: normal;
	font-size: 12px;
}

input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="email"],input[type="tel"]
	{
	border: solid 1px #ccc;
	padding: 4px 8px;
	/* display: block; */
}

input[type="file"] {
	border: none;
}

textarea {
	border: solid 1px #ccc;
	display: block;
	line-height: 18px;
}

select {
	float: left;
	display: block;
	margin: 0 0 10px 10px;
}

input[type="submit"],input[type="reset"],input[type="button"] {
	font-family: Helvetica, arial, sans-serif;
	margin-bottom: 0;
}

input.btn,.btn {
	font-family: Helvetica, arial, sans-serif;
	display: block;
	padding: 10px 10px;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
    width: 200px;
    height: 40px;
}

.radio {
	margin: 6px 0 0 1px;
	float: left;
	display: block;
	clear: left;
}

.radio_label {
	margin: 0 0 13px 0;
	padding-left: 18px;
	float: none;
	display: block;
	clear: none;
}

.checkbox {
	margin: 6px 0 0 1px;
	float: left;
	display: block;
	clear: left;
}

.checkbox_label {
	margin: 0 0 13px 0;
	padding-left: 18px;
	float: none;
	display: block;
	clear: none;
}

input.text,textarea {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

textarea {
	overflow: auto;
	-webkit-resize: none;
	-moz-resize: none;
	resize: none;
	padding: 6px 8px;
}

label.error input.text,textarea.msg_error {
	border: solid 1px red;
	margin-bottom: 0;
	background-color: #fee7e7;
}

label.error span.msg_error {
	font-size: 10px;
	color: red;
}
/* header */

.no-logo {
	float: left;
	display: block;
	height: 60px;
	width: 220px;
}
/* search */
.search {
	padding: 15px 0;
	overflow: hidden;
}

.search label {
	float: left;
	font-size: 14px;
	color: #333;
}

.search label span {
	color: #999;
}

.search input.text {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	line-height: 32px;
	background: #fff;
	border: 2px solid #fff;
	width: 240px;
	display: block;
	padding: 5px 5px;
	margin: 5px 10px 5px -2px;
	height: 28px;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.search .btn {
	float: left;
	margin-top: 28px;
	width: auto;
	text-indent: -9000px;
	border: 0;
	padding: 0;
}

.btn_find {
	display: block;

}

.search fieldset {
	float: left;
}

/* button types */

/* alerts */
.alerts {
	margin: 5px 0 0 0;
	padding: 9px 10px;
	position: relative;
}

label label {
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #999;
}

/* landing search */

.landing_search label span {
	font-size: 14px;
	display: block;
}

.landing .header {
	background-image: none;
	background-color: transparent;
	border: 0;
    margin-left: auto;
    margin-right: auto;
}

.landing h2.tagline {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 10px 0 60px 0;
	color: #286493;
}

.landing .footer ul {
	text-align: center;
}

.landing .sub {
	color: #999;
}
/* footer */
.footer {
	display: block;
	text-align: left;
}

.footer ul {
	padding: 30px 0;
}

.footer li {
	font-size: 12px;
	display: inline;
	padding: 0 5px;
}

/* footer */
#footer {
	text-align: center;
	margin-top: 34px;
	border-top: 1px solid #d6d6d6;
	padding: 20px;
}

.footer-slogan{
	font-weight: bold;
	font-style: italic;
}

.btn-primary{
	font-weight: 700;
	color: #fff;
	background-color: #07c264;
	border-color: #07c264;
	background-image: none;
	outline: 0;
	margin: auto;
	cursor: pointer;
}

