/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
  ========================================================================== */

@font-face {
    font-family: Sansation;
    src:url("/public/fonts/Sansation_Light.ttf");
}


html,
button,
input,
select,
textarea {
    color: #C1C1C1;
}

body {
    font-size: 1em;
    line-height: 1.4;
    font: Sansation;
    background-color: #000;
   
  
}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header { padding: 0 4em 0 4em; }
header p { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; color: #fff; }
header h1 { font-size: 3em; }
header h1 a, header h1 a:visited, header h1 a:active { text-decoration: none; color: #444; }
header hgroup { margin-bottom: 2em; }

article { padding: 2em; }
article h1 { font-size: 1.5em; }
article p { margin-bottom: 1em; }

header  ul { margin: 50px 0 0 120px; width: 350px; }
header  li { padding-left: 5px; text-transform: uppercase; font-size: 20px; list-style: none; display: inline-block;   }
header   a { color: ; }

#logo {
  
  position: relative;
  width: 350px;
  float: left;
  z-index: 99999;
}

#contact_header {
  
  position: relative;
  width: 500px;
  float: right;
  
}

#contact_header p {
  color: #fff;
  width: 250px;
  
}

<!-- nav -->

header li.home {
  display: block;
  background: url("/img/navigation/home-rollover.png?7a00245e94ddf47e45481b19a3e948aa1d21a4a5") no-repeat;
  height: 15px;
  width: 67px;


 }

header li.home  a {
  display: block;
  background: url("/img/navigation/home-rollover.png?7a00245e94ddf47e45481b19a3e948aa1d21a4a5") no-repeat;
  height: 15px;
  width: 67px;


 }

header li.home  a:hover{
       background-position: 0 -15px;
}
header  .about a {
  display: block;
  background:url("/img/navigation/about-rollover.png?067c95c7c15c2cb8acde4e69e6ad5320c729a306") no-repeat;
  height: 15px;
  width: 76px;

 }

header .about a:hover{
       background-position: 0 -15px;
}
header .contact a {
  display: block;
  background: url("/img/navigation/contact-rollover.png?46b53d2330c725a4e19f0d70d073d8cdd013887f") no-repeat;
  height: 15px;
  width: 103px;

 }

header .contact a:hover{
       background-position: 0 -15px;
}


.iog_logo {

  height:100px;
  width:900px 
}

img.iog_logo1 {

  width: 100%;
  max-width: 300px;
}









/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.clear {
  
  clear: both;
}
#wrapper {
  
  position: relative;
  width: 1020px;
  margin: 0 auto;
  background-image: url("/img/background.jpg?aba56fab4a9deb8ada367f546ac92ee22c756294");
  background-repeat: no-repeat;
  background-color: #000;
}

#slide_home {
  
  position: relative;
  width: 900px;
  margin: 0 auto;
  margin-top: -20;
  margin-bottom: 40px;
  
}

#home_main {
  
  position: relative;
  margin: 0 auto;
  width: 900px;
}

#read_more a {
  
  display: block;
  background: url("/img/Info-link-boxes/Learn-about-Guy/read-more-rollover.png?748079ab9cb8aa1a0878f56a49716c1ce7e18659") no-repeat;
  height: 157px;
  width: 448px;
            
}

#read_more a:hover{
       background-position: 0 -157px;
}

#learn_button {
  
  position: relative;
  width: 450px;
  height: 200px;
  float: left;
  margin-right: 5px;
}


#learn_button a {
  
  display: block;
  background: url("/img/learn-about-guy-rollover.png?536f59ee3c622e62ee3e6d89c18baf7fc1443807") no-repeat;
  height: 157px;
  width: 448px;
            
}

#learn_button a:hover{
       background-position: 0 -157px;
}

#hire_button {
  
  position: relative;
  width: 430px;
  height: 200px;
  float: left;
}


#hire_button a {
  
  display: block;
  background: url("/img/learn-about-guy-rollover2.png?a12e4bab5cdaf9eb6d23893b9688625c406f69c3") no-repeat;
  height: 157px;
  width: 448px;
            
}

#hire_button a:hover{
       background-position: 0 -157px;
}


#questions_button {
  
  position: relative;
  width: 430px;
  height: 200px;
  float: left;
  margin-left: 30px;
}

#questions_button a {
  
  display: block;
  background: url("/img/About-page/any-questions-rollover.png?dcd8ae3b1c1e47c335b2fc7ab3130b999654003f") no-repeat;
  height: 157px;
  width: 448px;
            
}

#questions_button a:hover{
       background-position: 0 -157px;
}



#footer {
  
  width: 900px;
  position: relative;
  margin: 0 auto;
 margin-top: 10px;
  min-height: 200px;
}

#about_left {
  
  position: relative;
  width:480px ;
  background-image: url("/img/About-page/about-text-background.png?72548140c63a2ad4e61d55cf516adc5abde91597");
  float: left;
  padding: 10px;
}

#about_right {
  
  position: relative;
  width:390px ;
  float: left;
  margin-top: 20px;
}


<!---- contact form --->





input, textarea { 
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 8px lightblue;
	-webkit-box-shadow:0 0 8px lightblue;
	box-shadow:0 0 8px lightblue;
}

.form label { 
	margin-left: 12px; 
	color: #999999; 
	}

.submit input {
	width: 86;
    height: 35;
	padding: 10px 14px;
	background-image: url("/img/Contact-Page/submit.png?f9ba53c8bd809f1b5c33ae26f0da5e91c2486859");
	cursor:pointer;
	}


#form-div { 
  width: 400px;
-moz-border-radius:12px 12px 12px 12px;
-webkit-border-radius: 12px 12px 12px 12px;
padding:15px;
}


#contact_foot {
  
  width: 1000px;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid ;
  margin-bottom: 550px;
 
  
}

#spons {
  
  width: 300px;
  float: left;
  position: relative;
  text-transform: uppercase;
  margin-left: 20px;
  text-align: center;
  
}


#spon_foot {
  
  position: relative;
  width: 400px;
  height: 85px;
  float: left;
  padding: 10px 20px 0 0;
}




#face_button {
  
  position: relative;
  width: 170px;
  height: 59px;
  float: right;
  margin-right: 5px;
    margin-top: 15px;
}


#face_button a {
  
  display: block;
  background: url("/img/facesmall.png?5880b8d9d7e80b25dc33f614a5dd2e0c836bea5a") no-repeat;
  height: 59px;
  width: 170px;
            
}

#face_button a:hover{
       background-position: 0 -59px;
}

#twit_button {
  
  position: relative;
  width: 170px;
  height: 59px;
  float: right;
  margin-right: 60px;
  margin-top: 15px;
}


#twit_button a {
  
  display: block;
  background: url("/img/twitsmall.png?a3969a52ffdb96a54397c5b04917d693aee1d398") no-repeat;
  height: 59px;
  width: 170px;
            
}

#twit_button a:hover{
       background-position: 0 -59px;
}
