/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	background: url(images/body-bg.gif) repeat-x left top #f0f0f2;
	text-align: center;
	min-width: 1000px;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
ul {
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
html, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}
input, select {
	vertical-align: middle;
	font-weight: normal;
}
a {
	color: #393939;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.news {
	text-decoration: none
}
.news:hover {
	text-decoration: underline;
	color: #8cc63c;
}
.link {
	background: url(images/list-li-bg.gif) no-repeat 0 6px;
	padding-left: 12px;
	text-decoration: none;
	color: #393939;
	font-weight: bold;
	display: inline-block;
}
.link:hover {
	text-decoration: underline;
	color: #8dc63f;
}
p {
	padding-top: 19px;
}
.p1 {
	padding-bottom: 10px;
}
.p2 {
	padding-bottom: 19px;
}
.p3 {
	padding-bottom: 24px;
}
.top {
	padding-top: 5px;
}
.top1 {
	padding-top: 14px;
}
.top2 {
	padding-top: 19px;
}
.top3 {
	padding-top: 23px;
}
.top4 {
	padding-top: 27px;
}
.margin {
	margin-right: 5px;
}
.pad-col {
	padding-right: 55px;
}
.pad-4col {
	padding-right: 20px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.phone {
	display: inline-block;
	width: 76px;
}
/* ============================= main layout ====================== */
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-weight: 300;
	padding: 9px 0px 12px 15px;
	display: block;
	line-height: 1.2em;
	color: #2b2b2b;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2em;
	color: #2b2b2b;
	padding-top: 15px;
	padding-bottom: 0px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	color: #666666;
	padding-bottom: 10px;
}
li {
	background: url(images/marker1.gif) no-repeat 0 7px;
	padding-left: 12px;
	line-height: 1.5em;
	margin-right: -4px;
}
/* =======nav text================= */

li a {
	color: #ffffff;
	text-decoration: none;
	padding: 11px 0px 9px 0px;
}
/* =======End nav text================= */

.sub-menu {
	float: right;
	padding-top: 71px;
}
.sub-menu li {
	display: inline-block;
	margin-left: 14px;
	float: left;
	padding-right: 10px;
}
.sub-menu a {
	font-size: 10px;
	line-height: 1.2em;
	color: #818181;
	text-decoration: none;
	margin-left: 6px;
}
.sub-menu a:hover {
	text-decoration: underline;
	color: #8cc63c;
}
.sub-menu .s1 {
	background: url(images/twitter.jpg) no-repeat 0 4px;
}
.sub-menu .s2 {
	background: url(images/facebook.jpg) no-repeat 0 4px;
}
.sub-menu .s3 {
	background: url(images/linkedin.jpg) no-repeat 0 4px;
}
.partners a {
	display: inline-block;
	margin-left: 0px;
	float: center;
	padding: 25px 25px 25px 25px;
}
.list li {
	background: url(images/list-li-bg.gif) no-repeat 0 6px;
	font-size: 12px;
	line-height: 19px;
	padding-left: 12px;
}
.list a {
	color: #676464;
	text-decoration: none;
}
.list a:hover {
	color: #8cc63c;
	text-decoration: underline;
}
.list_1 li {
	background: url(images/list-li-bg.gif) no-repeat 0 6px;
	font-size: 12px;
	line-height: 19px;
}
.list_1 a {
	color: #a4a4a4;
	text-decoration: none;
}
.list_1 a:hover {
	color: #8cc63c;
	text-decoration: underline;
}
.list1 li {
	background: url(images/list-li-bg.gif) no-repeat 0 8px;
	font-size: 12px;
	line-height: 24px;
	padding-left: 12px;
}
.list1 a {
	color: #676464;
	text-decoration: none;
}
.list1 a:hover {
	color: #8cc63c;
	text-decoration: underline;
}
.imgindent {
	margin: 0 20px 0 0;
	float: left;
}
strong {
	color: #000;
}
.menu ul {
	text-align: left;
	display: inline;
	list-style: none;
}
.menu ul li {
	font: bold 12px/18px sans-serif;
	text-decoration: none;
	vertical-align: middle;
	zoom: 1;
    display: table-cell;
	position: relative;
	padding: 11px 15px 9px 15px;
	background: #000080;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-transition: all .2s;
}
.menu ul li:hover {
	background: #8dc63f;
	zoom: 1;
 *display: inline;
	color: #ffffff;
}
.menu ul li.active {
	position: relative;
	background: #8dc63f;
	color: #ffffff;
}
.menu ul li ul {
	padding: 0;
	position: absolute;
	top: 56px;
	left: 0;
	width: 170px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	-transition: opacity .2s;
}
.menu ul li ul li {
	background: #8dc63f;
	display: block;
	zoom: 1;
 *display: inline;
	color: #ffffff;
}
.menu ul li ul li:hover {
	background: #b0dc73;
}
.menu ul li:hover ul {
	display: block;
	zoom: 1;
 *display: inline;
	opacity: 1;
	visibility: visible;
}
.menu {
	height: 56px;
	width: 980px;
	background: #000080;
	box-shadow: 0px 1px 5px #888888;
}
/* ============================= header ====================== */
.logo {
	padding: 15px 0 15px 0px;
	float: left;
}
/* ============================= content ====================== */

