@charset "UTF-8";

/* Layout/Text Formatting */

body {
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(../images/bg.jpg);
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: #999;
	background-color:#FFF;
	background-repeat:repeat-x;
}

.section1 {
	background-image:
	url(../images/bg_who_we_are.jpg);
	
}

.section2 {
	background-image:
	url(../images/bg_what_we_do.jpg);
	
}

.section3 {
	background-image:
	url(../images/bg.jpg);
	
}



.section4 {
	background-image:
	url(../images/bg.jpg);
	
}


a, img {
   border:none;
}

#header-right {
background-color:#0099cc;
color:#FFF;
border-radius: 25px;
float: right;
padding:10px;
font-size:12px;
clear:none;
margin-bottom:10px;
position:relative;
z-index:9999;
	
}

#header-right a:link {
	color:#CCC;
text-decoration:none;
}

#header-right a:visited  {
color:#CCC;
}

#header-right a:hover, a:active,  a:focus {
color:#FFF;
}


#main-body_right a:link {
color:#CCC;
text-decoration:none;
}

#main-body_right a:visited  {
color:#CCC;
}

#main-body_right a:hover, a:active,  a:focus {
color:#FFF;
}


.zero {
text-decoration:underline;
}
.one {
text-decoration:underline;
}
.two  {
text-decoration:underline;
}
.three  {
text-decoration:underline;

}

.four  {
text-decoration:underline;

}



body.section0 .zero  {
text-decoration:underline;
}
	
body.section1 .one   {
	
 text-decoration:underline;

	}
	
body.section2 .two   {
text-decoration:underline;
}
	
body.section3 .three  {
	text-decoration:underline;
}
body.section4 .four  {
text-decoration:underline;
}


	
.container {
margin: 0 auto;
background-color:#FFF;
	
}

