/* by Alexander Endresen and mark and Nuno */

.fact {
	padding-right: 21px;
	padding-bottom: 9px;
	padding-left: 21px;
	background-color: #E5E5E5;
	padding-top: 9px;
}

h4 {
	color: #FE2226;
	padding-top: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#menu_vert {
	/* no margin/padding so it fills the whole div */
	margin: 0;
	padding: 0;
	z-index: 99999;
}
.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
	/* set the background color for the menu here 
	background-color: #243135;*/
/* IE6 Hack */
	height: 1%;
	width: auto;
	/* one border at the top */
	
	margin: 0;
	padding: 0;
	float: right;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
/* keeps the first menu item off the left side */
	padding-left: 10px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #00000;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 12px 15px 14px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
ul#primary-nav li a:hover {
/* kind of obvious */
	background-color: transparent;
}
ul#primary-nav li li a:hover {
/* this is set to #000, black, below so hover will be white text */
	color: #FFF;
	background-color: #999999;
}
ul#primary-nav li a.menuactive {
	color: #ffffff;
	/* bold to set it off from non active */
	
	background-color: #46C0E3;/* set your image here 
	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;*/
}
ul#primary-nav li a.menuactive:hover {
	color: #ffffff;
	background-color: #999999;/* keep it the same */
	
}
#primary-nav li li a.menuparent span {
	/* makes it hold a shape */
	display: block;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url([[root_url]]/uploads/ngrey/parent.png);

}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far 
	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 98% center;*/
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #000;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	background: #F3F5F5;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
/* set your image here, dark grey image 
	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;*/
	color: #000
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}

p {
	padding-top: 3px;
	padding-bottom: 6px;
}

h1{
	color: #46C0E3;
	font-weight: 200;
	padding-top: 1px;
	margin-top: 1px;
}


.box1, .box2, .box3 >*{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#outer {
    float: none;
    height: 746px;
    margin-left: auto;
    margin-top: 3px;
    clear: none;
    width: 66.029173%;
    max-width: 920px;
    min-width: 700px;
    margin-right: auto;
}

#box2 {
	 box-sizing:border-box;
    float: left;
    height: 559px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border: 1px solid rgb(240, 240, 225);
    background-color: rgb(240, 240, 225);
}

#header {
    float: left;
    height: 98px;
    margin-left: -65.629783%;
    margin-top: 0px;
    clear: none;
    width: 99.8786%;
}

#Box1 {
	box-sizing:border-box;
    float: left;
    height: 192px;
    margin-left: 0px;
    margin-top: 16px;
    clear: none;
    width: 31.526998%;
    margin-right: 0%;
    background-color: rgb(108, 255, 0);
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgb(148, 145, 145) 0px 0px 12px 0px;
}

#Box2 {
	box-sizing:border-box;
    float: left;
    height: 192px;
    margin-left: 68.524025%;
    margin-top: -192px;
    clear: both;
    width: 31.526998%;
    margin-right: 0%;
    background-color: rgb(108, 255, 0);
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgb(148, 145, 145) 0px 0px 12px 0px;
}

#Box3 {
	 box-sizing:border-box;
    float: left;
    height: 192px;
    margin-left: -0.0510231%;
    margin-top: 16px;
    clear: both;
    width: 31.526998%;
    margin-right: 0%;
    background-color: rgb(108, 255, 0);
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgb(148, 145, 145) 0px 0px 12px 0px;
}

#nav {
    float: left;
    height: 51px;
    margin-left: 0%;
    margin-top: 47px;
    clear: none;
    width: 64.693773%;
}

#logo {
    float: left;
    height: 98px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 35.17932%;
}

#cta {
    float: left;
   margin-left: 2.591622%;
    margin-top: 429px;
    clear: none;
    width: 31.655436%;
}