.indent {
	padding: 20px 23px 53px 17px;
}
.box {
	background: url(images/box-bg.gif) left bottom no-repeat #fff;
	width: 192px;
	height: 465px;
	margin-top: 20px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 100;
	color: #000;
	line-height: 1.2em;
	text-transform: uppercase;
	float: left;
	text-decoration: none;
}
.box strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 9px 0px 12px 15px;
	display: block;
}
.slogon {
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	font-weight: 100;
	line-height: 1.2em;
	color: #333333;
	padding: 30px 0 58px 17px;
	display: block;
}
.slogon strong {
	font-weight: 300;
	color: #000080;
}
.row {
	background: #fff;
}
.row .indent {
	padding: 38px 0px 0px 20px;
}
.row .col-1 {
	width: 260px;
	margin-right: 48px
}
.row .col-2 {
	width: 68px;
	margin-right: 34px;
}
.row .col-3 {
	width: 142px;
}
.number {
	font-size: 13px;
	line-height: 1.2em;
	color: #393939;
}
.text_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-decoration: none;
	line-height: 21px;
	color: #383737;
	font-weight: bold;
	letter-spacing: -1px;
	display: block;
	padding-bottom: 4px;
}
.color {
	color: #a4a4a4 !important;
}
.social {
	width: 112px;
	float: right;
	padding-right: 58px;
	margin-top: -3px;
	padding-bottom: 41px;
}
.social img {
	margin-right: 5px;
}
.social .last {
	margin-right: 0px;
}
.border {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
/* ============================= footer ====================== */
#footer {
	background: #ffffff;
	padding-top: 17px;
	box-shadow: 0px 500px 0px 500px #ffffff;
}
#footer .main {
	background-color: #ffffff;
	padding: 27px 0 0 14px;
}
.footer-menu {
	padding: 0px;
}
.footer-menu ul {
	width: 100%;
	overflow: hidden;
}
.footer-menu li {
	background: url(images/li-bg.gif) no-repeat 0px 6px;
	float: left;
	padding: 0px 15px 0 14px;
}
.footer-menu li.first {
	background: none;
}
.footer-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #7b7b7b;
}
.footer-menu .active, .footer-menu a:hover {
	color: #8cc63c;
}
.privacy {
	font-size: 11px;
	color: #a2a2a2;
	padding-left: 14px;
	margin-top: 10px;
	display: block;
}
.privacy a {
	color: #a2a2a2;
	text-decoration: none;
}
.privacy a:hover {
	color: #8cc63c;
	text-decoration: underline;
}
/* ============================= forms ============================= */
#SearchForm {
	text-align: right !important;
	padding: 1px 8px 0 0;
	float: right;
}
#SearchForm label {
	background: url(images/input-bg.gif) right top no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
}
#SearchForm .input {
	width: 122px;
	border: none;
	padding: 2px 5px 2px 10px;
	font-size: 10px;
	vertical-align: top;
	color: #333333;
	background: none;
	line-height: 12px;
}
#SearchForm input {
	vertical-align: top;
}
#Form {
	padding: 7px 0px 26px 0;
}
#Form label {
	display: block;
	vertical-align: top;
	height: 33px;
}
#Form .label-1 {
	background: url(images/input1-bg.gif) left top no-repeat;
	width: 95px;
	float: left;
}
#Form .label-1 .input {
	width: 74px;
	padding: 1px 5px 2px 7px;
}
#Form .label-2 {
	background: url(images/input2-bg.gif) left top no-repeat;
	width: 164px;
	float: left;
}
#Form .label-2 .input {
	width: 150px;
	padding: 1px 5px 2px 4px;
}
#Form .input {
	border: none;
	font-size: 10px;
	vertical-align: top;
	color: #333333;
	background: none;
	line-height: 12px;
}
#Form input {
	vertical-align: top;
}
#Form a {
	font-size: 10px;
	color: #5c5c5c;
	margin-right: 15px;
}
#Form1 {
	padding: 7px 0px 26px 0;
}
#Form1 label {
	display: block;
	vertical-align: top;
	height: 33px;
}
#Form1 .label-3 {
	background: url(images/input3-bg.gif) left top no-repeat;
	width: 111px;
	float: left;
}
#Form1 .label-3 .input {
	width: 97px;
	padding: 1px 5px 2px 4px;
}
#Form1 .label-4 {
	background: url(images/input4-bg.gif) left top no-repeat;
	width: 146px;
	float: left;
}
#Form1 .label-4 .input {
	width: 137px;
	padding: 1px 5px 2px 4px;
}
#Form1 .input {
	border: none;
	font-size: 10px;
	vertical-align: top;
	color: #333333;
	background: none;
	line-height: 12px;
}
#Form1 input {
	vertical-align: top;
}
#Form1 a {
	font-size: 10px;
	color: #5c5c5c;
	margin-right: 15px;
}
#ContactForm {
	padding-top: 19px;
}
#ContactForm label {
	height: 47px;
	display: block;
}
#ContactForm .link {
	margin: 14px 0px 0px 16px;
}
#ContactForm .column1 {
	float: left;
	width: 290px;
}
#ContactForm .column2 {
	float: left;
	width: 310px;
}
#ContactForm .input {
	width: 237px;
	border: 1px solid #c6c5c3;
	padding: 2px 0 1px 3px;
	font-size: 12px;
	line-height: 14px;
	background: #fff;
	color: #333333;
}
#ContactForm .comments {
	width: 308px;
	border: 1px solid #c6c5c3;
	padding: 2px 0 1px 3px;
	font-size: 12px;
	line-height: 14px;
	background: #fff;
	color: #333333;
}
#ContactForm textarea {
	width: 308px;
	height: 111px;
	border: 1px solid #c6c5c3;
	background: #fff;
	padding: 2px 0 0 3px;
	overflow: auto;
	font-size: 1em;
	color: #a4a4a4;
}
