/*//////////////////////////// BEGIN RESET CSS ////////////////////////////////////////////////*/ 
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 {
	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: black;
	background: white;
	overflow-x: hidden;
}
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 ////////////////////////////////////////////////*/ 

/* Clearing floats without extra markup  */

.clearfloat { display: inline-block; }

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

* html .clearfloat { height: 1%; }

.clearfloat { display: block; }

/* End Clearing floats without extra markup  */
body{
	background: url(../images/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif; font-size: 14px !important; color: #fff;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-family: League Gothic
}
p{
	padding-bottom: 15px;
	line-height: 19px;
	text-align: justify;
}

h1{
	font-size: 28px;
	margin: 10px 0px 10px 10px;
/*	color: #477193;*/
	text-transform: uppercase;
	float: left;
}

.text h1{
	color: #cceef8;
	margin-bottom: 15px;
	font-size: 36px;
}

h2{
	font-size: 22px;
	margin-bottom: 15px;
	color: #cceef8;
	text-transform: uppercase;
}

h2 a{
	color: #cceef8;
	text-decoration: none;
}

h2 a:hover{
	
	text-decoration: none;
}

h3{
	font-size: 20px;
	margin-bottom: 15px;
	color: #cceef8;
	
}


h4{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	color: #cceef8;
	text-transform:uppercase;
	background: url(../images/footer_line.gif) repeat-x bottom right;
	
}

.footer-block h4{
	font-size: 18px;
}

#sidebar h4{
	background: none;
}

h5{
	font-size: 24px;
	color: #cceef8;
	margin-bottom: 5px;
}

/*//////////////////////////// BEGIN LINKS ////////////////////////////////////////////////*/
a{
	color: #f50404;
	text-decoration: none;
}

a:hover{
	color: #f50404;
	text-decoration: underline;
}
a.more{
	background: url(../images/arrow-link.png) no-repeat right 5px;
	padding-right: 25px;
}
a.more2{
    color: #cceef8;
    padding-right: 25px;
}
a.link{
    color: #cceef8;
    text-decoration: none;
}
a.link:hover{
	color: #89c4f4;
    text-decoration: underline;
}

/*//////////////////////////// END LINKS ////////////////////////////////////////////////*/
/*//////////////////////////// BEGIN BUTTONS ////////////////////////////////////////////////*/
a.button{
    background: url(../images/read_more_bt.png) no-repeat top left;
    display: block;
    width: 136px;
    height: 36px;
    float: left;
    margin-top: 50px;
    text-indent: -99999px;
}
a.button:hover{
    background-position: 0 -36px;
}

a.button2{
    background: url(../images/read_more_bt.png) no-repeat top left;
    display: block;
    width: 136px;
    height: 36px;
    float: left;
    text-indent: -99999px;
    margin: -8px 0px 15px 0px
}
a.button2:hover{
    background-position: 0 -36px;
}

a.button_box{
    background: url(../images/read_more_bt.png) no-repeat top left;
    display: block;
    width: 136px;
    height: 36px;
    float: left;
    text-indent: -99999px;
    margin-bottom: 10px;
    /*position: absolute;
    bottom: 165px;*/
}
a.button_box:hover{
    background-position: 0 -36px;
}
/*//////////////////////////// END BUTTONS ////////////////////////////////////////////////*/

/*//////////////////////////// BEGIN LISTS ////////////////////////////////////////////////*/
ul.list{
    margin: 0px 0;
}

ul.list li{
    padding: 7px  0;
    padding-left: 18px;
    background: url(../images/list-icon.gif) no-repeat 0 12px;
    line-height: 20px;
    text-align: justify;
}

ol.ordered-list {
    margin: 30px 0;
    
}

ol.ordered-list li{
    padding: 5px  0;
    
}
/*//////////////////////////// END LISTS ////////////////////////////////////////////////*/
/*//////////////////////////// BEGIN CONTACTFORM ////////////////////////////////////////////////*/

form#contact-form{
    /*margin:20px;
    padding:10px 20px;
    width:590px;*/
}
form#contact-form label{
    float:left;
    /*width:120px;
    text-align:right;*/
    margin-right:7px;
    line-height:23px;
}
form#contact-form input,form#contact-form textarea {
    padding:6px;
    background: #9bbfdd;
    border-top: 1px solid #355f82;
    border-left: 1px solid #355f82;
    border-bottom: 1px solid #bccbd8;
    border-right: 1px solid #bccbd8;
    width:300px;
    color: #2d4c66;
    clear: both;
    float: left;
}
form#contact-form textarea{
    max-width: 400px;
    max-height: 150px;
    clear: both;
}
form#contact-form  input:focus,
form#contact-form  textarea:focus{
    background:#add2f0;
}

form#contact-form .button{
    background: #920d0d;
    color: #fff;
    width: 140px;
    padding: 4px 10px;
    margin: 10px 0px 5px 0px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

form#contact-form .button:hover, form#contact-form .button:focus{
    background: #b71818;
}

.required{
    color: #f50404;
}
.notification_error{
    color: #ff0000;
    font-weight: bold;
    line-height: 19px;
}
.notification_ok{
    color: #8ecc16;
    font-weight: bold;
}
/*//////////////////////////// END CONTACTFORM ////////////////////////////////////////////////*/

ul.submenu{
    list-style-image: url('../images/arrow.gif');
    text-align: left;
    margin: 5px 0px 0px 25px;
}

ul.submenu li{
    padding: 4px 0;
    text-align: left;
 }

ul.submenu li a{
    text-align: left;
    color: #fff;
}

.left{
    float: left;
}
.right{
    float: right;
}

#mobile-menu {
    width: 318px;
    padding: 8px 0px;
    background: url(../images/box_bg.gif);
    margin: 5px 0px 0px 6px;
    clear: both
}
#mobile-menu a {color: white;}
#mobile-menu span {color: #cceef8; font-weight: bold}
#logo {margin-top: 0px}
#logo img {float: left}
#sidebar {display: none}

#container {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
    width: 99.5%;
}

#main-content,#main-content2 {
    float: left;
    min-width: 280px;
    max-width: 632px;
    margin: 7px;
}
#main-content img.business{
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    height: auto;
    max-width: 632px;
    min-width: 10em;
    width: calc(100% - 10px);
}
#main-content img.info{
    background: #fff;
    padding: 5px;
    margin-bottom: 25px;
    height: auto;
    clear: both;
    float: left;
    max-width: 632px;
    min-width: 10em;
    width: calc(100% - 10px);
}
#main-content p, #main-content2 p {
	clear: both;
}
#main-content h5, #main-content2 h5 {
	float: left;
	clear: both;
	margin-left: 2px;
}
#mini-footer{
    background: #2c4459;
    text-align: center;
    padding: 10px;
    color: #608eb5;
    border-top: 1px solid #3f6482;
}
.offer img {
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    height: auto;
    /*max-width: 632px;*/
    /*max-width: 447px;*/
    /*min-width: 10em;*/
    width: calc(100% - 10px);	
	/*background: none repeat scroll 0 0 #fff;*/
    /*display: inline;*/
    float: left;
    /*margin: 0px 25px 25px 0px;*/
    clear:both;
}
#mini-footer a {color: #ffffff}
#wrapper-blue {clear: both}

#contact-error {color: yellow; margin-top: 10px}
.display-none {display: none}
.position-absolute {position: absolute}
.g-recaptcha {margin: 0px 0px -10px 0px}