#headline {
    float: left;
    
    margin-left: 0.11964038%;
    margin-top: 429px;
    clear: both;
    width: 31.507645%;
}
#headline-main {
    float: left;
    
    margin-left: 0.11964038%;
    margin-top: 429px;
    clear: both;
    width: 31.507645%;
}
#copy {
    float: left;
    height: 99px;
    margin-left: 2.595762%;
    margin-top: 0px;
    clear: none;
    width: 31.567637%;
    margin-right: 0%;
}

#box {
    float: left;
    height: auto;
    margin-left: -0.09412828%;
    margin-top: 19px;
    clear: both;
    width: 100.094128%;
}

#box1 {
	float: left;
	
	margin-left: 0px;
	margin-top: 35px;
	clear: both;
	width: 100%;
	
}

#image4 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    visibility: hidden;
    position: absolute;
}

#image3 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    visibility: hidden;
    position: absolute;
}

#image2 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    visibility: hidden;
    position: absolute;
}

#image1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    visibility: hidden;
    position: absolute;
}

#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0.33333333%;
    margin-top: 6px;
    clear: none;
    color: rgb(0, 0, 0);
}

#text4 {
    float: left;
    font-size: 1em;
    width: 98.047388%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 70px;
}

#text1 {
    float: left;
    font-size: 24px;
    width: 54.912211%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6.375362%;
    margin-top: 21px;
    clear: none;
    min-height: 114px;
    color: rgb(255, 255, 255);
    font-family: dosis;
}

#text2 {
    float: left;
    font-size: 24px;
    width: 92.007698%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6.799798%;
    margin-top: 110px;
    clear: none;
    min-height: 34px;
    color: rgb(255, 255, 255);
    font-family: dosis;
    margin-right: 0%;
}

#text3 {
    float: left;
    font-size: 24px;
    width: 84.743365%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 6.122449%;
    margin-top: 110px;
    clear: none;
    min-height: 37px;
    color: rgb(255, 255, 255);
    font-family: dosis;
    margin-right: 0%;
}

#main_image {
	 -moz-box-sizing: border-box;
    float: left;
    height: 131px;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 99.1%;
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgb(148, 145, 145) 0px 0px 12px 0px;
    background-color: rgb(255, 255, 255);
}

#main_image2 {
	 -moz-box-sizing: border-box;
    float: left;
    
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 99.1%;
    border: 7px solid rgb(255, 255, 255);
    box-shadow: rgb(148, 145, 145) 0px 0px 12px 0px;
    background-color: rgb(255, 255, 255);
}

