/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img { max-width: 100%;
	  height: inherit;
	  
}

#wrapper { margin:0 auto;
			width:100%;
			}
#header { width:0 auto;
		 background-image:url(images/Headerbg.jpg);
		 background-repeat:no-repeat;
		 background-position:center;
		 height:135px;
		 display:block;
		 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}
#nav {
    width: 50%;
    height: 30px;
    float: right;
    margin-top: 68px;
}
#nav ul li {
float: left;
margin-left: 4%;
margin-right: 4%;

}
#nav ul li:last-child { margin-right:0%;}
			
#nav ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-top: 10px;
    font-family: tahoma;
    font-size: 1.25em;
}
#container { width:100%;
			 margin:0 auto;
			}
#rightcol { width: 10.625%;
height: 665px;
display: block;
position: fixed;
right: 0px;
bottom:0px;
		}
.sideimg {width: 100%;
height: inherit;
border-top: 5px;
border-color: white;
border-style: solid;}
#centercol { width:56.875%;
			 display:block;
			 float:left;
			 margin-left:35.5%;}
#leftcol {
width: 32.5%;
display: block;
float: left;
height: 631px;
position:fixed;
left:0px;
margin-top:3%;
}
#careerbox { height: 300px;
width: 86.57047724750277%;
margin: 20px auto;
border: brown;
border-style: double;
			}
#propertydescription {height: 220px;
width: 35.8974358974359%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
color:#030851;
}
.leftdescriptionbox {margin-top: 40px;
margin-left: 5.12820512820513%;
float: left;
}
.rightdescriptionbox {margin-top: 40px;
margin-right: 5.12820512820513%;
float: right;}

#propertyimage {width: 55.12820512820513%;
height: 280px;
}

.rightproperty { float: right;
margin-top: 10px;
margin-right: 1.28205128205128%;
				}
				
.leftproperty { float: left;
margin-top: 10px;
margin-left: 1.28205128205128%;
				}
.propertyname { font-size:14px;}
.jobtitle { font-size:18px;}
.text {margin:0 auto; margin-top:50px;
font-size:14px;
}
#propertydescription a { color:#004BFF; text-decoration:none; font-size:14px;}
.footer { margin: -3px auto; text-align:center; color: rgb(204, 204, 204); font-family: tahoma; font-size: 14px;padding-top: 7px;}
#footer {
    height: 28px;
    width: 100%;
    position: relative;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.99);
    float: left;
}
#footer2 {
    height: 28px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.99);
    float: left;
}
#mydiv {
position: absolute;
top: 18%;
width: 880px;
}
.flrcontact{float: right;
margin-right: 18%;
clear: both;
margin-top: -240px;
-moz-margin-end: 0%;}

.response { text-align: left;
			font-size: 24px;
			width:500px;
			padding:15px;
			background:#000;
			opacity:.65;
			color: #FE4;
			border-radius: 15px;
			}
.container { margin:0 auto;
			}
.formtext { color: black;
			font-size: 15px;
			font-weight: bold;
			font-family: sans-serif;
			}
.lala { color:aliceblue;
margin-left: 45%;
font-size:35px;
	}
.formwrapper {
    width: 740px;
    text-align: left;
    position: relative;
    top: -2px;
    float: left;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 2px 6px 15px #000;
    margin-bottom: 2%;
    background: none repeat scroll 0% 0% rgb(127, 165, 255);
    opacity: 0.9;
}

.formwrapperconfirm {

position: relative;
padding-top: 20px;


}
.wrapper1 {
margin-left: 11%;
text-align: left;
position: relative;
top: 43px;
float: left;
padding:20px;
background: bisque;
border-radius: 15px;
box-shadow: -15px 18px 60px -11px black;
margin-bottom:2%;
}
			  
.formwrapper_send { width: 500px;
			   margin-left:11%;
               text-align: left;
			   position: relative;
			   top: 226px;
			   float:left;
			   background-color:#F0F0F0;
			   padding: 12px;
			  }	
			  		  
