/**
	All of the following items overwrite classes, ID's, and generic elements specifically for the Make a Wish page
	as it doesn't really follow the same guidelines as the other pages
**/


/**
	The following declarations relate to generic items on the page
**/
p{
	font-size: 1.2em;
	color: #333;
}
.large_title_blue{
	font-size: 2em;
	color: #0066cc;
}
.small_title_grey{
	font-size: 1.4em;
	color: #666666;
	margin-bottom: 20px;
	font-weight: bold;
}
.greytext{
	color: #666;
<!--	font-weight: bold;-->
	margin-top: 5px;
}
.beige_bg{
	background-color: #eeece1;
}
.bold{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
}

/**
	The	following classes and ID's mainly relate to the header
**/
#header_image{
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

div#logo{
	float:left;
	width:40%;
	min-width: 300px;
	position: relative;
}

div#social{
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	min-width: 100px;
	margin-top: 50px;
	float: left;
}

#makeawish_logo{
	width: 25%;
	float: right;
}

#makeawish_logo img{
	width: 200px;
}
#phrase1{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#phrase2{
	font-size: 1.0em;
	color: #333;
	text-align: left;
	width: 100%;
}

#section1_title{
	width: 100%; 
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	
}

#section1_center_content{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	
}

/**
The following classes and IDs relate mostly the the middle section, "What are the benefits"
**/
#benefits{
	width: 100%;
	
}
#benefitswrapper{
	width: 70%;
	margin: 10px auto;
	padding: 20px 0px;
}

#benefitswrapper  .center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#benefits_title1{
	font-size: 1.4em;
	color: #333;
	margin: 20px 0px;
}

.benefits_section{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

.benefits_section_text{
	width: 40%;
	float:left;
}

.benefits_section_title{
	color: #666666;
	font-size: 1.4em;
	margin-bottom: 10px;
	
}
.benefits_section_maintext{
	color: #333333;
	font-size: 1.2em;
	line-height: 1.2em;
	
}

.benefits_section_image{
	width: 60%;
	float: left;
}

.benefits_section_image img{
	float:right;
	height: 215;
	width: 397px;
}

/** 
	The following classes/ID's relate to the brochure section
**/
#brochure{
	padding-top: 30px;
}
#brochurecontent{
	width: 100%;
}
#brochure_title{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#brochure_content_wrapper{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 220px;
	z-index: 1000;
}	



/**
	Pricing/BrainHQ section
**/
#titlewrapper {
	width: auto;
}
#brainhqtitle{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
#brainhqtitletext{
	width: 50%;
	float: right;
	display: inline;
	font-size: 1.2em;
	color: #333;
}

#price_info{
	width: 55%;
	float: right;
}
#brainhqpriceright{
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	min-height: 180px;
}
.brainhqbuy{
	width: 100%;
	height: 60px;
	margin-bottom: 5px;
	background-color: #99cc00;
	font-size: 1.4em;
}
.brainbuytext{
	margin-top: 13px;
}




/**  
	Links/Quote Section
**/
#infolinks p{
	line-height: 1.2em;
	font-size: 1.0em;
}


/**
	Footer
**/
#footer_left{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 1.2em;
	color: #666;
}
#footer_right{
	width: 50%;
	float: right;
	text-align: right;
	font-size: 1.2em;
	color: #666;
}
#footer_bottom{
	width: 100%;
	text-align: center;
}




