/* Homepage */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

* {
	outline:none;
	margin: 0;
	padding: 0;
	border: 0px none;
}

html {
	height: 100%;
}

body {
	font-family: 'Lato', Helvetica Neue, Calibri, Arial, sans-serif;
    color: rgb(51, 51, 51);
    width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.2;
}

a {
	color: rgb(0, 119, 204);
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none outside none;
}

p {
    font-size: 100%;
}

img {
	border: none;

}

.spacer {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}



#container {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
	height: 100%;
	position: relative;
	padding: 0px;
	background: url("content/images/hero.jpg") repeat scroll 0% 0% transparent;
	background-size:cover;
}

#containergrid {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
	height: 100%;
	position: relative;
	padding: 0px;
}

#videocontainer {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
	height: 100%;
	position: relative;
	padding: 0px;
}

#body {
	padding-bottom:60px;
}

#branding {
    position: relative;
	float: right;
    top: 0px;
    left: 0px;
    padding: 40px 50px 10px 10px;
    z-index: 100;
}

#branding p{
    text-transform: uppercase;
    text-decoration: none;
    color: white;
	font-size: 1.2em;
	font-family: "Helvetica Neue", Arial, Calibri, sans-serif;
	line-height: 1.4em;
	margin-bottom: 1.8em;
}

#branding a{
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
	font-size: 2.4em;
	font-family: "Helvetica Neue", Arial, Calibri, sans-serif;
	line-height: 1.8em;
}

@media (min-width: 0) and (max-width: 1024px) {
#branding a {
    font-size: 32px;
    line-height: 34px;
  }
}

#nav-main {
    color: white;
    text-transform: uppercase;
    z-index: 100;

}

#nav-main a:hover {
	opacity: 0.65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/* Footer
-----------------------------------------------------------------------------*/

#footernavwrap {

    float: left;
    position: absolute;
    width: 100%;
    height: 45px;
    z-index: 8000;
	bottom: 0;
	clear:both; 
}

#footernavopacity {
    background: none repeat scroll 0px 0px rgb(102, 102, 102);
    float: left;
    position: absolute;
    width: 100%;
    height: 45px;
    z-index: 8000;
	bottom: 0;
	opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

#footernav {
    height: 45px;
    margin: 0px auto;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    z-index: 9000;
}

#footernav a {
    color: rgb(255, 255, 255);
    font-size: 1em;
}

#footernav p {    
	color: rgb(255, 255, 255);
    font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
}

#footernav ul.footernavigation {
    display: inline;
    float: left;
    margin: 15px 0px 0px;
	padding-left: 50px;
}

#footernav ul.footernavigation li {
    float: left;
    margin-right: 20px;
}

#footernav ul.footernavigation li.last {
    float: left;
    margin-right: 50px;
}



/* Social Bookmarks
-----------------------------------------------------------------------------*/

.social_bookmarks {
   		border: medium none;
   		display: block;
   		float: left;
    	list-style-position: outside;
   		list-style-type: none;
   		top: 11px;
    	right: 2px;
		padding-right: 50px;
		position: absolute;
}

.social_bookmarks.grid{
		position: relative;
		top: 0;
}

.social_bookmarks li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    display: block;
}

.social_bookmarks .twitter a {
    background: url("content/images/twitter.png") no-repeat scroll 0px 0px transparent;
}

.social_bookmarks .facebook a {
    background: url("content/images/facebook.png") no-repeat scroll 0px 0px transparent;
}

.social_bookmarks .googleplus a {
    background: url("content/images/googleplus.png") no-repeat scroll 0px 0px transparent;
}

.social_bookmarks .pinterest a {
    background: url("content/images/pinterest.png") no-repeat scroll 0px 0px transparent;
}

.social_bookmarks .youtube a {
    background: url("content/images/youtube.png") no-repeat scroll 0px 0px transparent;
}

.social_bookmarks a {
    height: 24px;
    width: 24px;
    border: medium none;
    display: block;
    float: left;
    padding: 0px;
    text-indent: -9999px;
    outline: medium none;
}

.followme {
	float: left;
	position: relative;
	width: 100%;
	color: #333333;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0px;
    outline: medium none;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
}

/* About Me; Privacy Policy, Terms of Use
-----------------------------------------------------------------------------*/
#main-text {
	max-width: 946px;
    margin: 0px auto;
    min-height: 100%;
    height: auto !important;
	postition: absolute;
	padding: 0px 10px;
}

#image-wrapper {
	position: relative;
	padding-bottom: 20px;
}

.scale-image {
	display: block;
	width: auto;
	max-width: 100%;
}

#fulltext {
	line-height: 1.4em;
	font-size: 1.11em;
	color: #67747C;
	float: left;
	position: relative;
}

#fulltext p {
    margin-bottom: 10px;
}

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

.faq {
    padding: 0.5em 0px;
    list-style-position: outside;
    list-style-type: disc;
}

.faq li {
    display: list-item;
    margin: 0px 0px 10px 20px;
    font-size: 1em;
}

/* About Me; Privacy Policy, Terms of Use
-----------------------------------------------------------------------------*/

#video-wrapper {
	max-width: 100%;
    margin: 0px auto;
    min-height: 100px;
    height: auto !important;
	position: absolute;
	padding: 0px 10px;
	text-align: center;
}

#video {
    float: left;
    margin-right: 10px;
	margin-bottom: 10px;
    width: 300px;
    position: relative;
}


.middle:before,
.middle:after {
    content: " ";
    display: table;
}

.middle:after {
    clear: both;
}

.middle {
    *zoom: 1;
}

#middle:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
	padding-bottom: 60px;
}
