/* Cross Browser Compatability CSS */
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/* Write your CSS styles here */
p.sidenote {
	font-family: 'Open Sans', sans serif;
	font-weight: 600;
    text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #252525
}

li.menutext {
	font-family: 'Open Sans', sans serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #0066ff;
}

p {
	font-family: 'Open Sans', sans serif;
	text-align: justify;
	font-size: 24px;
	line-height: 30px;
	color: #252525;
}

p.center {
	font-family: 'Open Sans', sans serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #252525;
}

h3 {
	font-family: 'Open Sans', sans serif;
	text-align: center;
	font-variant: small-caps;
	font-size: 30px;
    font-weight: 600;
	line-height: 37px;
	color: #0066ff;
}

h2 {
	font-family: 'Open Sans', sans serif;
	text-align: center;
	font-variant: small-caps;
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
	color:#0066ff;
}

h1 {
	font-family: 'Open Sans', sans serif;
	font-size: 60px;
    font-weight:600;
	line-height: 80px;
	color: #0066ff;
}

a {
color: #0066ff;
}

body {
	background: url('pics/field.JPG') repeat fixed center center / cover;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

div.maincontent {
	width: 960px;
	margin: 40px auto;
	background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

div.serviceleft {
    width:156px;
    margin-left: 250px;
    padding: 20px 0px 20px 0px;
    float: left;
}

div.serviceright {
    width:156px;
    margin-left: 140px;
    padding: 20px 0px 20px 0px;
    float: left;
}

div.textblock {
    width: 650px;
    height: 185px;
    margin-top: 20px;
    position: relative;
}

div.textblock2 {
    width: 650px;
    height: 185px;
    margin: 20px 0px 0px 10px;
    position: relative;
}

div.textblockright {
    width: 650px;
    height: 185px;
    margin: 20px 0px 0px 310px;
    position: relative;
}

div.textblockright2 {
    width: 650px;
    height: 185px;
    margin: 20px 0px 0px 310px;
    position: relative;
}

.textblock p {
    position: absolute;
    top: 25%;    
}

.textblockright2 p {
    position: absolute;
    top: 25%;    
}


div#header {
	width: 960px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#footer {
    width:960;
    padding: 20px;
    border-top: 1px solid;
    clear: both;
}

div#menu {
    width:300px;
    height:30px;
    float: right;
    font-family: 'Open Sans', sans serif;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	color: #0066ff;
}

#menu li {
    display: inline;
    text-align: center;
    text-decoration: none;
}

#menu a {
    text-decoration: none;
}
    
img.sidephoto {
    margin-top: 20px;
}

img.portphoto {
    margin: 20px;
}

img.portphoto2 {
    margin: 20px 100px 20px 20px;
}