h1 { font-size: 2em; color: #0099cc; margin: 0px 0px .5em 0px; font-weight: normal; }
h2 { font-size: 1.6em; color: #0099cc; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #0099cc; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }


.subtext h3  { font-size: 1em; color: #9e472a; margin: 0em 0px .25em 0px; }

@media screen and (min-width: 1000px) and (max-width: 2000px) {
	
	.subtext h3  { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }


}




/* Layout/Text Formatting ends*/









/* Text pages starts*/
.text_pages {
-moz-box-shadow:  25px 0px 25px -25px rgba(0,0,0,0.45),  -25px 0px 25px -25px rgba(0,0,0,0.45);
-webkit-box-shadow:  25px 0px 25px -25px rgba(0,0,0,0.45),  -25px 0px 25px -25px rgba(0,0,0,0.45);
box-shadow:  25px 0px 25px -25px rgba(0,0,0,0.45),  -25px 0px 25px -25px rgba(0,0,0,0.45);
height:355px;
font-size:16px;
background-color: #FFF;
padding: 20px;
	
}

.page .text_pages img {
float:left;
padding-bottom:20px;	
}

.page .text_pages h1 {
font-size:28px;
color:#0099cc;
}

.page .text_pages_footer {
display:none;
	
}

.text_pages .contact_us{
padding-top:90px;	
}
.about_us .page .page_content .content #main-body .text_pages {
	height:470px;
		
	}
#phone {
font-weight:bold;
color: #FFF;
}

.clear_both { clear: both; line-height: 1px; }


/* Text pages ends */








/* .page starts */

.page { font-size: 1em;

}

.page { position: relative; margin: 0px auto 0px auto; max-width: 980px; }



.page header {
	display: block;
	position: relative;
	height: 175px;
	background-color:#FFF 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 0px;
	left: 45px;
	display: block;
	height: 161px;
	float:left;
}
.page .page_content {
	padding: 0px 0px 0px 0px;
	
}
.page .page_content .page_content_container_left { width: 100%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 30%; float: left; margin: 0px; padding: 0px; }
.page .page_content .content {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page .page_content .content_sidebar {
	margin: 20px 20px 20px 0px;
	padding: 10px;
	border: 1px solid #591508;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
}
.page nav { position: absolute; top: 135px; right: 20px; left: 20px; text-align: left;  width:100%; height:40px;}
.page nav a {
	border: 0px solid #000;
	border-radius: 16px;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	
	font-size: 1.15em;
}

.page nav a:hover {text-decoration:underline; }
.page footer {
	display: block;
	padding: 15px 10px 15px 20px;
	font-size: 0.9em;
	color: #fff;
	background: #0099cc;
}

.clear_both { clear: both; line-height: 1px; }

/* .page starts ends*/



/* .page_ab starts starts*/

.page_ab { font-size: 1em;
color:#000;}

h1 {
	font-size: 2em;
	color: #FFF;
	margin: 0px 0px .5em 0px;
	font-weight: normal;
}
h2 {
	font-size: 1.1em;
	color: #990000;
	margin: 0px 0px .5em 0px;
}
h3 { font-size: 1.25em; color: #9e472a; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; font-size: 1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #999;
text-decoration:none;}
a:hover { color: #0099cc; }

.content_sidebar h3 { color: #0099cc; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #733e34; }
.content_sidebar a { color: #0099cc; }
.content_sidebar a:hover { color: #f52d1b; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/sidebar_photo_large.png) center 0px;
	margin: 0px;
	height: 175px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;  }
.content_sidebar figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 15px 0px; }

/* Layout */

.page_ab {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 975px;
}
.page_ab article {
	display: block;
	position: relative;
	height: 200px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #000 no-repeat 0px 0px;
}
.page_ab article a.logo {
	position: absolute;
	top: 45px;
	left: 45px;
	display: block;
	width: 180px;
	height: 105px;
	background-color: #000 no-repeat 0px 0px;
}

.page_ab .page_content {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.page_ab .page_content .page_content_container_left { width: 100%; float: center; margin: 0px; padding: 0px; }
.page_ab .page_content .page_content_container_right { width: 0%; float: center; margin: 0px; padding: 0px; }
.page_ab .page_content .content {
	margin: 15px 20px 20px 20px;
	padding: 0px;
	line-height: 3em;
}
.page_ab .page_content .content_sidebar {
	margin: 15px 20px 20px 0px;
	padding: 10px;
	border: 1px solid #591508;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f6ebda;
}

.page_ab nav { position: relative; top: 20px; right: 20px; left: 20px; text-align: left; }
.page_ab nav a {
	width:290px;
	height: auto;
	border: 0px solid #000;
	border-radius: 16px;
	color: #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}




.page_ab nav a:hover { color: #999;}
.page_ab footer {
	display: block;
	border-top: 1px solid #ddd;
	margin-top:30px;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #999;
	background-color: #FFF;
	
}

/* .page_ab starts ends*/














/* Small Screen Rules */



}
@media screen and (min-width: 801px) and (max-width: 1000px) {
	
	 .subtext h1 {
	font-size:18px;
	
	
}
	
	.subtext h3 {
		font-size:12px;
		
	}


}

@media screen and (min-width: 150px) and (max-width: 800px) {	




.text_pages img {
	display:none;
	
	
}

 .subtext h1 {
	font-size:14px;
	
	
}

.subtext h3 {
		font-size:12px;
		
	}


.page .text_pages_footer {
	display:block;
	
}

.text_pages {
	
	font-size:14px;

}
.text_pages {
	
	height:auto;
}

.text_pages .contact_us {
	padding-top:0px;
	
}
}


@media screen and (min-width: 150px) and (max-width: 630px) {
	
	
	

	#main-body {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

#main-body_index {
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
.page .page_content {
background-color:
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);}
	
	.page { margin: 0px; padding: 0px; font-size: 1.2em }
	.page header { height: 100px;
	
	}
	
	.page header {
		float:left;
		clear:both;
		
	}
	
	#header-right {
		margin-left:10px;
		float:left;
		font-size:12px;
		
	}
	.page header a.logo {
		top: 0px;
		left: 0px;
		margin: 0px auto 0px auto;
		width: 275px;
		height: 123px;
		background: url(../images/logo_large.png) no-repeat 0px 0px;
	}
	.page .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background: url(../images/team.jpg) center 0px; height: 100px; }
	.page .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }
	.page nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
	}
	.page nav a {
		color: #fff;
		border: 1px solid #000;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #666 url(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page nav a:hover { color: #fff; background-color: #CCC; }
	.page footer { font-size: .8em; }
	
	.page footer {
	margin-top:200px;
	
}
}

/* Medium Screen Rules */
@media screen and (min-width: 0px) and (max-width: 1000px) {
body {background-image: none;}

.section1 {
	background-image:none;}
.section2 {
	background-image:none;}
	
.section3 {
	background-image:none;}
	
	.section4 {
	background-image:none;}
	
	.section5 {
	background-image:none;}
	
	
}
@media screen and (min-width: 631px) and (max-width: 1000px) {
	
	
		
	.page { margin: 0px; padding: 0px; font-size: 1.15em }
	.page header { height: 120px; background-image: none padding: 10px 50px 0px 75px; }
	.page header a.logo {
		top: 0px;
		left: 5px;
		width: 275px;
		height: 123px;
		background: url(../images/logo_medium.png) no-repeat 0px 0px;
	}
	
	#main-body_index {
		margin-top:10px;
		
	}
	
	.page nav { top: 100px; }
	
	
	.page nav a {
		color: #0099cc;
		margin-left: 10px;
		padding: 5px 5px 5px 5px;
		font-size: .9em;
	}
	
	.page nav a:hover { color: #fff; background-color: #999; }
	.page .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_medium.png) center 0px; height: 150px; }
	.page .content_sidebar figure figcaption { font-size: .8em; }
	
	
}


@media screen and (min-width: 0px) and (max-width: 800px) {
	.kincove_text_pages_img {
		display:none;
	
}

}

/* Large Screen Rules */








@media screen and (min-width: 150px) and (max-width: 630px) {	
body {
	
	padding: 10px;


}
}



@media screen and (min-width: 150px) and (max-width: 500px) {	




	.page_ab { margin: 0px; padding: 0px; font-size: 1.2em }
	.page_ab article { height: 50px; background-image: none; }
	.page_ab article a.logo {
		top: 3px;
		left: 25px;
		margin: 0px auto 0px auto;
		width: 127px;
		height: 5px;
		background:  no-repeat 0px 0px;
	}
	.page_ab .page_content .page_content_container_left { width: inherit; float: none; margin: 0px; }
	.page_ab .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page_ab .page_content .content { margin: 10px 10px 20px 10px; }
	.page_ab .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page_ab .page_content .content_sidebar figure { width: 30%; float: right; margin-left: 15px; }
	.page_ab .page_content .content_sidebar figure .figure_photo { background: url(../images/sidebar_photo_small.png) right 0px; height: 100px; }
	.page_ab .page_content .content_sidebar figure figcaption { font-size: .8em; text-align: right; }
	.page_ab nav {
		position: inherit;
		padding: 15px 0px 1px 0px;
		text-align: left;
	}
	.page_ab nav a {
		width:auto;
	height: auto;
		color: #999;
		border: 0px solid #68230b;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #FFF url(../images/mobile_link_arrow.png) no-repeat right 50%;
	}
	.page_ab .page_content nav a img {
		padding-top:15px;}
	

	.page_ab footer { font-size: .8em; }
	
	#main-body {
		height:350px;
		overflow:scroll;
		
}

#main-body_index {
		display:none;
}

