/* Downloaded from http://freehtml5templates.com */
/* Created by http://dedide.info */

/* quick short version of reset */
* {
margin: 0;
padding: 0;
}

/* cause html5 elements to be rendered as block elements*/
header, footer, section, aside, nav, article {
display: block;
}


body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
    repeat: top right;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */

}
#contwho {
	width: 840px;
	height: 930px;
	margin: auto;
	margin-top: 60px;
	padding-top: 10px;
    background: rgb(255, 255, 255); /* The fallback for browsers that cannot understand RGBa - you know who you are*/
	background:rgba(240 ,240,240,1);
    color:#000;
	font-family: Philosopher, sans-serif;
    -moz-border-radius: 15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-color: #2e3449;
    border-width: 5px;
    border-style: solid;
}
#contindex {
	width: 840px;
	height: 880px;
	margin: auto;
	margin-top: 60px;
	padding-top: 10px;
    background: rgb(255, 255, 255); /* The fallback for browsers that cannot understand RGBa - you know who you are*/
	background:rgba(240 ,240,240,1);
    color:#000;
	font-family: Philosopher, sans-serif;
    -moz-border-radius: 15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-color: #2e3449;
    border-width: 5px;
    border-style: solid;
}
#contcontact {
	width: 840px;
	height: 730px;
	margin: auto;
	margin-top: 60px;
	padding-top: 10px;
    background: rgb(255, 255, 255); /* The fallback for browsers that cannot understand RGBa - you know who you are*/
	background:rgba(240 ,240,240,1);
    color:#000;
	font-family: Philosopher, sans-serif;
    -moz-border-radius: 15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-color: #2e3449;
    border-width: 5px;
    border-style: solid;
}
#indent{
margin-left: 50px;
padding-left: 50px;
 }

#container h1 {
width:840;
	font-size:60px;
	font-weight: normal;
	text-decoration:none;
	text-align:center;
}


header p{

	text-align: left;
	margin-left: 65px;
	margin-bottom: 3px;
	font-size: 18px;
	margin-top: 0px;
	width: 750px;
	line-height: 20px;
}



section.bio1
{
	margin-top: 25px;
 }
.pic1{
 float:left;
padding:0 20px;
width:125px;
height:300px;
 }
.text1{
float:left;
padding:0 20px;
width:650px;
height:300px;
 }
section.bio2
{
	margin-top: 25px;
 }
  .pic1{

 float:left;
padding:0 30px;
width:225px;
height:300px;
 }
.text1{
float:left;
padding:0 20px;
width:550px;
height:300px;
 }
section.grid {
	margin-top: 25px;
}
.full {
float:left;
padding:40px;
width:700px;
 }
.text1{
float:left;
padding:0 10px 0 25px;
width:495px;
 }
 .pic1{
 float:left;
padding:0 10px 0 5px;
width:295px;
 }
.column1 {
float:left;
padding:0 10px 0 25px;
width:395px;
}

.column2 {
float:left;
padding:0 10px 0 5px;
width:395px;
}

.column1 *, .column2 * {
  padding-top: 10px;
}

.clearfloats {
  clear: both;
}

section.foot{

margin: auto;
padding: 10px 0 10px 0;
margin-bottom:0;
background-color: #2e3449;
width: 850px;
height: 50px;
color: #fff;
position: center;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
 }
 
section.foot div{
float:left;
padding: 0 0 0 170px;

 }

nav#global {
    padding: 13px;
    height: 36px;
	position: center;
	
	width: 814px;
	background-color: #2e3449;
 }
nav ul {
    list-style:none;
    background-color: #2e3449;
    margin-left: 150px;
}
nav ul li {
    float:left;
    
    margin-left:55px;

}
nav ul li a {
display:block;
 color:#fff; 
 text-decoration:none; 
 padding:10px;  
 font-weight: normal;
     -moz-border-radius: 5px;
    border-radius: 5px;
}
nav ul li a:hover, nav ul li.active a {background-color: #AA1111; color:#fff;}

p.cr {
  margin-top: 12px;
  padding-top: 4px;
  border-top: solid 1px #FFFFFF;
}



