/*======================================
 Aurora Flow Web Design and Development
--------------------------------------      
  Copyright 2008 by AuroraFlow.com
      www.auroraflow.com
           
    This is the stylesheet
   for welcome/welcome.html
   
   This file was successfully validated
   to W3C CSS level 2.1
======================================*/
 
/**************************************\
|---------- ~COLOR SCHEME -------------|
|--------------------------------------|
- yellow	titles	#EAFD1E
- dark blue background  #080A30 
- grayish black long tag line: #003bfb 5b5849
- grey/pink page background  #b8a2b5
- Form legend color  #f4fd7c
- form background color  #597eb2;
- body background  #F7DADE
- what we can do  #C7B6F3
- what we believe #DAA0B8
\**************************************/


/**************************************/
/*    ~GLOBALS &  Background Image    */
/**************************************/
.container {
padding: 0 0;
position: relative;
width: 1028px;
height: 768px;
text-align: center;
margin-left: auto;
margin-right: auto;
}


body {
position: relative;
background-image: url(../img/aurora7.jpg);
background-position: 50% 0%;
background-repeat: no-repeat;
background-attachment: scroll;
background-color: #fffbe9 ;                       /*  #CEBBFB; */
font-family:Garamond,"Times New Roman", Times, serif;
margin-left: auto;
margin-right:auto;
}

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



/* overflow: hidden;
clip: rect( 0, 1020px, 768px, 0 );
*/



/**************************************/
/*           ~Header Area            */
/**************************************/

#container .pimg img {
position: relative;
top: -0.5em;
left: -200px;
padding: 0 0;
}

h4 {
position: relative;
left: 14.0em;
top: -2.5em;
color:   #5b5849; 
margin: 0 0;
padding: 0 0;
}



h2 {
position: relative;
text-align: center;
font-weight: normal;
top: -1.7em;
color: yellow ;
padding: 0 0;
}

/**************************************/
/*           ~MAIN CONTENT            */
/**************************************/

h3 {
text-align: center;
margin-bottom: 0;
}

.underline {
text-decoration: underline;
color: black;
}




/* +++++++++++++++++++ ~WhatWeCanDo Section +++++++++++++++++++ */

#whatwedo {
clear: both;
width: 316px;
margin-left: 10px;
margin-right: 5px;
padding: 20px 0px;
padding-right: 8px;
position: relative;
top: 90px;
float: left;
text-align: left;
background-color: #ffdac7 ;         /*  #FEC4EC;  */
font-size: 1.4em;
line-height: 1.7em;

}



/* +++++++++++++++ ~The "Form" section +++++++++++++++++ */

form {
position: relative;
top: 90px;
left: 62px;
width: 310px;
margin-left: 5px;
margin-right: 5px;
}

fieldset {
clear: left;
margin: 1.0em 0;
padding: 0;
position: relative;
top: -1.0em;
border: .1em solid #ccc;
background-color:  #2966B8  ;  /* navy; */
}

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

label {
color: #ffff00;   
display: block;
float: left;
clear: left;
width: 16em;
padding-right: 1.0em;
text-align: left;
line-height: 1.8em;
font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
font-style: italic;
font-weight: 700;
font-size: 1.3em;
}

#labelname {
margin-top: -1.2em;
}

#myform textarea
{
position: relative;	
left: -17px;
}

br {
clear: both;
}

fieldset ul li{
padding-top: 0.8em;
padding-bottom: 0.4em;
list-style-type: none;
}

#myform fieldset ul li textarea {
width: 83%;
margin: 0 0 .8em 0;
}

#myform fieldset ul li input {
display: block;
float: left;
width: 81%;
margin: 0 0 .5em 0;
border-width: 0.3em;
border-color: #c7b6f3;
}

#myform fieldset ul li button {
clear: both;
margin-top: 20px;
font-style: italic;
position: relative;
left: 64px;
background-color: #FDFFAB;
}


/* ++++++++++++++++++++  ~The We Believe section +++++++++++++++++++ */

#believe {
clear: left;
width: 320px;
float: right;
padding-top: 20px;
padding-right: 8px;
padding-bottom: 20px;
position: relative;
top: 90px;
left: 210px;
margin-right: -10px;
margin-left: 20px;
text-align: left;
background-color: #ffdac7  ;          /*  #ffe9ec ; */                    /* #FEC4EC;  */
font-size: 1.4em;
line-height: 1.7em;

}



.paren {
list-style-type: none;
}


/* ++++++++++++++++ ~The Thanks Section =======  */
#thanks {
background-color: #ffff00;
clear: left;
float: left;
margin-top: 0px;
margin-right: 5px;
margin-left: 10px;
padding-top: 10px;
padding-right: 8px;
padding-bottom: 1px;
position: relative;
width: 320px;
top: -130px;
right: 50px;
font-size: 1.4em;
text-align: center;
}

/**************************************/
/*              ~FOOTER               */
/**************************************/

#footer img {
clear: both;
clear: right;
float: left;
position: relative;
left: 395px;
bottom:  20px;


}

#footer p {

   position: relative;
	left: 33px;
   text-align: center;
   bottom: 20px;
   margin-top: 100px;
}