#text {
    float: left;
    font-size: 31px;
    width: 89.578454%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4.168618%;
    margin-top: 15px;
    clear: none;
    min-height: 0px;
    color: rgb(8, 66, 166);
    font-family: dosis;
}
.clearFloat2 {
  clear: both;
  display: block;
}
#main_image2 img {
	width: 100%;
}
@media only screen and (max-width: 3194px) {
    #logo {
        width: 22.859262%;
        height: 84px;
        background-color: rgb(255, 255, 255);
    }

    #nav {
        margin-top: 29px;
        margin-right: 0%;
        margin-left: 0.8195942%;
        width: 76.29262%;
        clear: none;
        height: 46px;
        
    }

    #header {
        margin-top: 0px;
        margin-left: 0.21205357%;
        clear: none;
        width: 99.874321%;
        height: 98px;
    }

    #Box3 {
		-moz-box-sizing: border-box;
        margin-top: 0px;
        margin-left: 2.543523%;
        clear: none;
        width: 31.504734%;
        height: 181px;
        margin-right: 0%;
        background-color: rgb(108, 255, 0);
        background-image:url("img/box3.jpg");
        background-attachment: scroll;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #Box1 {
		-moz-box-sizing: border-box;
        width: 31.382564%;
        height: 181px;
        margin-top: 0px;
        margin-left: 0.41741609%;
        clear: none;
        margin-right: 0%;
        background-color: rgb(108, 255, 0);
        background-image:url("img/box1.jpg");
        background-attachment: scroll;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #Box2 {
		-moz-box-sizing: border-box;
        margin-top: 0px;
        margin-left: 2.630061%;
        clear: none;
        width: 31.497947%;
        height: 181px;
        margin-right: 0%;
        background-color: rgb(108, 255, 0);
        background-image:url("img/box2v2.jpg");
        background-attachment: scroll;
        background-size: auto;
        background-position: 50% 0%;
        background-repeat: repeat repeat;
    }

    #headline {
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
        width: 31.546423%;
        
        margin-right: 0%;
    }
	#headline-main {
	margin-top: 0px;
	margin-left: 0%;
	clear: none;
	width: 65%;
	margin-right: 0%;
}

    #cta {
        width: 31.696231%;
      
        margin-top: 0px;
        margin-left: 2.593877%;
        clear: none;
        margin-right: 0%;
    }

    #outer {
        height: auto;
        min-width: 0px;
        width: auto;
    }

    #copy {
        width: 31.568554%;
        
        margin-top: 0px;
        margin-left: 2.595762%;
        clear: none;
        margin-right: 0%;
    }

    #box {
        float: left;
        
        margin-left: 0%;
        margin-top: 19px;
        clear: both;
        width: 100%;
    }

    #box1 {
        float: left;
       
        margin-left: 0.20889946%;
        margin-top: 40px;
        clear: both;
        width: 99.767319%;
    }

    #image4 {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        visibility: hidden;
        position: absolute;
    }

    #image3 {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        visibility: hidden;
        position: absolute;
    }

    #image2 {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        visibility: hidden;
        position: absolute;
    }

    #image1 {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        visibility: hidden;
        position: absolute;
    }

    #box2 {
        margin-top: 63px;
        margin-left: 0%;
        clear: none;
        width: 100%;
        height: 559px;
    }

    #image {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0.33333333%;
        margin-top: 6px;
        clear: none;
        color: rgb(0, 0, 0);
    }

    #text4 {
        float: left;
        font-size: 1em;
        width: 95.157463%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 0.28042927%;
        margin-top: 0px;
        clear: none;
        min-height: 114px;
        margin-right: 0%;
    }

    #text1 {
        float: left;
        font-size: 24px;
        width: 54.912211%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 6.375362%;
        margin-top: 21px;
        clear: none;
        min-height: 114px;
        color: rgb(255, 255, 255);
        font-family: dosis;
    }

    #text2 {
        float: left;
        font-size: 24px;
        width: 92.007698%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 6.799798%;
        margin-top: 110px;
        clear: none;
        min-height: 34px;
        color: rgb(255, 255, 255);
        font-family: dosis;
        margin-right: 0%;
    }

    #text3 {
        float: left;
        font-size: 24px;
        width: 84.743365%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 6.122449%;
        margin-top: 110px;
        clear: none;
        min-height: 37px;
        color: rgb(255, 255, 255);
        font-family: dosis;
        margin-right: 0%;
    }

    #textspan {
        float: none;
        font-size: 19px;
        line-height: 1em;
        font-family: dosis;
        color: rgb(107, 105, 105);
    }

    #textspan2 {
        float: none;
        font-size: 19px;
        line-height: 1em;
        font-family: dosis;
        color: rgb(107, 105, 105);
    }

    #textspan1 {
        float: none;
        font-size: 34px;
        line-height: 1.3em;
        font-family: dosis;
        color: rgb(107, 105, 105);
    }

    #textspan3 {
        float: none;
        font-size: 14px;
        line-height: 1em;
        font-family: dosis;
        color: rgb(107, 105, 105);
    }

    #main_image {
		-moz-box-sizing: border-box;
	margin-top: -13px;
	margin-left: 0.32438859%;
	clear: both;
	width: 100%;
	height: 314px;
	margin-right: 0%;
	background-image: url("img/main1.jpg");
	background-attachment: scroll;
	background-size: 100%;
	background-color: rgb(108, 255, 0);
	background-position: 100% 0%;
	background-repeat: repeat repeat;
	/* [disabled]border-collapse: collapse; */
	/* [disabled]display: block; */
    }
	
	  #main_image2 {
		-moz-box-sizing: border-box;
	margin-top: -13px;
	margin-left: 0.32438859%;
	clear: both;
	width: 100%;
	
	margin-right: 0%;
	background-image: url("img/main1.jpg");
	background-attachment: scroll;
	background-size: 100%;
	background-color: rgb(108, 255, 0);
	background-position: 100% 0%;
	background-repeat: repeat repeat;
	/* [disabled]border-collapse: collapse; */
	/* [disabled]display: block; */
    }

    #text {
        float: left;
        font-size: 31px;
        width: 28.553892%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        margin-left: 68.570836%;
        margin-top: 36px;
        clear: none;
        min-height: 166px;
        color: rgb(255, 255, 255);
        font-family: dosis;
    }
}

