body{
	margin:0px;
	padding:0px;
	line-height:18px;
}

/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	font-family: 'Carrois Gothic', sans-serif;
	font-weight:600;
}

h1, h2, h3 {
	padding-bottom:20px;
}
h4, h5, h6 {
	padding-bottom:10px;
}



h1 { 
	font-size: 30px;
	color:#223e77;
}
h2 {
	font-size: 25px;
	color:#223e77;
}
h3 {
	font-size: 20px;
	color:#223e77;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
p {
	font-family: 'Carrois Gothic', sans-serif;
	font-size:14px;
	color:#000000;
	padding:0px 0px 12px 0px;
}

hr {
    border: 0 none;
    height: 1px;
	margin:20px 0px;
	background-color:#f2f2f2;
	background: -webkit-gradient(left center , transparent, rgba(0, 0, 0, 0.1), transparent); /* for webkit browsers */
	background: -moz-linear-gradient(left center , transparent, rgba(0, 0, 0, 0.1), transparent); 
	background: -o-linear-gradient(left center , transparent, rgba(0, 0, 0, 0.1), transparent); 
}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/

.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
	margin-right: 15px !important;
}
.alignright {
	float: right;
	margin:0px 0px 0px 0px;
	width:auto;
	margin-left: 15px !important;
}

.aligncenter{
	margin: 0 10px 0px 0;
	width:auto;
	
}

a img {
	border:none;
}

a {
	color:#223e77;
}

a:hover {
	color:#ffffff;
}

.content img {
	max-width:100%;
	height:auto;
}

img.border{
	border:#e3b434 6px solid;
	margin:0px 13px 20px 0px;
}


*|*:focus {
 outline: none;
}

iframe{
	border:none;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}
/* typo_page_blockquotes
----------------------------------------------------------------------------------------------------*/
.blockquotes {
	background-image:url(images/testimonial_img.png);
	background-repeat:no-repeat;
	background-position:left 0px;
	font-style:italic;
	font-size:14px;
	line-height:20px;
		color:#999;	
}
.blockquotes p {
	color:#999;	
}
/* sub_heading
----------------------------------------------------------------------------------------------------*/
.sub_heading{
	color:#FFFFFF;
	font-size:16px;
	font-family: 'Carrois Gothic', sans-serif;
	font-style:italic;
	padding:0px 0px 8px 0px;
}
.sub_heading a:link{
	text-decoration:none;
	color:#FFFFFF;
}
.sub_heading a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
.sub_heading a:hover{
	text-decoration:none;
	color:#6fac20;
}
.sub_heading a:active{
	text-decoration:none;
	color:#FFFFFF;
}



/* span hilights
----------------------------------------------------------------------------------------------------*/
.hilight_light{
	color:#000000;
	background-color:#2a2828;
}
.hilight_dark{
	color:#FFFFFF;
	background-color:#000000;
}

/* dvLoading Section d05056
----------------------------------------------------------------------------------------------------*/
#dvLoading{
	height: 100px;
	width: 100px;
	position: fixed;
	z-index: 9991;
	background:#fff url(images/page_loader.gif) no-repeat center center;
	width:100%;
	height:100%; 
}
.page_close{
	position:absolute;
	right:1px;
	top:1px;
	width:200px;
	height:200px;
	font-size:18px;
	font-weight:300;
	color:#fff;
	text-align:center;
	text-shadow: 0px 2px 2px rgba(000, 000, 000, 0.4);
	line-height:19px;
}
.page_close:hover{
	color:#eee;
}


/* header section
----------------------------------------------------------------------------------------------------*/
.header_wrapper{
	width:100%;
}
.header{
	width:1000px;
	margin:0 auto;
}

/* logo section
----------------------------------------------------------------------------------------------------*/
.logo{
	float: left;
	padding:50px 0px;
}
/* Social Icons
----------------------------------------------------------------------------------------------------*/
.social_icons{
	float:right;
	padding:70px 0px 50px 0px;
}


.social_icons ul{
	list-style:none;
}

.social_icons ul li{
display:inline-block;
}

/* content section
----------------------------------------------------------------------------------------------------*/
.content_wraper{
	width:100%;
	background-image:url(images/background1.png);
	background-repeat:repeat;
	overflow:hidden;
	padding-bottom:30px;
}
.content{
	width:1000px;
	margin:0 auto;
	padding-top:55px;

}

/* Gallery Section
----------------------------------------------------------------------------------------------------*/
ul.gallery{
list-style:none;
}

ul.gallery li{
display:inline-block;
}

/* footer section
----------------------------------------------------------------------------------------------------*/
.footer_wraper{
	width:100%;
	background-image:url(images/footer.png);
	background-repeat:repeat;
	overflow:hidden;
    clear:both;
	
}
.footer{
	width:1000px;
	margin:0 auto;
	height:60px;
	clear:both;
	padding-top:40px;
	
}

.footer span.copy_right{
	float:left;
	display:block;
	font-family: 'Carrois Gothic', sans-serif;
	color:#000000;
	font-size:13px;
}

.footer ul{
float:right;
list-style:none;
}

.footer ul li{
	width:120px;
	display:inline;
	font-family: 'Carrois Gothic', sans-serif;
	color:#000000;
	font-size:13px;
	text-transform:lowercase;
	padding-left:10px;
	padding-right:10px;
	border-right:#333333 1px solid;
	text-align:center;
}

.footer ul li a{
	text-decoration:none;
	font-family: 'Carrois Gothic', sans-serif;
	color:#000000;
}

/* contact Section
----------------------------------------------------------------------------------------------------*/
#contact-form input, #contact-form textarea {
	padding: 5px;
	font-family: 'Carrois Gothic', sans-serif;
	margin: 10px 0px 10px 0px;
	border: 1px solid #444;
	background-color:#343434;
	color:#fff;
}
#contact-form input {
	width:90%;
	background-color:#333333;
    background-repeat:repeat;
    
}
#contact-form textarea {
	height:100px;
	width:100%;
	background-color:#333333;
    background-repeat:repeat;
    
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 1px solid #2a2828;
}
#contact-form p input#submit {
	float:left;
	background-color:#666;
	padding:7px 15px 7px 15px;
		border:1px solid #444;
	color:#fff;
	font-family: 'Carrois Gothic', sans-serif;
	font-size:15px;
	
	
	float:left;
	margin-top:10px;
	
	width:100px;
}
#contact-form p input#submit:hover {
	background-color:#888;
		border:1px solid #333;
	color:#FFFFFF;
	
	cursor:pointer;
}
#contact-form label {
	float: left;
	width:70px;
	padding-top: 1px;
	font-size:13px;
	font-family: 'Carrois Gothic', sans-serif;
	color:#000000;
}
.vaidate_error {
	border:1px solid #F96E5B!important;
}
#response {
	color:#006633;
}

