body {
	background-color: #FFF;
	background-image: url('images/header.jpg'); 
}
article img{
	width:100px;
	height:100px;
}
header {
	padding-top: 80px;
}
nav {
	color: #10365b;
	background-color: #FFF;
	opacity: 0.9;
	position: fixed;
	width: 100%;
	top:0;
	z-index: 2;
	border-bottom: 1px solid #4588c9;
}
nav ul {
	background-color: #FFF;
	opacity: 0.8;
	height:  20px;
	text-align: center;
	padding: 30px;
}
	
nav li {
	display:inline;
	margin: 35px;
	font-family: 'Raleway', Helvetica, sans-serif;
	

}

nav a:link {
	color:#10365b;
	text-decoration: none;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;	
	}      /* unvisited link */
nav a:visited {
	color:#10365b;
	text-decoration: none;

	}  /* visited link */
nav a:hover {
	color: #ff5c00;
	/*color:#FC9D9A;*/
	text-decoration: none;

	}  /* mouse over link */
nav a:active {
	color:#10365b;
	text-decoration: none;

	}  /* selected link */

header img {
    width: 100%;
}

#content {
	position: relative;
	bottom: 5px;
	height: 1000px;
	width: 100%;
	background-color: #FFF;
	font-size: 1em;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 300;
}

#content a:link {
	color:#ff5c00;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;	
	}      /* unvisited link */
#content a:visited {
	color:#ff5c00;

	}  /* visited link */
#content a:hover {
	color: #10365b;
	/*color:#FC9D9A;*/

	}  /* mouse over link */
#content a:active {
	color:#ff5c00;
	}  /* selected link */


.container{
	width:1000px;
}

#left {
	float:left;
	width: 400px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;

}


#left h2{
	font-size: 1.3em;
}
#right {
	border-left: 1px dotted #4588c9;
	padding-left: 10px;
	width: 500px;
	text-align: justify;
	float: right;
	margin-right: 30px;
	margin-top: 30px;

}

#right h1{
	font-size:1.8em;
	font-weight: bold;
}
#content img {
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 20px;
}

#bullets{
	clear:both;
	padding-left: 100px;
	list-style-type: circle;
	font-size: 1.4em;
}
#bullets li{
	margin: 10px;
	display:inline-block;
	font-size: 0.8em;
	list-style-type: circle;

}

#services {
	border-top: 5px solid #ff5c00;
	position: relative;
	bottom: 5px;
	height: 100%;
	width: 1000px;
	background-color: #10365b;
	font-size: 1em;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 300;
	list-style-type: none;
	color: #ff5c00;
	text-align: center;
}

#contact{
	min-height: 350px;
    height: auto !important;
    height: 350px;
	margin: -10px;
	background-image: url(../images/black_lozenge/black_lozenge.png);
	background-repeat: repeat;
	font-family: 'Raleway', Helvetica, sans-serif;
	


}
#contact ul{
	padding-bottom: 20px;

}
#contact li {
	margin: 8px;
}
#contact h1{
	font-size: 2.5em;
	

}

#contact_left{
	float:left;
	color:#C0C0C0;
	padding-left: 100px;
	padding-top: 60px;
}

#contact a:link {
	color:#ff5c00;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;	
	}      /* unvisited link */
#contact a:visited {
	color:#ff5c00;

	}  /* visited link */
#contact a:hover {
	color: #10365b;
	/*color:#FC9D9A;*/

	}  /* mouse over link */
#contact a:active {
	color:#ff5c00;
	}  /* selected link */

#contact_right{
	padding-right: 100px;
	padding-top: 60px;
	float:right;
}

#article_interest {
	width: 330px;
	border-top: solid black 1px;
}

#article_left {
	width: 90px;
	margin-right: 10px;
	float:left;
}

#article_right {
	width: 200px;
	float:right;
}

#article_right h2{
	color: #10365b;
	
}

#article_right p{
	font-size: 0.8em;
}

#after_article{
	clear:both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

@media only screen and (max-device-width: 780px) {

    /* iPhone 5 only */
    p{
    	font-size:0.6em;
    }
    nav{
    	position: static;
    }
    header {
	padding-top: 0px;
}
}