@media only screen and (max-width: 768px) {
	
	
	#text3, #text2 , #text1 {
		font-size: 21px;
	}
	#text {
		font-size: 25px;
	}
	
    #box {
        margin-top: 14px;
        margin-left: 0%;
        clear: both;
        width: 100%;
    }

    #header {
        width: 99.872976%;
        height: 98px;
    }

    #box1 {
        width: 100%;
        margin-top: 13px;
        margin-left: 0.2265625%;
        clear: both;
        
    }

    #nav {
        width: 64.610666%;
        height: 46px;
        margin-top: 38px;
        margin-left: 4.628131%;
        clear: none;
    }

    #logo {
        width: 30.729255%;
    }

    #outer {
        width: 95.648021%;
        margin-top: 3px;
        margin-left: auto;
        clear: none;
        height: 824px;
        margin-right: auto;
    }

    #main_image {
        height: 221px;
        width: 99.766631%;
        margin-top: 0px;
        margin-left: 0.32291667%;
        clear: both;
        background-image:url("img/main1.jpg");
        background-attachment: scroll;
        background-size: 100% 120.4000015258789%;
        background-color: rgb(108, 255, 0);
        background-position: 100% 0%;
        background-repeat: no-repeat no-repeat;
    }
	
	
	 #main_image2 {
        
        width: 99.766631%;
        margin-top: 0px;
        margin-left: 0.32291667%;
        clear: both;
        background-image:url("img/main1.jpg");
        background-attachment: scroll;
        background-size: 100% 120.4000015258789%;
        background-color: rgb(108, 255, 0);
        background-position: 100% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #text {
        height: auto;
        margin-top: 36px;
        margin-left: 61.426164%;
        clear: none;
        min-height: 155px;
        width: 35.695682%;
    }

    #cta {
        margin-top: 0px;
        margin-left: 0%;
		margin-bottom: 6%;
        clear: both;
        width: 100%;
       
    }

    #headline {
        width: 99.735125%;
        
    }
	#headline-main {
        width: 99.735125%;
        
    }

    #copy {
        margin-top: 0px;
        margin-left: -0.32373571%;
        clear: both;
        width: 100.058861%;
        height: 101px;
        margin-right: 0%;
    }

    #text4 {
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        width: 113.86991%;
        clear: none;
        height: auto;
        min-height: 0px;
    }

    #image2 {
        top: 1026.828125px;
        left: 0%;
    }

    #image3 {
        top: 1226.65625px;
        left: 0%;
    }

    #image4 {
        top: 1426.484375px;
        left: 0%;
    }

    #box2 {
        margin-top: 40.484375px;
        margin-left: 0%;
        clear: none;
        width: 100%;
        height: 559px;
        margin-right: 0%;
    }
	
}

