/* Document Settings _______________________________________________________________*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 200%;
	background-color: #eee;
}
body {
    -webkit-animation: fadein 3s; /* Safari and Chrome */
       -moz-animation: fadein 3s; /* Firefox */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera */
            animation: fadein 3s;
}

h1 {
	font-size: 23px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 8px;
	color: #1F9AD6;
	text-align: left;
}

h2 {
	font-size: 22px;
	line-height:95%;
    font-family:Arial, Helvetica, sans-serif;
	font-stretch:ultra-condensed;
	color:#F48C1D;
}

h3 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	line-height: 100%;
	color: #002040;
	font-weight: normal;
}
img{ border:none}

  
p { margin-top: 0.5em; }

.highlight-text{
	color: #666666;
}
#headercontain{
	width: 100%;
	height: 136px;
	background-color: #eee;
}
#header{
	width: 980px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
}

#header img{
-webkit-transition-delay: 2s;
   -moz-transition-delay: 2s;
   -o-transition-delay: 2s;
   -ms-transition-delay: 2s;
   transition-delay: 2s;
   
	-webkit-animation:pop-in 1s; 
-moz-animation:pop-in 1s;
-ms-animation:pop-in 1s;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
transition: all 1s ease;
-ms-transition: all 1s ease; 
}

@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0); }
100% { opacity: 1; transform: scale(1); }
}


#headermenucontain{
	width: 100%;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1F9AD6;
}
#headermenu{
	width: 980px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: bold;
}
#headermenu ul{
	margin:0px;padding:0px;
}
#headermenu li{
	float: left;
	margin-right: 30px;
	list-style: none;
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#headermenu li a{
	color:#fff; text-decoration:none; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
#headermenu li a:hover{
	color:#ccc; 
}
#flash-content{
	width:970px;
	height:330px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#site-menu{
	width:970px;
	height:51px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	width:300px;
	height:92px;
	float:left;
}

#header-contact{
	width:670px;
	height:92px;
	float:left;
}

.header-container1{
	width:450px;
	height:92px;
	float:left;
}

.header-container2{
	width:210px;
	height:87px;
	float:right;
	margin-top: 5px;
	margin-right: 10px;
	 display:inline;
}

.Date{
	width: 210px;
	height:30px;
	float: right;
	overflow: hidden;
	padding-top: 10px;
	text-align: right;
}

#flash{
	width:710px;
	height:395px;
	float:left;
	background-color: #131A48;
}

#body{
	width: 950px;
	background-color: #FFF;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

iframe{-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;}
#body a{

	color: #666;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
	
}
#body a:hover{

	color: #000;
	
}

#body-wrapper{
	width: 100%;
	background-color: #eee;
}

#main-content{
	width:650px;
	float:left;
}

#home-services-container{
	width:710px;
	float:left;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
}

.home-services-box{
	width:230px;
	float:left;
	margin-right: 10px;
	font-size: 13px;
	overflow: hidden;
	 display:inline;
}

.home-services-box p{
	padding-right: 5px;
	padding-left: 5px;
}

.home-services-box-message{
	width:100%;
	float:left;
	background-color:#CCC;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 32px;
	background-image: url(../images/SERVICE-BG.jpg);
	background-repeat: repeat-x;
	color: #131A48;
}

.home-services-box-last{
	width:230px;
	float:right;
	font-size: 13px;
}
.home-services-box-last a{
	text-decoration:none;
	color:#F2901B;
}
.home-services-box-last a:hover{
	text-decoration:none;
	color:#131A48;
}

.home-services-box-last p{
	padding-right: 5px;
	padding-left: 5px;
}

#nav-bar{
	float:left;
	width:610px;
	height:30px;
	margin-left: 40px;
	margin-top: 10px;
	font-size: 12px;
	display:inline;
}

#nav-bar img{
	border:none;
}

#nav-bar a{
	color:#000;
}

