*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/mainbg.jpg) repeat center top fixed;
}

/* Hyperlink Styles: */

a, a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	/*text-shadow:0 1px 1px black;*/
}

h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}


h2{
	font-size:40px;
	font-weight:normal;
	letter-spacing:0.01em;
	/*text-transform:uppercase;*/
	padding: 10px 7px 10px 55px;
	background:url(images/flower.png) no-repeat left center;
	font-weight:bold;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:#301B1A;
	margin:1em 0;
	overflow:hidden;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #382020;
}

.header, .holder {
	margin:0 auto;
	width:1000px;
}

div.article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#371F1D;
	border-bottom-color:#204656;
	margin:1.3em 0;
}

.article .about-box p{
	font-size:16px;
	line-height:30px;
}

.article .work-p p{
	font-size:16px;
}

 .blank-box{
	
	height:350px;
}

.article .black-bg{
	background:url(images/about-line.png) repeat-x;
	width:100%;
}

.black-bg .about-right{
	margin-left:20px;
}

div.footer .line{
	margin:2em 0;
}

div.nav{
	float: right;
    margin-top: 4em;
    padding: 0 5px;
    right: 0;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

div.nav ul li{
	display:inline;
	float: left;
}

div.nav ul li a,
div.nav ul li a:visited{
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;

	text-transform:none;
}

div.nav ul li a:hover{
	text-decoration:none;
	background:url(images/YELLOW.png) no-repeat center bottom;
	color: #FFF;
}

div.nav ul li div {
	background:url(images/1pixel.png) repeat left top;
	display:none;
	position:absolute;
	margin-top:30px;
	width:140px;
}

div.nav ul li:hover div {
	display:block;
}

div.nav ul li div ul li a {
	background:none !important;
}

div.nav ul li div ul li a:hover {
	color:#000;
}


/* Article styles: */

#page{
	width:100%;
	margin:0 auto;
	position:relative;
}

div.article{
	margin: 3em 0 0;
    padding: 20px 0 0;

}

div.article .box{
	background:url(images/line.png) repeat left top;
	width:100%;
	height:210px;
	margin-top:90px;
}

div.article .box p{
	padding-top:20px;
	font-size:16px;
}

#article1, #article2, #article3, #article4 {
	margin:150px 0 0;
}

#article1 img:hover, #article1 div.white-content:hover {
    -webkit-transform: scale(1.3,1.3);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.3,1.3);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

#article1 div.white-content img:hover {
    -webkit-transform: none;
    -moz-transform: none;
}

.team div {
	background:#FFF;
	padding:10px;
	width:700px;
}

div.figure{
	border:3px solid #371D1E;
	float:right;
	height:300px;
	margin-left:15px;
	overflow:hidden;
	width:500px;
}

div.figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

div.figure img{
	margin-left:-60px;
}

/* Footer styling: */

div.footer{
	text-align:center;
	font-size:0.825em;
}


div.footer p{
	position:relative;
}

div.footer a,div.footer a:visited{
	color:#cccccc;
	background-color:#0D5DB6;
	display:block;
	padding:2px 4px;
	z-index:100;
	position:relative;
}

div.footer a:hover{
	text-decoration:none;
	background-color:#0D5DB6;
}

div.footer a.by{
	float:left;

}

div.footer a.up{
	background: url(images/home-icon.jpg) no-repeat center center #5e5e5e;
    bottom: 0;
    padding: 18px;
    position: fixed;
    width: 100%;
	
}

.article .reach-box{
	width:1000px;
	height:600px;
}
	
.article .reach-box .logo-text{
	margin-top:50px;
	width:300px;
	float:left;
}
	
.article .reach-box .map{
	float:right;
}

.shadow {
	text-shadow: 1px 1px 3px #000000;
}