.textbox {
	position: absolute;
	left: 148px;
	color: #000;
	
		  }
.textbox5 { position: absolute;
		   left: 56px;}
.textbox1 { position: absolute;
		   right: 113px;
		  }
		  
.addresswrapper { width: 589px;
				  margin-left: 6%;
                  float: left;
				  margin-top: 14%;
				}
a { font-family:Tahoma, Geneva, sans-serif;}
.frontimage {margin-top: 1%;
width: 98%;
margin-left: 1%;
height: 485px;}

.frontbox {height: 628px !important;}
#position {height: 425px;
width: 27.897436%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #F5DEB3;
float: left;
margin-left: 17%;
margin-top: 5%;}
#gourment {height: 425px;
width: 27.897436%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #030851;
float: left;
margin-left: 10%;
margin-top: 5%;}
#position a { color:#FF7F50; text-decoration:none;} 

	
@media only screen and (max-width: 1600px) {
img { max-width: 100%;
	  height: inherit;
	  
}

#wrapper { margin:0 auto;
			width:100%;
			}
#header { width:0 auto;
		 background-image:url(images/Headerbg.jpg);
		 background-repeat:no-repeat;
		 background-position:center;
		 height:135px;
		 display:block;
		 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		}
#nav {
    width: 50%;
    height: 30px;
    float: right;
    margin-top: 68px;
}
#nav ul li {
float: left;
margin-left: 4%;
margin-right: 4%;

}
#nav ul li:last-child { margin-right:0%;}
			
#nav ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-top: 10px;
    font-family: tahoma;
    font-size: 1.25em;
}
#container { width:100%;
			 margin:0 auto;
			}
#rightcol { width: 10.625%;
height: 665px;
display: block;
position: fixed;
right: 0px;
bottom:0px;
		}
.sideimg {width: 100%;
height: inherit;
border-top: 5px;
border-color: white;
border-style: solid;}
#centercol { width:56.875%;
			 display:block;
			 float:left;
			 margin-left:35.5%;}
#leftcol {
width: 32.5%;
display: block;
float: left;
height: 631px;
position:fixed;
left:0px;
margin-top:-4%;
}
#careerbox { height: 300px;
width: 86.57047724750277%;
margin: 20px auto;
border: brown;
border-style: double;
			}
#propertydescription {height: 220px;
width: 35.8974358974359%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
color:#030851;
}
.leftdescriptionbox {margin-top: 40px;
margin-left: 5.12820512820513%;
float: left;
}
.rightdescriptionbox {margin-top: 40px;
margin-right: 5.12820512820513%;
float: right;}

#propertyimage {width: 55.12820512820513%;
height: 280px;
}

.rightproperty { float: right;
margin-top: 10px;
margin-right: 1.28205128205128%;
				}
				
.leftproperty { float: left;
margin-top: 10px;
margin-left: 1.28205128205128%;
				}
.propertyname { font-size:14px;}
.jobtitle { font-size:18px;}
.text {margin:0 auto; margin-top:50px;
font-size:14px;
}
#propertydescription a { color:#004BFF; text-decoration:none; font-size:14px;}
.footer { margin: -3px auto; text-align:center; color: rgb(204, 204, 204); font-family: tahoma; font-size: 14px;padding-top: 7px;}
#footer {
    height: 28px;
    width: 100%;
    position: relative;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.99);
    float: left;
}
#footer2 {
    height: 28px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.99);
    float: left;
}
#mydiv {
position: absolute;
top: 18%;
width: 880px;
}
.flrcontact{float: right;
margin-right: 18%;
clear: both;
margin-top: -240px;
-moz-margin-end: 0%;}

.response { text-align: left;
			font-size: 24px;
			width:500px;
			padding:15px;
			background:#000;
			opacity:.65;
			color: #FE4;
			border-radius: 15px;
			}
.container { margin:0 auto;
			}
.formtext { color: black;
			font-size: 15px;
			font-weight: bold;
			font-family: sans-serif;
			}