#nav-bar a:hover{
	color:#CC2828;
}

.right-image{
	float:right;
	margin-left:40px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#F6851F;
	display:inline;
}
.right-image img{
	padding:2px;
	border: 1px solid #CCC;
}
.right-image img:hover{
	padding:1px;
	border: 2px solid #F6851F;
}

#rightsidebar{
	float:right;
	width:250px;
	overflow: hidden;
}

#rightsidebar-ad1{
	float:right;
	font-size:13px;
	width:235px;
	height:510px;
	background-image: url(../images/side-offers-bg.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	line-height:170%;
	margin-bottom:15px;
	padding: 5px;
}

#rightsidebar-ad1 a{
	color:#F6851F;
	text-decoration:none;
}

#rightsidebar-ad1-label{
	width:124px;
	height:124px;
	z-index:100;
	position: absolute;
	margin-left: 113px;
	margin-top:-3px;
}
#rightscroll{
	z-index:10;
	height:509px;
	margin-top:1px;
	overflow:hidden;
}
#rightsidebar-ad2{
	float:right;
	width:245px;
	min-height:135px;
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
	background-position: bottom;
}
#rightsidebar-ad2 li{
	list-style-type:none;
}

#rightsidebar-ad2 ul{padding:0; margin:0;
}

#rightsidebar-ad2 h3{
	background-image:url(../images/h1-bg-short2.jpg);
	background-repeat:no-repeat;
	margin-top:0;
	font-size: 18px;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:ultra-condensed;
	font-weight:normal;
	height:32px;
	padding-top:8px;
	padding-left:10px;
	color:#FFF;
	overflow:hidden;
}

.eemail_caption{
	font-size:12px;
	font-weight:bold;
	line-height:130%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#eemail_msg{ position:absolute; margin-top:-55px; color:#C00; margin-bottom:10px; margin-left:10px; margin-right:10px; display:inline; font-size:12px}
.eemail_textbox{ margin-left:10px; margin-top:5px; display:inline; float:left}
.eemail_textbox_class{ width:150px; padding:3px; float:left; height:20px; line-height:100%}
.eemail_textbox_button {
	width:60px;
	height:28px;
	margin-top:5px;
	font-size:12px;
	margin-left:5px;
	padding:3px;
	float:left;
	border:none;
	background-image:url(../images/small-but.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFF;
	 display:inline;
	line-height:100%
}

#rightsidebar-ad3{
	float:right;
	width:245px;
	padding-bottom:10px;
	cursor:pointer;
	margin-bottom:15px;
}

#rightsidebar-ad3 h1{
	background-image:url(../images/h1-bg-short2.jpg);
	background-repeat:no-repeat;
	text-transform:none;
	margin-top:0;
}

#rightsidebar-ad3 a{
	color:#f5891d;
	text-decoration:none;
}

#rightsidebar-ad3 a:hover{
	color:#131A48;
}

#rightsidebar-ad3 ul{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	 display:inline;
}

#rightsidebar-ad3 li{
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
	width:225px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align:left
}

#home-text-container-left{
	width: 100%;
	float: left
}
#home-text-container-right{
	width: 496px;
	float: right;
	margin-top: 10px;-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

#home-text-container-bottom{
	width: 950px;
	float: left;
	margin-top: 25px;
}

#home-text-container h1{
	margin-top:0;
}


#home-text-container p{

}

#home-text-container h3{
	margin-left:15px;
	 display:inline;
}

#home-news-container{
	float:left;
	width:232px;
	text-align: justify;
	margin-left: 15px;
	 display:inline;
	margin-top: 15px;
}
#home-news-container h1{
	background-image:url(../images/h1-bg-short.jpg);
	background-repeat:no-repeat;
	margin-top:0;
}
#home-news-container a{
	color:#f5891d;
	text-decoration:none;
}

#home-news-container a:hover{
	color:#131A48;
}

