﻿@charset "utf-8";
/* CSS Document */
/*MP*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}


@font-face
{
font-family: specialfont;
src: url(../fonts/Segoe/SEGOEUI.TTF);
}
a img{
	border:0px;
}
body{
	margin:0px;
	padding:0px;
	background:#CCC;
}
.container2{
	width:1024px;
  
	height:auto;
	margin:0px auto;
	text-align:center;
	background:white;
}

/*Header css*/
.header{
	width:100%;
	height:134px;
	border-bottom:1px solid #000000;
}
.logo,.menu{
	width:50%;
	height:100%;
	float:left;
}
.logo a img{
	margin:57px 0px 0px 0px;
}
.telophonetext
{
	/*width:100%;*/
	text-align:right;
	font-family:specialfont;
	color:#eb9d63;
	margin-top:10px;	
	padding-right: 30px;
	height: 24px;
}
.telophonetext span{
	border-bottom: 1px solid #F9E1D0;
    display: block;
    float: right;
    height: 100%;
    width: 50%;
}
.menubar {
	height: 100px;
    padding-top: 76px;
    width: 100%;
}
.menubar ul{
	float: right;
    height: 100%;
    list-style-type: none;
    margin: 0 10px 0 0;
}
.menubar ul li{
	display: block;
    float: left;
    
    font-size:small;
margin-left:10px;
margin-right:10px;
}
.menubar ul li a{
	font-family: sans-serif;
	float: left;
    text-decoration: none;
    color:#4f6781;
}
.menubar ul li a:hover{
	font-family: sans-serif;
	float: left;
    text-decoration: none;
	border-bottom:5px solid #eb9d63;
}
.currentpage{
	font-family: sans-serif;
	float: left;
    text-decoration: none;
	border-bottom:5px solid #eb9d63;
}
/*End of Header css*/
/*body part*/
.bodypart{
	width:100%;
	height:auto;
	min-height:680px;
}
.leftbodypart{
    color: #AAA9A9;
    float: left;
    font-family: specialfont;
    height: 100%;
    padding: 0 60px 0 20px;
    text-align: justify;
    width: 61%;
}

}
.leftbodypart span{
	margin:0px;
	font-size:18px;
}
.leftbodypart p{
	font-size:14px;
}
.rightbodypart{
    float: left;
    height: 100%;
    width: 31%;
}
.createaccountbox{
	border: 1px solid #DADADA;
    border-radius: 5px 5px 5px 5px;
    height: 215px;
    margin: 25px;
    width: 252px;
}
.createaccountbox span{
	font-family:arial;
	color:#6a6969;
	font-size:24px;
	margin-top:17px;
	display:block;
}
.createaccountbox p{
	border-bottom: 1px solid #e0e0e2;
    color: #EB9D63;
    font-family: spcialfont;
    padding: 10px 20px;
	margin:0px;
}
.createaccountbox a{
	background: url("../Images/callusbtn.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 52px;
    margin: 10px 0 0 50px;
    padding: 3px 0 0;
    text-decoration: none;
    width: 160px;
}
.createaccountbox a .callinfotext,.createaccountbox a .callnotext{
	color: #646465;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.logolinkbar{
	width:100%;
	height:100px;
}
.logolinkbar img{
	margin:0px 10px;
}
/*End of body part*/
/*Footer*/
.footer{
	height:87px;
	width:100%;
	background:url(../Images/footer_bg.png) repeat-x;
}
.menubarbottom{
	height: 87px;
   width: 600px;
	float:left;
}
.menubarbottom ul{
    height: 50%;
    list-style-type: none;
    margin: 0px;
	padding:37px 0px 0px 50px;
	width:100%;
}
.menubarbottom ul li{
	display: block;
    float: left;
    width: 110px;
    font-size:small;
}
.menubarbottom ul li a{
	font-family: sans-serif;
	float: left;
    text-decoration: none;
	color:#eb9d63;
}
.menubarbottom ul li a:hover{
	font-family: sans-serif;
	float: left;
    text-decoration: none;
    color:#92aac6;
	/*border-bottom:5px solid #eb9d63;*/
}
.footer_right{
	float: right;
    margin-top: 3px;
    width: 30%;
	margin-right: 10px;
}
.footer_right span{
	color: #1D262B;
    display: block;
    font-family: specialfont;
    font-size: 13px;
    text-align: right;
}
.footerlogo{
	float: left;
    text-align: right;
    width: 100%;
}
/*End of Footer*/
/*About Page css*/
.aboutpagehdr{
	margin-top:25px;
	margin-bottom:60px;
}
.aboutpagehdr span{
	display: block;
    font-family: specialfont;
    font-size: 29px;
    margin-left: 20px;
    text-align: left;
    width: 50%;
}
/*INtro page css*/

.intropage p{
	margin: 0px 0px 51px 0px;
}
.intropage p img{
	float:left;
	margin-right:10px;
	clear:both;
}
/*contact page css*/
.contactpagehdr{
	margin-bottom: 60px;
    margin-top: 50px;
}
.contactpagehdr span{
	display: block;
    font-family: specialfont;
    font-size: 29px;
    margin-left: 30px;
    text-align: left;
    width: 50%;
}
.contactpage span{
	margin-left:10px;
	display:block;
}
.contactpage img{
	float: right;
    margin-right: -60px;
    margin-top: 24px;
}