.lala { color:aliceblue;
margin-left: 45%;
font-size:35px;
	}
.formwrapper {
    width: 740px;
    text-align: left;
    position: relative;
    top: -2px;
    float: left;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 2px 6px 15px #000;
    margin-bottom: 2%;
    background: none repeat scroll 0% 0% rgb(127, 165, 255);
    opacity: 0.9;
}

.formwrapperconfirm {

position: relative;
padding-top: 20px;


}
.wrapper1 {
margin-left: 11%;
text-align: left;
position: relative;
top: 43px;
float: left;
padding:20px;
background: bisque;
border-radius: 15px;
box-shadow: -15px 18px 60px -11px black;
margin-bottom:2%;
}
			  
.formwrapper_send { width: 500px;
			   margin-left:11%;
               text-align: left;
			   position: relative;
			   top: 226px;
			   float:left;
			   background-color:#F0F0F0;
			   padding: 12px;
			  }	
			  		  
.textbox {
	position: absolute;
	left: 148px;
	color: #000;
	
		  }
.textbox5 { position: absolute;
		   left: 56px;}
.textbox1 { position: absolute;
		   right: 113px;
		  }
		  
.addresswrapper { width: 589px;
				  margin-left: 6%;
                  float: left;
				  margin-top: 14%;
				}
a { font-family:Tahoma, Geneva, sans-serif;}
.frontimage {margin-top: 1%;
width: 98%;
margin-left: 1%;
height: 485px;}

.frontbox {height: 628px !important;}
#position {height: 425px;
width: 35.8974358974359%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #F5DEB3;
float: left;
margin-left: 10%;
margin-top: 5%;}
#gourment {height: 425px;
width: 35.8974358974359%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #030851;
float: left;
margin-left: 10%;
margin-top: 5%;}
#position a { color:#FF7F50; text-decoration:none;} }

@media only screen and (max-width: 1120px) {
	#nav ul li {
float: left;
margin-left: 2%;
margin-right: 2%;
}

#nav ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-top: 10px;
    font-family: tahoma;
    font-size: 1.17em;
}

@media only screen and (max-width: 1000px) {
	#nav ul li {
float: left;
margin-left: 2%;
margin-right: 2%;
}


#centercol { width:56.875%;
			 display:block;
			 float:left;
			 margin-left:35.5%;}
#leftcol {
width: 32.5%;
display: block;
float: left;
height: 631px;
position:fixed;
left:0px;
margin-top:-2%;
}
.frontimage {margin-top: 1%;
width: 98%;
margin-left: 1%;
height: 267px;}
.frontbox {height: 355px !important;}
#careerbox {
height: 250px;
width: 86.57047724750277%;
margin: 20px auto;
border: #A52A2A;
border-style: double;
}
.rightdescriptionbox {
margin-top: 11px;
margin-right: 5.12820512820513%;
float: right;
}
#propertydescription {
height: 192px;
width: 35.8974358974359%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.38);
border-radius: 10px;
text-align: center;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #030851;
}
#propertyimage {
width: 55.12820512820513%;
height: 160px;
margin-top: 8%;
}
.text {
margin: 0 auto;
margin-top: 32px;
font-size:14px;

}
#rightcol {
width: 10.625%;
height: 390px;
display: block;
position: fixed;
right: 0px;
bottom: 0px;
}


}
@media only screen and (max-width: 909px) {
	
#nav ul li {
float: left;
margin-left: .7%;
margin-right: .7%;
#nav ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-top: 10px;
    font-family: tahoma;
    font-size: 1.12em;
}

}
@media only screen and (max-width: 788px) {
	
#nav ul li {
float: left;
margin-left: .5%;
margin-right: .5%;
}
#nav ul li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-top: 10px;
    font-family: tahoma;
    font-size: 1.05em;
}
}
#nav ul li a:hover { color: #FFC68E;-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;}

	
#leftcol {
width: 32.5%;
display: block;
float: left;
height: 631px;
position: fixed;
left: 0px;
margin-top: 2%;
}	}