#home-news-container ul{
	padding:0;
	margin:0;
}

#home-news-container li{
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
	width:232px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align:left
}

#main-textbox{
	float:left;
	width:710px;
	text-align: justify;
}

#main-textbox a{
	color:#F5891D;
	text-decoration:none;
}
#main-textbox a:hover{
	color:#000;
}

#home-news-container .post{
	float:left;
	width:100%;
	text-align: justify;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBBBA;	
}

#home-news-container .post a{
	color:#000;
	text-decoration:none;
}
#home-news-container .post a:hover{
	color:#F6851F;
}


#home-news-container .entry-title{
	float:right;
	width:195px;
	text-align: justify;
	font-size:12px;
	font-weight:normal;
	line-height:130%
}

#home-news-container .entry-meta a{
	color:#FFF;
}

#home-news-container .post h2{
	margin:0;
	padding:0;
}


#home-news-container .entry-meta{
	float:left;
	width:27px;
	height:27px;
	padding:5px;
	text-align:center;
	background-color:#BCBBBA;
	line-height:100%
}

#main-textbox h1{
	background-image:url(../images/h1-bg-long.jpg);
	background-repeat:no-repeat;
	margin-top:0;
}

#main-textbox ul{
	text-align: left;
	list-style:none;
	margin-left: 0;
padding-left: 0;
}

#main-textbox li
{
	padding-left: 25px;
	background-image: url(../images/ul-li.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
#footerall{
	width: 100%;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	line-height: 160%;
	background-color: #1F9AD6;
	color: #666;
}
#footer{
	width: 980px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	font-size: 12px;
	line-height: 160%;
	background-repeat: no-repeat;
}

.footer-box{
	width:211px;
	height:132px;
	float:left;
	padding-top: 40px;
	padding-left: 20px;
	line-height: 150%;
	padding-right: 10px;
	font-weight: bold;
}
.footer-box2{
	width:225px;
	height:102px;
	float:left;
	padding-top: 73px;
	padding-left: 20px;
	line-height: 130%;
	font-size: 17px;
	font-weight: bold;
}


#footer a{
		color:#F6851F;
		text-decoration:none;
}

#footer a:hover{
color:#FFF;
}

.footer-scroll{
	width:718px;
	height:48px;
	float:left;
	overflow: hidden;
	padding-left: 3px;
	padding-bottom: 3px;
}
.footer-scroll img{
	border:none;
}

.footer-designer{
	width:230px;
	height:43px;
	float:right;
	text-align: right;
	padding-top: 7px;
}
.footer-designer-logo{
	width: 380px;
	height: 40px;
	float: right;
	text-align: right;
}
.footer-designer-logo img{
	border:none;
	margin-right:1px;
	 display:inline;
}

.offer-all-container{

}

.offer-container{
	width:214px;
	float:left;
	margin-bottom: 20px;
	height: 220px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 130%;
}
.offer-container2{

}
.offer-image{
	width:100%;
	float:left;
	text-align:center;
	height: 100px;
}
.offer-description{
	width:100%;
	float:left;
	text-align:center;
	font-weight: bold;
	color: #131A48;
	font-size: 15px;
}
.offer-description h3{
	margin-top:0;
	margin-bottom:0;
	color:#F6851F;
	font-size:18px;
}


.contact-info-container{
	float:left;
	width:100%;
	margin-bottom: 15px;
}

.contact-address{
	float: left;
	width: 950px;
}

.contact-map{
	float:right;
	width:550px;
}

.contact-address a{
	color: #999999;
}

.contact-address a:hover{
	color:#000;
}

.contact-map{
	float: right;
	width: 800px;
	padding: 0px;
	min-height: 250px;
}

.contact iframe{
	padding:2px;
	border: 1px solid #CCC;	
}
.footer-copyright{
	width: 380px;
	height: 35px;
	float: left;
	text-align: left;
	padding-top: 5px;
	color: #666;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​