#main-body .text_pages {
	background-image:none;
	
}




}




@media screen and (min-width: 501px) and (max-width: 1000px) {
	
	.page_ab { margin: 0px; padding: 0px; font-size: 1.15em }
	.page_ab article { height: 90px; background-color: #fff; padding: 10px 50px 0px 75px; }
	.page_ab article a.logo {
		top: 20px;
		left: 25px;
		width: 90px;
		height: 55px;
		background-color: #fff; no-repeat 0px 0px;
	}
	.page_ab nav { top: 10px;
	text-align:left;}
	.page_ab nav a {
		width:auto;
	height: auto;
		border-color: #fff;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
	.page_ab nav a {
		color: #999;
		border: 0px solid #68230b;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #fffurl(../images/mobile_link_arrow.png) no-repeat right 50%;
	}

	
	
	
.page_ab .page_content .page_content_container_left .content {
	padding-top:520px;}

	.page_ab .content_sidebar figure .figure_photo 
	{background: url(../images/sidebar_photo_medium.png); right 0px; height: 150px; }
	.page_ab .content_sidebar figure figcaption { font-size: .8em; }
	

.page_ab .page_content nav a .footer_text {
	
	clear:none;
	float:left;
	
}

	.page_ab .page_content nav a img {
		padding-top:15px;}
		
		 .page_ab .page_content nav a .image3 {
	clear:left; 
	float:left;
}

}
#kincove_text_pages p {
	float: right;
}
