/*
color guide
red: #CB203B
blue: #0DA0BF
green: #82BE48
orange: #F04F3B
yellow: #F3D240
light gray: #F3F3F3
dark gray: #62615C
*/

/*CSS reset*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, img, dl, dt, dd, ol, ul, li, form
{
	margin: 0;
	padding: 0;
	border: 0;
}

header, footer, nav, section, article 
{
	display: block;
}

html, body {
	height: 100%;
}

body
{
	background-image: url(images/bodyBG.png);
	font: normal 100%;
}

#container {
	position: relative;
	max-width: 980px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.wrap {
	max-width: 940px;
	min-height: 100%;
	padding-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}

#redLineLogo{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 45%;
	height: 112px;
	z-index: 0px;
	background-color: #CB203B;
}

#symbol {
	width: 207px;
	height: 206px;
	top: 50px;
	left: 400px;
	display: none;
}


header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 150px;
}

.logo {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 55%;
	height: 112px;
}

footer {
	position: relative;
	max-width: 980px;
	margin-top: -150px;
	height: 150px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #CB203B;
}

nav {
	width: 45%;
	height: 50px;
	margin-top: 55px;
	padding-right: 10px;
	line-height: 1.5;
	float: right;
}

ul {
	margin-top: 15px;
}

nav li {
	display: inline;
	list-style-type: none;	
	padding: 6px;
}

.navList {
	font-family: Avenir;
	font-size: 1.2em;
}
		
a:link {
	color: #CB203B;
	text-decoration: none;
	border:none;
	font-family: Avenir;
	font-size: 1em;
}
		
a:visited {
	color: #CB203B;
	text-decoration: none;
	border:none;
}
		
a:hover {
	color: #62615C;
	text-decoration: none;
	border:none;
}

#symbolBox {
	position: relative;
	top: 25px;
	left: 25px;
	width: 93%;
	height: 230px;
	padding: 15px 5px 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

/*//////////////////////////////////////
------------ THREE COLUMN -------------
//////////////////////////////////////*/

#columnLeft {
	position: relative;
	top: 40px;
	width: 27%;
	height: 600px;
	margin-left: 5%;
	margin-bottom: 200px;
	float: left;
}

#columnCenter {
	position: relative;
	top: 40px;
	width: 27%;
	height: 600px;
	margin-left: 4%;
	margin-bottom: 200px;
	float: left;
}

#columnRight {
	position: relative;
	top: 40px;
	width: 27%;
	height: 600px;
	margin-right: 5%;
	margin-left: -1%;
	margin-bottom: 200px;
	float: right;
}

#columnLeftPro {
	position: relative;
	top: 40px;
	width: 25%;
	height: 600px;
	margin-left: 3%;
	margin-right: 3%
	margin-bottom: 200px;
	padding: 2%;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

#columnCenterPro {
	position: relative;
	top: 45px;
	width: 25%;
	height: 600px;
	padding: 2%;
	margin-left: 4%;
	margin-bottom: 200px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

#columnRightPro {
	position: relative;
	top: 40px;
	width: 25%;
	height: 600px;
	margin-right: 3%;
	margin-bottom: 200px;
	padding: 2%;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

.pro ul {
	font-family: Avenir;
	font-size: 1.2em;
	color: #CB203B;
	margin-top: -10px;
}

.pro li {
	padding: 3%;
	margin-left: 25%;
}

#footerInfo {
	position: relative;
	top: 25px;
	left: 30px;	
	padding: 20px;
	float: left;
}

#footerSocial {
	position: relative;
	top: 25px;
	right: 30px;
	padding: 20px;
	float: right;
}

#footerInfo p {
	color: #fff;
	font-family: Avenir, sans-serif;
	font-size: .75
	line-height: 4;
}

/*//////////////////////////////////////
------------ TWO COLUMN -------------
//////////////////////////////////////*/


.columnOne {
	position: relative;
	top: 50px;
	width: 60%;
	height: auto;
	margin-left: 1%;
	margin-bottom: 250px;
	float: left;
}

.columnTwo {
	position: relative;
	top: 50px;
	width: 30%;
	height: auto;
	margin-right: 5%;
	margin-bottom: 250px;
	float: right;	
}

/*//////////////////////////////////////
-------------- HOME PAGE ---------------
//////////////////////////////////////*/

.colorBoxTop {
	position: relative;
	top: 5px;
	float: left;
	width: 100%;
	height: 111px;
}

.grayBox {
	position: relative;
	top: -20px;
	float: left;
	width: 77%;
	height: auto;
	padding: 12%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
	z-index: 0;
}

.laterBox {
	display: none;
}

.imgTop {
	position: relative;
	z-index: 10;
}

.schoolGirls {
	position: relative;
	top: 25px;
}

.lowerBox {
	position: relative;
	top: 45px;
}

.works {
	width: 95%;
	margin-top: 40px;
}

.works p {
	margin-left: 75px;
}

.imgMargin {
	margin-left: 30px;
	margin-bottom: -20px;
}

.introImg {
	margin-bottom: -45px;
	margin-left: 5px;
}

.label {
	margin-left: 2%;
	margin-top: 1%;
}

.sample {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #ccc;
}

.boy {
	margin-top: 20%;
}

/* ---------------------------------
-------------- FORM --------------
---------------------------------*/

form#getStarted {
	background: #F3F3F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5%;
	width: 90%;
}

