@charset "UTF-8";
body {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: .5px;
	color: #333;
	line-height: 125%;
	font-size: 20px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
#container{
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width: 1000px;
	background-color: #ffffff;
	}
#header {
	float: left;
	width: 100%;
	}

#body-inside {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 99.8%;
	background-color: #ffffff;
	}
	
	

/*  footer styles  */
#infobox {
	width: 100%;
	height:118px;
	clear: both;
	background-image: url(images/interface/footer-background.png);
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	background-repeat: repeat-x;
	background-position: center;
	font-size: 14px;
	line-height: 18px;
	
}
div.welcome{
	float: left;
	width:230px;
	text-align: left;
	padding:30px 30px 20px 30px
	}
div.signup{
	float: left;
	width:240px;
	text-align: left;
	padding:30px 30px 20px 30px;
	}
div.social{
	float: left;
	width:280px;
	text-align: left;
	padding:30px 30px 20px 30px
	}
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	width: 100%;
	max-width: 1000px;
	padding: 0px;
}

.address {
	font-size: 16px;
	padding: 15px 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac\*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* ------------------------------------     BEGIN RESPONSIVE MENU --------------------------- */

/* MENU BACKGROUND */
.menuwrap {
    height:38px;
    width: 1080px;
    background-color:#ececec;
    /*background-image: url(images/interface/menu-background.png);*/
    background-repeat: repeat;
    background-position: top;

}

/*Strip the ul of padding and list styling*/
ul {
    /*margin-left:10px;*/
    list-style-type:none;
    margin-left: auto;
    margin-right:auto;
    padding:0;
    position: absolute;
    margin-top:3px;
    font-size:12px;
}

/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float: left;
    margin-right: 0px;
}

/*Style for menu links*/
li a {
/*    display:block;
    min-width:120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
*/
font-size: 14px;
font-weight: bold;
text-transform: none;
color: #000;
text-decoration: none;
padding-left: 0px;
padding-right: 40px;
white-space: nowrap;
}

/*Hover state for top level links*/
li:hover a {
    /*background: #cbdec0;
    color:#000000;*/
    text-decoration: underline;
    color: rgb(220, 78, 65);
}

/*Style for dropdown links*/
li:hover ul a {
    background: #f3f3f3;
    color: #2f3036;
    height: 40px;
    line-height: 40px;
    margin-left: 0px;
    margin-top: -3px;
    text-align:left;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
    background: #cbdec0;
    color: #000000;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}

/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #cbdec0;
    text-align: center;
    padding: 5px 0 0 0;
    display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 999px){
    /*Make dropdown links appear inline*/
    ul {
	position: static;
	display: none;
	margin-left:0px;
	font-size:20px;
	
	}
    /*Create vertical spacing*/
    li {
	margin-bottom: 1px;
	}
    /*Make all menu links full width*/
    ul li, li a {
	width: 100%;
	background-image: url(images/interface/menu-background.png);
	
	}
    li ul {
	margin-left:auto;
	margin-right:auto;
	}
     li ul li a {
	 margin-left:0;
	 }
     li:hover ul a {
	 margin-left:0px;
	 }
     
     /*Display 'show menu' link*/
     .show-menu {
	 display:block;
	 background-image: url(images/interface/menu-background.png);
	 font-size:20px;
	 padding-top:10px;
	 border-radius:10px;

	 }



/* BEGIN CONTENT STYLING */
body {
	font-size: 14px;
}

.logo {
		display:block;
		text-align:center;
		width:  75%;
		height: auto;
		max-width: 347px;
		margin-left:auto;
		margin-right:auto;
}
.home2 {
	display:none;
}
.menuwrap {
		border-radius:10px;
}

#container{
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
	}

#infobox {
	display: table;
	width: 90%;
	margin-top:20px;
	margin-right: auto;
	margin-bottom:10px;
	margin-left:auto;
	padding: 20px 10px 20px 10px;
	background-color: #cadfc1;
	box-shadow: 3px 5px 10px 0px #777;
	border-radius:10px;
	background-image:none;
}	

div.welcome{
	padding:0;
	width:100% !important;
	height:auto;
	padding-top:0px;
	clear:both;
	width:90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
div.signup{
	padding:0;
	width:100% !important;	
	height:auto;
	clear:both;
	width:90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
div.social{	
	padding:0;
	width:100% !important;
	height:auto;	
	clear:both;
	width:90%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}

#footer {
	text-align:center;
	font-size: 10px;
	padding: 10px;
}



}