@media only screen and (max-width: 320px) {
	
	
	
	#text3, #text2 , #text1 {
		font-size: 21px;
	}
	#text {
		font-size: 25px;
	}
	
	
    #logo {
        width: 100%;
        height: 99px;
        margin-top: 8px;
        margin-left: 0%;
        clear: none;
    }

    #nav {
        margin-top: 12px;
        margin-right: 0%;
        margin-left: 1%;
        width: 100%;
        clear: both;
        height: 64px;
    }

    #Box1 {
        width: 94.617636%;
        height: 142px;
        margin-top: 12px;
        margin-right: 0%;
        margin-left: 1.787365%;
        clear: none;
    }

    #Box2 {
        width: 94.617636%;
        height: 143px;
        margin-top: 13px;
        margin-left: 1.956857%;
        clear: both;
        margin-right: 0%;
        background-image:url("img/box2v2.jpg");
        background-attachment: scroll;
        background-size: 100%;
        background-color: rgb(108, 255, 0);
        background-position: 38.5% 22%;
        background-repeat: no-repeat no-repeat;
    }

    #Box3 {
		font-size: 21px;
        width: 95.049047%;
        height: 132px;
        margin-top: 11px;
        margin-left: 1.581921%;
        clear: both;
        margin-right: 0%;
    }

    #headline {
        width: 100%;
       
        margin-top: 2px;
        margin-left: 1.58192%;
		margin-right: 1.58192%;
        clear: none;
    }

    #cta {
        width: 100%;
        
        margin-top: 0px;
        margin-left: 1.58192%;
		margin-right: 1.58192%;
        clear: none;
    }

    #header {
        width: 100%;
        height: 192px;
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #outer {
        width: 94.997792%;
        min-width: 0px;
        height: auto;
        margin-top: -1px;
        clear: none;
    }

    #copy {
        width: 100%;
        
        margin-top: 6px;
        margin-left: 0%;
        clear: both;
        margin-right: 0%;
    }

    #box {
        width: 100%;
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
       
    }

    #box1 {
        width: 100.190182%;
        margin-top: 13px;
        margin-left: -0.19018247%;
        clear: both;
        
    }

    #box2 {
        width: 100%;
        height: 559px;
        margin-top: 259px;
        margin-left: 0%;
        clear: none;
    }

    #image {
        margin-top: 21px;
        margin-left: 25.020841%;
        clear: none;
    }

    #text4 {
        margin-top: 12px;
        margin-right: 0%;
        margin-left: 1.786647%;
        width: 92.482163%;
        clear: both;
        height: auto;
        min-height: 169px;
    }

    #main_image {
        margin-top: 0px;
        margin-left: 1.54202%;
        clear: both;
        height: 146px;
        width: 94.69%;
        background-color: rgb(255, 255, 255);
        background-image:url("img/main1.jpg");
        background-attachment: scroll;
        background-size: 300%;
        background-position: 100% 0%;
        background-repeat: no-repeat no-repeat;
    }
	 #main_image2 {
        margin-top: 0px;
        margin-left: 1.54202%;
        clear: both;
        
        width: 94.69%;
        background-color: rgb(255, 255, 255);
        background-image:url("img/main1.jpg");
        background-attachment: scroll;
        background-size: 100%;
        background-position: 100% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #text {
        height: auto;
        margin-top: 12px;
        margin-left: 4.164644%;
        clear: none;
        min-height: 0px;
        width: 89.578454%;
        color: rgb(255, 255, 255);
    }

    #text2 {
        margin-top: 95px;
        margin-left: 6.80703%;
        clear: none;
    }

    #text3 {
        margin-top: 88px;
        margin-left: 6.189313%;
        clear: none;
    }

    #image1 {
        top: 0px;
        left: 0%;
    }

    #image2 {
        top: 0px;
        left: 0%;
    }

    #image3 {
        top: 0px;
        left: 0%;
    }

    #image4 {
        top: 0px;
        left: 0%;
    }
	
	#menuwrapper {
	/* set the background color for the menu here 
	background-color: #243135;*/
/* IE6 Hack */
	height: 1%;
	width: 100%;
	/* one border at the top */
	
	margin: 0;
	padding: 0;
	float: left;
}
	
	ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 1em;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #00000;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 8px 10px 15px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
}