form#getStarted fieldset {
	border: none;
	margin-bottom: 10px;
}

form#getStarted fieldset:last-of-type {
	margin-bottom: 0;
}

form#getStarted legend {
	color: #CB203B;
	font-family: Rockwell;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
}

form#getStarted ol li {
	background: #fff;
	border-color: #f2f0f0;
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	font-family: Avenir;
	color: #62615C;
}

form#getStarted ol ol li {
	background: none;
	border: none;
	float: left;
}

form#getStarted label {
	float: left;
	font-size: 13px;
	width: 110px;
}

form#getStarted fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}

form#getStarted button {
	background: #CB203B;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: 1em Avenir, sans-serif;
	letter-spacing: .1em;
	line-height: 2;
	margin: auto;
	padding: 5px 60px;
	text-transform: uppercase;
}

form#getStarted button:hover {
	background: #62615C;
	cursor: pointer;
}

form#getStarted textarea {
	width: 95%;
	margin-left: 2%;
	margin-top: 2%;
	border-color: #F3F3F3;
	border-style: solid 1px;
	
}


/* ---------------------------------
-------------- FLOATS --------------
---------------------------------*/

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/* ---------------------------------
----------- TYPE & TEXT -----------
---------------------------------*/

h1 {
	font-family: Rockwell;
	font-size: 1.875em;
	color: #CB203B;
}

h2 {
	font-family: Rockwell;
	font-size: 1.5em;
	color: #CB203B;
}

.ppText {
	font-family: Avenir;
	font-size: .875em;
	color: #62615C;
}

.infoText {
	font-family: Avenir;
	font-size: 1em;
	color: #62615C;
	line-height: 1.5;
}

.pro {
	padding: 2%;
	margin-left: 2%;
}

@font-face { 
	font-family: Avenir; 
	src: url('AvenirLTStd-Medium.otf'); 
} 

@font-face { 
	font-family: Rockwell; 
	src: url('RockwellStd.otf'); 
} 

/* ---------------------------------
------------- IMAGES --------------
---------------------------------*/

img { 
	max-width: 100%; 
}

/* ---------------------------------
---------- MEDIA QUERIES ----------
---------------------------------*/

@media only screen and (max-width: 980px) {

#container {
	max-width: 980px;
	min-width: 800px;
	width: 100%;
}

}

/*//////////////////////////////////////
----------- MEDIA QUERY: 800 -----------
//////////////////////////////////////*/

@media only screen and (max-width: 800px) {

#container {
	max-width: 800px;
	min-width: 640px;
	width: 100%;
}

.wrap {
	width: 90%;
}

#symbolBox {
	width: 90%;
	height: auto;
}

#redLineLogo {
	display: none;
}

footer {
	width: 100%;
}

header {
	width: 50;
}

nav {
	width: 30%;
	margin-top: 5%;
}

.navList {
	font-size: .8em;
}

ul {
	margin-top: 1%;
}

nav li {
	display: block;
	list-style-type: none;	
	padding: 1%;
}

.logo {
	margin-right: 20%;
}

h1 {
	font-size: 1.5em;
}

.infoText {
	font-size: .75em;
}

.columnOne {
	width: 90%;
	padding-bottom: 1%;
	float: left;
}

.columnTwo {
	width: 80%;
	top: 0px;
	margin-left: 10%;
	float: none;	
	z-index: 3;
}

.boy {
	margin-top: 2%;
}

}


/*//////////////////////////////////////
----------- MEDIA QUERY: 640 -----------
//////////////////////////////////////*/


@media all and (max-width: 640px) {

#container {
	max-width: 640px;
	min-width: 280px;
	width: 100%;
}

#symbolBox {
	display: none;
}

#symbol {
	position: relative;
	width: 50%;
	height: auto;
	top: 0px;
	left: 0px;
}

#redLineLogo{
	display: none;
}

#columnLeft {
	top: 0px;
	width: 90%;
	height: 275px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1%;
	float: none;
}

#columnCenter {
	top: -200px;
	width: 90%;
	height: 275px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1%;
	float: none;
}

#columnRight {
	top: -420px;
	width: 90%;
	height: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10%;
	float: none;
}

.colorBoxTop {
	top: 0px;
	float: none;
	width: 80%;
	max-width: 267px;
	height: 111px;
	margin-left: auto;
	margin-right: auto;
}

.wrap {
	max-width: 600px;
	min-height: 100%;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

.schoolGirls {
	display: none;
}

.lowerBox {
	display: none;
}

.laterBox {
	display: block;
	position: relative;
	top: 20px;
	padding-top: 5%;
} 

#footerInfo {
	width: 100%;
}

#footerSocial {
 	display: none;
 }
 
.label {
	width: 75%;
	margin-left: 10%;
	margin-right: 5%;
	margin-top: 3%;
}

#columnLeftPro {
	position: relative;
	top: 40px;
	width: 80%;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	padding: 2%;
	float: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

#columnCenterPro {
	position: relative;
	top: 45px;
	width: 80%;
	height: 550px;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
	float: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

#columnRightPro {
	position: relative;
	top: 445x;
	width: 80%;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 75%;
	padding: 2%;
	float: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F3F3F3;
}

.columnOne {
	margin-left: 5%;
}

.columnTwo {
	top: -150px;
	margin-left: auto;
	margin-right: auto;
}


}




